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