Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of npm is breaking the build 🚨 #103

Open
greenkeeper bot opened this issue Aug 15, 2018 · 28 comments
Open

An in-range update of npm is breaking the build 🚨 #103

greenkeeper bot opened this issue Aug 15, 2018 · 28 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Aug 15, 2018

Version 6.4.0 of npm was just published.

Branch Build failing 🚨
Dependency npm
Current Version 6.3.0
Type dependency

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).

Commits

The new version differs by 20 commits.

There are 20 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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 15, 2018

After pinning to 6.3.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 29, 2018

Version 6.4.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v6.4.1

BUGFIXES

  • 4bd40f543 #42 Prevent blowing up on malformed responses from the npm audit endpoint, such as with third-party registries. (@framp)
  • 0e576f0aa #46 Fix NO_PROXY support by renaming npm-side config to --noproxy. The environment variable should still work. (@SneakyFish5)
  • d8e811d6a #33 Disable update-notifier checks when a CI environment is detected. (@Sibiraj-S)
  • 1bc5b8cea #47 Fix issue where postpack scripts would break if pack was used with --dry-run. (@larsgw)

DEPENDENCY BUMPS

DOCUMENTATION

Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2018

  • The dependency npm was updated from 6.4.1 to 6.5.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v6.5.0

NEW FEATURES

BUGFIXES

DOCS UPDATES

DEPENDENCIES

MISCELLANEOUS

Commits

The new version differs by 75 commits.

There are 75 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 17, 2019

  • The dependency npm was updated from 6.5.0 to 6.6.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v6.6.0

REFACTORING OUT npm-REGISTRY-CLIENT

Today is an auspicious day! This release marks the end of a massive internal refactor to npm that means we finally got rid of the legacy npm-registry-client in favor of the shiny, new, window.fetch-like npm-registry-fetch.

Now, the installer had already done most of this work with the release of npm@5, but it turns out every other command still used the legacy client. This release updates all of those commands to use the new client, and while we're at it, adds a few extra goodies:

  • All OTP-requiring commands will now prompt. --otp is no longer required for dist-tag, access, et al.
  • We're starting to integrate a new config system which will eventually get extracted into a standalone package.
  • We now use libnpm for the API functionality of a lot of our commands! That means you can install a library if you want to write your own tooling around them.
  • There's now an npm org command for managing users in your org.
  • pacote now consumes npm-style configurations, instead of its own naming for various config vars. This will make it easier to load npm configs using libnpm.config and hand them directly to pacote.

There's too many commits to list all of them here, so check out the PR if you're curious about details:

NEW FEATURES

BUGFIXES

DOCS

DEPENDENCIES

TESTING

MISCELLANEOUS

Commits

The new version differs by 172 commits.

There are 172 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2019

  • The dependency npm was updated from 6.7.0 to 6.8.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v6.8.0

This release includes an implementation of RFC #10, documenting an optional field that can be used to specify the directory path for a package within a monorepo.

NEW FEATURES

BUGFIXES

DEPENDENCY BUMPS

MISC

Commits

The new version differs by 213 commits.

There are 213 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 6, 2019

  • The dependency npm was updated from 6.8.0 to 6.9.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v6.9.0

FEATURES

BUGFIXES

  • cf09fbaed #153 Set modified to undefined in npm view when time is not available. This fixes a bug where npm view would crash on certain third-party registries. (@simonua)
  • 774fc26ee #154 Print out tar version in install.sh only when the flag is supported not all the tar implementations support --version flag. This allows the install script to work in OpenBSD, for example. (@agudulin)
  • 863baff11 #158 Fix typo in error message for npm stars. (@phihag)
  • a805a95ad npm.community#4227 Strip version info from pkg on E404. This improves the error messaging format. (@larsgw)

DOCS

DEPENDENCIES

Commits

The new version differs by 239 commits.

There are 239 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2019

  • The dependency npm was updated from 6.9.0 to 6.9.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v6.9.1

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 251 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2019

  • The dependency npm was updated from 6.9.1 to 6.9.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 253 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 3, 2019

  • The dependency npm was updated from 6.9.2 to 6.10.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v6.10.0

FEATURES

BUGFIXES

TESTING

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 290 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 11, 2019

  • The dependency npm was updated from 6.10.0 to 6.10.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v6.10.1

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 328 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2019

  • The dependency npm was updated from 6.10.1 to 6.10.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 368 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2019

  • The dependency npm was updated from 6.10.2 to 6.10.3.

Your tests are still failing with this version. Compare changes

Release Notes for v6.10.3

v6.10.3 (2019-08-06):

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 385 commits.

There are 250 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

  • The dependency npm was updated from 6.11.1 to 6.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

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 58 commits.

There are 58 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 8, 2019

  • The dependency npm was updated from 6.11.3 to 6.12.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.12.0

6.12.0 (2019-10-08):

Now npm ci runs prepare scripts for git dependencies, and respects the --no-optional argument. Warnings for engine mismatches are printed again. Various other fixes and cleanups.

BUG FIXES

FEATURES

  • ed993a29c #249 Add CI environment variables to user-agent (@isaacs)
  • f6b0459a4 #248 Add option to save package-lock without formatting Adds a new config --format-package-lock, which defaults to true. (@bl00mber)

DEPENDENCIES

TESTING

Commits

The new version differs by 37 commits.

There are 37 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 29, 2019

  • The dependency npm was updated from 6.12.0 to 6.12.1.

Your tests are still failing with this version. Compare changes

Release Notes for v6.12.1

6.12.1 (2019-10-29)

BUG FIXES

DEPENDENCIES

Commits

The new version differs by 13 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 5, 2019

  • The dependency npm was updated from 6.12.1 to 6.13.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.0

