An in-range update of npm is breaking the build π¨
greenkeeper opened this issue Β· 5 comments
The dependency npm was updated from 6.10.2
to 6.10.3
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
npm is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Release Notes for v6.10.3
v6.10.3 (2019-08-06):
BUGFIXES
27cccfbda
#223 vulns β vulnerabilities in npm audit output (@sapegin)d5e865eb7
#222 #226 install, doctor: don't crash if registry unset (@dmitrydvorkin, @isaacs)5b3890226
#227 npm.community#9167 Handle unhandledRejections, tell user what to do when encountering anEACCES
error in the cache. (@isaacs)
DEPENDENCIES
77516df6e
licensee@7.0.3
(@isaacs)ceb993590
query-string@6.8.2
(@isaacs)4050b9189
hosted-git-info@2.8.2
- #46 #43 #47 #44 Add support for GitLab subgroups (@mterrel, @isaacs, @ybiquitous)
3b1d629
#48 fix http protocol using sshurl by default (@fengmk2)5d4a8d7
ignore noCommittish on tarball url generation (@isaacs)1692435
use gist tarball url that works for anonymous gists (@isaacs)d5cf830
Do not allow invalid gist urls (@isaacs)e518222
Use LRU cache to prevent unbounded memory consumption (@iarna)
Commits
The new version differs by 17 commits.
897537a
6.10.3
d2eaf0b
update AUTHORS
586c938
doc: changelog 6.10.3 update
4050b91
hosted-git-info@2.8.2
46181cb
dev: make the pr script a little friendlier with conflicts
0f980f5
doc: changelog 6.10.3
5b38902
Handle unhandledRejections, help with cache eacces
99edd49
test: clean up some unnecessary setup/cleanup
9bb66e1
docs: changelog for 6.10.3
ceb9935
query-string@6.8.2
77516df
licensee@7.0.3
d5e865e
install, doctor: don't crash if registry unset
27cccfb
vulns β vulnerabilities in npm audit output
aacd355
chore: remove unused config/fetch-opts file
272e6c4
Fix Typos
There are 17 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 6.10.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
dependency
npm was updated from6.10.3
to6.11.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v6.11.0
v6.11.0 (2019-08-20):
A few meaty bugfixes, and introducing peerDependenciesMeta
.
FEATURES
a12341088
#224 Implements peerDependenciesMeta (@arcanis)2f3b79bba
#234 add new forbidden 403 error code (@claudiahdz)
BUGFIXES
24acc9fc8
and45772af0d
#217 npm.community#8863 npm.community#9327 do not descend into directory deps' child modules, fix shrinkwrap files that inappropriately list child nodes of symlink packages (@isaacs and @salomvary)50cfe113d
#229 fixed typo in semver doc (@gall0ws)e8fb2a1bd
#231 Fix spelling mistakes in CHANGELOG-3.md (@XhmikosR)769d2e057
npm/uid-number#7 Better error on invalid--user
/--group
configs. This addresses the issue when people fail to install binary packages on Docker and other environments where there is no 'nobody' user. (@isaacs)8b43c9624
nodejs/node#28987 npm.community#6032 npm.community#6658 npm.community#6069 npm.community#9323 Fix the regression where random config values in a .npmrc file are not passed to lifecycle scripts, breaking build processes which rely on them. (@isaacs)8b85eaa47
save files with inferred ownership rather than relying onSUDO_UID
andSUDO_GID
. (@isaacs)b7f6e5f02
Infer ownership of shrinkwrap files (@isaacs)54b095d77
#235 Add spec to dist-tag remove function (@theberbie)
DEPENDENCIES
dc8f9e52f
pacote@9.5.7
: Infer the ownership of all unpacked files innode_modules
, so that we never have user-owned files in root-owned folders, or root-owned files in user-owned folders. (@isaacs)bb33940c3
cmd-shim@3.0.0
: *9c93ac3
#2 npm#3380 Handle environment variables properly (@basbossink) *2d277f8
#25 #36 #35 Fix 'no shebang' case by always providing$basedir
in shell script (@igorklopov) *adaf20b
#26 Fix$*
causing an error when arguments contain parentheses (@satazor) *49f0c13
#30 Fix paths for MSYS/MINGW bash (@dscho) *51a8af3
#34 Add proper support for PowerShell (@ExE-Boss) *4c37e04
#10 Work around quoted batch file names (@isaacs)a4e279544
npm-lifecycle@3.1.3
(@isaacs): * fail properly ifuid-number
raises an error7086a1809
libcipm@4.0.3
(@isaacs)8845141f9
read-package-json@2.1.0
(@isaacs)51c028215
bin-links@1.1.3
(@isaacs)534a5548c
read-cmd-shim@1.0.3
(@isaacs)3038f2fd5
gentle-fs@2.2.1
(@isaacs)a609a1648
graceful-fs@4.2.2
(@isaacs)f0346f754
cacache@12.0.3
(@isaacs)ca9c615c8
npm-pick-manifest@3.0.0
(@isaacs)b417affbf
pacote@9.5.8
(@isaacs)
TESTS
Commits
The new version differs by 47 commits.
53cf5e9
6.11.0
712a895
update AUTHORS
91620bd
docs: update change log for 6.11.0
2f3b79b
feat: add new forbidden 403 error code
b417aff
pacote@9.5.8
ca9c615
npm-pick-manifest@3.0.0
b906983
docs: update change log for 6.11.0
dc8f9e5
pacote@9.5.7
f0346f7
cacache@12.0.3
99d31a0
update AUTHORS
1df5b96
docs: update change log for 6.11.0
a609a16
graceful-fs@4.2.2
54b095d
Add spec to dist-tag remove function
a2cd07f
travis: do not cache in node v6
96c0ec4
docs: update change log for 6.11.0
There are 47 commits in total.
See the full diff
- The
dependency
npm was updated from6.11.0
to6.11.1
.
Your tests are still failing with this version. Compare changes
- The
dependency
npm was updated from6.11.1
to6.11.2
.
Your tests are still failing with this version. Compare changes
Release Notes for v6.11.2
6.11.2 (2019-08-22):
Fix a recent Windows regression, and two long-standing Windows bugs. Also, get CI running on Windows, so these things are less likely in the future.
DEPENDENCIES
9778a1b87
cmd-shim@3.0.3
: Fix regression where shims fail to preserve exit code (@isaacs)bf93e91d8
npm-package-arg@6.1.1
: Properly handle git+file: urls on Windows when a drive letter is included. (@isaacs)
BUGFIXES
6cc4cc66f
escape args properly on Windows Bash Despite being bash, Node.js running on windows git mingw bash still executes child processes using cmd.exe. As a result, arguments in this environment need to be escaped in the style of cmd.exe, not bash. (@isaacs)
TESTS
Commits
The new version differs by 7 commits.
bd6e5d2
6.11.2
a71c14c
docs: change log for 6.11.2
fea3a02
travis: run tests on Windows as well
291aba7
test: make tests pass on Windows
6cc4cc6
explore: escape args properly on Windows Bash
bf93e91
npm-package-arg@6.1.1
9778a1b
cmd-shim@3.0.3
See the full diff
- The
dependency
npm was updated from6.11.2
to6.11.3
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v6.11.3
6.11.3 (2019-09-03):
Fix npm ci regressions and npm outdated depth.
BUG FIXES
235ed1d28
#239 Don't override user specified depth in outdated. Restores ability to update packages using--depth
as suggested bynpm audit
. (@G-Rath)1fafb5151
#242 npm.community#9586 Revert "install: do not descend into directory deps' child modules" (@isaacs)cebf542e6
#243 npm.community#9720 ci: pass appropriate configs for file/dir modes (@isaacs)
DEPENDENCIES
e5fbb7ed1
read-cmd-shim@1.0.4
(@claudiahdz)23ce65616
npm-pick-manifest@3.0.2
(@claudiahdz)
Commits
The new version differs by 9 commits.
b4ff454
6.11.3
8d738b4
update AUTHORS
5d3aaf0
test: fix outdated-depth test
fc5fc76
docs: change log for 6.11.3
cebf542
ci: pass appropriate configs for file/dir modes
23ce656
npm-pick-manifest@3.0.2
e5fbb7e
read-cmd-shim@1.0.4
1fafb51
Revert "install: do not descend into directory deps' child modules"
235ed1d
Don't override user specified depth in outdated
See the full diff