fix(major deps): update node.js to v24 #286
Open
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.
This PR contains the following updates:
23.11.1
->24.4.1
Release Notes
nodejs/node (node)
v24.4.1
: 2025-07-15, Version 24.4.1 (Current), @RafaelGSSCompare Source
This is a security release.
Notable Changes
Commits
c33223f1a5
] - (CVE-2025-27209) deps: V8: revert rapidhash commits (Michaël Zasso) nodejs-private/node-private#71356f9db2aaa
] - (CVE-2025-27210) lib: handle all windows reserved driver name (RafaelGSS) nodejs-private/node-private#721v24.4.0
: 2025-07-09, Version 24.4.0 (Current), @RafaelGSSCompare Source
Notable Changes
22b60e8a57
] - (SEMVER-MINOR) crypto: support outputLength option in crypto.hash for XOF functions (Aditi) #5812180dec9849d
] - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) #5871987f4d078b3
] - (SEMVER-MINOR) fs: add disposable mkdtempSync (Kevin Gibbons) #585169623c50b53
] - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) #58853797ec4da04
] - (SEMVER-MINOR) sqlite: add support for readBigInts option in db connection level (Miguel Marcondes Filho) #58697ed966a0215
] - (SEMVER-MINOR) src,permission: add support to permission.has(addon) (Rafael Gonzaga) #58951fe17f5d285
] - (SEMVER-MINOR) watch: add--watch-kill-signal
flag (Dario Piotrowicz) #58719Commits
a118bfc536
] - assert: remove dead code (Yoshiya Hinosawa) #5876031252b9af1
] - benchmark: add source map and source map cache (Miguel Marcondes Filho) #581254170359bcd
] - bootstrap: initialize http proxy after user module loader setup (Joyee Cheung) #58938c76585d10e
] - build: disable v8_enable_pointer_compression_shared_cage on non-64bit (Shelley Vohr) #58867049c838609
] - build: option to use custom inspector_protocol path (Shelley Vohr) #5883922b60e8a57
] - (SEMVER-MINOR) crypto: support outputLength option in crypto.hash for XOF functions (Aditi) #5812177712ae2a1
] - crypto: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 (Filip Skokan) #5894293e1a33b81
] - crypto: fix inclusion of OPENSSL_IS_BORINGSSL define (Shelley Vohr) #58845573171deb0
] - deps: V8: cherry-pick0ce2edb
(Levi Zim) #58773bf66291382
] - deps: V8: cherry-pick1d71595
(Michaël Zasso) #58749f735b8b8d0
] - deps: update sqlite to 3.50.2 (Node.js GitHub Bot) #588828e9622e494
] - deps: update undici to 7.11.0 (Node.js GitHub Bot) #588598741da81c7
] - deps: update googletest to35b75a2
(Node.js GitHub Bot) #58710028ce40e25
] - deps: update minimatch to 10.0.3 (Node.js GitHub Bot) #587123afb15b715
] - dns: fix parse memory leaky (theanarkh) #58973f40ac32f3e
] - dns: set timeout to 1000ms when timeout < 0 (theanarkh) #58441921b563999
] - doc: remove broken link to permission model source code (Juan José) #5897278628d6158
] - doc: clarify details of TSC public and private meetings (James M Snell) #58925ab834a8b94
] - doc: mark stability markers consistent inglobals.md
(Antoine du Hamel) #589328d4f6a0016
] - doc: move "Core Promise APIs" to "Completed initiatives" (Antoine du Hamel) #5893494725fced5
] - doc: fixfetch
subsections inglobals.md
(Antoine du Hamel) #58933a7a4870014
] - doc: add missingClass:
mentions (Antoine du Hamel) #5893198f29fa2fd
] - doc: remove myself from security steward rotation (Michael Dawson) #58927710e13d436
] - doc: add ovflowd back to core collaborators (Claudio W.) #589118b93008dc0
] - doc: update email address for Richard Lau (Richard Lau) #589109ff81d21ed
] - doc: update vm doc links (Chengzhong Wu) #58885ff2efd266d
] - doc: fix links in test.md (Vas Sudanagunta) #588765e854e1f61
] - doc: add missing comma inchild_process.md
(ronijames008) #5886248f5d6d686
] - doc: add guidelines for introduction of ERM support (James M Snell) #5852680dec9849d
] - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) #58719b36fa0fda1
] - doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js (jesh) #58573cebb93ea12
] - doc: add array type in http request headers (Michael Henrique) #580496e6b373da1
] - doc: add missing colon to headers inglobals.md
(Aviv Keller) #588251519b75191
] - doc: fixstream.md
section order (Antoine du Hamel) #5881187f4d078b3
] - (SEMVER-MINOR) fs: add disposable mkdtempSync (Kevin Gibbons) #58516b378fc3ac0
] - fs: close dir before throwing ifoptions.bufferSize
is invalid (Livia Medeiros) #5885623bd4d1867
] - fs: special input-1
onchown
,lchown
andfchown
(Alex Yang) #58836d07ce8e90c
] - fs: throwERR_INVALID_THIS
on illegal invocations (Livia Medeiros) #588480d969a66dc
] - inspector: support undici traffic data inspection (Chengzhong Wu) #58953839b25e371
] - lib: exposesetupInstance
method on WASI class (toyobayashi) #57214d8f3f649c2
] - lib: fixgetTypeScriptParsingMode
jsdoc (沈鸿飞) #58681d534706211
] - meta: bump step-security/harden-runner from 2.12.0 to 2.12.2 (dependabot[bot]) #589233ec5fe04d0
] - meta: bump github/codeql-action from 3.28.18 to 3.29.2 (dependabot[bot]) #58922bd4a1a5b06
] - meta: add IlyasShabi to collaborators (Ilyas Shabi) #58916d29b195b51
] - module: link module with a module request record (Chengzhong Wu) #58886a78385c4bd
] - module: convert schema-only core module onconvertCJSFilenameToURL
(Alex Yang) #58612e0de362319
] - module: update tests for combined ambiguous module syntax error (Mert Can Altin) #558747f7a833e82
] - os: fix GetInterfaceAddresses memory lieaky (theanarkh) #589409623c50b53
] - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) #58853efe19b50b6
] - repl: fix eval errors thrown after close throwingERR_USE_AFTER_CLOSE
(Dario Piotrowicz) #58791c891db1c05
] - repl: improve tab completion on computed properties (Dario Piotrowicz) #58775797ec4da04
] - (SEMVER-MINOR) sqlite: add support for readBigInts option in db connection level (Miguel Marcondes Filho) #586978eecaa264d
] - src: -Wunreachable-code-break in node_config_file.cc (Shelley Vohr) #58901143379df56
] - src: -Wunreachable-code error in crypto_context.cc (Shelley Vohr) #58901056a1af197
] - src: fix -Wunreachable-code-return in src/node_contextify.cc (Shelley Vohr) #58901ba661459f5
] - src: fix -Wunreachable-code in src/node_api.cc (Shelley Vohr) #589016af0163dda
] - src: simplify adding fast APIs to ExternalReferenceRegistry (René) #58896210e608938
] - src: cleanup uv_fs_req before uv_fs_stat on existSync (RafaelGSS) #589152445f86dc9
] - src: -Wmismatched-new-delete in debug_utils.cc (Shelley Vohr) #5884412286c9f64
] - src: use ranges library (C++20) more systematically (Daniel Lemire) #58028ed966a0215
] - (SEMVER-MINOR) src,permission: add support to permission.has(addon) (Rafael Gonzaga) #58951dd54910ab1
] - src,permission: enhance permission model debug (Rafael Gonzaga) #5889894f9424d78
] - test: deflake test-runner-watch-mode-kill-signal (Dario Piotrowicz) #58952b6ff6c8d20
] - test: add known issue tests for recursive readdir calls with Buffer path (Dario Piotrowicz) #58893c300f107ac
] - test: add known issue tests for fs.cp (James M Snell) #58883d8a86a622e
] - test: add tests to ensure that node.1 is kept in sync with cli.md (Dario Piotrowicz) #5887857c69acb78
] - test: replace.filter()[0]
with.find()
(Livia Medeiros) #5887267b3f4fbee
] - test: remove reliance on in-treedeps/undici
(Richard Lau) #58866df85b02a00
] - test: close dirs infs-opendir
test (Livia Medeiros) #58855692f1aebf0
] - test: update WPT for urlpattern to84b75f0
(Node.js GitHub Bot) #587853a119be362
] - test: save the config file in a temporary directory (Luigi Pinca) #58799924cf1ef25
] - test: deflake test-config-file (Luigi Pinca) #58799b5c7e645c9
] - test_runner: correctly filter --experimental-config-file (Pietro Marchini) #58833d0faf723c7
] - test_runner: fix timeout not propagated to the child process in run (jakecastelli) #588316052d8c1ac
] - test_runner: correct "already mocked" error punctuation placement (Jacob Smith) #58840e8dd1897d5
] - tools: compile maglev files into v8_compiler if maglev is disabled (Yao Zi) #58861191396260c
] - tools: bump the eslint group in /tools/eslint with 6 updates (dependabot[bot]) #589211e423e0680
] - tools: update inspector_protocol to69d69dd
(Shelley Vohr) #589000def4e23b1
] - tools: update gyp-next to 0.20.2 (Node.js GitHub Bot) #58788adb950cde2
] - tools,doc: move more MDN links to types (Antoine du Hamel) #589301ee539a3aa
] - tty: treat emptyNO_COLOR
same as absentNO_COLOR
(Antoine du Hamel) #580742b34867ba9
] - v8: fix missing callback in heap utils destroy (Ruben Bridgewater) #58846a1f4333695
] - vm: expose import phase on SourceTextModule.moduleRequests (Chengzhong Wu) #58829fe17f5d285
] - (SEMVER-MINOR) watch: add--watch-kill-signal
flag (Dario Piotrowicz) #58719v24.3.0
: 2025-06-24, Version 24.3.0 (Current), @RafaelGSSCompare Source
Notable Changes
841609ac1c
] - doc: add islandryu to collaborators (Shima Ryuhei) #58714839964ece8
] - (SEMVER-MINOR) fs: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #584909b28f40834
] - (SEMVER-MINOR) module: remove experimental warning from type stripping (Marco Ippolito) #586437cdda927fa
] - test: fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) #58282dce1995c55
] - Revert "test_runner: remove promises returned by t.test()" (Romain Menke) #582828b0c5edbb6
] - Revert "test_runner: remove promises returned by test()" (Romain Menke) #58282713fbad7b6
] - (SEMVER-MINOR) test_runner: support object property mocking (Idan Goshen) #58438ef0230abaf
] - (SEMVER-MINOR) url: add fileURLToPathBuffer API (James M Snell) #58700Commits
2ba2c93dee
] - build: fix typo 'Stoage' to 'Storage' in help text (ganglike) #5877711811c15da
] - deps: update nghttp2 to 1.66.0 (Node.js GitHub Bot) #587867643ce9322
] - deps: update acorn to 8.15.0 (Node.js GitHub Bot) #587114b61f10eb6
] - deps: V8: cherry-picke3df60f
(Chengzhong Wu) #58691fa6854f083
] - deps: update amaro to 1.1.0 (Node.js GitHub Bot) #5875468671f4314
] - deps: upgrade npm to 11.4.2 (npm team) #58696450f4815b3
] - deps: update amaro to 1.0.0 (Node.js GitHub Bot) #586393aa2762e96
] - deps: update sqlite to 3.50.1 (Node.js GitHub Bot) #5863080eac147e6
] - deps: update simdjson to 3.13.0 (Node.js GitHub Bot) #58629dc1023878c
] - deps: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot) #5862897fbfd82af
] - doc: fix stability 1.x links excluding the decimal digit (Dario Piotrowicz) #58783e2e88d4971
] - doc: fix wrong RFC number in http2 (Deokjin Kim) #587537bb1246c8f
] - doc: add history entry for TS support in hooks (Antoine du Hamel) #58732f125310d3a
] - doc: run license-builder (github-actions[bot]) #58722841609ac1c
] - doc: add islandryu to collaborators (Shima Ryuhei) #587141cc77c7ee6
] - doc: punctuation fix for Node-API versioning clarification (Jiacai Liu) #58599d59680348e
] - doc: add path rules and validation for export targets in package.json (0hm☘️) #58604b6760b3379
] - esm: syncify default path ofModuleLoader.load
(Jacob Smith) #5741996c78d726c
] - fs: makeDir
disposers idempotent (René) #5869262b5879d88
] - fs: avoid computing time coefficient constants in runtime (Livia Medeiros) #58728af18c0e81a
] - fs: remove IIFE in glob (LiviaMedeiros) #58418fb4378b72e
] - fs: add UV_ENOSPC to list of things to pass to err directly (Jacky Zhao) #56918839964ece8
] - (SEMVER-MINOR) fs: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490c9dc0a8903
] - http: fix keep-alive not timing out after post-request empty line (Shima Ryuhei) #58178b11da1115e
] - http2: fix DEP0194 message (KaKa) #58669b1f60d2f18
] - http2: add diagnostics channel 'http2.server.stream.close' (Darshan Sen) #58602be93091694
] - inspector: add protocol methods retrieving sent/received data (Chengzhong Wu) #5864520089e2a2e
] - lib: renamevalidateInternalField
intovalidateThisInternalField
(LiviaMedeiros) #5876574983832f9
] - lib: makevalidateInternalField()
throwERR_INVALID_THIS
(LiviaMedeiros) #58765081c70878f
] - lib: make domexception a native error (Chengzhong Wu) #586916390f70da2
] - lib,src: support DOMException ser-des (Chengzhong Wu) #586494c2c100f63
] - meta: add @nodejs/inspector as codeowner (Chengzhong Wu) #58790ff8a3691c4
] - module: fix typescript import.meta.main (Marco Ippolito) #5866145f7d160ed
] - module: refactor commonjs typescript loader (Marco Ippolito) #586579b28f40834
] - (SEMVER-MINOR) module: remove experimental warning from type stripping (Marco Ippolito) #58643a3c7a63c73
] - module: allow cycles in require() in the CJS handling in ESM loader (Joyee Cheung) #58598d0e42ffa58
] - repl: avoid deprecatedrequire.extensions
in tab completion (baki gul) #5865382b18ba890
] - repl: fix tab completion not working with computer string properties (Dario Piotrowicz) #587098c2089683e
] - src: add FromV8Value<T>() for integral and enum types (Aditi) #57931a0b1378a20
] - src: pass resource on permission checks for spawn (Rafael Gonzaga) #58758dfb0144490
] - src: enhance error messages for unknown options (Pietro Marchini) #58677e9c6fa514c
] - src: replace std::array with static arrays in contextify (Mert Can Altin) #585804347ce3dba
] - src: add new CopyUtimes function to reduce code duplication (Dario Piotrowicz) #58625893999e0ee
] - src: replace V8 Fast API todo comment with note comment (Dario Piotrowicz) #586147cdda927fa
] - test: fix test-timeout-flag after revert of auto subtest wait (Pietro Marchini) #58282d9c2b7054b
] - test: refactor repl save-load tests (Dario Piotrowicz) #587153faa4e8b56
] - test: deflake test-buffer-large-size-buffer-alloc-unsafe (Luigi Pinca) #587718eec789888
] - test: correct SIMD support comment (Richard Lau) #587676e0ee39b6d
] - test: skip the test if the buffer allocation fails (Luigi Pinca) #58738d94b184700
] - test: deflake test-buffer-large-size-buffer-alloc (Luigi Pinca) #58734704b1fa075
] - test: add tests for REPL custom evals (Dario Piotrowicz) #57850c39d570871
] - test: reduce the use of private symbols in test-events-once.js (Yoshiya Hinosawa) #58685b7e488c77f
] - test: refactor repl tab complete tests (Dario Piotrowicz) #58636ec808b3e06
] - test: usecommon.skipIfInspectorDisabled()
to skip tests (Dario Piotrowicz) #5867594e53d4f6c
] - test: update WPT for urlpattern to3ffda23
(Node.js GitHub Bot) #58537fa089d610f
] - test: update WPT for dom/abort todc92816
(Node.js GitHub Bot) #58644aa657f0fc4
] - test: split indirect eval import tests (Chengzhong Wu) #5863776e3c8aaf2
] - test: update WPT for es-exceptions to2f96fa1
(Node.js GitHub Bot) #586407e34aa4eaa
] - test: skip tests failing when run under root (Livia Medeiros) #5861085f062c22e
] - test: deflake async-hooks/test-improper-order on AIX (Baki Gul) #58567181014a8fe
] - test: cleanup status files (Filip Skokan) #58633a4d756068d
] - test: close FileHandle objects in tests explicitly (James M Snell) #58615a1529d5d99
] - test_runner: automatically wait for subtests to finish (Colin Ihrig) #58800dce1995c55
] - Revert "test_runner: remove promises returned by t.test()" (Romain Menke) #582828b0c5edbb6
] - Revert "test_runner: remove promises returned by test()" (Romain Menke) #582826ef7329c8c
] - Revert "test_runner: automatically wait for subtests to finish" (Romain Menke) #58282c9e7b5e43a
] - test_runner: preferAtomics
primordials (Renegade334) #58716713fbad7b6
] - (SEMVER-MINOR) test_runner: support object property mocking (Idan Goshen) #584389df1cfe402
] - tools: make nodedownload module compatible with Python 3.14 (Lumír 'Frenzy' Balhar) #58752b5ff3f42b8
] - tools: include toolchain.gypi in abseil.gyp (Chengzhong Wu) #58678dc2f23e986
] - tools: bumpbrace-expansion
in/tools/clang-format
(dependabot[bot]) #58699e6a1787140
] - tools: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint (dependabot[bot]) #58698b22e970774
] - tools: switch to@stylistic/eslint-plugin
(Michaël Zasso) #58623268c8c1799
] - tools: remove config.status undermake distclean
(René) #58603c1f9791844
] - tools: edit commit-queue workflow file (Antoine du Hamel) #58667afbaf9277b
] - tools: improve release proposal linter (Antoine du Hamel) #5864717df800b90
] - typings: add Atomics primordials (Renegade334) #58577ffff8ce3a4
] - typings: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to internalBinding (Meghan Denny) #58655ef0230abaf
] - (SEMVER-MINOR) url: add fileURLToPathBuffer API (James M Snell) #587006f7b89516f
] - util: inspect: do not crash on an Error stack pointing to itself (Sam Verschueren) #58196v24.2.0
: 2025-06-09, Version 24.2.0 (Current), @aduh95Compare Source
Notable Changes
Remove support for HTTP/2 priority signaling
The support for priority signaling has been removed in nghttp2, following its
deprecation in the RFC 9113.
As a consequence of this, priority signaling is deprecated on all release lines of Node.js,
and removed from Node.js 24 so we can include latest updates from nghttp2.
Contributed by Matteo Collina and Antoine du Hamel in
#58293.
import.meta.main
is now availableBoolean value available in ECMAScript modules, which can be used to detect
whether the current module was the entry point of the current process.
Contributed by Joe and Antoine du Hamel in
#57804.
Other Notable Changes
e13930bbe0
] - doc: add Filip Skokan to TSC (Rafael Gonzaga) #58499984894b38c
] - doc: deprecateutil.isNativeError
in favor ofError.isError
(Miguel Marcondes Filho) #58262d261274b0f
] - doc: deprecate passing an empty string tooptions.shell
(Antoine du Hamel) #58564510872a522
] - (SEMVER-MINOR) doc: graduateSymbol.dispose
/asyncDispose
from experimental (James M Snell) #584676f4c9dd423
] - (SEMVER-MINOR) fs: addautoClose
option toFileHandle
readableWebStream (James M Snell) #5854832efb63242
] - http: deprecate instantiating classes without new (Yagiz Nizipli) #585180234a8ef53
] - (SEMVER-MINOR) http2: add diagnostics channelhttp2.server.stream.finish
(Darshan Sen) #585600f1e94f731
] - (SEMVER-MINOR) lib: graduate error codes that have been around for years (James M Snell) #5854113abca3c26
] - (SEMVER-MINOR) perf_hooks: make event loop delay histogram disposable (James M Snell) #583848ea1fc5f3b
] - (SEMVER-MINOR) src: support namespace options in configuration file (Pietro Marchini) #58073d6ea36ad6c
] - src,permission: implicit allow-fs-read to app entrypoint (Rafael Gonzaga) #585795936cef60a
] - (SEMVER-MINOR) test: add disposable histogram test (James M Snell) #583847a91f4aaa1
] - (SEMVER-MINOR) test: add test for async disposable worker thread (James M Snell) #58385532c173cf2
] - (SEMVER-MINOR) util: addnone
style to styleText (James M Snell) #58437aeb9ab4c4c
] - (SEMVER-MINOR) worker: make Worker async disposable (James M Snell) #58385Commits
6c92329b1b
] - Revert "benchmark: fix broken fs.cpSync benchmark" (Yuesong Jake Li) #584768bc045264e
] - benchmark: fix broken fs.cpSync benchmark (Dario Piotrowicz) #5847246aa079cce
] - benchmark: add callback-basedfs.glob
to glob benchmark (Livia Medeiros) #58417a57b05e105
] - benchmark: add more options to cp-sync (Sonny) #582788b5ada4b31
] - buffer: use Utf8LengthV2() instead of Utf8Length() (Tobias Nießen) #5815622e97362f3
] - build: search for libnode.so in multiple places (Jan Staněk) #582130b4056c573
] - build: add support for OpenHarmony operating system (hqzing) #58350db7f413dd3
] - build: fix pointer compression builds (Joyee Cheung) #581717ff37183e5
] - build: fix defaults for shared llhttp (Antoine du Hamel) #58269b8c33190fe
] - build,win: fix dll build (Stefan Stojanovic) #58357ef9ecbe8a6
] - child_process: give names toChildProcess
functions (Livia Medeiros) #58370cec9d9d016
] - crypto: forward auth tag to OpenSSL immediately (Tobias Nießen) #585479fccb0609f
] - crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL (Shelley Vohr) #58387e7c69b9345
] - deps: update nghttp2 to 1.65.0 (Node.js GitHub Bot) #57269d0b89598a3
] - deps: use proper C standard when building libuv (Yaksh Bariya) #585878a1fe7bc6a
] - deps: update simdjson to 3.12.3 (Node.js GitHub Bot) #5768236b639b1eb
] - deps: update googletest toe9092b1
(Node.js GitHub Bot) #58565f8a2a1ef52
] - deps: update corepack to 0.33.0 (Node.js GitHub Bot) #58566efb28f7895
] - deps: V8: cherry-pick249de88
(Michaël Zasso) #5856188e621ea97
] - deps: update sqlite to 3.50.0 (Node.js GitHub Bot) #582728d2ba386f1
] - deps: update OpenSSL gen container to Ubuntu 22.04 (Michaël Zasso) #584327e62a77a7f
] - deps: update undici to 7.10.0 (Node.js GitHub Bot) #5844587eebd7bad
] - deps: keep required OpenSSL doc files (Michaël Zasso) #5843110910660f6
] - deps: update undici to 7.9.0 (Node.js GitHub Bot) #582685e27078ca2
] - deps: update ada to 3.2.4 (Node.js GitHub Bot) #581523b1e4bdbbb
] - deps: update libuv to 1.51.0 (Node.js GitHub Bot) #581246bddf587ae
] - dns: fix dns query cache implementation (Ethan Arrowood) #58404984894b38c
] - doc: deprecate utilisNativeError in favor of ErrorisError (Miguel Marcondes Filho) #58262377ef3ce3a
] - doc: add support link for panva (Filip Skokan) #5859133a69ff9e4
] - doc: update metadata for _transformState deprecation (James M Snell) #58530d261274b0f
] - doc: deprecate passing an empty string tooptions.shell
(Antoine du Hamel) #58564447ca11010
] - doc: correct formatting of example definitions for--test-shard
(Jacob Smith) #585712f555e0e19
] - doc: clarify DEP0194 scope (Antoine du Hamel) #58504af0446edcb
] - doc: deprecate HTTP/2 priority signaling (Matteo Collina) #5831380cc17f1ec
] - doc: explain child_process code and signal null values everywhere (Darshan Sen) #58479e13930bbe0
] - doc: add Filip Skokan to TSC (Rafael Gonzaga) #584995f3f045ecc
] - doc: updategit node release
example (Antoine du Hamel) #584754bbd026cde
] - doc: add missing options.info for ZstdOptions (Jimmy Leung) #58360a6d0d2a0d7
] - doc: add missing options.info for BrotliOptions (Jimmy Leung) #58359510872a522
] - (SEMVER-MINOR) doc: graduate Symbol.dispose/asyncDispose from experimental (James M Snell) #5846708685256cd
] - doc: clarify x509.checkIssued only checks metadata (Filip Skokan) #58457095794fc24
] - doc: add links to parent class fornode:zlib
classes (Antoine du Hamel) #584337acac70bce
] - doc: remove remaining uses of@@​wellknown
syntax (René) #5841362056d40c7
] - doc: clarify behavior of --watch-path and --watch flags (Juan Ignacio Benito) #58136e6e6ae887d
] - doc: fix the order ofprocess.md
sections (Allon Murienik) #58403d2f6c82c0f
] - doc,lib: update source map links to ECMA426 (Chengzhong Wu) #58597a994d3d51a
] - doc,src,test: fix typos (Noritaka Kobayashi) #58477252acc1e89
] - errors: show url of unsupported attributes in the error message (Aditi) #58303767e88cbc3
] - esm: unwrap WebAssembly.Global on Wasm Namespaces (Guy Bedford) #57525adef9af3ae
] - (SEMVER-MINOR) esm: implement import.meta.main (Joe) #57804308f4cac4b
] - esm: add support for dynamic source phase hook (Guy Bedford) #58147fcef56cb05
] - fs: improve cpSync no-filter copyDir performance (Dario Piotrowicz) #58461996fdb05ab
] - fs: fix cp handle existing symlinks (Yuesong Jake Li) #58476d2931e50e3
] - fs: fix cpSync handle existing symlinks (Yuesong Jake Li) #584766f4c9dd423
] - (SEMVER-MINOR) fs: add autoClose option to FileHandle readableWebStream (James M Snell) #585488870bb8677
](https://redirect.github.com/nodejs/node/cConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.