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 v6 upgrade breaks release-canary script flags

High Severity

Upgrading lerna to ^6.4.1 breaks the release-canary script (line 16) which uses --cd-version and --npm-tag flags that were removed in Lerna v4+. In Lerna 6, --cd-version no longer exists (versioning was split into a separate lerna version command) and --npm-tag was renamed to --dist-tag. The canary release process will fail at runtime with unrecognized option errors.

Fix in Cursor Fix in Web

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.json bootstrap config incompatible with v6

Medium Severity

Upgrading to lerna v6 while lerna.json still contains command.bootstrap configuration is incompatible. The lerna bootstrap command was entirely removed in Lerna v6 (replaced by native package manager workspaces). This dead configuration may cause warnings or unexpected behavior when Lerna reads its config file.

Fix in Cursor Fix in Web

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