Releases: raineorshine/npm-check-updates
Releases · raineorshine/npm-check-updates
v20.0.1
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
Auto Cooldown
The cooldown option is now automatically applied from the respective package manager's config:
- npm -
min-release-age(#1632) - yarn -
npmMinimalAgeGate(excludingnpmPreapprovedPackages) (#1643) - pnpm -
minimumReleaseAge(excludingminimumReleaseAgeExclude) (#1639)
Why is this a breaking change?
- If you use any of the above configs, npm-check-updates will automatically exclude releases that do not exceed the specified minimum age as described in https://github.com/raineorshine/npm-check-updates#cooldown.
- Otherwise, you don't need to do anything.
Other changes
- Bump strip-ansi from 7.1.2 to 7.2.0 by @dependabot[bot] in #1620
- Bump lodash and @types/lodash by @dependabot[bot] in #1615
- Bump @typescript-eslint/eslint-plugin from 8.44.1 to 8.57.2 by @dependabot[bot] in #1619
- Bump hosted-git-info from 9.0.0 to 9.0.2 by @dependabot[bot] in #1622
- Bump glob and markdownlint-cli by @dependabot[bot] in #1625
- update dependencies; fix vulnerabilities by @onemen in #1630
- Potential fix for code scanning alert no. 13: Incomplete string escaping or encoding by @raineorshine in #1640
New Contributors
Full Changelog: v19.6.6...v20.0.0
v19.6.6
Full Changelog: v19.6.5...v19.6.6
v19.6.5
What's Changed
- fix(pnpm): fallback from pnpm.cmd to pnpm on Windows for non-standard installs by @terminalchai in #1606
New Contributors
- @terminalchai made their first contribution in #1606
Full Changelog: v19.6.3...v19.6.5
v19.6.3
Full Changelog: v19.6.2...v19.6.3
v19.6.2
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
v19.6.0
v19.5.0
What's Changed
- feat(homepage): Add
--format homepageoption 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
What's Changed
- Fixed a small
cooldownregression with number types in the ncurc
Full Changelog: v19.4.0...v19.4.1