chore(deps): update dependency npm-check-updates to v19#91
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update dependency npm-check-updates to v19#91renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
1487a27 to
686d9ad
Compare
6d95064 to
18cabcd
Compare
96d7f77 to
161c2b7
Compare
c12ffbe to
17e8c0f
Compare
78f31e9 to
a03f822
Compare
dd61767 to
fe2a81b
Compare
fe2a81b to
bb1300b
Compare
9392f09 to
c295d58
Compare
09dcce8 to
7e4cac3
Compare
dd57143 to
6c4cbdc
Compare
90a1bf6 to
c4ac039
Compare
fb661a1 to
063421b
Compare
7ceb446 to
73c078a
Compare
42deeb4 to
0bd7ae0
Compare
4e03515 to
e0540c2
Compare
e0540c2 to
9fec416
Compare
9fec416 to
a9b4336
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:
^17.0.0→^19.0.0Release Notes
raineorshine/npm-check-updates (npm-check-updates)
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.v18.3.1Compare Source
v18.3.0Compare Source
v18.2.1Compare Source
v18.2.0Compare Source
Thanks to community members for raising awareness and to @SebastianSedzik for the implementation.
See: #1547
Feature:
--cooldownUsage:
The cooldown option helps protect against supply chain attacks by requiring package versions to be published at least the given number of days before considering them for upgrade.
Note that previous stable versions will not be suggested. The package will be completely ignored if its latest published version is within the cooldown period. This is due to a limitation of the npm registry, which does not provide a way to query previous stable versions.
Example:
Let's examine how cooldown works with a package that has these versions available:
With default target (latest):
No update will be suggested because:
--cooldown 4or lower to allow this updateWith
@beta/@tagtarget:No update will be suggested because:
--cooldown 2or lower to allow this updateWith other targets:
Each target will select the best version that is at least 5 days old:
Note for latest/tag targets:
v18.1.1Compare Source
v18.1.0Compare Source
v18.0.3Compare Source
v18.0.2Compare Source
v18.0.1Compare Source
v18.0.0Compare Source
Breaking
The only breaking change in v18 is with the
-g/--globalflag.npm-check-updates -gwill now auto-detect your package manager based on the execution path. Previously, it defaulted tonpm.yarn dlx ncu -g --packageManager yarn→yarn dlx ncu -gpnpm dlx ncu --global --packageManager pnpm→pnpm dlx ncu -gbunx ncu -g--packageManager pnpm→bunx ncu -gIf for some reason you were running
ncu -gwith an alternative package manager and relying on it checking the globalnpmpackages, you will need to now explicitly specify npm:ncu -g→ncu -g--packageManager npmThanks to @LuisFerLCC for the improvement (#1514).
raineorshine/npm-check-updates@v17.1.18...v18.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.