playwright-javascript
playwright-javascript copied to clipboard
Update dependency npm-check-updates to v16.14.20
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| npm-check-updates | 16.10.12 -> 16.14.20 |
Release Notes
raineorshine/npm-check-updates (npm-check-updates)
v16.14.20
Breaking
- Require node >= 18.18.0
- Deprecated versions are no longer excluded by default, as it requires fetching package info for every published version, significantly slowing down upgrades.
- You can opt in with
--no-deprecatedin the CLI ordeprecated: falsein yourncurcconfig.
- You can opt in with
- In workspaces mode,
--rootis now set by default (#1353)- To not check the root package.json, use
--no-root.
- To not check the root package.json, use
- 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.
- Use
https://github.com/raineorshine/npm-check-updates/compare/v16.14.20...v17.0.0
v16.14.19
v16.14.18
v16.14.17
v16.14.16
v16.14.15
v16.14.14
v16.14.13
v16.14.12
v16.14.11
v16.14.10
v16.14.9
v16.14.8
v16.14.7
v16.14.6
v16.14.5
v16.14.4
v16.14.3
v16.14.2
Breaking
- Require node >= 18.18.0
- Deprecated versions are no longer excluded by default, as it requires fetching package info for every published version, significantly slowing down upgrades.
- You can opt in with
--no-deprecatedin the CLI ordeprecated: falsein yourncurcconfig.
- You can opt in with
- In workspaces mode,
--rootis now set by default (#1353)- To not check the root package.json, use
--no-root.
- To not check the root package.json, use
- 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.
- Use
https://github.com/raineorshine/npm-check-updates/compare/v16.14.20...v17.0.0
v16.14.1
v16.14.0
Feature
- Added experimental support for bun package manager.
- Automatically used if
bun.lockbis detected. - Assistance needed to test it out on different platforms.
$ ncu --packageManager bun
$ ncu -p bun
Thanks to @ImBIOS for the PR!
v16.13.4
v16.13.3
v16.13.2
v16.13.1
v16.13.0
Feature
- Added
--installoption to control auto-install behavior.
Usage:
ncu --install [value]
Default: prompt
Control the auto-install behavior.
| always | Runs your package manager's install command automatically after upgrading. |
| never | Does not install and does not prompt. |
| prompt | Shows a message after upgrading that recommends an install, but does not install. In interactive mode, prompts for install. (default) |
v16.12.3
v16.12.2
v16.12.1
v16.12.0
v16.11.2
v16.11.1
v16.11.0
v16.10.19
v16.10.18
v16.10.17
v16.10.16
v16.10.15
v16.10.14
v16.10.13
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.