6.13.0 (2019-11-05)

NEW FEATURES

DOCUMENTATION

BUG FIXES

DEPENDENCIES

TESTING

Commits

The new version differs by 19 commits.

  • 9c7161d 6.13.0
  • a148bd0 update AUTHORS
  • ea99e3b docs: updated changelog for 6.13.0
  • e445540 fix: on uninstall package, *.ps1 not delete
  • d3cb3ab [email protected]
  • 6700bfa doc: fix hyperlink refs in man page docs
  • d3c8598 doc: Move @VERSION@ for html docs into gatsby
  • 4ff1bb1 docs: Updated lorem ipsum with real copy.
  • c6a5c3a docs: added copy to the features page
  • 34fe7db chore: create settings.yml file
  • b5110ea docs: removed refs to npm-index
  • 4414b06 fund: add fund command
  • 266d076 support: add support subcommand
  • cd14d47 unsupported: npm v6.10.0 breaks on node v6.0, v6.1, v9.0 - v9.2
  • ae4c74d docs: migrate existing docs to gatsby

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 19, 2019

  • The dependency npm was updated from 6.13.0 to 6.13.1.

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.1

6.13.1 (2019-11-18)

BUG FIXES

TESTING

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 23 commits.

  • b829d62 6.13.1
  • 464036b update AUTHORS
  • 1d61a3c docs: update changelog for 6.13.1
  • b89423e docs: ignore netlify file
  • 7555a74 docs: add netlify docs website config
  • 3ef295f fix: print quick audit report for human output
  • b150eae docs: package aliases
  • 661d86c [email protected]
  • 454c7dd test: fix git configs for git 2.23 and above
  • 5c3b327 docs: remove coding-style from docs
  • 87d6725 chore(docs): fix case-sensitive filenames
  • 4a2f551 chore(docs): Add how to install all deps when NODE_ENV=production
  • 8e09d5a chore(docs): Added depreciation note in npm-scripts.md
  • c0346b1 chore(docs): fix spelling mistake in npm-install.md docs
  • 9f943a7 chore(docs): docs cleanup

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 3, 2019

  • The dependency npm was updated from 6.13.1 to 6.13.2.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 10 commits.

  • 0a0fdff 6.13.2
  • dc0178c update AUTHORS
  • c6ff3ba docs: update changelog for 6.13.2
  • 4429645 makefile: fix docs target typo
  • 4c1b16f chore: Warn the user that it is uninstalling npm-install
  • ae7afe5 fix: Don't log error message if git tagging is disabled
  • 1c65d26 fix(fund): open url for string shorthand
  • e4b9796 shrinkwrap: no need to read package.json when read shrinkwrap
  • 8676429 fix(packageRelativePath): fix 'where' for file deps
  • d480f2c Revert "windows: Add preliminary WSL support for npm and npx"

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2019

  • The dependency npm was updated from 6.13.2 to 6.13.3.

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.3

6.13.3 (2019-12-09)

DEPENDENCIES

Commits

The new version differs by 6 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2019

  • The dependency npm was updated from 6.13.3 to 6.13.4.

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.4

6.13.4 (2019-12-11)

BUGFIXES

DEPENDENCIES

Commits

The new version differs by 5 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2020

  • The dependency npm was updated from 6.13.4 to 6.13.5.

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.5

6.13.5 (2020-01-09)

BUG FIXES

TESTING

DOCUMENTATION

Commits

The new version differs by 15 commits.

  • 787bb66 6.13.5
  • e099866 update AUTHORS
  • 4812866 docs: changelog for 6.13.5
  • 6fb5dbb npm-link: clarify usage of global prefix
  • 4b30f3c feat(version): using 'allow-same-version', git commit --allow-empty and git tag -f
  • e0a7a2f chore: ci cleanup
  • 3f009fb Fix bin-overwriting test on Windows
  • 9295046 CI: switch to actions/checkout@v2
  • 4a669be Remove the unused appveyor.yml
  • 43ae079 CI: add fail-fast: false
  • fd0a802 Fix cache location for npm ci
  • e16f68d test(ci): add failing cache config test
  • f2d770a chore: fix netlify publish path config
  • 462cf09 docs: update gatsby dependencies
  • 797a597 test: fix lint error

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 9, 2020

  • The dependency npm was updated from 6.13.5 to 6.13.6.

Your tests are still failing with this version. Compare changes

Release Notes for v6.13.6

6.13.6 (2020-01-09)

DEPENDENCIES

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 28, 2020

  • The dependency npm was updated from 6.13.6 to 6.13.7.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 16 commits.

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 27, 2020

  • The dependency npm was updated from 6.13.7 to 6.14.0.

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.0

6.14.0 (2020-02-25)

FEATURES

BUG FIXES

DEPENDENCIES

DOCUMENTATION

MISCELLANEOUS

Commits

The new version differs by 20 commits.

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

  • The dependency npm was updated from 6.14.0 to 6.14.1.

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.1

6.14.1 (2020-02-26)

Commits

The new version differs by 3 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 3, 2020

  • The dependency npm was updated from 6.14.1 to 6.14.2.

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.2

6.14.2 (2020-03-03)

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 7 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2020

  • The dependency npm was updated from 6.14.2 to 6.14.3.

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.3

6.14.3 (2020-03-19)

DOCUMENTATION

DEPENDENCIES

Commits

The new version differs by 11 commits.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 25, 2020

  • The dependency npm was updated from 6.14.3 to 6.14.4.

Your tests are still failing with this version. Compare changes

Release Notes for v6.14.4

6.14.4 (2020-03-24)

DEPENDENCIES

Commits

The new version differs by 8 commits.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

0 participants