v22.2.6
What's Changed
- build(deps-dev): bump @typescript-eslint/eslint-plugin by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1787
- build(deps-dev): bump @typescript-eslint/parser from 8.60.1 to 8.61.0 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1788
- build(deps-dev): bump @microsoft/api-extractor from 7.58.7 to 7.58.8 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1789
- build(deps-dev): bump eslint-plugin-n from 18.0.1 to 18.1.0 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1790
- build(deps-dev): bump prettier from 3.8.3 to 3.8.4 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1792
- build(deps-dev): bump semver from 7.8.2 to 7.8.3 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1793
- build(deps-dev): bump cosmiconfig from 9.0.1 to 9.0.2 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1791
- build(deps-dev): bump shell-quote from 1.8.3 to 1.8.4 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1795
- Dependabot: add github-actions updates and group updates with a cooldown by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1785
- CI: harden and align GitHub Actions workflows by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1786
- feat: respect min-release-age-exclude with min-release-age npm config by @Cherry in https://github.com/raineorshine/npm-check-updates/pull/1797
- feat: add Claude Code SKILL file for npm-check-updates by @ilteoood in https://github.com/raineorshine/npm-check-updates/pull/1798
- build(deps): bump esbuild from 0.28.0 to 0.28.1 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1799
- Quote global package specs with a period in the scope for PowerShell compatibility by @raineorshine with @Copilot in https://github.com/raineorshine/npm-check-updates/pull/1800
- Add a GitHub workflow to clean up closed PRs' caches by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1804
- package.json: fix npm scripts to be cross-platform by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1805
- Replace the unmaintained npm-run-all with npm-run-all2 and removed unused deps by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1806
- build workflow: add npm pack --dry-run by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1807
- test/e2e.sh: fix shellcheck issues by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1808
- Replace rfdc with native structuredClone by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1809
- Replace js-yaml with yaml by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1810
- Replace dequal with node:util isDeepStrictEqual by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1811
- fix: do not call semver.minVersion on non-semver package protocols by @duniul in https://github.com/raineorshine/npm-check-updates/pull/1767
- Convert inline code backticks to
<code>in generated HTML tables by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1814 - Fix skills by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1815
- Vite: use 'oxc' for minify by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1816
- build(deps): bump form-data from 4.0.5 to 4.0.6 by @dependabot[bot] in https://github.com/raineorshine/npm-check-updates/pull/1817
- build-options.ts: split README and schema writes, drop duplicate RunOptions.json write by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1818
- Remove lodash-es by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1819
- Replace cosmiconfig with lilconfig by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1812
- Remove redundant Promise.resolve in fetchUpgradedPackument by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1823
- Switch to async/await in a few more places by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1824
- Replace forEach with for...of by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1825
- Yarn test fixes by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1828
- fix padLeft adding trailing spaces to blank lines by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1829
- Remove unused dev dependencies by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1820
- fix: replace async reduce with for-of loop in --deep to avoid OOM by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1831
- test.yml: remove redundant permissions block by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1832
- fix MaxListenersExceededWarning when calling run() repeatedly by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1833
- fix: resolve workspace paths relative to --packageFile dir, not cwd by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1834
- fix: inline semver-utils types in the d.ts rollup by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1835
- Drop rimraf in favor of Vite emptyOutDir by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1821
- CI: add Node.js 26 by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1836
- CI tweaks by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1837
- Move src/scripts to the root folder by @XhmikosR in https://github.com/raineorshine/npm-check-updates/pull/1827
New Contributors
- @ilteoood made their first contribution in https://github.com/raineorshine/npm-check-updates/pull/1798
- @duniul made their first contribution in https://github.com/raineorshine/npm-check-updates/pull/1767
Full Changelog: https://github.com/raineorshine/npm-check-updates/compare/v22.2.5...v22.2.6