chore: bump node to v24.18.0 (43-x-y)#52106
Merged
Merged
Conversation
Ref: nodejs/node@61b20f60a39 (cherry picked from commit 432172c) Co-Authored-By: GPT-5.3-Codex <[email protected]>
Ref: nodejs/node@69df688fff4 Co-Authored-By: GPT-5.3-Codex <[email protected]> (cherry picked from commit ce40736)
The error thrown for an unsupported OKP (Ed448) JWK changed from 'Invalid JWK data' to the more specific 'Invalid JWK OKP key'. Ref: nodejs/node#62499 (cherry picked from commit 5718143)
Ref: nodejs/node@677ca7e76c9 Co-Authored-By: GPT-5.3-Codex <[email protected]> (cherry picked from commit 4d514ff)
Ref: nodejs/node@69df688fff4 Co-Authored-By: GPT-5.3-Codex <[email protected]>
This test synthesizes fake V8-serialized messages with the serialization format version hardcoded to 15 (0x0f). Electron bundles Chromium's V8, whose value-serializer format version is 16 (0x10), so the hardcoded headers are not recognized by the test runner's deserializer and the bytes fall through the UTF-8 stdout path (0xff -> U+FFFD), failing the assertions. The version difference is environmental and cannot be reconciled without re-patching the test on every V8 bump. The failing subtests were introduced upstream in nodejs/node#62704 (test_runner: avoid hanging on incomplete v8 frames).
jkleinsc
force-pushed
the
roller/node/43-x-y
branch
from
July 1, 2026 15:39
ef14ffd to
73c9b1f
Compare
ckerr
approved these changes
Jul 2, 2026
VerteDinde
approved these changes
Jul 2, 2026
|
Release Notes Persisted
|
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.18.0.
See all changes in v24.17.0..v24.18.0
Notes: Updated Node.js to v24.18.0.