chore(deps): update dependency npm-check-updates to v19#545
Merged
Conversation
b22473a to
0895868
Compare
0895868 to
7211a74
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.0.0->^19.0.0Release Notes
raineorshine/npm-check-updates (npm-check-updates)
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
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 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.