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

Update npm-check-updates to the latest version 🚀 #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 7, 2019

The devDependency npm-check-updates was updated from 2.15.0 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

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
Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Release Notes for v3

Breaking changes

node < 8 deprecated

The required node version has been updated to allow the use of newer Javascript features and reduce maintenance efforts for old versions.

System npm used

In ncu v2, an internally packaged npm was used for version lookups. When this became out-of-date and differed considerably from the system npm problems would occur. In ncu v3, the system-installed npm will be used for all lookups. This comes with the maintenance cost of needing to upgrade ncu whenever the output format of npm changes.

Installed modules ignored

In ncu v2, out-of-date dependencies in package.json that were installed up-to-date (e.g. ^1.0.0 specified and 1.0.1 installed) were ignored by ncu. Installed modules are now completely ignored and ncu only consider your package.json. This change was made to better match users’ expectations.

Existing version ranges that satisfy latest are ignored

In ncu v2, if you had ^1.0.0 in your package.json, a newly released 1.0.1 would be ignored by ncu. The logic was that ^1.0.0 is a range that includes 1.0.1, so you don’t really need to change the version specified in your package.json, you just need to run npm update. While logical, that turned out to be quite confusing to users. In ncu v3, the package.json will always be upgraded if there is a newer version. The old behavior is available via the --minimal option.

Prerelease versions ignored

In ncu v2, any version published to the latest tag was assumed to be a stable release version. In practice, occasional package authors would accidentally or unconventionally publish -alpha, -beta, and -rc versions to the latest tag. While I still consider this a bad practice, ncu v3 now ignores these prerelease versions by default to better match users’ expectations. The old behavior is available via the --pre option.

Dependency sections now use --dep option

In order to only target one or more dependency sections, ncu now uses the --dep option instead of separate options for each section.

--prod is now --dep prod
--dev is now --dep dev
--dev --peer is now --dep dev,peer
etc

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 7, 2019

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 1f58364 3.0.2
  • 0f9f7a2 Fix spawn npm command for Windows in defaultPrefix. #485.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 5400b48 3.0.3
  • 1562d75 Add test to ignore git urls.
  • 8bfab46 Fix --dep and add tests. Fixes #489.
  • 3464fc5 Merge pull request #487 from MoritzHorch/patch-1
  • 565e3a8 Typo in README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 10, 2019

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 8b90e7a 3.0.4
  • 1df015b Merge pull request #493 from stoically/master
  • 38a0dd8 Do not do snyk test on pull requests.
  • b7e8158 Prevent spawning of too many processes #488

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2019

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2019

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 6a27fc2 3.0.7
  • 5f70ff4 Render progress bar instead of initial tick. Add :current/:total.
  • 8dbe8d2 Add ENOTFOUND to error matching (attempt at #503).
  • 483030f Merge pull request #501 from stoically/error-handling
  • 781f90a Handle package-json PackageNotFoundError rejection
  • 46c0b99 Make travis fail if the tests are failing

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 14, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 14, 2019

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • c969839 3.0.8
  • fe6e92a Fix update-notifier false alarm. Fixes #372.
  • f26758e Add test for local file urls. Fixes #500.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • d2db5cd 3.0.9
  • 32c7752 Fix progress bar and improve messaging.
  • 63d59f2 Fix test: wrap run in Bluebird Promise so .finally is defined in node < 9
  • 3953141 Merge pull request #508 from stoically/unpublished
  • fac0088 Merge pull request #507 from Primajin/patch-1
  • ff92b79 Check only for new versions if current version is a valid range
  • a57a83a Update npm-check-updates.js
  • f7cd4e2 Update stdin warning message. Closes #470.
  • 17f717b lint
  • 9f52fc9 Test: should write to --packageFile and output jsonUpgraded. For #433.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 7ff6e84 3.0.10
  • 4f6b4a3 Should reject out-of-date stdin with error-level 2. Fixes #474.
  • f87f7b6 Prevent false positives in tests that should throw.
  • 97d75fe Fix test that relies on new output message.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 16, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2019

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 6ba3c1d 3.0.12
  • 7e85e08 Merge pull request #513 from tjunnone/pkgfile
  • 777848a Cleanup: await getstdin
  • 778685b Clean up tests that throw.
  • 651fb66 Fix timing issue in non-tty findPackage (#474).

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 18, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 18, 2019

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • baf79d7 3.1.0
  • 69a55f8 Merge pull request #514 from tjunnone/cleanup
  • f8a7359 Merge pull request #516 from tjunnone/colors-512
  • 93bb8f5 Merge branch 'master' into cleanup
  • 7047c82 Clean up vm.upgradePackageData and analyzeProjectDependencies (#505). Update README.
  • a1b79a7 Fix linter and tests.
  • dd071aa Merge pull request #515 from tjunnone/pre-newest
  • 15a879e colorizeDiff: Different colors for major, minor, and patch (#512).
  • fbcdd75 --pre now takes arg . Defaults to 1 with --newest or --greatest. Fixes #509.
  • a3d1972 Merge pull request #505 from mkungla/master
  • 245dcae Add interactive flag to README,
  • 22889ab Update versionmanager upgradePackageData tests
  • 40b3164 Add promts package
  • 4058a43 Add --interactive flag quick implementation closes #502

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 20, 2019
greenkeeper bot added a commit that referenced this pull request Nov 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 7, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 29, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 29, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 5, 2020

Version 4.0.4 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 5, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2020

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • ab2f840 4.0.5
  • 48a2612 Update dependencies
  • 753b0c6 Merge pull request #639 from garyking/types
  • cc2afcc add type defns
  • 481ba38 Merge pull request #637 from tjunnone/dependabot/npm_and_yarn/acorn-7.1.1
  • 6efb930 Bump acorn from 7.1.0 to 7.1.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2020
greenkeeper bot added a commit that referenced this pull request Mar 25, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 25, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 26, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 1, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 1, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 7, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 7, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 8, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 8, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

0 participants