chore: bump node to v24.18.0 (44-x-y)#52237
Merged
jkleinsc merged 13 commits intoJul 2, 2026
Merged
Conversation
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-Authored-By: GPT-5.3-Codex <[email protected]> Co-authored-by: John Kleinschmidt <[email protected]>
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Ref: nodejs/node@677ca7e76c9 Co-Authored-By: GPT-5.3-Codex <[email protected]> Co-authored-by: John Kleinschmidt <[email protected]>
Ref: nodejs/node@61b20f60a39 Co-Authored-By: GPT-5.3-Codex <[email protected]> Co-authored-by: John Kleinschmidt <[email protected]>
Ref: nodejs/node@69df688fff4 Co-Authored-By: GPT-5.3-Codex <[email protected]> Co-authored-by: John Kleinschmidt <[email protected]>
Co-authored-by: John Kleinschmidt <[email protected]>
Ref: nodejs/node@69df688fff4 Co-Authored-By: GPT-5.3-Codex <[email protected]> Co-authored-by: John Kleinschmidt <[email protected]>
Co-authored-by: John Kleinschmidt <[email protected]>
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 Co-authored-by: John Kleinschmidt <[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). Co-authored-by: John Kleinschmidt <[email protected]>
Co-authored-by: John Kleinschmidt <[email protected]>
Co-authored-by: John Kleinschmidt <[email protected]>
jkleinsc
approved these changes
Jul 2, 2026
jkleinsc
deleted the
trop/44-x-y-bp-chore-bump-node-to-v24-18-0-main--1782998702979
branch
July 2, 2026 16:40
|
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.
Backport of #52068
See that PR for details.
Notes: Updated Node.js to v24.18.0.