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
Copy Markdown

Choose a reason for hiding this comment

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

Lerna 6 upgrade breaks release-canary script CLI flags

High Severity

Upgrading lerna to ^6.4.1 breaks the release-canary script, which uses --cd-version=prerelease and --npm-tag=canary. The --cd-version flag was removed in Lerna 3 stable (replaced by a positional argument like lerna publish prerelease), and --npm-tag was renamed to --dist-tag. These flags worked with 3.0.0-rc.0 but will fail silently or error out with Lerna 6.

Fix in Cursor Fix in Web

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