chore(deps): update dependency npm-check-updates to v21#1000
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency npm-check-updates to v21#1000renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
ba247fc to
000060d
Compare
000060d to
c4ab607
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:
^18.3.1→^21.0.2Release 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
v19.4.1Compare Source
What's Changed
cooldownregression with number types in the ncurcFull Changelog: raineorshine/npm-check-updates@v19.4.0...v19.4.1
v19.4.0Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.3.2...v19.4.0
v19.3.2Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.3.1...v19.3.2
v19.3.1Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v19.3.0...v19.3.1
v19.3.0Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v19.2.1...v19.3.0
v19.2.1Compare Source
Full Changelog: raineorshine/npm-check-updates@v19.2.0...v19.2.1
v19.2.0Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.1.2...v19.2.0
v19.1.2Compare Source
What's Changed
New Contributors
Full Changelog: raineorshine/npm-check-updates@v19.1.1...v19.1.2
v19.1.1Compare Source
What's Changed
CooldownFunctionin config file by @SebastianSedzik in #1565Full Changelog: raineorshine/npm-check-updates@v19.1.0...v19.1.1
v19.1.0Compare Source
What's Changed
Full Changelog: raineorshine/npm-check-updates@v19.0.0...v19.1.0
v19.0.0Compare Source
Breaking
>= 20required--workspaces(plural) short option-wschanged to-w--workspace(singular)--workspace(singular) no longer has a short option.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.