build(deps-dev): bump npm-check-updates from 16.14.20 to 18.0.1
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
dependencies javascript
Bumps npm-check-updates from 16.14.20 to 18.0.1.
Release notes
Sourced from npm-check-updates's releases.
v18.0.0
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.0.0
Breaking
- Require node >= 18.18.0
- In workspaces mode,
--root
is now set by default (#1353)
- To not check the root package.json, use
--no-root
.- If you have a packageManager field in your package.json, it is now upgraded by default (#1390)
- Use
--dep prod,dev,optional
for the old behavior.v17.0.0-1
This is the first prerelease in preparation for the next major v17. It mainly involves a node engines bump and lot of internal dependency upgrades, so if you notice any regressions, please let me know!
Run
npx npm-check-updates@v17.0.0-1
to test.There are a two more breaking/high-risk changes I intend to make for the v17 release, which I will also release as prerelease versions for testing.
Thanks for your help and enjoy! 🍰
Breaking
Commits
cf1b07f
18.0.1a16dbd6
Check __dirname when getting running package manager (#1516)b1e5488
18.0.0bd627e4
Fix global namespaced package detection with bun + add automatic package mana...38b4843
17.1.18f9b2212
Bump dependencies (#1509)665273f
17.1.17879b2fe
Add hideHint option for short terminals (#1508)cf5f8ba
Fix filterResults code example.5390b5d
17.1.16- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 408179 |
UUID: | 3072226505 |
Node ID: | PR_kwDOEtO6p86Wo6Xr |
Host: | GitHub |
Repository: | umbraco/Umbraco.UI |