Skip to content
Open
Show file tree
Hide file tree
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 @@ -25,7 +25,7 @@
"eslint": "8.57.0",
"eslint-plugin-ghost": "3.4.3",
"eslint-plugin-react": "7.37.5",
"lerna": "6.6.2",
"lerna": "9.0.0",
Copy link

Choose a reason for hiding this comment

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

Bug: Bootstrap removal breaks setup script hookup

The Lerna v9.0.0 upgrade removes the lerna bootstrap command. This breaks the setup script, which still relies on lerna bootstrap, causing project setup to fail.

Additional Locations (1)

Fix in Cursor Fix in Web

Copy link

Choose a reason for hiding this comment

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

Bug: Lerna 9 Drops Node 18 Support Runtime Risk

Upgrading to Lerna v9.0.0 introduces a Node.js version requirement of ^20.19.0 || ^22.12.0 || >=24.0.0 (Node v18 support is dropped), but the root package.json does not specify an "engines" field to enforce this constraint. This may cause runtime failures when developers or CI systems use unsupported Node versions (v18 or earlier).

Fix in Cursor Fix in Web

"mocha": "11.7.5",
"should": "13.2.3",
"sinon": "21.0.0"
Expand Down
Loading
Loading