chore: bump node to v24.20.0 (45-x-y) - #53251
Open
electron-roller[bot] wants to merge 8 commits into
Open
Conversation
Both patches are backports that landed in Node.js v24.20.0. Ref: nodejs/node#61999 Ref: nodejs/node#64271
Upstream rewrote packageResolve() to branch on hasPackageMap() and added join to the path imports, which shifted the context around the electron: specifier shortcut and the legacyMainResolve imports. Ref: nodejs/node#62239
Upstream added an ASN.1 helper, ReadASN1Element, whose only callers live under NCRYPTO_USE_OPENSSL3_PROVIDER. With BoringSSL that macro is 0, so the helper is unused and fails -Werror=unused-function. Guard the definition with the same macro as its callers. Ref: nodejs/node#64211
Node.js v24.20.0 replaced src/quic/logstream.h with src/quic/session_manager.h.
The new sqlite amalgamation compares 'unsigned int cnt' against 'int lenDelta' in rbuDeltaApply, which fails -Werror=sign-compare. Extend the existing sqlite sign-compare patch to cast that operand too. Ref: nodejs/node#64745
Node.js v24.20.0 backported JSPI enablement, which unconditionally passes --experimental-wasm-jspi to V8. Chromium's V8 removed that flag (JSPI is always on), so node_mksnapshot aborts with "bad option". Drop the argument in a new patch, matching main. Ref: nodejs/node#59941 Ref: https://chromium-review.googlesource.com/c/v8/v8/+/6937664
MarshallOfSound
force-pushed
the
roller/node/45-x-y
branch
from
August 29, 2026 03:16
81329e3 to
84a9e7d
Compare
MarshallOfSound
enabled auto-merge (squash)
August 29, 2026 05:58
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updating Node.js to v24.20.0.
See all changes in v24.19.0..v24.20.0
Notes: Updated Node.js to v24.20.0.