Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
},
"dependencies": {
"lerna": "^3.0.0-rc.0"
"lerna": "^6.4.1"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lerna v6 upgrade breaks release scripts with removed flags

High Severity

Upgrading lerna from v3 to v6 breaks the existing release-canary script, which uses --cd-version and --npm-tag — both removed in Lerna v4+. The --cd-version flag was replaced by a positional argument (e.g., lerna publish prerelease), and --npm-tag was replaced by --dist-tag. Running npm run release-canary after this upgrade will fail. Additionally, lerna.json contains command.bootstrap configuration for the removed lerna bootstrap command.

Fix in Cursor Fix in Web

},
"name": "next-plugins"
}