Conversation
|
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
f860296
Compare
size-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
6bfc0ff
Compare
6bfc0ff to
9a5c7b3
Compare
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)