-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
deps: bump node to v22.16.0 #93080
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
deps: bump node to v22.16.0 #93080
Conversation
@joshuarli what is the process for updating the mirror and shasum? I've updated the shasum to match the files available from node, but I'm currently getting a 404 from our mirror |
🚨 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 |
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.
i've updated this PR to use .node-version!
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #93080 +/- ##
===========================================
+ Coverage 46.37% 88.08% +41.70%
===========================================
Files 10309 10330 +21
Lines 594899 595883 +984
Branches 23130 23126 -4
===========================================
+ Hits 275905 524899 +248994
+ Misses 318501 70491 -248010
Partials 493 493 |
I'm working on the CI failures—just a resolution issue with a node-style specifier in the rspack config. |
oh nvm i get it, vercel would need the unflagged transpile. got it |
True! Just being cautious of the official guidance since bugs on Current releases aren't unheard of.
And yeah, Vercel doesn't expose v24 yet for that reason. |
I've fixed the related build issues in #93392. If someone can review them, we should be able to merge this in, and finally upgrade to 22.16 |
Fixes build issue in Node v22.16.0 by running rspack in ESM mode.
PR reverted: 0aeb212 |
This reverts commit 4df68a9. Co-authored-by: asottile-sentry <[email protected]>
This reverts commit 97aa01e. Co-authored-by: asottile-sentry <[email protected]>
v24 is the new LTS https://nodejs.org/en/blog/release/v24.0.0v22 is still LTS until
2025-10-28
getsentry: https://github.com/getsentry/getsentry/pull/17678