@lerna/prerelease-id-from-version
Advanced tools
Changelog
5.0.0 (2022-05-24)
Lerna workspaces no longer have dependency deprecation warnings.
Node v10.x and v12.x are no longer supported.
Internally npm lifecycle scripts are now invoked using @npmcli/run-script
instead of npm-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 to npm-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!
Changelog
4.0.0 (2021-02-10)
lazy
named export is now a proper static method of Package
.Here's the gnarly one-liner I used to make these changes:
npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"
(requires npm i -g json
beforehand)
Changelog
3.16.0 (2019-07-18)
@evocateur/pacote
(03e4797)githubRelease
config is also remapped from command.publish
namespace (a3d264e), closes #2177--graph-type
option to control packages included in topological sort (#2152) (ae87669), closes #1437--no-verify-access
to prevent checking for account-level 2FA (ce58d8f)--strict
option to enable throwing when --hoist
warns (#2140) (91437b5)@octokit/plugin-enterprise-rest@^3.6.1
(74a3890)@octokit/rest@^16.28.4
(5f09f50)byte-size@^5.0.1
(ed51ddd)conventional-recommended-bump@^5.0.0
(2a0ed60)fs-extra@^8.1.0
(313287f)get-port@^4.2.0
(778ae6a)glob-parent@^5.0.0
(c6bc218)globby@^9.2.0
(d9aa249)import-local@^2.0.0
(14d2c66)is-ci@^2.0.0
(ab2ad83)load-json-file@^5.3.0
(3718cc9)multimatch@^3.0.0
(968b0d7)p-map@^2.1.0
(9e58394)pify@^4.0.1
(f8ee7e6)semver@^6.2.0
(d8016d9)slash@^2.0.0
(bedd6af)write-json-file@^3.2.0
(4fa7dea)--graph
(9457a21), closes #1970npm-lifecycle@^3.1.0
(e015a74)Changelog
3.14.0 (2019-05-14)
npm-lifecycle
dependency to avoid noisy audit warning (ea7c20d)--preserve-commit
option (#2079) (6a7448d)--otp
option (6fcbc36), closes #2076@lerna/run-topologically
(3a8b175)