-
Couldn't load subscription status.
- Fork 1
chore(deps): update devdependencies #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/devdependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+3
−3
Conversation
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
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
b0c1549 to
d8ade5d
Compare
d8ade5d to
ebae230
Compare
d7ce591 to
5db1c23
Compare
5db1c23 to
650464e
Compare
650464e to
74ff995
Compare
74ff995 to
5b10e22
Compare
5b10e22 to
4d776cc
Compare
4d776cc to
fecebd7
Compare
fecebd7 to
405633f
Compare
405633f to
bae0052
Compare
bae0052 to
6fd8965
Compare
57f48b3 to
8d33e0c
Compare
8d33e0c to
4c2982e
Compare
4c2982e to
b2c1e47
Compare
85f0611 to
15b8102
Compare
0c1214f to
1a64f01
Compare
503ac30 to
4786629
Compare
a72f914 to
7521914
Compare
7521914 to
65914ee
Compare
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.1.2^3.0.6->^4.0.0^4.2.3->^5.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
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
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.8Compare 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.7Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.