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:
20.15.0-slim
->22.18.0-slim
Release Notes
nodejs/node (node)
v22.18.0
: 2025-07-31, Version 22.18.0 'Jod' (LTS), @aduh95Compare Source
Notable Changes
Type stripping is enabled by default
Node.js will be able to execute TypeScript files without additional configuration:
There are some limitations in the supported syntax documented at
https://nodejs.org/api/typescript.html#type-stripping.
This feature is experimental and is subject to change. Disable it by passing
--no-experimental-strip-types
CLI flag.Contributed by Marco Ippolito in #56350.
Other notable changes
26f3711228
] - (SEMVER-MINOR) deps: update amaro to 1.1.0 (Node.js GitHub Bot) #56350d80ef2a71f
] - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) #587198ab24d21c9
] - doc: add islandryu to collaborators (Shima Ryuhei) #58714430e66b9b8
] - (SEMVER-MINOR) esm: implementimport.meta.main
(Joe) #5780462f7926b6a
] - (SEMVER-MINOR) fs: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #5849065f19a00c3
] - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) #58853ccca1517f9
] - (SEMVER-MINOR) sqlite: add support forreadBigInts
option in db connection level (Miguel Marcondes Filho) #5869748003e87e8
] - (SEMVER-MINOR) src,permission: add support topermission.has(addon)
(Rafael Gonzaga) #58951fe4290a0e6
] - (SEMVER-MINOR) url: addfileURLToPathBuffer
API (James M Snell) #587004dc6b4c67a
] - (SEMVER-MINOR) watch: add--watch-kill-signal
flag (Dario Piotrowicz) #587198dbc6b210f
] - (SEMVER-MINOR) worker: makeWorker
async disposable (James M Snell) #58385Commits
b19ffebea7
] - assert: remove dead code (Yoshiya Hinosawa) #587605bc828beae
] - benchmark: add source map and source map cache (Miguel Marcondes Filho) #58125f7c16985a7
] - build: disable v8_enable_pointer_compression_shared_cage on non-64bit (Shelley Vohr) #58867ba42c72f7f
] - build: option to use custom inspector_protocol path (Shelley Vohr) #588394fd8911653
] - build: fix typo 'Stoage' to 'Storage' in help text (ganglike) #58777114cd95919
] - crypto: fix inclusion of OPENSSL_IS_BORINGSSL define (Shelley Vohr) #588456699c75eac
] - crypto: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 (Filip Skokan) #58942f99aa748c0
] - deps: upgrade npm to 10.9.3 (npm team) #5884702e971190b
] - deps: update sqlite to 3.50.2 (Node.js GitHub Bot) #58882de2b85b5ae
] - deps: update googletest to35b75a2
(Node.js GitHub Bot) #58710e7591d7a19
] - deps: update minimatch to 10.0.3 (Node.js GitHub Bot) #587128c61b96c43
] - deps: update acorn to 8.15.0 (Node.js GitHub Bot) #58711113f4e2d3c
] - deps: update sqlite to 3.50.1 (Node.js GitHub Bot) #586307ccd848995
] - deps: update simdjson to 3.13.0 (Node.js GitHub Bot) #58629e9c51deb5c
] - deps: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot) #5862826f3711228
] - (SEMVER-MINOR) deps: update amaro to 1.1.0 (Node.js GitHub Bot) #56350752dde182f
] - (SEMVER-MINOR) deps: update amaro to 1.0.0 (Node.js GitHub Bot) #56350258534d0dc
] - (SEMVER-MINOR) deps: update amaro to 0.5.3 (Node.js GitHub Bot) #563507fcf675503
] - (SEMVER-MINOR) deps: update amaro to 0.5.2 (Node.js GitHub Bot) #5635081a10a67d5
] - (SEMVER-MINOR) deps: update amaro to 0.5.1 (Marco Ippolito) #5635025f8682a62
] - (SEMVER-MINOR) deps: update amaro to 0.5.0 (nodejs-github-bot) #563504baf2167e7
] - dns: fix parse memory leaky (theanarkh) #58973e8f4a7df22
] - dns: set timeout to 1000ms when timeout < 0 (theanarkh) #584411e373a0a25
] - doc: update release key for aduh95 (Antoine du Hamel) #58877d5c104246f
] - doc: remove broken link to permission model source code (Juan José) #58972b8885a25ff
] - doc: clarify details of TSC public and private meetings (James M Snell) #58925aa05823b37
] - doc: mark stability markers consistent inglobals.md
(Antoine du Hamel) #589323856aee9b2
] - doc: move "Core Promise APIs" to "Completed initiatives" (Antoine du Hamel) #58934c2f9735422
] - doc: fixfetch
subsections inglobals.md
(Antoine du Hamel) #589335f4c7a9d2d
] - doc: add missingClass:
mentions (Antoine du Hamel) #5893188ee38b37c
] - doc: remove myself from security steward rotation (Michael Dawson) #5892702031a9b0d
] - doc: add ovflowd back to core collaborators (Claudio W.) #589119551fa3c8f
] - doc: update email address for Richard Lau (Richard Lau) #58910cd6bc982c0
] - doc: update vm doc links (Chengzhong Wu) #58885ce49303cd0
] - doc: add missing comma inchild_process.md
(ronijames008) #58862d80ef2a71f
] - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) #58719f8fcb1c83a
] - doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js (jesh) #5857328fddc04ca
] - doc: add array type in http request headers (Michael Henrique) #580498bd698b688
] - doc: add missing colon to headers inglobals.md
(Aviv Keller) #58825fa5818e3c1
] - doc: fixstream.md
section order (Antoine du Hamel) #588112384bfdcbd
] - doc: fix stability 1.x links excluding the decimal digit (Dario Piotrowicz) #587834e9fe670c9
] - doc: fix wrong RFC number in http2 (Deokjin Kim) #58753bbe4ad7351
] - doc: add history entry for TS support in hooks (Antoine du Hamel) #58732ec60473ab1
] - doc: run license-builder (github-actions[bot]) #587228ab24d21c9
] - doc: add islandryu to collaborators (Shima Ryuhei) #587148c641105cd
] - doc: punctuation fix for Node-API versioning clarification (Jiacai Liu) #58599133b10a0bb
] - doc: add path rules and validation for export targets in package.json (0hm☘️) #58604354a68c460
] - doc: add history entries to--input-type
section (Antoine du Hamel) #56350430e66b9b8
] - (SEMVER-MINOR) esm: implement import.meta.main (Joe) #5780442c4ca6024
] - esm: syncify default path ofModuleLoader.load
(Jacob Smith) #574193ac8c686a3
] - esm: unwrap WebAssembly.Global on Wasm Namespaces (Guy Bedford) #57525c7ebf2e245
] - fs: close dir before throwing ifoptions.bufferSize
is invalid (Livia Medeiros) #5885638ffed8744
] - fs: special input-1
onchown
,lchown
andfchown
(Alex Yang) #588360e82f72a46
] - fs: throwERR_INVALID_THIS
on illegal invocations (Livia Medeiros) #58848141b2b1954
] - fs: makeDir
disposers idempotent (René) #58692dedd9d1961
] - fs: avoid computing time coefficient constants in runtime (Livia Medeiros) #58728a029a06b49
] - fs: add UV_ENOSPC to list of things to pass to err directly (Jacky Zhao) #5691862f7926b6a
] - (SEMVER-MINOR) fs: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490927d2e77f3
] - http: fix keep-alive not timing out after post-request empty line (Shima Ryuhei) #581785cd8145612
] - http2: add diagnostics channel 'http2.server.stream.close' (Darshan Sen) #586020f2b31cba4
] - inspector: add protocol methods retrieving sent/received data (Chengzhong Wu) #5864579428d8946
] - lib: fixgetTypeScriptParsingMode
jsdoc (沈鸿飞) #586812c205d857c
] - lib: renamevalidateInternalField
intovalidateThisInternalField
(LiviaMedeiros) #58765f67e927a5f
] - lib: makevalidateInternalField()
throwERR_INVALID_THIS
(LiviaMedeiros) #58765914701d4f8
] - lib,src: support DOMException ser-des (Chengzhong Wu) #5864912a75dca8b
] - meta: bump step-security/harden-runner from 2.12.0 to 2.12.2 (dependabot[bot]) #589230d56fec6f0
] - meta: bump github/codeql-action from 3.28.18 to 3.29.2 (dependabot[bot]) #589227f4f6e0409
] - meta: add IlyasShabi to collaborators (Ilyas Shabi) #5891650b62c9663
] - meta: add @nodejs/inspector as codeowner (Chengzhong Wu) #587902fc89892ab
] - module: fix typescript import.meta.main (Marco Ippolito) #58661bfc68c8ae8
] - module: convert schema-only core module onconvertCJSFilenameToURL
(Alex Yang) #5861254634f5e53
] - module: update tests for combined ambiguous module syntax error (Mert Can Altin) #5587410eb3db4af
] - module: allow cycles in require() in the CJS handling in ESM loader (Joyee Cheung) #58598fe7994eb0c
] - module: improve typescript error message format (Marco Ippolito) #56350c898491017
] - (SEMVER-MINOR) module: remove experimental warning from type stripping (Marco Ippolito) #56350c07745a436
] - module: refactor commonjs typescript loader (Marco Ippolito) #563508d1f5df313
] - (SEMVER-MINOR) module: unflag --experimental-strip-types (Marco Ippolito) #56350a8a1c9a960
] - os: fix GetInterfaceAddresses memory lieaky (theanarkh) #5894065f19a00c3
] - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) #58853f0a165d89f
] - repl: fix eval errors thrown after close throwingERR_USE_AFTER_CLOSE
(Dario Piotrowicz) #587919ef1cd1607
] - repl: avoid deprecatedrequire.extensions
in tab completion (baki gul) #5865322a4c60e08
] - repl: fix tab completion not working with computer string properties (Dario Piotrowicz) #58709ccca1517f9
] - (SEMVER-MINOR) sqlite: add support for readBigInts option in db connection level (Miguel Marcondes Filho) #58697690525881e
] - src: simplify adding fast APIs to ExternalReferenceRegistry (René) #58896a381b4d990
] - src: remove fast API for InternalModuleStat (Joyee Cheung) #58489390654e996
] - src: fix internalModuleStat v8 fast path (Yagiz Nizipli) #58054b722647572
] - src: fix -Wunreachable-code in src/node_api.cc (Shelley Vohr) #589016d1fe67f56
] - src: -Wunreachable-code error in crypto_context.cc (Shelley Vohr) #589012d8e65c6db
] - src: fix -Wunreachable-code-return in src/node_contextify.cc (Shelley Vohr) #58901e07adb3b18
] - src: cleanup uv_fs_req before uv_fs_stat on existSync (RafaelGSS) #589156b30c0a511
] - src: -Wmismatched-new-delete in debug_utils.cc (Shelley Vohr) #5884474ef07f2e7
] - src: add FromV8Value<T>() for integral and enum types (Aditi) #5793128bf6ed87d
] - src: pass resource on permission checks for spawn (Rafael Gonzaga) #58758daf65d479b
] - src: replace std::array with static arrays in contextify (Mert Can Altin) #585809cb671fdb1
] - src: add new CopyUtimes function to reduce code duplication (Dario Piotrowicz) #58625e515eb861c
] - src: replace V8 Fast API todo comment with note comment (Dario Piotrowicz) #5861448003e87e8
] - (SEMVER-MINOR) src,permission: add support to permission.has(addon) (Rafael Gonzaga) #5895172f75bb976
] - src,permission: enhance permission model debug (Rafael Gonzaga) #5889866fccc252b
] - (SEMVER-MINOR) test: add test for async disposable worker thread (James M Snell) #5838543d2ad8599
] - test: deflake test-runner-watch-mode-kill-signal (Dario Piotrowicz) #589527c54085698
] - test: add known issue tests for recursive readdir calls with Buffer path (Dario Piotrowicz) #58893cd2a5d9a51
] - test: add known issue tests for fs.cp (James M Snell) #5888326072a7953
] - test: add tests to ensure that node.1 is kept in sync with cli.md (Dario Piotrowicz) #588783fd187f559
] - test: replace.filter()[0]
with.find()
(Livia Medeiros) #588720d538abb15
] - test: remove reliance on in-treedeps/undici
(Richard Lau) #58866e24dede403
] - test: close dirs infs-opendir
test (Livia Medeiros) #58855ac6b8222e6
] - test: correct SIMD support comment (Richard Lau) #587679d3e451181
] - test: add tests for REPL custom evals (Dario Piotrowicz) #5785017a3246718
] - test: reduce the use of private symbols in test-events-once.js (Yoshiya Hinosawa) #58685bbf33efcd0
] - test: usecommon.skipIfInspectorDisabled()
to skip tests (Dario Piotrowicz) #58675d6660baff7
] - test: update WPT for dom/abort todc92816
(Node.js GitHub Bot) #586446d9d5deb44
] - test: split indirect eval import tests (Chengzhong Wu) #58637abd5b5fd20
] - test: deflake async-hooks/test-improper-order on AIX (Baki Gul) #585673fc630e7cf
] - test: close FileHandle objects in tests explicitly (James M Snell) #586157f0560dc4b
] - test: skip broken sea on rhel8 (Marco Ippolito) #58914898e68a915
] - test: save the config file in a temporary directory (Luigi Pinca) #587999f2132a4f6
] - test: deflake test-config-file (Luigi Pinca) #58799f1b74cff9a
] - test: skip tests failing when run under root (Livia Medeiros) #586104b0ee14a97
] - tools: bump the eslint group in /tools/eslint with 6 updates (dependabot[bot]) #58921a84935fb0e
] - tools: update inspector_protocol to69d69dd
(Shelley Vohr) #58900af805186cd
] - tools: update gyp-next to 0.20.2 (Node.js GitHub Bot) #58788a2d2d36bb1
] - tools: make nodedownload module compatible with Python 3.14 (Lumír 'Frenzy' Balhar) #58752cc8b9aa43d
] - tools: include toolchain.gypi in abseil.gyp (Chengzhong Wu) #58678fbbf49a7d3
] - tools: bumpbrace-expansion
in/tools/clang-format
(dependabot[bot]) #586998db92a41c5
] - tools: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint (dependabot[bot]) #586983a099cf88f
] - tools: switch to@stylistic/eslint-plugin
(Michaël Zasso) #586239798511e7c
] - tools: remove config.status undermake distclean
(René) #58603011290a4eb
] - tools: edit commit-queue workflow file (Antoine du Hamel) #58667a7406f56da
] - tools: improve release proposal linter (Antoine du Hamel) #58647c855310f83
] - tools,doc: move more MDN links to types (Antoine du Hamel) #58930805239c824
] - typings: add Atomics primordials (Renegade334) #58577d28b2aa0a2
] - typings: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to internalBinding (Meghan Denny) #58655fe4290a0e6
] - (SEMVER-MINOR) url: add fileURLToPathBuffer API (James M Snell) #58700db648b92c1
] - util: inspect: do not crash on an Error stack pointing to itself (Sam Verschueren) #58196791ecfac14
] - v8: fix missing callback in heap utils destroy (Ruben Bridgewater) #588464dc6b4c67a
] - (SEMVER-MINOR) watch: add--watch-kill-signal
flag (Dario Piotrowicz) #587198dbc6b210f
] - (SEMVER-MINOR) worker: make Worker async disposable (James M Snell) #58385v22.17.1
: 2025-07-15, Version 22.17.1 'Jod' (LTS), @RafaelGSSCompare Source
This is a security release.
Notable Changes
Commits
8cf5d66ab7
] - (CVE-2025-27210) lib: handle all windows reserved driver name (RafaelGSS) nodejs-private/node-private#7219c0cb487ec
] - win,build: fix MSVS v17.14 compilation issue (StefanStojanovic) #58902v22.17.0
: 2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95Compare Source
Notable Changes
Instantiating
node:http
classes withoutnew
Constructing classes like
IncomingMessage
orServerResponse
without thenew
keyword is now discouraged. This clarifies API expectations and aligns with standard
JavaScript behavior. It may warn or error in future versions.
Contributed by Yagiz Nizipli in #58518.
options.shell = ""
innode:child_process
Using an empty string for
shell
previously had undefined behavior. This changeencourages explicit choices (e.g.,
shell: true
or a shell path) and avoidsrelying on implementation quirks.
Contributed by Antoine du Hamel and Renegade334 #58564.
HTTP/2 priority signaling
The HTTP/2 prioritization API (e.g.,
stream.priority
) is now deprecated due topoor real-world support. Applications should avoid using priority hints and expect future removal.
Contributed by Matteo Collina and Antoine du Hamel #58313.
✅ Features graduated to stable
assert.partialDeepStrictEqual()
This method compares only a subset of properties in deep object comparisons,
useful for flexible test assertions. Its stabilization means it's now safe for
general use and won't change unexpectedly in future releases.
Contributed by Ruben Bridgewater in #57370.
Miscellaneous
dirent.parentPath
filehandle.readableWebStream()
fs.glob()
fs.openAsBlob()
node:readline/promises
port.hasRef()
readable.compose()
readable.iterator()
readable.readableAborted
readable.readableDidRead
Duplex.fromWeb()
Duplex.toWeb()
Readable.fromWeb()
Readable.isDisturbed()
Readable.toWeb()
stream.isErrored()
stream.isReadable()
URL.createObjectURL()
URL.revokeObjectURL()
v8.setHeapSnapshotNearHeapLimit()
Writable.fromWeb()
Writable.toWeb()
writable.writableAborted
ERR_INPUT_TYPE_NOT_ALLOWED
ERR_UNKNOWN_FILE_EXTENSION
ERR_UNKNOWN_MODULE_FORMAT
ERR_USE_AFTER_CLOSE
Contributed by James M Snell in
#57513 and
#58541.
Semver-minor features
🔧
fs.FileHandle.readableWebStream
getsautoClose
optionThis gives developers explicit control over whether the file descriptor should
be closed when the stream ends. Helps avoid subtle resource leaks.
Contributed by James M Snell in #58548.
🔧
fs.Dir
now supports explicit resource managementThis improves ergonomics around async iteration of directories. Developers can
now manually control when a directory is closed using
.close()
or withSymbol.asyncDispose
.Contributed by Antoine du Hamel in #58206.
📊
http2
gains diagnostics channel:http2.server.stream.finish
Adds observability support for when a stream finishes. Useful for logging,
monitoring, and debugging HTTP/2 behavior without patching internals.
Contributed by Darshan Sen in #58560.
🔐 Permissions: implicit allow-fs-read to entrypoint
Node.js permissions model now allows read access to the entry file by default.
It makes running permission-restricted apps smoother while preserving security.
Contributed by Rafael Gonzaga in #58579.
🎨
util.styleText()
adds'none'
styleThis lets developers remove styling cleanly without hacks. Useful for overriding
inherited terminal styles when composing styled strings.
Contributed by James M Snell in #58437.
🧑💻 Community updates
0105c13556
] - doc: add Filip Skokan to TSC (Rafael Gonzaga) #584993b857735ef
] - doc: add JonasBa to collaborators (Jonas Badalic) #58355fdf7612735
] - doc: add puskin to collaborators (Giovanni Bucci) #58308Commits
ffe7e1ace0
] - (SEMVER-MINOR) assert: mark partialDeepStrictEqual() as stable (Ruben Bridgewater) #57370269931f289
] - async_hooks: ensure AsyncLocalStore instances work isolated (Gerhard Stöbich) #581499e0746a4ff
] - benchmark: fix broken fs.cpSync benchmark (Dario Piotrowicz) #58472dee8cb5bcb
] - benchmark: add more options to cp-sync (Sonny) #58278e840fd5b85
] - benchmark: fix typo in method name for error-stack (Miguel Marcondes Filho) #58128b9a16e97e0
] - buffer: give names toBuffer.prototype.*Write()
functions (Livia Medeiros) #58258d56a5e40af
] - buffer: use constexpr where possible (Yagiz Nizipli) #58141215587feca
] - build: add support for OpenHarmony operating system (hqzing) #583509bcef6821c
] - build: fix uvwasi pkgname (Antoine du Hamel) #582707c3883c2ae
] - build: search for libnode.so in multiple places (Jan Staněk) #582133f954accb3
] - build: fix pointer compression builds (Joyee Cheung) #5817104c8f59f84
] - build: use FILE_OFFSET_BITS=64 esp. on 32-bit arch (RafaelGSS) #580908c2cf3a372
] - build: use //third_party/simdutf by default in GN (Shelley Vohr) #58115cff8006792
] - child_process: give names toChildProcess
functions (Livia Medeiros) #583706816d779b6
] - child_process: give names to promisifiedexec()
andexecFile()
(LiviaMedeiros) #579165572cecca4
] - crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL (Shelley Vohr) #58387d6aa02889c
] - deps: use proper C standard when building libuv (Yaksh Bariya) #58587375a6413d5
] - deps: update simdjson to 3.12.3 (Node.js GitHub Bot) #57682e0cd138e52
] - deps: update googletest toe9092b1
(Node.js GitHub Bot) #5856531e592631f
] - deps: update corepack to 0.33.0 (Node.js GitHub Bot) #58566386c24260b
] - deps: update sqlite to 3.50.0 (Node.js GitHub Bot) #58272f84998d40b
] - deps: update OpenSSL gen container to Ubuntu 22.04 (Michaël Zasso) #58432d49fd29859
] - deps: update llhttp to 9.3.0 (Fedor Indutny) #58144e397980a1a
] - deps: update libuv to 1.51.0 (Node.js GitHub Bot) #58124a28c33645c
] - dns: fix dns query cache implementation (Ethan Arrowood) #584046939b0c624
] - doc: fix the order ofprocess.md
sections (Allon Murienik) #584031ca253c363
] - doc: add support link for panva (Filip Skokan) #585918319edbcf6
] - doc: update metadata for _transformState deprecation (James M Snell) #58530697d258136
] - doc: deprecate passing an empty string tooptions.shell
(Antoine du Hamel) #58564132fc804e8
] - doc: correct formatting of example definitions for--test-shard
(Jacob Smith) #585717d0df646f6
] - doc: clarify DEP0194 scope (Antoine du Hamel) #585041e6d7da0ce
] - doc: deprecate HTTP/2 priority signaling (Matteo Collina) #583135a917bc1d0
] - doc: explain child_process code and signal null values everywhere (Darshan Sen) #584790105c13556
] - doc: add Filip Skokan to TSC (Rafael Gonzaga) #584992bdc87cd64
] - doc: updategit node release
example (Antoine du Hamel) #5847528f9b43186
] - doc: add missing options.info for ZstdOptions (Jimmy Leung) #58360e19496dfc1
] - doc: add missing options.info for BrotliOptions (Jimmy Leung) #583597f905863db
] - doc: clarify x509.checkIssued only checks metadata (Filip Skokan) #584575cc97df637
] - doc: add links to parent class fornode:zlib
classes (Antoine du Hamel) #5843336e0d5539b
] - doc: remove remaining uses of@@​wellknown
syntax (René) #584132f36f8e863
] - doc: clarify behavior of --watch-path and --watch flags (Juan Ignacio Benito) #581363b857735ef
] - doc: add JonasBa to collaborators (Jonas Badalic) #583559d5e969bb6
] - doc: add latest security release steward (Rafael Gonzaga) #58339b22bb03167
] - doc: fix CryptoKey.algorithm type and other interfaces in webcrypto.md (Filip Skokan) #58294670f31060b
] - doc: mark the callback argument of crypto.generatePrime as mandatory (Allon Murienik) #5829939d9a61239
] - doc: remove comma delimiter mention on permissions doc (Rafael Gonzaga) #58297573b0b7bfe
] - doc: make Stability labels not sticky in Stability index (Livia Medeiros) #58291a5a686a3ae
] - doc: update commit-queue documentation (Dario Piotrowicz) #58275fdf7612735
] - doc: add puskin to collaborators (Giovanni Bucci) #58308be492a1708
] - doc: update stability status for diagnostics_channel to experimental (Idan Goshen) #582617d00fc2206
] - doc: clarify napi_get_value_string_* for bufsize 0 (Tobias Nießen) #58158c8500a2c4a
] - doc: fix typo of filehttp.md
,outgoingMessage.setTimeout
section (yusheng chen) #5818834a9b856c3
] - doc: update return types for eventNames method in EventEmitter (Yukihiro Hasegawa) #58083faedee59d2
] - doc: fix typo in benchmark script path (Miguel Marcondes Filho) #58129570d8d3f10
] - doc: clarify future Corepack removal in v25+ (Trivikram Kamat) #57825a71b9fc2ff
] - doc: mark multiple APIs stable (James M Snell) #5751373a97d47f3
] - doc,lib: update source map links to ECMA426 (Chengzhong Wu) #585978b41429499
] - doc,src,test: fix typos (Noritaka Kobayashi) #584770cea14ec7f
] - errors: show url of unsupported attributes in the error message (Aditi) #58303b9586bf898
] - (SEMVER-MINOR) fs: add autoClose option to FileHandle readableWebStream (James M Snell) #5854872a1b061f3
] - fs: unexpose internal constants (Chengzhong Wu) #583275c36510dec
] - fs: add support forURL
forfs.glob
'scwd
option (Antoine du Hamel) #581823642b0d944
] - fs: improve cpSync no-filter copyDir performance (Dario Piotrowicz) #5846124865bc7e8
] - fs: improvecpSync
dest overriding performance (Dario Piotrowicz) #581601b3847694d
] - (SEMVER-MINOR) fs: add toDir
support for explicit resource management (Antoine du Hamel) #58206cff62e3265
] - fs: ensuredir.read()
does not throw synchronously (Antoine du Hamel) #58228cb39e4ca1f
] - fs: glob is stable, so should not emit experimental warnings (Théo LUDWIG) #58236597bfefbe1
] - http: deprecate instantiating classes without new (Yagiz Nizipli) #585185298da0102
] - http: remove unused functions and add todos (Yagiz Nizipli) #58143cff440e0fa
] - http,https: give names to anonymous or misnamed functions (Livia Medeiros) #5818043bf1f619a
] - http2: add raw header array support to h2Session.request() (Tim Perry) #57917e8a0f5b063
] - http2: add lenient flag for RFC-9113 (Carlos Fuentes) #5811649cb90d4a5
] - (SEMVER-MINOR) http2: add diagnostics channel 'http2.server.stream.finish' (Darshan Sen) #585606a56c68728
] - http2: add diagnostics channel 'http2.server.stream.error' (Darshan Sen) #5851259806b41d3
] - http2: add diagnostics channel 'http2.server.stream.start' (Darshan Sen) #58449d3d662ae47
] - http2: remove no longer userful options.selectPadding (Jimmy Leung) #58373dec6c9af8c
] - http2: add diagnostics channel 'http2.server.stream.created' (Darshan Sen) #583909e98899986
] - http2: add diagnostics channel 'http2.client.stream.close' (Darshan Sen) #5832986610389d8
](https://redirect.github.com/nodejs/node/commit/86Configuration
📅 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 becomes conflicted, 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.