-
Notifications
You must be signed in to change notification settings - Fork 11
Update dependency npm-check-updates to v18 #54
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
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
@renovate
renovate
bot
force-pushed
the
renovate/npm-check-updates-18.x
branch
from
July 23, 2025 03:42
95181d1
to
846a55c
Compare
@renovate
renovate
bot
force-pushed
the
renovate/npm-check-updates-18.x
branch
from
August 26, 2025 21:37
846a55c
to
c679aea
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.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^16.9.0
->^18.0.0
Release Notes
raineorshine/npm-check-updates (npm-check-updates)
v18.0.3
Compare Source
v18.0.2
Compare Source
v18.0.1
Compare Source
v18.0.0
Compare Source
Breaking
The only breaking change in v18 is with the
-g/--global
flag.npm-check-updates -g
will now auto-detect your package manager based on the execution path. Previously, it defaulted tonpm
.yarn dlx ncu -g --packageManager yarn
→yarn dlx ncu -g
pnpm dlx ncu --global --packageManager pnpm
→pnpm dlx ncu -g
bunx ncu -g--packageManager pnpm
→bunx ncu -g
If for some reason you were running
ncu -g
with an alternative package manager and relying on it checking the globalnpm
packages, you will need to now explicitly specify npm:ncu -g
→ncu -g--packageManager npm
Thanks to @LuisFerLCC for the improvement (#1514).
v17.1.18
Compare Source
v17.1.17
Compare Source
v17.1.16
Compare Source
v17.1.15
Compare Source
v17.1.14
Compare Source
v17.1.13
Compare Source
v17.1.12
Compare Source
v17.1.11
Compare Source
v17.1.10
Compare Source
v17.1.9
Compare Source
v17.1.8
Compare Source
v17.1.7
Compare Source
v17.1.6
Compare Source
v17.1.5
Compare Source
v17.1.4
Compare Source
v17.1.3
Compare Source
v17.1.2
Compare Source
v17.1.1
Compare Source
v17.1.0
Compare Source
v17.0.6
Compare Source
v17.0.5
Compare Source
v17.0.4
Compare Source
v17.0.3
Compare Source
v17.0.2
Compare Source
v17.0.1
Compare Source
v17.0.0
Compare Source
Breaking
--root
is now set by default (#1353)--no-root
.--dep prod,dev,optional
for the old behavior.raineorshine/npm-check-updates@v16.14.20...v17.0.0
v16.14.20
Compare Source
Breaking
--root
is now set by default (#1353)--no-root
.--dep prod,dev,optional
for the old behavior.raineorshine/npm-check-updates@v16.14.20...v17.0.0
v16.14.19
Compare Source
v16.14.18
Compare Source
v16.14.17
Compare Source
v16.14.16
Compare Source
v16.14.15
Compare Source
v16.14.14
Compare Source
v16.14.13
Compare Source
v16.14.12
Compare Source
v16.14.11
Compare Source
v16.14.10
Compare Source
v16.14.9
Compare Source
v16.14.8
Compare Source
v16.14.7
Compare Source
v16.14.6
Compare Source
v16.14.5
Compare Source
v16.14.4
Compare Source
v16.14.3
Compare Source
v16.14.2
Compare Source
Breaking
--root
is now set by default (#1353)--no-root
.--dep prod,dev,optional
for the old behavior.raineorshine/npm-check-updates@v16.14.20...v17.0.0
v16.14.1
Compare Source
v16.14.0
Compare Source
bun
Feature
bun.lockb
is detected.Thanks to @ImBIOS for the PR!
v16.13.4
Compare Source
v16.13.3
Compare Source
v16.13.2
Compare Source
v16.13.1
Compare Source
v16.13.0
Compare Source
Feature
--install
option to control auto-install behavior.Usage:
Default: prompt
Control the auto-install behavior.
v16.12.3
Compare Source
v16.12.2
Compare Source
v16.12.1
Compare Source
v16.12.0
Compare Source
v16.11.2
Compare Source
v16.11.1
Compare Source
v16.11.0
Compare Source
v16.10.19
Compare Source
v16.10.18
Compare Source
v16.10.17
Compare Source
v16.10.16
Compare Source
v16.10.15
Compare Source
v16.10.14
Compare Source
v16.10.13
Compare 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.