Skip to content

Releases: raineorshine/npm-check-updates

v20.0.1

10 Apr 02:11

Choose a tag to compare

What's Changed

  • Add CI workflow to verify build output is committed by @Copilot in #1645
  • Bump lodash-es from 4.17.23 to 4.18.1 by @dependabot[bot] in #1647
  • Add Node v24 to test workflow by @Copilot in #1608
  • feat: remove pre-push git hook by @Zamiell in #1658
  • feat: add verbose output when packages are skipped due to cooldown by @Copilot in #1659

Full Changelog: v20.0.0...v20.0.1

v20.0.0

31 Mar 22:18

Choose a tag to compare

Auto Cooldown

The cooldown option is now automatically applied from the respective package manager's config:

  • npm - min-release-age (#1632)
  • yarn - npmMinimalAgeGate (excluding npmPreapprovedPackages) (#1643)
  • pnpm - minimumReleaseAge (excluding minimumReleaseAgeExclude) (#1639)

Why is this a breaking change?

Other changes

New Contributors

  • @onemen made their first contribution in #1630
  • @Copilot made their first contribution in #1632

Full Changelog: v19.6.6...v20.0.0

v19.6.6

26 Mar 16:24

Choose a tag to compare

Full Changelog: v19.6.5...v19.6.6

v19.6.5

16 Mar 23:44

Choose a tag to compare

What's Changed

  • fix(pnpm): fallback from pnpm.cmd to pnpm on Windows for non-standard installs by @terminalchai in #1606

New Contributors

Full Changelog: v19.6.3...v19.6.5

v19.6.3

27 Feb 18:09

Choose a tag to compare

Full Changelog: v19.6.2...v19.6.3

v19.6.2

26 Feb 20:40

Choose a tag to compare

What's Changed

  • fix: fix overwrites pnpm-workspace.yaml and .yarnrc.yml into json by @MKruschke in #1589

Full Changelog: v19.6.1...v19.6.2

v19.6.1

26 Feb 19:05

Choose a tag to compare

What's Changed

Full Changelog: v19.6.0...v19.6.1

v19.6.0

26 Feb 17:54

Choose a tag to compare

What's Changed

  • Display link to compare the changes between package versions (--format diff) by @diegocr in #1602

New Contributors

Full Changelog: v19.5.0...v19.6.0

v19.5.0

24 Feb 20:03

Choose a tag to compare

What's Changed

  • feat(homepage): Add --format homepage option to print homepage.

e.g.

$ ncu --format homepage
...
 mocha                      ^11.7.2  →   ^11.7.5    https://mochajs.org/
 npm-registry-fetch         ^19.0.0  →   ^19.1.1
 prettier                   ^3.6.2  →    ^3.8.1     https://prettier.io
...

Full Changelog: v19.4.1...v19.5.0

v19.4.1

19 Feb 16:57

Choose a tag to compare

What's Changed

  • Fixed a small cooldown regression with number types in the ncurc

Full Changelog: v19.4.0...v19.4.1