Skip to content 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-deprecated in the CLI or deprecated: false in your ncurc config.
- 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.