v5.0.0
5.0.0 (2022-05-24)
Lerna workspaces no longer have dependency deprecation warnings.
Bug Fixes
- replace read-package-tree with @npmcli/arborist (#3133) (f1c10a4)
- resolve most dependency audit issues (#3127) (2b3b191)
BREAKING CHANGES
-
Node v10.x and v12.x are no longer supported.
- Please upgrade to the latest LTS release of Node (we recommend either v14 or v16).
-
Internally npm lifecycle scripts are now invoked using
@npmcli/run-script
instead ofnpm-lifecycle
in order to modernize the package and fix package vulnerabilities and deprecations.-
We are classing this as a breaking change because the APIs of
npm-lifecycle
and@npmcli/run-script
are significantly different, despite@npmcli/run-script
being the official successor tonpm-lifecycle
.We have successfully made the integration test suite we inherited pass with this change, but there may potentially be aspects related to it which are not covered by the tests and are breaking. If you encounter any issues you believe are related to this change please open a new issue with a dedicated reproduction for us to look into!
-