Update dependency lerna to v4
Compare changes
+ 1
− 1
On July, 8th between 18:00 and 22:00 gitlab.tugraz.at may not be available (Reason: maintenance work / gitlab updates). We will upgrade to version 18.1.x. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/.
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
lerna | devDependencies | major | ^3.22.1 -> ^4.0.0 |
v4.0.0
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)
This MR has been generated by Renovate Bot.