react-native-v2ex
react-native-v2ex copied to clipboard
chore(deps-dev): bump npm-check-updates from 16.7.10 to 18.0.1
Bumps npm-check-updates from 16.7.10 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/--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
@LuisFerLCCfor the improvement (#1514).v17.0.0
Breaking
- Require node >= 18.18.0
- In workspaces mode,
--rootis 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,optionalfor 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 [email protected]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
- [x] Require node >= 18.18.0
- [x] In workspaces mode,
--rootis now set by default (#1353)
- To not check the root package.json, use
--no-root.- [ ] Convert from CommonJS to ESM (#1358)
- [ ] Replace pacote with npm-registry-fetch (#1329)
v16.14.0
Feature
- Added experimental support for bun package manager.
... (truncated)
Commits
cf1b07f18.0.1a16dbd6Check __dirname when getting running package manager (#1516)b1e548818.0.0bd627e4Fix global namespaced package detection with bun + add automatic package mana...38b484317.1.18f9b2212Bump dependencies (#1509)665273f17.1.17879b2feAdd hideHint option for short terminals (#1508)cf5f8baFix filterResults code example.5390b5d17.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.