Open
Conversation
982e318 to
b7b4e52
Compare
b7b4e52 to
1f6ada0
Compare
ba7d550 to
087cecb
Compare
087cecb to
9749386
Compare
9749386 to
b6e73ef
Compare
f4ad513 to
4999021
Compare
7423e83 to
832f154
Compare
832f154 to
ff3539e
Compare
bea682b to
a62f03c
Compare
a62f03c to
f33fd8b
Compare
0aae332 to
79f4071
Compare
977d7f8 to
17127ed
Compare
17127ed to
6d2ae23
Compare
c051505 to
0633afe
Compare
c87b438 to
feb2c8b
Compare
a53da2c to
0e8613e
Compare
b2b237a to
26f1439
Compare
f7e8959 to
20e06fa
Compare
6271a93 to
5d83f7e
Compare
c17ab3d to
b377c4a
Compare
b377c4a to
618e16d
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml |
618e16d to
500063a
Compare
1d23caf to
9415b7a
Compare
9415b7a to
e524392
Compare
e524392 to
3b0e12f
Compare
Contributor
Author
|
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:
16.5.6→19.6.3^3.0.6→^4.0.0^4.2.3→^5.0.0Release Notes
raineorshine/npm-check-updates (npm-check-updates)
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
v17.1.18Compare 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
v17.1.17Compare Source
v17.1.16Compare Source
v17.1.15Compare Source
v17.1.14Compare Source
v17.1.13Compare Source
v17.1.12Compare Source
v17.1.11Compare Source
v17.1.10Compare Source
v17.1.9Compare Source
v17.1.8Compare Source
v17.1.7Compare Source
v17.1.6Compare Source
v17.1.5Compare Source
v17.1.4Compare Source
v17.1.3Compare Source
v17.1.2Compare Source
v17.1.1Compare 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
v17.1.0Compare Source
v17.0.6Compare Source
v17.0.5Compare Source
v17.0.4Compare Source
v17.0.3Compare Source
v17.0.2Compare Source
v17.0.1Compare Source
v17.0.0Compare Source
Breaking
--no-deprecatedin the CLI ordeprecated: falsein yourncurcconfig.--rootis now set by default (#1353)--no-root.--dep prod,dev,optionalfor the old behavior.raineorshine/npm-check-updates@v16.14.20...v17.0.0
v16.14.20Compare Source
Breaking
--no-deprecatedin the CLI ordeprecated: falsein yourncurcconfig.--rootis now set by default (#1353)--no-root.--dep prod,dev,optionalfor the old behavior.raineorshine/npm-check-updates@v16.14.20...v17.0.0
v16.14.19Compare Source
v16.14.18Compare Source
v16.14.17Compare Source
v16.14.16Compare Source
v16.14.15Compare Source
v16.14.14Compare Source
v16.14.13Compare Source
v16.14.12Compare Source
v16.14.11Compare Source
v16.14.10Compare Source
v16.14.9Compare Source
v16.14.8Compare Source
v16.14.7Compare Source
v16.14.6Compare Source
v16.14.5Compare Source
v16.14.4Compare Source
v16.14.3Compare Source
v16.14.2Compare Source
Breaking
--no-deprecatedin the CLI ordeprecated: falsein yourncurcconfig.--rootis now set by default (#1353)--no-root.--dep prod,dev,optionalfor the old behavior.raineorshine/npm-check-updates@v16.14.20...v17.0.0
v16.14.1Compare Source
v16.14.0Compare Source
Feature
bun.lockbis detected.Thanks to @ImBIOS for the PR!
v16.13.4Compare Source
v16.13.3Compare Source
v16.13.2Compare Source
v16.13.1Compare Source
v16.13.0Compare Source
Feature
--installoption to control auto-install behavior.Usage:
Default: prompt
Control the auto-install behavior.
v16.12.3Compare Source
v16.12.2Compare Source
v16.12.1Compare Source
v16.12.0Compare Source
v16.11.2Compare Source
v16.11.1Compare Source
v16.11.0Compare Source
v16.10.19Compare Source
v16.10.18Compare Source
v16.10.17Compare Source
v16.10.16Compare Source
v16.10.15Compare Source
v16.10.14Compare Source
v16.10.13Compare Source
v16.10.12Compare Source
v16.10.11Compare Source
v16.10.10Compare Source
v16.10.9Compare Source
v16.10.8Compare Source
v16.10.7Compare Source
v16.10.6Compare Source
v16.10.5Compare Source
v16.10.4Compare Source
v16.10.3Compare Source
v16.10.2Compare Source
v16.10.1Compare Source
v16.10.0Compare Source
Feature
filterResultsoption to filter out upgrades based on a user provided function.filterResultsruns after new versions are fetched, in contrast tofilterandfilterVersion, which run before. This allows you to filter out upgrades withfilterResultsbased on how the version has changed (e.g. a major version change).Only available in .ncurc.js or when importing npm-check-updates as a module.
For the SemVer type definition, see: https://git.coolaj86.com/coolaj86/semver-utils.js#semverutils-parse-semverstring
Thanks to mslowiak for this enhancement!
v16.9.0Compare Source
v16.8.2Compare Source
v16.8.1Compare Source
v16.8.0Compare Source
Feature
--format linesThis is particularly useful for upgrading global modules:
Thanks to @vanodevium for the PR!
v16.7.13Compare Source
v16.7.12Compare Source
v16.7.11Compare Source
v16.7.10Compare Source
v16.7.9Compare Source
v16.7.8Compare Source
v16.7.7Compare Source
v16.7.6Compare Source
v16.7.5Compare Source
v16.7.4Compare Source
v16.7.3Compare Source
v16.7.2Compare Source
v16.7.1Compare Source
v16.7.0Compare Source
v16.6.5Compare Source
v16.6.4Compare Source
v16.6.3Compare Source
v16.6.2Compare Source
v16.6.1Compare Source
v16.6.0Compare Source
atom-community/prettier-config-atomic (prettier-config-atomic)
v4.0.0Compare Source
What's Changed
Breaking Change
The config now supports Prettier v3.0 only. The code itself is an ESM module, so use an import instead of require.
Full Changelog: atom-community/prettier-config-atomic@v3.1.0...v4.0.0
v3.1.0Compare Source
Bug Fixes
Features
3.0.11 (2022-07-03)
Bug Fixes
3.0.10 (2022-06-22)
Bug Fixes
3.0.9 (2022-04-02)
Bug Fixes
3.0.8 (2022-03-26)
Bug Fixes
3.0.7 (2022-03-17)
Bug Fixes
3.0.6 (2022-03-13)
Reverts
3.0.5 (2022-03-12)
Bug Fixes
3.0.4 (2022-03-11)
Bug Fixes
3.0.3 (2022-01-27)
Bug Fixes
3.0.2 (2022-01-27)
Bug Fixes
3.0.1 (2021-10-02)
Bug Fixes
v3.0.10Compare Source
Bug Fixes
Features
3.0.11 (2022-07-03)
Bug Fixes
3.0.10 (2022-06-22)
Bug Fixes
3.0.9 (2022-04-02)
Bug Fixes
3.0.8 (2022-03-26)
Bug Fixes
3.0.7 (2022-03-17)
Bug Fixes
3.0.6 (2022-03-13)
Reverts
3.0.5 (2022-03-12)
Bug Fixes
3.0.4 (2022-03-11)
Bug Fixes
3.0.3 (2022-01-27)
Bug Fixes
3.0.2 (2022-01-27)
Bug Fixes
3.0.1 (2021-10-02)
Bug Fixes
v3.0.9Compare Source
Bug Fixes
Features
3.0.11 (2022-07-03)
Bug Fixes
3.0.10 (2022-06-22)
Bug Fixes
3.0.9 (2022-04-02)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.