-
-
Notifications
You must be signed in to change notification settings - Fork 83
Update dependency lerna to v9 #559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Lerna 9 Drops Node 18 Support Runtime RiskUpgrading to Lerna v9.0.0 introduces a Node.js version requirement of |
||
| "mocha": "11.7.5", | ||
| "should": "13.2.3", | ||
| "sinon": "21.0.0" | ||
|
|
||
There was a problem hiding this comment.
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 bootstrapcommand. This breaks thesetupscript, which still relies onlerna bootstrap, causing project setup to fail.Additional Locations (1)
package.json#L17-L18