Uh oh!
There was an error while loading. Please reload this page.
chore(deps): Upgrade Lerna to v8 - #19050
Conversation
JPeer264
commented
Jan 28, 2026
I think it didn't work as back in the days Node v14+v16 were supported, but lerna v8 doesn't support that (a reason why we can't update to v9 -> it drops Node v18). Lerna was also referenced in the old sentry-javascript/scripts/node-unit-tests.ts Lines 33 to 47 in 29c856a |
fe9960b to
f860296Comparesize-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
ecc5cd3 to
6bfc0ffCompare6bfc0ff to
9a5c7b3CompareUh oh!
There was an error while loading. Please reload this page.
This upgrades Lerna to v8. I this case after the upgrade I followed the upgrade guide and ran
lerna repair: https://github.com/lerna/lerna/releases/tag/v8.0.0Based on the breaking changes we are not affected. The most "critical" one is that Node v16 got dropped, but we are still running the CI in v18.
The "tasksRunnerOptions" were removed, but they are not inline with the other options, so it is easier to configure in the future (this was done automatically with
lerna repair)