-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
build: run rspack in ESM with Node v22.16 #93392
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
Conversation
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
5f3f0d5
to
2e50b98
Compare
2e50b98
to
5d4f979
Compare
5d4f979
to
2f5387b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## jb/node/24 #93392 +/- ##
==============================================
- Coverage 87.26% 86.06% -1.21%
==============================================
Files 10331 10331
Lines 593213 593229 +16
Branches 22956 22956
==============================================
- Hits 517691 510537 -7154
- Misses 75086 82256 +7170
Partials 436 436 |
a597ac3
to
305485c
Compare
305485c
to
d98b54a
Compare
Fixes build issue in Node v22.16.0 by running rspack in ESM mode.