v23.0.2
Changed 5
- Lazily construct the RelativeTimeFormat to avoid eager ICU init on startup
- doctor: respect --no-color and NO_COLOR when spawning the package manager
- Shorten long build metadata in the upgrades table
- Keep the resolved version when the peer recursion requeries
- Select pnpm global minimumReleaseAge config by installed major version
Fixed 7
- Handle unexpected pnpm ls -g output
- Fix Wildcard case
- Report npm's stderr and the real command when npm ls outputs no JSON
- Bound the yarn info line regex and skip non-matching lines
- Resolve npm dist-tags
- Fix unreachable error classification in queryVersions
- Handle the peerDependencies array that npm 12 outputs
What's Changed
- Handle unexpected
pnpm ls -goutput by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1958 - Lazily construct the RelativeTimeFormat to avoid eager ICU init on startup by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1960
- Fix Wildcard case by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1963
- Update dependencies by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1967
- Further e2e.sh improvements by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1961
- Report npm's stderr and the real command when npm ls outputs no JSON by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1959
- doctor: respect --no-color and NO_COLOR when spawning the package manager by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1970
- Bound the yarn info line regex and skip non-matching lines by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1971
- Fix npm casing in comments and rename hasWildCard by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1972
- build(deps-dev): bump chalk from 5.6.2 to 6.0.0 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1975
- Shorten long build metadata in the upgrades table by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1957
- Spawn tweaks by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1976
- CI cleanup and tweaks by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1962
- Resolve npm dist-tags by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1956
- Deprecate CHANGELOG.md by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1980
- Keep the resolved version when the peer recursion requeries by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1983
- Fix unreachable error classification in queryVersions by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1986
- Increase coverage by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1985
- Handle the peerDependencies array that npm 12 outputs by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1991
- e2e.sh: drop the npm view retry by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1977
- Select pnpm global minimumReleaseAge config by installed major version by @raineorshine with @Copilot in https://github.com/raineorshine/npm-check-updates/pull/1969
Full Changelog: https://github.com/raineorshine/npm-check-updates/compare/v23.0.1...v23.0.2