You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based 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)
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 node-unit-tests.ts file, which has been rewritten now a little:
⚠️Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.
Path
Size
% Change
Change
@sentry/browser
25.33 kB
-
-
@sentry/browser - with treeshaking flags
23.83 kB
-
-
@sentry/browser (incl. Tracing)
42.14 kB
-
-
@sentry/browser (incl. Tracing, Profiling)
46.79 kB
-
-
@sentry/browser (incl. Tracing, Replay)
80.76 kB
-
-
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags
70.41 kB
-
-
@sentry/browser (incl. Tracing, Replay with Canvas)
Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application. ⚠️Warning: Base artifact is not the latest one, because the latest workflow run is not done yet. This may lead to incorrect results. Try to re-run all tests to get up to date results.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)