Skip to content
Merged
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@lerna-lite/cli": "latest",
"@lerna-lite/publish": "latest",
"c8": "latest",
"conventional-changelog-conventionalcommits": "latest",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Changelog preset not actually pinned

Medium Severity

The changelog preset is added as latest even though the change is meant to pin conventional-changelog-conventionalcommits to 10.3.0. With lockfile: false, installs can still pick a newer release such as 10.4.0, which already failed in CI inside lerna-lite’s Handlebars changelog fallback, so pnpm run release can keep breaking.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 42bb2ce. Configure here.

"finepack": "latest",
"git-authors-cli": "latest",
"nano-staged": "latest",
Expand Down