Update dependency npm-check-updates to v21#18
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
12f265a to
f916939
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^19.4.1→^21.0.0Release Notes
raineorshine/npm-check-updates (npm-check-updates)
v21.0.2Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v21.0.1...v21.0.2
v21.0.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v21.0.0...v21.0.1
v21.0.0Compare Source
This is a major breaking change with significant architectural updates.
ESM Migration & Module System
import ncu from 'npm-check-updates'import * as ncu from 'npm-check-updates'orimport { run } from 'npm-check-updates'^20.19.0 || ^22.12.0 || >=24.0.0. This is required for nativerequire(esm)support and the Rolldown engine.>=10.0.0.Configuration Files (
.ncurc.js).ncurc.jsthat usemodule.exportswill now fail in projects that are not"type": "module"..ncurc.cjsor convert them to useexport default.Dependency Updates (Pure ESM versions)
camelcase^6.3.0^9.0.0chai^4.3.10^6.2.2chai-as-promised^7.1.2^8.0.2find-up5.0.08.0.0p-map^4.0.0^7.0.4untildify^4.0.0^6.0.0Tooling & Build Changes
strip-ansiwith Node.js built-inutil.stripVTControlCharacters.vite-nodewithtsxfor TypeScript support in ESM context.Migration Guide
If you are upgrading to v21 from earlier versions:
1. Environment Check
^20.19.0 || ^22.12.0 || >=24.0.0.10.0.0.2. Update Configuration Files
If you have a
.ncurc.jsfile:Option A: Rename it to
.ncurc.cjs.Option B: Convert it to ESM:
3. Update Programmatic Usage
If you import
npm-check-updatesin your scripts:import ncu from ...toimport * as ncu from 'npm-check-updates'.Testing
Tests now use
tsxfor module loading. When running tests manually:mocha --node-option import=tsx 'test/**/*.test.ts'Or use the npm script:
npm testRelated Issues & PRs
PR 1649
v20.0.2Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v20.0.1...v20.0.2
v20.0.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v20.0.0...v20.0.1
v20.0.0Compare Source
Auto Cooldown
The cooldown option is now automatically applied from the respective package manager's config:
min-release-age(#1632)npmMinimalAgeGate(excludingnpmPreapprovedPackages) (#1643)minimumReleaseAge(excludingminimumReleaseAgeExclude) (#1639)Why is this a breaking change?
Other changes
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.6.6...v20.0.0
v19.6.6Compare Source
Full Changelog: raineorshine/npm-check-updates@v19.6.5...v19.6.6
v19.6.5Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.6.3...v19.6.5
v19.6.3Compare Source
Full Changelog: raineorshine/npm-check-updates@v19.6.2...v19.6.3
v19.6.2Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v19.6.1...v19.6.2
v19.6.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v19.6.0...v19.6.1
v19.6.0Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.5.0...v19.6.0
v19.5.0Compare Source
What's Changed
--format homepageoption to print homepage.e.g.
Full Changelog: raineorshine/npm-check-updates@v19.4.1...v19.5.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.