ci(deps): update node to v22.20.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
node | final | minor |
22.13.1-slim -> 22.20.0-slim
|
Release Notes
nodejs/node (node)
v22.20.0
: 2025-09-24, Version 22.20.0 'Jod' (LTS), @richardlau
Notable Changes
OpenSSL updated to 3.5.2
For official Node.js builds, or builds using the default build configuration, Node.js now bundles OpenSSL 3.5.2. This update allows Node.js 22.x to be supported through to the planned End-of-Life date of 2027-04-30 as the previously bundled OpenSSL 3.0.x goes out of support in September 2026.
This change does not affect third-party builds of Node.js that link to an external OpenSSL (or OpenSSL-compatible) library.
Other notable changes
- [
5b83e1e0a2
] - crypto: update root certificates to NSS 3.114 (Node.js GitHub Bot) #59571 - [
34b25fd97b
] - doc: stabilize --disable-sigusr1 (Rafael Gonzaga) #59707 - [
bf41218ed9
] - doc: markpath.matchesGlob
as stable (Aviv Keller) #59572 - [
1dbad2058f
] - (SEMVER-MINOR) http: add Agent.agentKeepAliveTimeoutBuffer option (Haram Jeong) #59315 - [
062e837d5f
] - (SEMVER-MINOR) http2: add support for raw header arrays in h2Stream.respond() (Tim Perry) #59455 - [
b8066611c3
] - inspector: add http2 tracking support (Darshan Sen) #59611 - [
9b7dd40da8
] - (SEMVER-MINOR) sea: implement execArgvExtension (Joyee Cheung) #59560 - [
48bfbd3dca
] - (SEMVER-MINOR) sea: support execArgv in sea config (Joyee Cheung) #59314 - [
cf06e74076
] - (SEMVER-MINOR) stream: add brotli support to CompressionStream and DecompressionStream (Matthew Aitken) #59464 - [
62bb80c17e
] - (SEMVER-MINOR) test_runner: support object property mocking (Idan Goshen) #58438 - [
9e2aa23be9
] - (SEMVER-MINOR) worker: add cpu profile APIs for worker (theanarkh) #59428
Commits
- [
b7b78fd565
] - assert: cap input size in myersDiff to avoid Int32Array overflow (Haram Jeong) #59578 - [
9da50a6c53
] - benchmark: sqlite prevent create both tables on prepare selects (Bruno Rodrigues) #59709 - [
4c1538770e
] - benchmark: calibrate config array-vs-concat (Rafael Gonzaga) #59587 - [
fc3f82d683
] - benchmark: calibrate config v8/serialize.js (Rafael Gonzaga) #59586 - [
e95c9b2950
] - benchmark: reduce readfile-permission-enabled config (Rafael Gonzaga) #59589 - [
e4fea38b31
] - benchmark: calibrate length of util.diff (Rafael Gonzaga) #59588 - [
c5d68c4a0f
] - benchmark, test: replace CRLF variable with string literal (Lee Jiho) #59466 - [
129a1d673b
] - build: fix getting OpenSSL version on Windows (Michaël Zasso) #59609 - [
9f53db7162
] - build: fix 'implicit-function-declaration' on OpenHarmony platform (hqzing) #59547 - [
3839593e07
] - build: usewindows-2025
runner (Michaël Zasso) #59673 - [
e430464669
] - build: compile bundled uvwasi conditionally (Carlo Cabrera) #59622 - [
e2c9cab0cd
] - build: do not set-mminimal-toc
withclang
(Richard Lau) #59484 - [
208bc810a1
] - child_process: remove unsafe array iteration (hotpineapple) #59347 - [
d74799d90c
] - crypto: load system CA certificates off thread (Joyee Cheung) #59550 - [
5b83e1e0a2
] - crypto: update root certificates to NSS 3.114 (Node.js GitHub Bot) #59571 - [
d289b1d1af
] - deps: V8: cherry-picke3df60f
(Chengzhong Wu) #58691 - [
cf5d91e2a6
] - deps: update uvwasi to 0.0.23 (Node.js GitHub Bot) #59791 - [
1cf24a0445
] - deps: update histogram to 0.11.9 (Node.js GitHub Bot) #59689 - [
8638bd3f2e
] - deps: update googletest toeb2d85e
(Node.js GitHub Bot) #59335 - [
3ff4eb5b37
] - deps: update amaro to 1.1.2 (Node.js GitHub Bot) #59616 - [
4d268ac034
] - deps: V8: cherry-pick7b91e3e
(Milad Fa) #59485 - [
83410eb0e3
] - deps: V8: cherry-pick59d52e3
(Milad Fa) #59485 - [
5780af02cb
] - deps: update amaro to 1.1.1 (Node.js GitHub Bot) #59141 - [
2986eca821
] - deps: V8: cherry-pick6b1b9bc
(zhoumingtao) #59283 - [
98e399b3ea
] - deps: update archs files for openssl-3.5.2 (Node.js GitHub Bot) #59371 - [
2b983a7520
] - deps: upgrade openssl sources to openssl-3.5.2 (Node.js GitHub Bot) #59371 - [
7ffbb42454
] - deps: update archs files for openssl-3.5.1 (Node.js GitHub Bot) #59234 - [
bd48a60a75
] - deps: upgrade openssl sources to openssl-3.5.1 (Node.js GitHub Bot) #59234 - [
24762a10ca
] - deps: fix OpenSSL security level at 1 (Richard Lau) #59859 - [
1233e92d10
] - diagnostics_channel: revoke DEP0163 (René) #59758 - [
34b25fd97b
] - doc: stabilize --disable-sigusr1 (Rafael Gonzaga) #59707 - [
d7adf8be64
] - doc: update "Type stripping in dependencies" section (Josh Kelley) #59652 - [
a1d7e4fdbf
] - doc: add Miles Guicent as triager (Miles Guicent) #59562 - [
bf41218ed9
] - doc: markpath.matchesGlob
as stable (Aviv Keller) #59572 - [
afaa1ccb74
] - doc: improve documentation for raw headers in HTTP/2 APIs (Tim Perry) #59633 - [
b95ff56102
] - doc: update install_tools.bat free disk space (Stefan Stojanovic) #59579 - [
6ff939b8d3
] - doc: fix filehandle.read typo (Ruy Adorno) #59635 - [
963bfa9d6f
] - doc: fix missing link to the Error documentation in thehttp
page (Alexander Makarenko) #59080 - [
0e10a8ea27
] - doc: improvesqlite.backup()
progress/fulfillment documentation (René) #59598 - [
18ceefbabd
] - doc: clarify experimental platform vulnerability policy (Matteo Collina) #59591 - [
66cdd00368
] - doc: link toTypedArray.from()
in signature (Aviv Keller) #59226 - [
9f058ce7c0
] - doc: fix typos inenvironment_variables.md
(PhistucK) #59536 - [
3cfec820e9
] - doc: add security incident reponse plan (Rafael Gonzaga) #59470 - [
46aa3434e6
] - doc: clarify maxRSS unit inprocess.resourceUsage()
(Alex Yang) #59511 - [
adf98f600a
] - doc: add missing Zstd strategy constants (RANDRIAMANANTENA Narindra Tiana Annaick) #59312 - [
f335989942
] - doc: fix the version tls.DEFAULT_CIPHERS was added (Allon Murienik) #59247 - [
7fa14fcf54
] - doc: clarify glob's exclude option behavior (hotpineapple) #59245 - [
85b8d255c9
] - doc: add RafaelGSS as performance strategic lead (Rafael Gonzaga) #59445 - [
16b1f7a602
] - doc: add new environment variables doc page (Dario Piotrowicz) #59052 - [
b4a43ed83a
] - doc: add missing environment variables to manpage (amir lavasani) #58963 - [
c923cfe898
] - doc: fix links in test.md (Vas Sudanagunta) #58876 - [
a93a8b5eda
] - doc: mark type stripping as release candidate (Marco Ippolito) #57705 - [
d302cb3bb2
] - esm: add experimental support for addon modules (Chengzhong Wu) #55844 - [
d55c3e7f0b
] - esm: link modules synchronously when no async loader hooks are used (Joyee Cheung) #59519 - [
9e1fbb620f
] - esm: show race error message for inner module job race (Joyee Cheung) #59519 - [
8c4dcd5199
] - esm: sync-ify module translation (Joyee Cheung) #59453 - [
71038932d3
] - fs: fix wrong order of file names in cpSync error message (Nicholas Paun) #59775 - [
5692dec451
] - fs: fix dereference: false on cpSync (Nicholas Paun) #59681 - [
dafd561d37
] - fs: fix return value of fs APIs (theanarkh) #58996 - [
da6e8cb75b
] - http: unbreak keepAliveTimeoutBuffer (Robert Nagy) #59784 - [
673a48f0a2
] - http: use cached '1.1' http version string (Robert Nagy) #59717 - [
1dbad2058f
] - (SEMVER-MINOR) http: add Agent.agentKeepAliveTimeoutBuffer option (Haram Jeong) #59315 - [
062e837d5f
] - (SEMVER-MINOR) http2: add support for raw header arrays in h2Stream.respond() (Tim Perry) #59455 - [
4d4fb51b89
] - http2: report sent headers object in client stream dcs (Darshan Sen) #59419 - [
b8066611c3
] - inspector: add http2 tracking support (Darshan Sen) #59611 - [
9b2c013032
] - inspector: prevent propagation of promise hooks to noPromise hooks (Shima Ryuhei) #58841 - [
a2329895e7
] - lib: fix DOMException subclass support (Chengzhong Wu) #59680 - [
edb9248bdd
] - lib: make domexception a native error (Chengzhong Wu) #58691 - [
ccf29cda19
] - Revert "lib: optimize writable stream buffer clearing" (Yoo) #59743 - [
f291eda277
] - lib: fix isReadable and isWritable return type value (Gabriel Quaresma) #59089 - [
10ae8684ea
] - lib: revert to using default derived class constructors (René) #59650 - [
5d3b80d62d
] - lib: do not modify prototype deprecated asyncResource (encore) (Szymon Łągiewka) #59518 - [
3c4541f878
] - lib: simplify IPv6 checks in isLoopback() (Krishnadas) #59375 - [
0b631bbffa
] - lib: handle windows reserved device names on UNC (Rafael Gonzaga) #59286 - [
297f62ba1f
] - meta: bumpcodecov/codecov-action
(dependabot[bot]) #59726 - [
3dcd8446b6
] - meta: bump actions/download-artifact from 4.3.0 to 5.0.0 (dependabot[bot]) #59729 - [
d0d357f683
] - meta: bump github/codeql-action from 3.29.2 to 3.30.0 (dependabot[bot]) #59728 - [
2a0e264949
] - meta: bump actions/cache from 4.2.3 to 4.2.4 (dependabot[bot]) #59727 - [
0a013d1da1
] - meta: bump actions/checkout from 4.2.2 to 5.0.0 (dependabot[bot]) #59725 - [
c690b53d24
] - meta: update devcontainer to the latest schema (Aviv Keller) #54347 - [
61171c7756
] - module: correctly detect top-level await in ambiguous contexts (Shima Ryuhei) #58646 - [
75bf3f4a87
] - node-api: link to other programming language bindings (Chengzhong Wu) #59516 - [
9a05107558
] - node-api: clarify enum value ABI stability (Chengzhong Wu) #59085 - [
658c31d60c
] - path: refactor path joining logic for clarity and performance (Lee Jiho) #59781 - [
9cc89f55f7
] - path,win: fix bug in resolve and normalize (Hüseyin Açacak) #55623 - [
24e825f8f5
] - sea: implement sea.getAssetKeys() (Joyee Cheung) #59661 - [
c66af21e55
] - sea: allow using inspector command line flags with SEA (Joyee Cheung) #59568 - [
9b7dd40da8
] - (SEMVER-MINOR) sea: implement execArgvExtension (Joyee Cheung) #59560 - [
48bfbd3dca
] - (SEMVER-MINOR) sea: support execArgv in sea config (Joyee Cheung) #59314 - [
5559456fe4
] - sqlite: add sqlite-type symbol for DatabaseSync (Alex Yang) #59405 - [
3478130da3
] - sqlite: handle ?NNN parameters as positional (Edy Silva) #59350 - [
312bc4e5d1
] - sqlite: avoid useless call to FromMaybe() (Tobias Nießen) #59490 - [
937e9bb1c6
] - src: track BaseObjects with an efficient list (Chengzhong Wu) #55104 - [
be2a5e170d
] - src: track async resources via pointers to stack-allocated handles (Anna Henningsen) #59704 - [
f232bf2c11
] - src: fix build on NetBSD (Thomas Klausner) #59718 - [
e9a685bc3d
] - src: fix race on process exit and off thread CA loading (Chengzhong Wu) #59632 - [
24428fc8fb
] - src: add name for more threads (theanarkh) #59601 - [
fd7559f8c3
] - src: remove JSONParser (Joyee Cheung) #59619 - [
8c296bac99
] - src: enforce assumptions in FIXED_ONE_BYTE_STRING (Tobias Nießen) #58155 - [
1b4885a3f2
] - src: use simdjson to parse --snapshot-config (Joyee Cheung) #59473 - [
9f798de6b0
] - src: fix order of CHECK_NOT_NULL/dereference (Tobias Nießen) #59487 - [
f764be27dc
] - src: move shared_ptr objects in KeyObjectData (Tobias Nießen) #59472 - [
d30287fe12
] - src: iterate metadata version entries with std::array (Chengzhong Wu) #57866 - [
b2bf620c7b
] - src: internalizev8::ConvertableToTraceFormat
in traces (Chengzhong Wu) #57866 - [
b3c507c8ef
] - src: remove duplicate assignment ofO_EXCL
in node_constants.cc (Daniel Osvaldo R) #59049 - [
20aec239d4
] - src: add Intel CET properties to large_pages.S (tjuhaszrh) #59363 - [
8e0f9cd061
] - src: remove unused DSAKeyExportJob (Filip Skokan) #59291 - [
0c2b6df94f
] - src,sqlite: refactor value conversion (Edy Silva) #59659 - [
b95cfdf0e5
] - stream: replace manual function validation with validateFunction (방진혁) #59529 - [
cf06e74076
] - (SEMVER-MINOR) stream: add brotli support to CompressionStream and DecompressionStream (Matthew Aitken) #59464 - [
903ebd373a
] - test: skip more sea tests on Linux ppc64le (Richard Lau) #59755 - [
e961060bb6
] - test: fix internet/test-dns (Michaël Zasso) #59660 - [
c2b22f50a8
] - test: mark test-inspector-network-fetch as flaky again (Joyee Cheung) #59640 - [
4ae958e59b
] - test: skip test-fs-cp* tests that are constantly failing on Windows (Joyee Cheung) #59637 - [
d5b0a64598
] - test: deflake test-http-keep-alive-empty-line (Luigi Pinca) #59595 - [
eb311f1754
] - test: use mustSucceed in test-repl-tab-complete-import (Sohyeon Kim) #59368 - [
8e047e32be
] - test: skip sea tests on Linux ppc64le (Richard Lau) #59563 - [
4a250479d8
] - test: rename test-net-server-drop-connections-in-cluster.js to -http- (Meghan Denny) #59532 - [
d22f113aaf
] - test: lazy-load internalTTy (Pietro Marchini) #59517 - [
36dd856897
] - test: fixtest-setproctitle
status whenps
is not available (Antoine du Hamel) #59523 - [
fd02295da6
] - test: update WPT for WebCryptoAPI toff26d9b
(Node.js GitHub Bot) #59497 - [
cce938c5f9
] - test: make test-debug-process locale-independent (BCD1me) #59254 - [
5a8f03df9e
] - test: mark test-wasi-pthread as flaky (Joyee Cheung) #59488 - [
94f6d6b969
] - test: split test-wasi.js (Joyee Cheung) #59488 - [
162ac9393c
] - test: use case-insensitive path checking on Windows in fs.cpSync tests (Joyee Cheung) #59475 - [
ce9d6776c9
] - test: add missing hasPostData in test-inspector-emit-protocol-event (Shima Ryuhei) #59412 - [
717ea2866d
] - test: refactor error checks to use assert.ifError/mustSucceed (Sohyeon Kim) #59424 - [
b1c3e4a17c
] - test: fix typos (Lee Jiho) #59330 - [
3f4bd94b1f
] - test: skip test-watch-mode inspect when no inspector (James M Snell) #59440 - [
8b7a8efe96
] - test: exclude mock from coverage (Shima Ryuhei) #59348 - [
f39352b55c
] - test: split test-fs-cp.js (Joyee Cheung) #59408 - [
fb4180e9f6
] - test_runner: fix todo inheritance (Moshe Atlow) #59721 - [
76bf6b908d
] - test_runner: set mock timer's interval undefined (hotpineapple) #59479 - [
0a05d06fcc
] - test_runner: do not error when gettingfullName
of root context (René) #59377 - [
3fdfb187d6
] - test_runner: fix isSkipped check in junit (Sungwon) #59414 - [
37c6f7d7d8
] - test_runner: remove unused callee convertion (Alex Yang) #59221 - [
57c30093e3
] - test_runner: clean up promisified interval generation (René) #58824 - [
88bf1bab91
] - test_runner: correct "already mocked" error punctuation placement (Jacob Smith) #58840 - [
d3259d660a
] - test_runner: preferAtomics
primordials (Renegade334) #58716 - [
62bb80c17e
] - (SEMVER-MINOR) test_runner: support object property mocking (Idan Goshen) #58438 - [
4b19439dea
] - tools: print appropriate output when test aborted (hotpineapple) #59794 - [
847963bbba
] - tools: use sparse checkout inbuild-tarball.yml
(Antoine du Hamel) #59788 - [
ef11d118a4
] - tools: remove unused actions frombuild-tarball.yml
(Antoine du Hamel) #59787 - [
daa0615967
] - tools: do not attempt to compress tgz archive (Antoine du Hamel) #59785 - [
fdc85e5045
] - tools: add v8windbg target (Chengzhong Wu) #59767 - [
25801b9009
] - tools: improve error handling in node_mksnapshot (James M Snell) #59437 - [
92100a813f
] - tools: add sccache totest-internet
workflow (Antoine du Hamel) #59720 - [
5f0090af53
] - tools: update gyp-next to 0.20.4 (Node.js GitHub Bot) #59690 - [
31ee7fc3e9
] - tools: add script to make reviewing backport MRs easier (Antoine du Hamel) #59161 - [
45906b0d5c
] - tools: update gyp-next to 0.20.3 (Node.js GitHub Bot) #59603 - [
6197eeee9b
] - tools: avoid parsing test files twice (Pietro Marchini) #59526 - [
027ae4f67e
] - tools: fix return value of try_check_compiler (theanarkh) #59434 - [
77682b52a1
] - tools: bump @eslint/plugin-kit from 0.3.3 to 0.3.4 in /tools/eslint (dependabot[bot]) #59271 - [
91fa83fffd
] - tools: disable nullability-completeness warnings (Michaël Zasso) #59392 - [
079a68d392
] - typings: add typing for 'uv' (방진혁) #59606 - [
b8927967d9
] - typings: add missing properties in ConfigBinding (Lee Jiho) #59585 - [
9b66ce5ef7
] - typings: add missing URLBinding methods (성우현 | Woohyun Sung) #59468 - [
ba5b6597aa
] - url: add err.input to ERR_INVALID_FILE_URL_PATH (Joyee Cheung) #59730 - [
f660943471
] - util: fix numericSeparator with negative fractional numbers (sangwook) #59379 - [
aed1b883f1
] - util: remove unnecessary template strings (btea) #59201 - [
91e9b8d135
] - util: remove outdated TODO comment (haramjeong) #59760 - [
421ab3c294
] - util: use getOptionValue('--no-deprecation') in deprecated() (haramjeong) #59760 - [
7864ad13bb
] - util: hide duplicated stack frames when using util.inspect (Ruben Bridgewater) #59447 - [
a2d2003daa
] - util: fix error's namespaced node_modules highlighting using inspect (Ruben Bridgewater) #59446 - [
f64d0def94
] - util: add some additional error classes towellKnownPrototypes
(Mark S. Miller) #59456 - [
9807ffd6a0
] - vm: expose import attributes on SourceTextModule.moduleRequests (Chengzhong Wu) #58829 - [
f334e2d539
] - wasi: fixclean
target intest/wasi/Makefile
(Antoine du Hamel) #59576 - [
9e2aa23be9
] - (SEMVER-MINOR) worker: add cpu profile APIs for worker (theanarkh) #59428 - [
c5a93a3355
] - worker: fix worker name with \0 (theanarkh) #59214 - [
a5ed96bb97
] - worker: add worker name to report (theanarkh) #58935 - [
98cd7e27d4
] - worker: add name for worker (theanarkh) #59213
v22.19.0
: 2025-08-28, Version 22.19.0 'Jod' (LTS), @aduh95
Notable Changes
- [
8e2076a24f
] - (SEMVER-MINOR) cli: addNODE_USE_SYSTEM_CA=1
(Joyee Cheung) #59276 - [
e592d739c2
] - (SEMVER-MINOR) cli: support${pid}
placeholder in--cpu-prof-name
(Haram Jeong) #59072 - [
cda1dab6e2
] - (SEMVER-MINOR) crypto: addtls.setDefaultCACertificates()
(Joyee Cheung) #58822 - [
1f184513e9
] - (SEMVER-MINOR) dns: support max timeout (theanarkh) #58440 - [
bace73a173
] - doc: update the instruction on how to verify releases (Antoine du Hamel) #59113 - [
fa9a9e9c69
] - (SEMVER-MINOR) esm: unflag--experimental-wasm-modules
(Guy Bedford) #57038 - [
390a9dc20b
] - (SEMVER-MINOR) http: addserver.keepAliveTimeoutBuffer
option (Haram Jeong) #59243 - [
c12c5343ad
] - lib: docs deprecate_http_*
(Sebastian Beltran) #59293 - [
f57ee3d71f
] - (SEMVER-MINOR) net: updatenet.blocklist
to allow file save and file management (alphaleadership) #58087 - [
035da74c31
] - (SEMVER-MINOR) process: addthreadCpuUsage
(Paolo Insogna) #56467 - [
8e697d1884
] - (SEMVER-MINOR) zlib: add dictionary support tozstdCompress
andzstdDecompress
(lluisemper) #59240
Commits
- [
73aa0ae37f
] - assert: change utils to use index instead of for...of (방진혁) #59278 - [
dfe3a11eed
] - benchmark: remove deprecated _extend from benchmark (Rafael Gonzaga) #59228 - [
9b9d30042a
] - benchmark: add fs warmup to writefile-promises (Bruno Rodrigues) #59215 - [
a663f7f954
] - benchmark: add calibrate-n script (Rafael Gonzaga) #59186 - [
1b9b5bddd6
] - benchmark: adjust configuration for string-decoder bench (Rafael Gonzaga) #59187 - [
d0ac3319f9
] - benchmark: add --track to benchmark (Rafael Gonzaga) #59174 - [
2044968b86
] - benchmark: small lint fix on _cli.js (Rafael Gonzaga) #59172 - [
4e519934cb
] - benchmark: drop misc/punycode benchmark (Rafael Gonzaga) #59171 - [
07e173d969
] - benchmark: fix sqlite-is-transaction (Rafael Gonzaga) #59170 - [
8440b6177f
] - benchmark: reduce N for diagnostics_channel subscribe benchmark (Arthur Angelo) #59116 - [
8615ea6db0
] - buffer: cache Environment::GetCurrent to avoid repeated calls (Mert Can Altin) #59043 - [
3deb5361d2
] - build: fix node_use_sqlite for GN builds (Shelley Vohr) #59017 - [
0f0ce63116
] - build: remove suppressions.supp (Rafael Gonzaga) #59079 - [
b30a2117dc
] - build,deps,tools: prepare to update to OpenSSL 3.5 (Richard Lau) #58100 - [
8e2076a24f
] - (SEMVER-MINOR) cli: add NODE_USE_SYSTEM_CA=1 (Joyee Cheung) #59276 - [
e592d739c2
] - (SEMVER-MINOR) cli: support${pid}
placeholder in --cpu-prof-name (Haram Jeong) #59072 - [
b5571047ed
] - crypto: prepare webcrypto key import/export for modern algorithms (Filip Skokan) #59284 - [
cda1dab6e2
] - (SEMVER-MINOR) crypto: add tls.setDefaultCACertificates() (Joyee Cheung) #58822 - [
76dab34fb7
] - deps: support madvise(3C) across ALL illumos revisions (Dan McDonald) #58237 - [
19d3ed64b6
] - deps: update sqlite to 3.50.4 (Node.js GitHub Bot) #59337 - [
38bafc59e0
] - deps: V8: backport493cb53
(Chengzhong Wu) #59238 - [
e8da171cc3
] - deps: update sqlite to 3.50.3 (Node.js GitHub Bot) #59132 - [
fd4ba38ab6
] - deps: update googletest to7e17b15
(Node.js GitHub Bot) #59131 - [
f71f427b95
] - deps: update archs files for openssl-3.0.17 (Node.js GitHub Bot) #59134 - [
79c5a8f4d2
] - deps: upgrade openssl sources to openssl-3.0.17 (Node.js GitHub Bot) #59134 - [
0dcc84cf53
] - deps: update corepack to 0.34.0 (Node.js GitHub Bot) #59133 - [
1f184513e9
] - (SEMVER-MINOR) dns: support max timeout (theanarkh) #58440 - [
f64f5df80e
] - doc: fix--use-system-ca
history (Joyee Cheung) #59411 - [
e22aeaa38f
] - doc: add missing section forsetReturnArrays
insqlite.md
(Edy Silva) #59074 - [
e44ef07235
] - doc: rename x509.extKeyUsage to x509.keyUsage (Filip Skokan) #59332 - [
2c5d0aac5e
] - doc: fix Pbkdf2Params hash attribute heading (Filip Skokan) #59395 - [
fde94346e5
] - doc: fix missing reference links for server.keepAliveTimeoutBuffer (Lee Jiho) #59356 - [
9af8bcea58
] - doc: fix grammar in global dispatcher usage (Eng Zer Jun) #59344 - [
0edf17198f
] - doc: run license-builder (github-actions[bot]) #59343 - [
7f767a2e38
] - doc: correct orthographyeg.
→e.g.
(Jacob Smith) #59329 - [
a46ed50350
] - doc: clarify the need of compiler compatible with c++20 (Rafael Gonzaga) #59297 - [
212263a305
] - doc: clarify release candidate stability index (Filip Skokan) #59295 - [
ce93b8b556
] - doc: add WDYT to glossary (btea) #59280 - [
ebaaf2c67f
] - doc: add manpage entry for --use-system-ca (Joyee Cheung) #59273 - [
43b5a21916
] - doc: add path.join and path.normalize clarification (Rafael Gonzaga) #59262 - [
409c66d328
] - doc: fix typo intest/common/README.md
(Yoo) #59180 - [
cbb0a8eb13
] - doc: add note on process memoryUsage (fengmk2) #59026 - [
9892b15d81
] - doc: format safely fordoc-kit
(Aviv Keller) #59229 - [
bace73a173
] - doc: update the instruction on how to verify releases (Antoine du Hamel) #59113 - [
b549deac02
] - doc: copyedit SECURITY.md (Rich Trott) #59190 - [
ef1bc3f344
] - doc: fix broken sentence inURL.parse
(Superchupu) #59164 - [
3c6639e8ec
] - doc: improve onboarding instructions (Joyee Cheung) #59159 - [
6ffaac66bc
] - doc: add constraints for mem leak to threat model (Rafael Gonzaga) #58917 - [
e419d20144
] - doc: add Aditi-1400 to collaborators (Aditi Singh) #59157 - [
ba380f7bf3
] - doc: avoid suggesting testing fast api with intense loop (Chengzhong Wu) #59111 - [
fa1a532f2b
] - doc: fix typo in writing-test.md (SeokHun) #59123 - [
0b93ca3d19
] - doc: add RafaelGSS as steward July 25 (Rafael Gonzaga) #59078 - [
7d747aeac8
] - doc: clarify ERR_FS_FILE_TOO_LARGE to reflect fs.readFile() I/O limit (Haram Jeong) #59050 - [
0b5613f9fe
] - doc: run license-builder (github-actions[bot]) #59056 - [
1b6b5e72d3
] - doc: fix typed list formatting (Aviv Keller) #59019 - [
756c7dd639
] - doc: refineutil.parseArgs
default
definition (Slayer95) #58958 - [
0b840523a2
] - doc: remove unused import inzlib.md
(coderaiser) #59041 - [
3e9ed4b080
] - doc: add stability index to the--watch-kill-signal
flag (Dario Piotrowicz) #58997 - [
cb08a5d43f
] - doc: add missing<code>
blocks (Antoine du Hamel) #58995 - [
4a42360fe5
] - doc: add scroll margin to links (Roman Reiss) #58982 - [
9d073f32da
] - doc: add sponsorship link to RafaelGSS (Rafael Gonzaga) #58983 - [
3cc11fc9ac
] - domain: remove deprecated API call (Alex Yang) #59339 - [
fa9a9e9c69
] - (SEMVER-MINOR) esm: unflag --experimental-wasm-modules (Guy Bedford) #57038 - [
177ed3b3dd
] - esm: js-string Wasm builtins in ESM Integration (Guy Bedford) #59020 - [
4619fe0e04
] - fs: fix glob TypeError on restricted dirs (Sylphy-0xd3ac) #58674 - [
ad2089e32d
] - fs: correct error message when FileHandle is transferred (Alex Yang) #59156 - [
390a9dc20b
] - (SEMVER-MINOR) http: add server.keepAliveTimeoutBuffer option (Haram Jeong) #59243 - [
659002359d
] - http2: set Http2Stream#sentHeaders for raw headers (Darshan Sen) #59244 - [
d02831ef73
] - inspector: initial support for Network.loadNetworkResource (Shima Ryuhei) #58077 - [
264a838779
] - lib: add trace-sigint APIs (theanarkh) #59040 - [
d22d2fa6d4
] - lib: optimize writable stream buffer clearing (Yoo) #59406 - [
a5e9759409
] - lib: do not modify prototype deprecated asyncResource (RafaelGSS) #59195 - [
9254257fc0
] - lib: restructure assert to become a class (Miguel Marcondes Filho) #58253 - [
946eab8d77
] - lib: handle superscript variants on windows device (Rafael Gonzaga) #59261 - [
cd857a97b5
] - lib: use validateString (hotpineapple) #59296 - [
c12c5343ad
] - lib: docs deprecate _http_* (Sebastian Beltran) #59293 - [
a28e5f0938
] - lib: add type names in source mapped stack traces (Chengzhong Wu) #58976 - [
6aec5aee7c
] - lib: prefer AsyncIteratorPrototype primordial (René) #59097 - [
e704349858
] - lib: fix incorrectArrayBufferPrototypeGetDetached
primordial type (Dario Piotrowicz) #58978 - [
2fc25fd400
] - lib: flag to conditionally modify proto on deprecate (Rafael Gonzaga) #58928 - [
446ee98e00
] - meta: clarify pr objection process further (James M Snell) #59096 - [
46c339e4f3
] - meta: add mailmap entry for aditi-1400 (Aditi) #59316 - [
70a586261f
] - meta: add tsc and build team as codeowners building.md (Rafael Gonzaga) #59298 - [
e666e06781
] - meta: add nodejs/path to path files (Rafael Gonzaga) #59289 - [
251b65dd6c
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #59140 - [
c8a7964da8
] - meta: add marco-ippolito to security release stewards (Marco Ippolito) #58944 - [
0eec5cc492
] - module: fix conditions override in synchronous resolve hooks (Joyee Cheung) #59011 - [
4acf7cd6d3
] - module: throw error when re-runing errored module jobs (Joyee Cheung) #58957 - [
f57ee3d71f
] - (SEMVER-MINOR) net: update net.blocklist to allow file save and file management (alphaleadership) #58087 - [
4aefcfc318
] - node-api: reword "implementation in an alternative VM" as implementable (Chengzhong Wu) #59036 - [
ff6be2ed5d
] - node-api,doc: update links to ecma262 with section names (Chengzhong Wu) #59087 - [
8d60602677
] - perf_hooks: do not expose SafeMap via Histogram wrapper (René) #59094 - [
035da74c31
] - (SEMVER-MINOR) process: add threadCpuUsage (Paolo Insogna) #56467 - [
74e1aa4d06
] - process: make execve's args argument optional (Allon Murienik) #58412 - [
3366e60bd9
] - src: use simdjson to parse SEA configuration (Joyee Cheung) #59323 - [
63cc06977a
] - src: mark realm leaf classes final (Anna Henningsen) #59355 - [
133d410cd9
] - src: use C++20contains()
method (iknoom) #59304 - [
57fe96fe49
] - src: added CHECK_NOT_NULL check for multiple eq_wrap_async (F3lixTheCat) #59267 - [
a8f381a6c5
] - src: add nullptr checks inStreamPipe::New
(Burkov Egor) #57613 - [
0769e5a0dc
] - src: call unmask after install signal handler (theanarkh) #59059 - [
1e7639e9e1
] - src: useFastStringKey
forTrackV8FastApiCall
(Anna Henningsen) #59148 - [
9075a1a4bf
] - src: use C++20consteval
forFastStringKey
(Anna Henningsen) #59148 - [
5a0fd5689b
] - src: remove declarations of removed BaseObject static fns (Anna Henningsen) #59093 - [
c637a2c41d
] - src: add cache to nearest parent package json (Ilyas Shabi) #59086 - [
3375a6cfee
] - test: deflake sequential/test-tls-session-timeout (Joyee Cheung) #59423 - [
438cb11a15
] - test: update WPT resources,WebCryptoAPI,webstorage (Filip Skokan) #59311 - [
68bec19f76
] - test: add known issue test for fs.cpSync dereference bug (James M Snell) #58941 - [
a100cce379
] - test: deflake stream-readable-to-web test (Ethan Arrowood) #58948 - [
b7577d853b
] - test: make test-inspector-network-resource sequential (Shima Ryuhei) #59104 - [
667ee82443
] - test: don't use expose internals in test-http-outgoing-buffer.js (Meghan Denny) #59219 - [
feec26d3bb
] - test: use mustSucceed in test-fs-read (Sungwon) #59204 - [
d7e23769ab
] - test: prepare test-crypto-rsa-dsa for newer OpenSSL (Richard Lau) #58100 - [
3a9aca91c6
] - test: fix flaky test-worker-message-port-transfer-filehandle test (Alex Yang) #59158 - [
3aee7625b9
] - test: expand linting rules aroundassert
w literal messages (Anna Henningsen) #59147 - [
667c2ced38
] - test: update WPT for WebCryptoAPI toab08796
(Node.js GitHub Bot) #59129 - [
89ac344393
] - test: update WPT for WebCryptoAPI to19d82c5
(Node.js GitHub Bot) #59129 - [
d332957ac6
] - test: skip tests that cause timeouts on IBM i (Abdirahim Musse) #59014 - [
a23562ff72
] - test: updatestartCLI
to set--port=0
by default (Dario Piotrowicz) #59042 - [
4a12f5d83b
] - test: mark test-inspector-network-fetch as flaky on Windows (Joyee Cheung) #59091 - [
ac4f7aa69c
] - test: add missing port=0 arg in test-debugger-extract-function-name (Dario Piotrowicz) #58977 - [
8dd09267e3
] - test,crypto: skip unsupported ciphers (Shelley Vohr) #59388 - [
45200b43ea
] - tools: update coverage GitHub Actions to fixed version (Rich Trott) #59512 - [
8f2b8b3dc4
] - tools: allow selecting test subsystems with numbers in their names (Darshan Sen) #59242 - [
f9bc2573dd
] - tools: clarify README linter error message (Joyee Cheung) #59160 - [
cba0de128d
] - tools: add support for URLs to MR commits inmerge.sh
(Antoine du Hamel) #59162 - [
039949ef5b
] - tools: bump @eslint/plugin-kit from 0.3.1 to 0.3.3 in /tools/eslint (dependabot[bot]) #59119 - [
6a8a73aa35
] - tools: ignore CVE mention when linting release proposals (Antoine du Hamel) #59037 - [
d0f40f3a3a
] - tools,test: enforce best practices to detect never settling promises (Antoine du Hamel) #58992 - [
9d801a3f00
] - typings: improve internal binding types (Nam Yooseong) #59351 - [
6dbda6cb25
] - typings: improve internal binding types (Michaël Zasso) #59176 - [
e22dddf859
] - util: respect nested formats in styleText (Alex Yang) #59098 - [
491f390515
] - worker: add cpuUsage for worker (theanarkh) #59177 - [
8e697d1884
] - (SEMVER-MINOR) zlib: add dictionary support to zstdCompress and zstdDecompress (lluisemper) #59240
v22.18.0
: 2025-07-31, Version 22.18.0 'Jod' (LTS), @aduh95
Notable Changes
Type stripping is enabled by default
Node.js will be able to execute TypeScript files without additional configuration:
$ echo 'const foo: string = 'World'; console.log(`Hello ${foo}!`);' > file.ts
$ node file.ts
Hello World!
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) #56350 - [
d80ef2a71f
] - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) #58719 - [
8ab24d21c9
] - doc: add islandryu to collaborators (Shima Ryuhei) #58714 - [
430e66b9b8
] - (SEMVER-MINOR) esm: implementimport.meta.main
(Joe) #57804 - [
62f7926b6a
] - (SEMVER-MINOR) fs: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490 - [
65f19a00c3
] - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) #58853 - [
ccca1517f9
] - (SEMVER-MINOR) sqlite: add support forreadBigInts
option in db connection level (Miguel Marcondes Filho) #58697 - [
48003e87e8
] - (SEMVER-MINOR) src,permission: add support topermission.has(addon)
(Rafael Gonzaga) #58951 - [
fe4290a0e6
] - (SEMVER-MINOR) url: addfileURLToPathBuffer
API (James M Snell) #58700 - [
4dc6b4c67a
] - (SEMVER-MINOR) watch: add--watch-kill-signal
flag (Dario Piotrowicz) #58719 - [
8dbc6b210f
] - (SEMVER-MINOR) worker: makeWorker
async disposable (James M Snell) #58385
Commits
- [
b19ffebea7
] - assert: remove dead code (Yoshiya Hinosawa) #58760 - [
5bc828beae
] - benchmark: add source map and source map cache (Miguel Marcondes Filho) #58125 - [
f7c16985a7
] - build: disable v8_enable_pointer_compression_shared_cage on non-64bit (Shelley Vohr) #58867 - [
ba42c72f7f
] - build: option to use custom inspector_protocol path (Shelley Vohr) #58839 - [
4fd8911653
] - build: fix typo 'Stoage' to 'Storage' in help text (ganglike) #58777 - [
114cd95919
] - crypto: fix inclusion of OPENSSL_IS_BORINGSSL define (Shelley Vohr) #58845 - [
6699c75eac
] - crypto: fix SHAKE128/256 breaking change introduced with OpenSSL 3.4 (Filip Skokan) #58942 - [
f99aa748c0
] - deps: upgrade npm to 10.9.3 (npm team) #58847 - [
02e971190b
] - deps: update sqlite to 3.50.2 (Node.js GitHub Bot) #58882 - [
de2b85b5ae
] - deps: update googletest to35b75a2
(Node.js GitHub Bot) #58710 - [
e7591d7a19
] - deps: update minimatch to 10.0.3 (Node.js GitHub Bot) #58712 - [
8c61b96c43
] - deps: update acorn to 8.15.0 (Node.js GitHub Bot) #58711 - [
113f4e2d3c
] - deps: update sqlite to 3.50.1 (Node.js GitHub Bot) #58630 - [
7ccd848995
] - deps: update simdjson to 3.13.0 (Node.js GitHub Bot) #58629 - [
e9c51deb5c
] - deps: update zlib to 1.3.1-470d3a2 (Node.js GitHub Bot) #58628 - [
26f3711228
] - (SEMVER-MINOR) deps: update amaro to 1.1.0 (Node.js GitHub Bot) #56350 - [
752dde182f
] - (SEMVER-MINOR) deps: update amaro to 1.0.0 (Node.js GitHub Bot) #56350 - [
258534d0dc
] - (SEMVER-MINOR) deps: update amaro to 0.5.3 (Node.js GitHub Bot) #56350 - [
7fcf675503
] - (SEMVER-MINOR) deps: update amaro to 0.5.2 (Node.js GitHub Bot) #56350 - [
81a10a67d5
] - (SEMVER-MINOR) deps: update amaro to 0.5.1 (Marco Ippolito) #56350 - [
25f8682a62
] - (SEMVER-MINOR) deps: update amaro to 0.5.0 (nodejs-github-bot) #56350 - [
4baf2167e7
] - dns: fix parse memory leaky (theanarkh) #58973 - [
e8f4a7df22
] - dns: set timeout to 1000ms when timeout < 0 (theanarkh) #58441 - [
1e373a0a25
] - doc: update release key for aduh95 (Antoine du Hamel) #58877 - [
d5c104246f
] - doc: remove broken link to permission model source code (Juan José) #58972 - [
b8885a25ff
] - doc: clarify details of TSC public and private meetings (James M Snell) #58925 - [
aa05823b37
] - doc: mark stability markers consistent inglobals.md
(Antoine du Hamel) #58932 - [
3856aee9b2
] - doc: move "Core Promise APIs" to "Completed initiatives" (Antoine du Hamel) #58934 - [
c2f9735422
] - doc: fixfetch
subsections inglobals.md
(Antoine du Hamel) #58933 - [
5f4c7a9d2d
] - doc: add missingClass:
mentions (Antoine du Hamel) #58931 - [
88ee38b37c
] - doc: remove myself from security steward rotation (Michael Dawson) #58927 - [
02031a9b0d
] - doc: add ovflowd back to core collaborators (Claudio W.) #58911 - [
9551fa3c8f
] - doc: update email address for Richard Lau (Richard Lau) #58910 - [
cd6bc982c0
] - doc: update vm doc links (Chengzhong Wu) #58885 - [
ce49303cd0
] - doc: add missing comma inchild_process.md
(ronijames008) #58862 - [
d80ef2a71f
] - (SEMVER-MINOR) doc: add all watch-mode related flags to node.1 (Dario Piotrowicz) #58719 - [
f8fcb1c83a
] - doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js (jesh) #58573 - [
28fddc04ca
] - doc: add array type in http request headers (Michael Henrique) #58049 - [
8bd698b688
] - doc: add missing colon to headers inglobals.md
(Aviv Keller) #58825 - [
fa5818e3c1
] - doc: fixstream.md
section order (Antoine du Hamel) #58811 - [
2384bfdcbd
] - doc: fix stability 1.x links excluding the decimal digit (Dario Piotrowicz) #58783 - [
4e9fe670c9
] - doc: fix wrong RFC number in http2 (Deokjin Kim) #58753 - [
bbe4ad7351
] - doc: add history entry for TS support in hooks (Antoine du Hamel) #58732 - [
ec60473ab1
] - doc: run license-builder (github-actions[bot]) #58722 - [
8ab24d21c9
] - doc: add islandryu to collaborators (Shima Ryuhei) #58714 - [
8c641105cd
] - doc: punctuation fix for Node-API versioning clarification (Jiacai Liu) #58599 - [
133b10a0bb
] - doc: add path rules and validation for export targets in package.json (0hm☘️ ) #58604 - [
354a68c460
] - doc: add history entries to--input-type
section (Antoine du Hamel) #56350 - [
430e66b9b8
] - (SEMVER-MINOR) esm: implement import.meta.main (Joe) #57804 - [
42c4ca6024
] - esm: syncify default path ofModuleLoader.load
(Jacob Smith) #57419 - [
3ac8c686a3
] - esm: unwrap WebAssembly.Global on Wasm Namespaces (Guy Bedford) #57525 - [
c7ebf2e245
] - fs: close dir before throwing ifoptions.bufferSize
is invalid (Livia Medeiros) #58856 - [
38ffed8744
] - fs: special input-1
onchown
,lchown
andfchown
(Alex Yang) #58836 - [
0e82f72a46
] - fs: throwERR_INVALID_THIS
on illegal invocations (Livia Medeiros) #58848 - [
141b2b1954
] - fs: makeDir
disposers idempotent (René) #58692 - [
dedd9d1961
] - fs: avoid computing time coefficient constants in runtime (Livia Medeiros) #58728 - [
a029a06b49
] - fs: add UV_ENOSPC to list of things to pass to err directly (Jacky Zhao) #56918 - [
62f7926b6a
] - (SEMVER-MINOR) fs: allow correct handling of burst in fs-events with AsyncIterator (Philipp Dunkel) #58490 - [
927d2e77f3
] - http: fix keep-alive not timing out after post-request empty line (Shima Ryuhei) #58178 - [
5cd8145612
] - http2: add diagnostics channel 'http2.server.stream.close' (Darshan Sen) #58602 - [
0f2b31cba4
] - inspector: add protocol methods retrieving sent/received data (Chengzhong Wu) #58645 - [
79428d8946
] - lib: fixgetTypeScriptParsingMode
jsdoc (沈鸿飞) #58681 - [
2c205d857c
] - lib: renamevalidateInternalField
intovalidateThisInternalField
(LiviaMedeiros) #58765 - [
f67e927a5f
] - lib: makevalidateInternalField()
throwERR_INVALID_THIS
(LiviaMedeiros) #58765 - [
914701d4f8
] - lib,src: support DOMException ser-des (Chengzhong Wu) #58649 - [
12a75dca8b
] - meta: bump step-security/harden-runner from 2.12.0 to 2.12.2 (dependabot[bot]) #58923 - [
0d56fec6f0
] - meta: bump github/codeql-action from 3.28.18 to 3.29.2 (dependabot[bot]) #58922 - [
7f4f6e0409
] - meta: add IlyasShabi to collaborators (Ilyas Shabi) #58916 - [
50b62c9663
] - meta: add @nodejs/inspector as codeowner (Chengzhong Wu) #58790 - [
2fc89892ab
] - module: fix typescript import.meta.main (Marco Ippolito) #58661 - [
bfc68c8ae8
] - module: convert schema-only core module onconvertCJSFilenameToURL
(Alex Yang) #58612 - [
54634f5e53
] - module: update tests for combined ambiguous module syntax error (Mert Can Altin) #55874 - [
10eb3db4af
] - module: allow cycles in require() in the CJS handling in ESM loader (Joyee Cheung) #58598 - [
fe7994eb0c
] - module: improve typescript error message format (Marco Ippolito) #56350 - [
c898491017
] - (SEMVER-MINOR) module: remove experimental warning from type stripping (Marco Ippolito) #56350 - [
c07745a436
] - module: refactor commonjs typescript loader (Marco Ippolito) #56350 - [
8d1f5df313
] - (SEMVER-MINOR) module: unflag --experimental-strip-types (Marco Ippolito) #56350 - [
a8a1c9a960
] - os: fix GetInterfaceAddresses memory lieaky (theanarkh) #58940 - [
65f19a00c3
] - (SEMVER-MINOR) permission: propagate permission model flags on spawn (Rafael Gonzaga) #58853 - [
f0a165d89f
] - repl: fix eval errors thrown after close throwingERR_USE_AFTER_CLOSE
(Dario Piotrowicz) #58791 - [
9ef1cd1607
] - repl: avoid deprecatedrequire.extensions
in tab completion (baki gul) #58653 - [
22a4c60e08
] - repl: fix tab completion not working with computer string properties (Dario Piotrowicz) #58709 - [
ccca1517f9
] - (SEMVER-MINOR) sqlite: add support for readBigInts option in db connection level (Miguel Marcondes Filho) #58697 - [
690525881e
] - src: simplify adding fast APIs to ExternalReferenceRegistry (René) #58896 - [
a381b4d990
] - src: remove fast API for InternalModuleStat (Joyee Cheung) #58489 - [
390654e996
] - src: fix internalModuleStat v8 fast path (Yagiz Nizipli) #58054 - [
b722647572
] - src: fix -Wunreachable-code in src/node_api.cc (Shelley Vohr) #58901 - [
6d1fe67f56
] - src: -Wunreachable-code error in crypto_context.cc (Shelley Vohr) #58901 - [
2d8e65c6db
] - src: fix -Wunreachable-code-return in src/node_contextify.cc (Shelley Vohr) #58901 - [
e07adb3b18
] - src: cleanup uv_fs_req before uv_fs_stat on existSync (RafaelGSS) #58915 - [
6b30c0a511
] - src: -Wmismatched-new-delete in debug_utils.cc (Shelley Vohr) #58844 - [
74ef07f2e7
] - src: add FromV8Value<T>() for integral and enum types (Aditi) #57931 - [
28bf6ed87d
] - src: pass resource on permission checks for spawn (Rafael Gonzaga) #58758 - [
daf65d479b
] - src: replace std::array with static arrays in contextify (Mert Can Altin) #58580 - [
9cb671fdb1
] - src: add new CopyUtimes function to reduce code duplication (Dario Piotrowicz) #58625 - [
e515eb861c
] - src: replace V8 Fast API todo comment with note comment (Dario Piotrowicz) #58614 - [
48003e87e8
] - (SEMVER-MINOR) src,permission: add support to permission.has(addon) (Rafael Gonzaga) #58951 - [
72f75bb976
] - src,permission: enhance permission model debug (Rafael Gonzaga) #58898 - [
66fccc252b
] - (SEMVER-MINOR) test: add test for async disposable worker thread (James M Snell) #58385 - [
43d2ad8599
] - test: deflake test-runner-watch-mode-kill-signal (Dario Piotrowicz) #58952 - [
7c54085698
] - test: add known issue tests for recursive readdir calls with Buffer path (Dario Piotrowicz) #58893 - [
cd2a5d9a51
] - test: add known issue tests for fs.cp (James M Snell) #58883 - [
26072a7953
] - test: add tests to ensure that node.1 is kept in sync with cli.md (Dario Piotrowicz) #58878 - [
3fd187f559
] - test: replace.filter()[0]
with.find()
(Livia Medeiros) #58872 - [
0d538abb15
] - test: remove reliance on in-treedeps/undici
(Richard Lau) #58866 - [
e24dede403
] - test: close dirs infs-opendir
test (Livia Medeiros) #58855 - [
ac6b8222e6
] - test: correct SIMD support comment (Richard Lau) #58767 - [
9d3e451181
] - test: add tests for REPL custom evals (Dario Piotrowicz) #57850 - [
17a3246718
] - test: reduce the use of private symbols in test-events-once.js (Yoshiya Hinosawa) #58685 - [
bbf33efcd0
] - test: usecommon.skipIfInspectorDisabled()
to skip tests (Dario Piotrowicz) #58675 - [
d6660baff7
] - test: update WPT for dom/abort todc92816
(Node.js GitHub Bot) #58644 - [
6d9d5deb44
] - test: split indirect eval import tests (Chengzhong Wu) #58637 - [
abd5b5fd20
] - test: deflake async-hooks/test-improper-order on AIX (Baki Gul) #58567 - [
3fc630e7cf
] - test: close FileHandle objects in tests explicitly (James M Snell) #58615 - [
7f0560dc4b
] - test: skip broken sea on rhel8 (Marco Ippolito) #58914 - [
898e68a915
] - test: save the config file in a temporary directory (Luigi Pinca) #58799 - [
9f2132a4f6
] - test: deflake test-config-file (Luigi Pinca) #58799 - [
f1b74cff9a
] - test: skip tests failing when run under root (Livia Medeiros) #58610 - [
4b0ee14a97
] - tools: bump the eslint group in /tools/eslint with 6 updates (dependabot[bot]) #58921 - [
a84935fb0e
] - tools: update inspector_protocol to69d69dd
(Shelley Vohr) #58900 - [
af805186cd
] - tools: update gyp-next to 0.20.2 (Node.js GitHub Bot) #58788 - [
a2d2d36bb1
] - tools: make nodedownload module compatible with Python 3.14 (Lumír 'Frenzy' Balhar) #58752 - [
cc8b9aa43d
] - tools: include toolchain.gypi in abseil.gyp (Chengzhong Wu) #58678 - [
fbbf49a7d3
] - tools: bumpbrace-expansion
in/tools/clang-format
(dependabot[bot]) #58699 - [
8db92a41c5
] - tools: bump brace-expansion from 1.1.11 to 1.1.12 in /tools/eslint (dependabot[bot]) #58698 - [
3a099cf88f
] - tools: switch to@stylistic/eslint-plugin
(Michaël Zasso) #58623 - [
9798511e7c
] - tools: remove config.status undermake distclean
(René) #58603 - [
011290a4eb
] - tools: edit commit-queue workflow file (Antoine du Hamel) #58667 - [
a7406f56da
] - tools: improve release proposal linter (Antoine du Hamel) #58647 - [
c855310f83
] - tools,doc: move more MDN links to types (Antoine du Hamel) #58930 - [
805239c824
] - typings: add Atomics primordials (Renegade334) #58577 - [
d28b2aa0a2
] - typings: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to internalBinding (Meghan Denny) #58655 - [
fe4290a0e6
] - (SEMVER-MINOR) url: add fileURLToPathBuffer API (James M Snell) #58700 - [
db648b92c1
] - util: inspect: do not crash on an Error stack pointing to itself (Sam Verschueren) #58196 - [
791ecfac14
] - v8: fix missing callback in heap utils destroy (Ruben Bridgewater) #58846 - [
4dc6b4c67a
] - (SEMVER-MINOR) watch: add--watch-kill-signal
flag (Dario Piotrowicz) #58719 - [
8dbc6b210f
] - (SEMVER-MINOR) worker: make Worker async disposable (James M Snell) #58385
v22.17.1
: 2025-07-15, Version 22.17.1 'Jod' (LTS), @RafaelGSS
This is a security release.
Notable Changes
- (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize()
Commits
- [
8cf5d66ab7
] - (CVE-2025-27210) lib: handle all windows reserved driver name (RafaelGSS) nodejs-private/node-private#721 - [
9c0cb487ec
] - win,build: fix MSVS v17.14 compilation issue (StefanStojanovic) #58902
v22.17.0
: 2025-06-24, Version 22.17.0 'Jod' (LTS), @aduh95
Notable Changes
⚠️ Deprecations
node:http
classes without new
Instantiating Constructing classes like IncomingMessage
or ServerResponse
without the new
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 = ""
in node:child_process
Using an empty string for shell
previously had undefined behavior. This change
encourages explicit choices (e.g., shell: true
or a shell path) and avoids
relying 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 to
poor 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
- Startup Snapshot API
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
gets autoClose
option
This 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 management
This improves ergonomics around async iteration of directories. Developers can
now manually control when a directory is closed using .close()
or with Symbol.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'
style
This 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) #58499 - [
3b857735ef
] - doc: add JonasBa to collaborators (Jonas Badalic) #58355 - [
fdf7612735
] - doc: add puskin to collaborators (Giovanni Bucci) #58308
Commits
- [
ffe7e1ace0
] - (SEMVER-MINOR) assert: mark partialDeepStrictEqual() as stable (Ruben Bridgewater) #57370 - [
269931f289
] - async_hooks: ensure AsyncLocalStore instances work isolated (Gerhard Stöbich) #58149 - [
9e0746a4ff
] - benchmark: fix broken fs.cpSync benchmark (Dario Piotrowicz) #58472 - [
dee8cb5bcb
] - benchmark: add more options to cp-sync (Sonny) #58278 - [
e840fd5b85
] - benchmark: fix typo in method name for error-stack (Miguel Marcondes Filho) #58128 - [
b9a16e97e0
] - buffer: give names toBuffer.prototype.*Write()
functions (Livia Medeiros) #58258 - [
d56a5e40af
] - buffer: use constexpr where possible (Yagiz Nizipli) #58141 - [
215587feca
] - build: add support for OpenHarmony operating system (hqzing) #58350 - [
9bcef6821c
] - build: fix uvwasi pkgname (Antoine du Hamel) #58270 - [
7c3883c2ae
] - build: search for libnode.so in multiple places (Jan Staněk) #58213 - [
3f954accb3
] - build: fix pointer compression builds (Joyee Cheung) #58171 - [
04c8f59f84
] - build: use FILE_OFFSET_BITS=64 esp. on 32-bit arch (RafaelGSS) #58090 - [
8c2cf3a372
] - build: use //third_party/simdutf by default in GN (Shelley Vohr) #58115 - [
cff8006792
] - child_process: give names toChildProcess
functions (Livia Medeiros) #58370 - [
6816d779b6
] - child_process: give names to promisifiedexec()
andexecFile()
(LiviaMedeiros) #57916 - [
5572cecca4
] - crypto: expose crypto.constants.OPENSSL_IS_BORINGSSL (Shelley Vohr) #58387 - [
d6aa02889c
] - deps: use proper C standard when building libuv (Yaksh Bariya) #58587 - [
375a6413d5
] - deps: update simdjson to 3.12.3 (Node.js GitHub Bot) #57682 - [
e0cd138e52
] - deps: update googletest toe9092b1
(Node.js GitHub Bot) #58565 - [
31e592631f
] - deps: update corepack to 0.33.0 (Node.js GitHub Bot) #58566 - [
386c24260b
] - deps: update sqlite to 3.50.0 (Node.js GitHub Bot) #58272 - [
f84998d40b
] - deps: update OpenSSL gen container to Ubuntu 22.04 (Michaël Zasso) #58432 - [
d49fd29859
] - deps: update llhttp to 9.3.0 (Fedor Indutny) #58144 - [
e397980a1a
] - deps: update libuv to 1.51.0 (Node.js GitHub Bot) #58124 - [
a28c33645c
] - dns: fix dns query cache implementation (Ethan Arrowood) #58404 - [
6939b0c624
] - doc: fix the order ofprocess.md
sections (Allon Murienik) #58403 - [
1ca253c363
] - doc: add support link for panva (Filip Skokan) #58591 - [
8319edbcf6
] - doc: update metadata for _transformState deprecation (James M Snell) #58530 - [
697d258136
] - doc: deprecate passing an empty string tooptions.shell
(Antoine du Hamel) #58564 - [
132fc804e8
] - doc: correct formatting of example definitions for--test-shard
(Jacob Smith) #58571 - [
7d0df646f6
] - doc: clarify DEP0194 scope (Antoine du Hamel) #58504 - [
1e6d7da0ce
] - doc: deprecate HTTP/2 priority signaling (Matteo Collina) #58313 - [
5a917bc1d0
] - doc: explain child_process code and signal null values everywhere (Darshan Sen) #58479 - [
0105c13556
] - doc: add Filip Skokan to TSC (Rafael Gonzaga) #58499 - [
2bdc87cd64
] - doc: updategit node release
example (Antoine du Hamel) #58475 - [
28f9b43186
] - doc: add missing options.info for ZstdOptions (Jimmy Leung) #58360 - [
e19496dfc1
] - doc: add missing options.info for BrotliOptions (Jimmy Leung) #58359 - [
7f905863db
] - doc: clarify x509.checkIssued only checks metadata (Filip Skokan) #58457 - [
5cc97df637
] - doc: add links to parent class fornode:zlib
classes (Antoine du Hamel) #58433 - [
36e0d5539b
] - doc: remove remaining uses of@@​wellknown
syntax (René) #58413 - [
2f36f8e863
] - doc: clarify behavior of --watch-path and --watch flags (Juan Ignacio Benito) #58136 - [
3b857735ef
] - doc: add JonasBa to collaborators (Jonas Badalic) #58355 - [
9d5e969bb6
] - doc: add latest security release steward (Rafael Gonzaga) #58339 - [
b22bb03167
] - doc: fix CryptoKey.algorithm type and other interfaces in webcrypto.md (Filip Skokan) #58294 - [
670f31060b
] - doc: mark the callback argument of crypto.generatePrime as mandatory (Allon Murienik) #58299 - [
39d9a61239
] - doc: remove comma delimiter mention on permissions doc (Rafael Gonzaga) #58297 - [
573b0b7bfe
] - doc: make Stability labels not sticky in Stability index (Livia Medeiros) #58291 - [
a5a686a3ae
] - doc: update commit-queue documentation (Dario Piotrowicz) #58275 - [
fdf7612735
] - doc: add puskin to collaborators (Giovanni Bucci) #58308 - [
be492a1708
] - doc: update stability status for diagnostics_channel to experimental (Idan Goshen) #58261 - [
7d00fc2206
] - doc: clarify napi_get_value_string_* for bufsize 0 (Tobias Nießen) #58158 - [
c8500a2c4a
] - doc: fix typo of filehttp.md
,outgoingMessage.setTimeout
section (yusheng chen) #58188 - [
34a9b856c3
] - doc: update return types for eventNames method in EventEmitter (Yukihiro Hasegawa) #58083 - [
faedee59d2
] - doc: fix typo in benchmark script path (Miguel Marcondes Filho) #58129 - [
570d8d3f10
] - doc: clarify future Corepack removal in v25+ (Trivikram Kamat) #57825 - [
a71b9fc2ff
] - doc: mark multiple APIs stable (James M Snell) #57513 - [
73a97d47f3
] - doc,lib: update source map links to ECMA426 (Chengzhong Wu) #58597 - [
8b41429499
] - doc,src,test: fix typos (Noritaka Kobayashi) #58477 - [
0cea14ec7f
] - errors: show url of unsupported attributes in the error message (Aditi) #58303 - [
b9586bf898
] - (SEMVER-MINOR) fs: add autoClose option to FileHandle readableWebStream (James M Snell) #58548 - [
72a1b061f3
] - fs: unexpose internal constants (Chengzhong Wu) #58327 - [
5c36510dec
] - fs: add support forURL
forfs.glob
'scwd
option (Antoine du Hamel) #58182 - [
3642b0d944
] - fs: improve cpSync no-filter copyDir performance (Dario Piotrowicz) #58461 - [
24865bc7e8
] - fs: improvecpSync
dest overriding performance (Dario Piotrowicz) #58160 - [
1b3847694d
] - (SEMVER-MINOR) fs: add toDir
support for explicit resource management (Antoine du Hamel) #58206 - [
cff62e3265
] - fs: ensuredir.read()
does not throw synchronously (Antoine du Hamel) #58228 - [
cb39e4ca1f
] - fs: glob is stable, so should not emit experimental warnings (Théo LUDWIG) #58236 - [
597bfefbe1
] - http: deprecate instantiating classes without new (Yagiz Nizipli) #58518 - [
5298da0102
] - http: remove unused functions and add todos (Yagiz Nizipli) #58143 - [
cff440e0fa
] - http,https: give names to anonymous or misnamed functions (Livia Medeiros) #58180 - [
43bf1f619a
] - http2: add raw header array support to h2Session.request() (Tim Perry) #57917 - [
e8a0f5b063
] - http2: add lenient flag for RFC-9113 (Carlos Fuentes) #58116 - [
49cb90d4a5
] - (SEMVER-MINOR) http2: add diagnostics channel 'http2.server.stream.finish' (Darshan Sen) #58560 - [
6a56c68728
] - http2: add diagnostics channel 'http2.server.stream.error' (Darshan Sen) #58512 - [
59806b41d3
] - http2: add diagnostics channel 'http2.server.stream.start' (Darshan Sen) #58449 - [
d3d662ae47
] - http2: remove no longer userful options.selectPadding (Jimmy Leung) #58373 - [
dec6c9af8c
] - http2: add diagnostics channel 'http2.server.stream.created' (Darshan Sen) #58390 - [
9e98899986
] - http2: add diagnostics channel 'http2.client.stream.close' (Darshan Sen) #58329 - [
86610389d8
] - http2: add diagnostics channel 'http2.client.stream.finish' (Darshan Sen) #58317 - [
2d3071671e
] - http2: add diagnostics channel 'http2.client.stream.error' (Darshan Sen) #58306 - [
6c3e426d6f
] - http2: add diagnostics channel 'http2.client.stream.start' (Darshan Sen) #58292 - [
b99d131a61
] - http2: add diagnostics channel 'http2.client.stream.created' (Darshan Sen) #58246 - [
b0644330f5
] - http2: give name to promisifiedconnect()
(LiviaMedeiros) #57916 - [
4092d3611a
] - inspector: add mimeType and charset support to Network.Response (Shima Ryuhei) #58192 - [
d7d8599f7c
] - inspector: add protocol method Network.dataReceived (Chengzhong Wu) #58001 - [
aabafbc28f
] - inspector: support for worker inspection in chrome devtools (Shima Ryuhei) #56759 - [
20d978de9a
] - lib: make ERM functions into wrappers returning undefined (Livia Medeiros) #58400 - [
13567eac5f
] - (SEMVER-MINOR) lib: graduate error codes that have been around for years (James M Snell) #58541 - [
342b5a0d7a
] - lib: remove no-mixed-operators eslint rule (Ruben Bridgewater) #58375 - [
af7baef75a
] - lib: fix sourcemaps with ts module mocking (Marco Ippolito) #58193 - [
8f73f42d4e
] - meta: bump github/codeql-action from 3.28.16 to 3.28.18 (dependabot[bot]) #58552 - [
5dfedbeb86
] - meta: bump codecov/codecov-action from 5.4.2 to 5.4.3 (dependabot[bot]) #58551 - [
53c50f66f5
] - meta: bump step-security/harden-runner from 2.11.0 to 2.12.0 (dependabot[bot]) #58109 - [
a1a7024831
] - meta: bump ossf/scorecard-action from 2.4.1 to 2.4.2 (dependabot[bot]) #58550 - [
a379988ef6
] - meta: bump rtCamp/action-slack-notify from 2.3.2 to 2.3.3 (dependabot[bot]) #58108 - [
f6a46c87f2
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #58456 - [
98b6aa0dcd
] - meta: bump github/codeql-action from 3.28.11 to 3.28.16 (dependabot[bot]) #58112 - [
5202b262e3
] - meta: bump codecov/codecov-action from 5.4.0 to 5.4.2 (dependabot[bot]) #58110 - [
d97616ac6e
] - meta: bump actions/download-artifact from 4.2.1 to 4.3.0 (dependabot[bot]) #58106 - [
f4065074cf
] - meta: ignore mailmap changes in linux ci (Jonas Badalic) #58356 - [
e6d1224e54
] - meta: bump actions/setup-node from 4.3.0 to 4.4.0 (dependabot[bot]) #58111 - [
26da160ab2
] - meta: bump actions/setup-python from 5.5.0 to 5.6.0 (dependabot[bot]) #58107 - [
4cc4195493
] - module: handle instantiated async module jobs in require(esm) (Joyee Cheung) #58067 - [
72fac71b92
] - module: clarify cjs global-like error on ModuleJobSync (Carlos Espa) #56491 - [
fecd841c93
] - net: always publish to 'net.client.socket' diagnostics channel (Darshan Sen) #58349 - [
25ee328d2b
] - path: improve path.resolve() performance when used as process.cwd() (Ruben Bridgewater) #58362 - [
6fd1b23260
] - permission: remove useless conditional (Juan José) #58514 - [
5b2cca51a3
] - report: use uv_getrusage_thread in report (theanarkh) #58405 - [
63ec23e84b
] - sqlite: add build option to build without sqlite (Michael Dawson) #58122 - [
9d8677bff5
] - sqlite: handle thrown errors in result callback (Colin Ihrig) #58426 - [
3490c75760
] - sqlite: setname
andlength
onsqlite.backup()
(Livia Medeiros) #58251 - [
50bdd94e0b
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #58500 - [
7de58417cc
] - src: env_vars caching and local variable scope optimization (Mert Can Altin) #57624 - [
6d99ec33a4
] - src: fix FIPS init error handling (Tobias Nießen) #58379 - [
4c23a9575e
] - src: fix possible dereference of null pointer (Eusgor) #58459 - [
eb143e902b
] - src: fix -Wreturn-stack-address error (Shelley Vohr) #58439 - [
31058b8785
] - src: reorganize ContextifyFunction methods (Chengzhong Wu) #58434 - [
7521077299
] - src: improve CompileFunctionAndCacheResult error handling (Chengzhong Wu) #58434 - [
0c9efccb12
] - src: fix build when using shared simdutf (Antoine du Hamel) #58407 - [
aa00f5946f
] - src: add a variant of ToV8Value() for primitive arrays (Aditi) #57576 - [
29a11506fc
] - src: remove unusedcheckMessagePort
internal binding (Dario Piotrowicz) #58267 - [
0ce3feed5b
] - src: remove unusedshouldRetryAsESM
internal binding (Dario Piotrowicz) #58265 - [
517219613d
] - src: add a couple fast apis in node_os (James M Snell) #58210 - [
3f834da09e
] - src: fix module buffer allocation (X-BW) #57738 - [
a793706db0
] - src: remove overzealous tcsetattr error check (Ben Noordhuis) #58200 - [
5656c74517
] - src: remove NonCopyableMaybe (Tobias Nießen) #58168 - [
cab242334b
] - src: improve parsing of boolean options (Edy Silva) #58039 - [
a5df778150
] - src,lib: obtain sourceURL in magic comments from V8 (Chengzhong Wu) #58389 - [
bd6743b434
] - src,permission: implicit allow-fs-read to app entrypoint (Rafael Gonzaga) #58579 - [
5bd99e4a4d
] - stream: making DecompressionStream spec compilent for trailing junk (0hm☘️ ) #58316 - [
6582b19488
] - test: reduce flakiness in test-heapdump-http2 (Joyee Cheung) #58148 - [
0f6a262744
] - test: improve flakiness detection on stack corruption tests (Darshan Sen) #58601 - [
983affaea2
] - test: mark timeouts & flaky test as flaky on IBM i (Abdirahim Musse) #58583 - [
3603362b6f
] - test: rewrite test-child-process-spawn-args (Michaël Zasso) #58546 - [
93900b0c17
] - test: make sqlite-database-sync tests work with system sqlite (Jelle Licht) #58507 - [
7d505f4185
] - test: force slow JSON.stringify path for overflow (Shelley Vohr) #58181 - [
2e8570b8f9
] - test: account for truthy signal in flaky async_hooks tests (Darshan Sen) #58478 - [
1f1e194c0f
] - test: update WPT for WebCryptoAPI to591c95c
(Node.js GitHub Bot) #58176 - [
d822632d91
] - test: remove --no-warnings flag (Tobias Nießen) #58424 - [
01377713d7
] - test: add tests ensuring worker threads cannot access internals (Joe) #58332 - [
99a20902fc
] - test: leverage process.features.openssl_is_boringssl in test (Shelley Vohr) #58421 - [
b3e0cf1b15
] - test: fix test-buffer-tostring-range on allocation failure (Joyee Cheung) #58416 - [
1d4b3451c5
] - test: skip in test-buffer-tostring-rangeerror on allocation failure (Joyee Cheung) #58415 - [
612c393c71
] - test: fix missing edge case in test-blob-slice-with-large-size (Joyee Cheung) #58414 - [
b11b9cdad8
] - test: make crypto tests work with BoringSSL (Shelley Vohr) #58117 - [
99711ee548
] - test: test reordering of setAAD and setAuthTag (Tobias Nießen) #58396 - [
828aaaa3f7
] - test: switch from deprecatedoptparse
toargparse
(Aviv Keller) #58224 - [
9af305408e
] - test: do not skip OCB decryption in FIPS mode (Tobias Nießen) #58382 - [
9527c876bf
] - test: show more information in test-http2-debug upon failure (Joyee Cheung) #58391 - [
9be0601112
] - test: remove loop over single element (Tobias Nießen) #58368 - [
40a03d3d14
] - test: add chacha20-poly1305 to auth tag order test (Tobias Nießen) #58367 - [
cccb15df7e
] - test: skip wasm-allocation tests for pointer compression builds (Joyee Cheung) #58171 - [
f18041ae8e
] - test: remove references to create(De|C)ipher (Tobias Nießen) #58363 - [
ca8d66c1fc
] - test: remove unnecessaryconsole.log
from test-repl-null-thrown (Dario Piotrowicz) #58281 - [
455372023d
] - test: allowtmpDir.path
to be modified (Aviv Keller) #58173 - [
1f1fab60c7
] - test: fix executable flags (Livia Medeiros) #58250 - [
8bafc0f061
] - test: deflake test-http2-client-socket-destroy (Luigi Pinca) #58212 - [
97aac9f17a
] - test: skip test-buffer-tostring-rangeerror when low on memory (Ruben Bridgewater) #58142 - [
2896760da1
] - test: marktest-http2-debug
as flaky on LinuxONE (Richard Lau) #58494 - [
7327d14780
] - test: reduce iteration count in test-child-process-stdout-flush-exit (Antoine du Hamel) #58273 - [
1bd7a2edf9
] - test_runner: support mocking json modules (Jacob Smith) #58007 - [
a3877c53b1
] - test_runner: add level parameter to reporter.diagnostic (Jacopo Martinelli) #57923 - [
253772c2d9
] - tools: bump the eslint group in/tools/eslint
with 6 updates (dependabot[bot]) #58549 - [
b7feda97b0
] - tools: disable failing coverage jobs (Antoine du Hamel) #58770 - [
8a47096093
] - tools: ignoredeps/
andbenchmark/
for CodeQL (Rafael Gonzaga) #58254 - [
70be158126
] - tools: add read permission to workflows that read contents (Antoine du Hamel) #58255 - [
e4373be766
] - tools: exclude deps/v8/tools from CodeQL scans (Rich Trott) #58132 - [
23ceb364d4
] - tools: bump the eslint group in /tools/eslint with 6 updates (dependabot[bot]) #58105 - [
5b6ced3255
] - tty: improve color terminal color detection (Ruben Bridgewater) #58146 - [
7be70979c6
] - tty: use terminal VT mode on Windows (Anna Henningsen) #58358 - [
b7d7ffe793
] - typings: add inspector internalBinding typing (Shima Ryuhei) #58492 - [
0056d1a2e2
] - typings: remove no longer validFixedSizeBlobCopyJob
type (Dario Piotrowicz) #58305 - [
581c0738f9
] - typings: remove no longer validrevokeDataObject
type (Dario Piotrowicz) #58305 - [
1db1c870f0
] - typings: add missing typings forTypedArray
(Jason Zhang) #58248 - [
6d3f43c9a6
] - url: improve performance of the format function (Giovanni Bucci) #57099 - [
54288bdb42
] - (SEMVER-MINOR) util: add 'none' style to styleText (James M Snell) #58437 - [
6af5358f9c
] - util: add internalassignFunctionName()
function (LiviaMedeiros) #57916 - [
9f2e5aad38
] - vm: import call should return a promise in the current context (Chengzhong Wu) #58309 - [
92304a5e62
] - watch: fix watch args not being properly filtered (Dario Piotrowicz) #58279 - [
539df8e98d
] - win,tools: use Azure Trusted Signing (Stefan Stojanovic) #58502 - [
ef66357637
] - worker: give names toMessagePort
functions (Livia Medeiros) #58307 - [
b3cd847528
] - zlib: remove mentions of unexposed Z_TREES constant (Jimmy Leung) #58371
v22.16.0
: 2025-05-21, Version 22.16.0 'Jod' (LTS), @aduh95
Notable Changes
- [
c3ceaebb7a
] - deps: update timezone to 2025b (Node.js GitHub Bot) #57857 - [
5059a746ec
] - doc: add dario-piotrowicz to collaborators (Dario Piotrowicz) #58102 - [
c8ceaaf397
] - (SEMVER-MINOR) doc: graduate multiple experimental apis (James M Snell) #57765 - [
e21b37d9df
] - (SEMVER-MINOR) esm: graduate import.meta properties (James M Snell) #58011 - [
832640c35e
] - (SEMVER-MINOR) esm: support top-level Wasm without package type (Guy Bedford) #57610 - [
c510391d2f
] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.columns() (Colin Ihrig) #57490 - [
5d1230bec0
] - (SEMVER-MINOR) src: set default config asnode.config.json
(Marco Ippolito) #57171 - [
30bb1ccbb0
] - (SEMVER-MINOR) src: createTHROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING
(Marco Ippolito) #57016 - [
0350c6f478
] - (SEMVER-MINOR) src: add config file support (Marco Ippolito) #57016 - [
e1d3a9e192
] - (SEMVER-MINOR) src: add ExecutionAsyncId getter for any Context (Attila Szegedi) #57820 - [
0ec912f452
] - (SEMVER-MINOR) stream: preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) #57865 - [
43490c8797
] - (SEMVER-MINOR) util: addtypes.isFloat16Array()
(Livia Medeiros) #57879 - [
dda6ca9172
] - (SEMVER-MINOR) worker: add worker.getHeapStatistics() (Matteo Collina) #57888
Commits
- [
4252dc798c
] - assert: supportFloat16Array
in loose deep equality checks (Livia Medeiros) #57881 - [
1c7396b078
] - assert,util: fix constructor lookup in deep equal comparison (Ruben Bridgewater) #57876 - [
1ded5f25c8
] - assert,util: improve deep object comparison performance (Ruben Bridgewater) #57648 - [
696b5f85ca
] - assert,util: improve unequal number comparison performance (Ruben Bridgewater) #57619 - [
775ee4d40f
] - assert,util: improve array comparison (Ruben Bridgewater) #57619 - [
3766992ba4
] - benchmark: add sqlite prepare select get (Vinícius Lourenço) #58040 - [
8390276be3
] - benchmark: add sqlite prepare select all (Vinícius Lourenço) #58040 - [
6a9b79e5c1
] - benchmark: add sqlite is transaction (Vinícius Lourenço) #58040 - [
f689f98344
] - benchmark: add sqlite prepare insert (Vinícius Lourenço) #58040 - [
14a82804d7
] - benchmark: disambiguatefilename
anddirname
read perf (Antoine du Hamel) #58056 - [
e7e8256d35
] - buffer: avoid creating unnecessary environment (Yagiz Nizipli) #58053 - [
d7d8e8e994
] - buffer: define global v8::CFunction objects as const (Mert Can Altin) #57676 - [
f37633e85a
] - build: use$(BUILDTYPE)
when cleaning coverage files (Aviv Keller) #57995 - [
e5bf67fe77
] - build: define python when generatingout/Makefile
(Aviv Keller) #57970 - [
718f874ae0
] - build: fix zstd libname (Antoine du Hamel) #57999 - [
53c5fdcae1
] - crypto: fix cross-realmSharedArrayBuffer
validation (Antoine du Hamel) #57974 - [
78f4ffee5d
] - crypto: fix cross-realm check ofArrayBuffer
(Felipe Forbeck) #57828 - [
f606352b63
] - crypto: forbid passingFloat16Array
togetRandomValues()
(Livia Medeiros) #57880 - [
23c4e941c2
] - crypto: remove BoringSSL dh-primes addition (Shelley Vohr) #57023 - [
8339d9bc14
] - deps: V8: cherry-pickf915fa4
(Chengzhong Wu) #55484 - [
c2111dd126
] - deps: V8: backporte5dbbba
(Darshan Sen) #58120 - [
4cc49be951
] - deps: update zstd to 1.5.7 (Node.js GitHub Bot) #57940 - [
c956d37c84
] - deps: update zlib to 1.3.0.1-motley-780819f (Node.js GitHub Bot) #57768 - [
c3ceaebb7a
] - deps: update timezone to 2025b (Node.js GitHub Bot) #57857 - [
b5cd0eb590
] - deps: update simdutf to 6.4.2 (Node.js GitHub Bot) #57855 - [
3eb6b814e9
] - deps: update simdutf to 6.4.0 (Node.js GitHub Bot) #56764 - [
0be9fa3218
] - deps: update icu to 77.1 (Node.js GitHub Bot) #57455 - [
d5cf4254fb
] - doc: add HBSPS as triager (Wiyeong Seo) #57980 - [
ad0861dba0
] - doc: add ambassaor message (Brian Muenzenmeyer) #57600 - [
0d3ec1aafe
] - doc: fix misaligned options in vm.compileFunction() (Jimmy Leung) #58145 - [
1f70baf3b0
] - doc: add missing options.signal to readlinePromises.createInterface() (Jimmy Leung) #55456 - [
ec6a48621f
] - doc: fix typo of filezlib.md
(yusheng chen) #58093 - [
37e360e386
] - doc: make stability labels more consistent (Antoine du Hamel) #57516 - [
2b5d63d36e
] - doc: allow the $schema property in node.config.json (Remco Haszing) #57560 - [
a2063638e2
] - doc: fixAsyncLocalStorage
example response changes after node v18 (Naor Tedgi (Abu Emma)) #57969 - [
474c2b14c3
] - doc: mark Node.js 18 as End-of-Life (Richard Lau) #58084 - [
5059a746ec
] - doc: add dario-piotrowicz to collaborators (Dario Piotrowicz) #58102 - [
1eec170fc3
] - doc: fix formatting ofimport.meta.filename
section (Antoine du Hamel) #58079 - [
7f108de525
] - doc: fix env variable name inutil.styleText
(Antoine du Hamel) #58072 - [
54b3f7fffc
] - doc: add returns for https.get (Eng Zer Jun) #58025 - [
66f2c605a8
] - doc: fix typo inbuffer.md
(chocolateboy) #58052 - [
b0256dd42b
] - doc: correct deprecation type ofassert.CallTracker
(René) #57997 - [
581439c9e6
] - doc: mark devtools integration section as active development (Chengzhong Wu) #57886 - [
a2a2a2f027
] - doc: fix typo inmodule.md
(Alex Schwartz) #57889 - [
c0ec4e2935
] - doc: increase z-index of header element (Dario Piotrowicz) #57851 - [
93d19ec6cd
] - doc: add missing TS formats forload
hooks (Antoine du Hamel) #57837 - [
f5ea06c61f
] - doc: clarify the multi REPL example (Dario Piotrowicz) #57759 - [
80c4fe1b70
] - doc: fix deprecation type forDEP0148
(Livia Medeiros) #57785 - [
01cad99da0
] - doc: list DOMException as a potential error raised by Node.js (Chengzhong Wu) #57783 - [
a08b714a46
] - doc: add missing v0.x changelog entries (Antoine du Hamel) #57779 - [
d0b48350fd
] - doc: fix typo in writing-docs (Sebastian Beltran) #57776 - [
bde3725f8b
] - doc: clarify examples section in REPL doc (Dario Piotrowicz) #57762 - [
c8ceaaf397
] - (SEMVER-MINOR) doc: graduate multiple experimental apis (James M Snell) #57765 - [
92428c2609
] - doc: explicitly state that corepack will be removed in v25+ (Trivikram Kamat) #57747 - [
298969e1dd
] - doc: update position type to integer | null in fs (Yukihiro Hasegawa) #57745 - [
a9d28e27c9
] - doc: update CI instructions (Antoine du Hamel) #57743 - [
133d2878a1
] - doc: update example of usingawait
in REPL (Dario Piotrowicz) #57653 - [
fc5f126629
] - doc: add back mention of visa fees to onboarding doc (Darshan Sen) #57730 - [
945f4ac538
] - doc: process.execve is only unavailable for Windows (Yaksh Bariya) #57726 - [
f3b885bb5e
] - doc: clarifyunhandledRejection
events behaviors in process doc (Dario Piotrowicz) #57654 - [
7326dda5b0
] - doc: improved fetch docs (Alessandro Miliucci) #57296 - [
6906c5eb1f
] - doc: document REPL custom eval arguments (Dario Piotrowicz) #57690 - [
47a7564e8f
] - doc: classify Chrome DevTools Protocol as tier 2 (Chengzhong Wu) #57634 - [
e274cc1310
] - doc: replace NOTE that does not render properly (Colin Ihrig) #57484 - [
bef06b11df
] - esm: avoidimport.meta
setup costs for unused properties (Antoine du Hamel) #57286 - [
e21b37d9df
] - (SEMVER-MINOR) esm: graduate import.meta properties (James M Snell) #58011 - [
832640c35e
] - (SEMVER-MINOR) esm: support top-level Wasm without package type (Guy Bedford) #57610 - [
8f643471ef
] - fs: improve globSync performance (Rich Trott) #57725 - [
bf9e17ecc6
] - http2: use args.This() instead of args.Holder() (Joyee Cheung) #58004 - [
137717354f
] - http2: fix graceful session close (Kushagra Pandey) #57808 - [
9baf580269
] - http2: fix check forframe->hd.type
(hanguanqiang) #57644 - [
b8189242b2
] - http2: skip writeHead if stream is closed (Shima Ryuhei) #57686 - [
4e02a1650a
] - lib: remove unused filefetch_module
(Michaël Zasso) #55880 - [
d9700fef26
] - lib: avoid StackOverflow onserializeError
(Chengzhong Wu) #58075 - [
f3a16b6d9c
] - lib: resolve the issue of not adhering to the specified buffer size (0hm☘️ 🏳️⚧️ ) #55896 - [
d4fc282f73
] - lib: fix AbortSignal.any() with timeout signals (Gürgün Dayıoğlu) #57867 - [
f7e2902861
] - lib: use Map primordial for ActiveAsyncContextFrame (Gürgün Dayıoğlu) #57670 - [
8652b0e168
] - meta: set nodejs/config as codeowner (Marco Ippolito) #57237 - [
e98504ed95
] - meta: allow penetration testing on live system with prior authorization (Matteo Collina) #57966 - [
340731bea0
] - meta: fix subsystem in commit title (Luigi Pinca) #57945 - [
d767cbffcf
] - meta: bump Mozilla-Actions/sccache-action from 0.0.8 to 0.0.9 (dependabot[bot]) #57720 - [
575f904b13
] - meta: bump actions/download-artifact from 4.1.9 to 4.2.1 (dependabot[bot]) #57719 - [
acd323c069
] - meta: bump actions/setup-python from 5.4.0 to 5.5.0 (dependabot[bot]) #57718 - [
21246fec20
] - meta: bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 (dependabot[bot]) #57717 - [
97f32d5849
] - meta: bump github/codeql-action from 3.28.10 to 3.28.13 (dependabot[bot]) #57716 - [
90ddbb8cfa
] - meta: bump actions/cache from 4.2.2 to 4.2.3 (dependabot[bot]) #57715 - [
728425d03e
] - meta: bump actions/setup-node from 4.2.0 to 4.3.0 (dependabot[bot]) #57714 - [
1f799140e0
] - meta: bump actions/upload-artifact from 4.6.1 to 4.6.2 (dependabot[bot]) #57713 - [
021b174a1f
] - module: tidy code string concat → string templates (Jacob Smith) #55820 - [
44c5718476
] - module: fix incorrect formatting in require(esm) cycle error message (haykam821) #57453 - [
bb09b4d4ae
] - module: improvegetPackageType
performance (Dario Piotrowicz) #57599 - [
9e6054e715
] - module: remove unnecessaryreadPackage
function (Dario Piotrowicz) #57596 - [
4a8db273ba
] - node-api: add nested object wrap and napi_ref test (Chengzhong Wu) #57981 - [
3c65058f20
] - node-api: convert NewEnv to node_napi_env__::New (Vladimir Morozov) #57834 - [
a4105db1f7
] - os: fix netmask format check condition in getCIDR function (Wiyeong Seo) #57324 - [
248c938139
] - process: disable building execve on IBM i (Abdirahim Musse) #57883 - [
972275697a
] - repl: deprecaterepl.builtinModules
(Dario Piotrowicz) #57508 - [
7485309d7e
] - sqlite: add location method (Edy Silva) #57860 - [
c12cd2a190
] - sqlite: add timeout options to DatabaseSync (Edy Silva) #57752 - [
5e0503a967
] - sqlite: add setReturnArrays method to StatementSync (Gürgün Dayıoğlu) #57542 - [
ed9d2fd51a
] - sqlite: enable common flags (Edy Silva) #57621 - [
06dcb318bc
] - sqlite: refactor prepared statement iterator (Colin Ihrig) #57569 - [
c510391d2f
] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.columns() (Colin Ihrig) #57490 - [
4e24456a1a
] - sqlite: reset statement immediately in run() (Colin Ihrig) #57350 - [
a9a6891b0b
] - sqlite: fix coverity warnings related to backup() (Colin Ihrig) #56961 - [
d2e1bcf3d4
] - sqlite: fix use-after-free in StatementSync due to premature GC (Divy Srivastava) #56840 - [
cfe15ca7b4
] - sqlite: handle conflicting SQLite and JS errors (Colin Ihrig) #56787 - [
0e999eb65f
] - sqlite: add getter to detect transactions (Colin Ihrig) #57925 - [
20b27331c0
] - sqlite, test: expose sqlite online backup api (Edy Silva) #56253 - [
8856712171
] - sqlite,doc,test: add aggregate function (Edy Silva) #56600 - [
120050db97
] - sqlite,src: refactor sqlite value conversion (Edy Silva) #57571 - [
4c5555d558
] - src: initialize privateSymbols for per_context (Jason Zhang) #57479 - [
d2ce9023b1
] - src: ensure primordials are initialized exactly once (Chengzhong Wu) #57519 - [
06179be6ca
] - src: disable abseil deadlock detection (Chengzhong Wu) #57582 - [
5121c47990
] - src: fix node_config_file.h compilation error in GN build (Cheng) #57210 - [
5d1230bec0
] - (SEMVER-MINOR) src: set default config asnode.config.json
(Marco Ippolito) #57171 - [
ccee741c43
] - src: namespace config file flags (Marco Ippolito) #57170 - [
30bb1ccbb0
] - (SEMVER-MINOR) src: createTHROW_ERR_OPTIONS_BEFORE_BOOTSTRAPPING
(Marco Ippolito) #57016 - [
0350c6f478
] - (SEMVER-MINOR) src: add config file support (Marco Ippolito) #57016 - [
eef37d00cb
] - src: add more debug logs and comments in NodePlatform (Joyee Cheung) #58047 - [
678e8f57c0
] - src: add dcheck_eq for Object::New constructor calls (Jonas) #57943 - [
aee45e2036
] - src: move windows specific fns to_WIN32
(Yagiz Nizipli) #57951 - [
6206a8edbc
] - src: improve thread safety of TaskQueue (Shelley Vohr) #57910 - [
03936f31c1
] - src: fixup errorhandling more in various places (James M Snell) #57852 - [
010dd91a19
] - src: fix typo in comments (Edy Silva) #57868 - [
e00c1ecbd2
] - src: add BaseObjectPtr nullptr operations (Chengzhong Wu) #56585 - [
648ad252e1
] - src: removevoid*
->char*
->void*
casts (Tobias Nießen) #57791 - [
680b434a62
] - src: improve error handing in node_messaging (James M Snell) #57760 - [
18f5301747
] - src: remove unused detachArrayBuffer method (Yagiz Nizipli) #58055 - [
065e8cd670
] - src: use macros to reduce code duplication is cares_wrap (James M Snell) #57937 - [
39af5d678f
] - src: improve error handling in cares_wrap (James M Snell) #57937 - [
ca020fdc4e
] - src: fix -Wunreachable-code-return in node_sea (Shelley Vohr) #57664 - [
32b6e7094a
] - src: change DCHECK to CHECK (Wuli Zuo) #57948 - [
e1d3a9e192
] - (SEMVER-MINOR) src: add ExecutionAsyncId getter for any Context (Attila Szegedi) #57820 - [
96243a723a
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #57646 - [
0f2cbc17c7
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #57642 - [
d1c6f861d5
] - src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> (Aditi) #57578 - [
ab0d3a38db
] - src: improve error message for invalid child stdio type in spawn_sync (Dario Piotrowicz) #57589 - [
24b182e7b3
] - src: implement util.types fast API calls (Ruben Bridgewater) #57819 - [
dda6423be9
] - src: enter and lock isolate properly in json parser (Joyee Cheung) #57823 - [
4754c693f8
] - src: improve error handling innode_env_var.cc
(Antoine du Hamel) #57767 - [
db483bbe63
] - src: improve error handling in node_http2 (James M Snell) #57764 - [
b0277700d6
] - src: improve error handling in crypto_x509 (James M Snell) #57757 - [
353587f984
] - src: improve error handling in callback.cc (James M Snell) #57758 - [
bec053ab20
] - src: remove unused variable in crypto_x509.cc (Michaël Zasso) #57754 - [
38a329a857
] - src: fix kill signal 0 on Windows (Stefan Stojanovic) #57695 - [
70bb387f82
] - src: fix inefficient usage of v8_inspector::StringView (Simon Zünd) #52372 - [
be038f0273
] - src,permission: make ERR_ACCESS_DENIED more descriptive (Rafael Gonzaga) #57585 - [
0ec912f452
] - (SEMVER-MINOR) stream: preserve AsyncLocalStorage context in finished() (Gürgün Dayıoğlu) #57865 - [
6ffb66f82f
] - test: fix permission fixtures lint (Rafael Gonzaga) #55819 - [
fd37891186
] - test: add repl preview timeout test (Chengzhong Wu) #55484 - [
1be5a8c1b4
] - test: skiptest-config-json-schema
with quic (Richard Lau) #57225 - [
e90583b657
] - test: add more coverage tonode_config_file
(Marco Ippolito) #57170 - [
df2a36bfcc
] - test: remove deadlock workaround (Joyee Cheung) #58047 - [
103034b051
] - test: prevent extraneous HOSTNAME substitution in test-runner-output (René) #58076 - [
3e58f81a38
] - test: update WPT for WebCryptoAPI tob48efd6
(Node.js GitHub Bot) #58044 - [
2f4e4164a3
] - test: add missing newlines to repl .exit writes (Dario Piotrowicz) #58041 - [
b40769292e
] - test: add fast api tests for getLibuvNow() (Yagiz Nizipli) #58022 - [
cbd5768d47
] - test: add ALS test using http agent keep alive (Gerhard Stöbich) #58017 - [
9e31ab502a
] - test: deflake test-http2-options-max-headers-block-length (Luigi Pinca) #57959 - [
13f8f9cc12
] - test: rename to getCallSites (Wuli Zuo) #57948 - [
92dce6ed6b
] - test: force GC in test-file-write-stream4 (Luigi Pinca) #57930 - [
aa755d3acf
] - test: enable skipped colorize test (Shima Ryuhei) #57887 - [
331f44c78c
] - test: update WPT for WebCryptoAPI to164426a
(Node.js GitHub Bot) #57854 - [
4aaa8438b4
] - test: add test for frame count being 0.5 (Jake Yuesong Li) #57732 - [
fb51d3a0c5
] - test: fix the decimal fractions explaination (Jake Yuesong Li) #57732 - [
c6a45a9087
] - Revert "test: add tests for REPL custom evals" (Tobias Nießen) #57793 - [
f3a4d03963
] - test: add tests for REPL custom evals (Dario Piotrowicz) #57691 - [
a3be0df337
] - test: update expected error message for macOS (Antoine du Hamel) #57742 - [
a7e73a0a74
] - test: fix dangling promise in test_runner no isolation test setup (Jacob Smith) #57595 - [
edb7dd1ec7
] - test_runner: match minimum file column to 'all files' (Shima Ryuhei) #57848 - [
c56f495e83
] - tools: extract target abseil to abseil.gyp (Chengzhong Wu) #57289 - [
1b37161a27
] - tools: ignore V8 tests in CodeQL scans (Rich Trott) #58081 - [
23386308dd
] - tools: enable CodeQL config file (Rich Trott) #58036 - [
9c21abc169
] - tools: ignore test directory in CodeQL scans (Rich Trott) #57978 - [
f210a1530d
] - tools: add semver-major release support to release-lint (Antoine du Hamel) #57892 - [
234c417e98
] - tools: add codeql nightly (Rafael Gonzaga) #57788 - [
938f1532da
] - tools: edit create-release-proposal workflow to handle pr body length (Elves Vieira) #57841 - [
b362339f72
] - tools: add zstd updater to workflow (KASEYA\yahor.siarheyenka) #57831 - [
61180db9c0
] - tools: remove unusedosx-pkg-postinstall.sh
(Antoine du Hamel) #57667 - [
3ae04c94eb
] - tools: do not use temp files when merging MRs (Antoine du Hamel) #57790 - [
d623c2c2b4
] - tools: update gyp-next to 0.20.0 (Node.js GitHub Bot) #57683 - [
43ea4c532a
] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #57721 - [
5703147470
] - tools: enable linter intest/fixtures/source-map/output
(Antoine du Hamel) #57700 - [
80d58c372d
] - tools: enable linter intest/fixtures/errors
(Antoine du Hamel) #57701 - [
ef5275b7be
] - tools: enable linter intest/fixtures/test-runner/output
(Antoine du Hamel) #57698 - [
631733e41f
] - tools: enable linter intest/fixtures/eval
(Antoine du Hamel) #57699 - [
6d0128695f
] - tools: enable linter on some fixtures file (Antoine du Hamel) #57674 - [
f4d7cbae89
] - tools: update ESLint to 9.23 (Antoine du Hamel) #57673 - [
5a39a24cd1
] - typings: fixModulesBinding
types (Antoine du Hamel) #55549 - [
2df7ce9ebd
] - util: fix parseEnv handling of invalid lines (Augustin Mauroy) #57798 - [
416052a9f2
] - util: fix formatting of objects with built-in Symbol.toPrimitive (Shima Ryuhei) #57832 - [
43490c8797
] - (SEMVER-MINOR) util: addtypes.isFloat16Array()
(Livia Medeiros) #57879 - [
30060e13d3
] - util: preservelength
of deprecated functions (Livia Medeiros) #57806 - [
9837e08a84
] - util: fix parseEnv incorrectly splitting multiple ‘=‘ in value (HEESEUNG) #57421 - [
af41dd3c07
] - watch: clarify completion/failure watch mode messages (Dario Piotrowicz) #57926 - [
7229a29b47
] - watch: check parent and child path properly (Jason Zhang) #57425 - [
1b5a7c6dc8
] - win: fix SIGQUIT on ClangCL (Stefan Stojanovic) #57659 - [
e935c3c6f2
] - worker: add ESM version examples to worker docs (fisker Cheung) #57645 - [
dda6ca9172
] - (SEMVER-MINOR) worker: add worker.getHeapStatistics() (Matteo Collina) #57888 - [
f2159f2a44
] - zlib: fix pointer alignment (jhofstee) #57727
v22.15.1
: 2025-05-14, Version 22.15.1 'Jod' (LTS), @RafaelGSS
This is a security release.
Notable Changes
- (CVE-2025-23166) fix error handling on async crypto operation
- (CVE-2025-23165) add missing call to uv_fs_req_cleanup
Commits
- [
edaf54da00
] - fs: added test for missing call to uv_fs_req_cleanup (Justin Nietzel) #57811 - [
9f403e98ef
] - (CVE-2025-23165) fs: add missing call to uv_fs_req_cleanup (Justin Nietzel) #57811 - [
f4494d38f1
] - (CVE-2025-23166) src: fix error handling on async crypto operations (RafaelGSS) nodejs-private/node-private#709
v22.15.0
: 2025-04-23, Version 22.15.0 'Jod' (LTS), @UlisesGascon prepared by @RafaelGSS
Notable Changes
- [
3c88f3938b
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370 - [
db19a3f9fc
] - (SEMVER-MINOR) assert: improve partialDeepStrictEqual (Ruben Bridgewater) #57370 - [
1ee5f840b4
] - (SEMVER-MINOR) cli: allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) #57018 - [
872ee0f2ac
] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381 - [
03a0f3a56b
] - (SEMVER-MINOR) crypto: support --use-system-ca on Windows (Joyee Cheung) #56833 - [
94647bbdb2
] - (SEMVER-MINOR) crypto: added support for reading certificates from macOS system store (Tim Jacomb) #56599 - [
8f7b86a6e7
] - deps: update timezone to 2025a (Node.js GitHub Bot) #56876 - [
f9f611fb58
] - (SEMVER-MINOR) deps,tools: add zstd 1.5.6 (Jan Martin) #52100 - [
07a6d5f8cf
] - (SEMVER-MINOR) dns: add TLSA record query and parsing (Rithvik Vibhu) #52983 - [
d8a83ef2f3
] - doc: add @geeksilva97 to collaborators (Edy Silva) #57241 - [
6b93ba723b
] - (SEMVER-MINOR) module: use synchronous hooks for preparsing in import(cjs) (Joyee Cheung) #55698 - [
b2e44a8079
] - (SEMVER-MINOR) module: implement module.registerHooks() (Joyee Cheung) #55698 - [
dc91ae7471
] - (SEMVER-MINOR) process: add execve (Paolo Insogna) #56496 - [
bc672fcfdd
] - (SEMVER-MINOR) sqlite: allow returningArrayBufferView
s from user-defined functions (René) #56790 - [
5edee197ab
] - (SEMVER-MINOR) tls: implement tls.getCACertificates() (Joyee Cheung) #57107 - [
f9fe0e09ee
] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #57462 - [
673a424180
] - (SEMVER-MINOR) v8: add v8.getCppHeapStatistics() method (Aditi) #57146 - [
4991e5d826
] - (SEMVER-MINOR) zlib: add zstd support (Jan Martin) #52100
Commits
- [
ea70a379c3
] - assert: improve partialDeepStrictEqual performance (Ruben Bridgewater) #57509 - [
2b419d7e79
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370 - [
d817c17fd7
] - (SEMVER-MINOR) assert: improve partialDeepStrictEqual (Ruben Bridgewater) #57370 - [
7af0440073
] - assert: improve myers diff performance (Giovanni Bucci) #57279 - [
01cf5fb871
] - (SEMVER-MINOR) assert,util: improve performance (Ruben Bridgewater) #57370 - [
a58842cee4
] - (SEMVER-MINOR) benchmark: adjust assert runtimes (Ruben Bridgewater) #57370 - [
b20b3697aa
] - (SEMVER-MINOR) benchmark: skip running some assert benchmarks by default (Ruben Bridgewater) #57370 - [
ec5570fd1e
] - (SEMVER-MINOR) benchmark: add assert partialDeepStrictEqual benchmark (Ruben Bridgewater) #57370 - [
b991bf4ca6
] - benchmark: add a warmup on bench-openSync (Elves Vieira) #57051 - [
4a455bc806
] - build: fix update-wpt workflow (Jonas) #57468 - [
6ec397e61c
] - build: fix compatibility with V8'sdepot_tools
(Richard Lau) #57330 - [
475aaca336
] - build: print 'Formatting Markdown...' for long task markdown formatting (1ilsang) #57108 - [
73fced7a97
] - build: fix GN build failure (Cheng) #57013 - [
af05f91425
] - build: fix GN build of uv (Cheng) #56955 - [
fd3053e947
] - build: gyp exclude libm linking on macOS (deepak1556) #56901 - [
5ec6b9a50f
] - build: remove explicit linker call to libm on macOS (deepak1556) #56901 - [
a893da9be7
] - build: link with Security.framework in GN build (Cheng) #56895 - [
02cd8e0a50
] - build: do not put commands in sources variables (Cheng) #56885 - [
73dc8c2140
] - build: add double quotes around <(python) (Luigi Pinca) #56826 - [
65a3b5f73c
] - build: add build option suppress_all_error_on_warn (Michael Dawson) #56647 - [
424aacc942
] - build,win: disable node pch with ccache (Stefan Stojanovic) #57224 - [
901685c723
] - build,win: enable ccache (Stefan Stojanovic) #56847 - [
79987676c1
] - cli: clarify --cpu-prof-name allowed values (Eugenio Ceschia) #57433 - [
503d4237aa
] - (SEMVER-MINOR) cli: allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) #57018 - [
ada572b733
] - crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports (Filip Skokan) #57450 - [
7e5aabde55
] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381 - [
7ea6ac1e09
] - crypto: add support for intermediate certs in --use-system-ca (Tim Jacomb) #57164 - [
44b19ec534
] - crypto: support --use-system-ca on non-Windows and non-macOS (Joyee Cheung) #57009 - [
e21d126438
] - crypto: fix missing OPENSSL_NO_ENGINE guard (Shelley Vohr) #57012 - [
2fdf82b357
] - crypto: cleanup root certificates and skip PEM deserialization (Joyee Cheung) #56999 - [
03a0f3a56b
] - (SEMVER-MINOR) crypto: support --use-system-ca on Windows (Joyee Cheung) #56833 - [
bbdb10bc2c
] - crypto: fix X509* leak in --use-system-ca (Joyee Cheung) #56832 - [
5470cab6d3
] - crypto: add api to get openssl security level (Michael Dawson) #56601 - [
94647bbdb2
] - (SEMVER-MINOR) crypto: added support for reading certificates from macOS system store (Tim Jacomb) #56599 - [
caf81ca549
] - debugger: fix behavior of plain object exec in debugger repl (Dario Piotrowicz) #57498 - [
1d703fe220
] - deps: update c-ares to v1.34.5 (Node.js GitHub Bot) #57792 - [
98457dfea3
] - deps: update undici to 6.21.2 (Matteo Collina) #57442 - [
4a852ba11b
] - deps: V8: cherry-pickc172ffc
(Choongwoo Han) #57437 - [
54a12e0bcc
] - deps: update googletest to0bdccf4
(Node.js GitHub Bot) #57380 - [
2e350963e5
] - deps: update acorn to 8.14.1 (Node.js GitHub Bot) #57382 - [
95e5d01c25
] - deps: update amaro to 0.4.1 (marco-ippolito) #57121 - [
ef216deb05
] - deps: update amaro to 0.3.2 (marco-ippolito) #56916 - [
4ef4d6ecf6
] - deps: update amaro to 0.3.1 (Node.js GitHub Bot) #56785 - [
a8bf5ef4a7
] - deps: update simdjson to 3.12.2 (Node.js GitHub Bot) #57084 - [
0bd612bb32
] - deps: update archs files for openssl-3.0.16 (Node.js GitHub Bot) #57335 - [
7d65f79306
] - deps: upgrade openssl sources to quictls/openssl-3.0.16 (Node.js GitHub Bot) #57335 - [
5c88c52491
] - deps: update corepack to 0.32.0 (Node.js GitHub Bot) #57265 - [
fa04bf4999
] - deps: update gyp file for ngtcp2 1.11.0 (Richard Lau) #57225 - [
ca6b07258d
] - deps: update cjs-module-lexer to 2.1.0 (Node.js GitHub Bot) #57180 - [
0a72b16fe1
] - deps: update ngtcp2 to 1.11.0 (Node.js GitHub Bot) #57179 - [
600fb41f54
] - deps: update sqlite to 3.49.1 (Node.js GitHub Bot) #57178 - [
7eb3b44010
] - deps: update zlib to 1.3.0.1-motley-788cb3c (Node.js GitHub Bot) #56655 - [
257d22e181
] - deps: update sqlite to 3.49.0 (Node.js GitHub Bot) #56654 - [
53a7bfce01
] - deps: V8: cherry-pick9ab4059
(Levi Zim) #56781 - [
636f65cb1a
] - deps: update cjs-module-lexer to 2.0.0 (Michael Dawson) #56855 - [
8f7b86a6e7
] - deps: update timezone to 2025a (Node.js GitHub Bot) #56876 - [
db31276bfa
] - deps: update simdjson to 3.12.0 (Node.js GitHub Bot) #56874 - [
d1d58d6198
] - deps: update googletest toe235eb3
(Node.js GitHub Bot) #56873 - [
05b3dff275
] - deps: update simdjson to 3.11.6 (Node.js GitHub Bot) #56250 - [
f9f611fb58
] - (SEMVER-MINOR) deps,tools: add zstd 1.5.6 (Jan Martin) #52100 - [
ef212a41a7
] - dns: restore dns query cache ttl (Ethan Arrowood) #57640 - [
7a10b01e97
] - dns: remove redundant code using common variable (Deokjin Kim) #57386 - [
bc2603f086
] - (SEMVER-MINOR) dns: add TLSA record query and parsing (Rithvik Vibhu) #52983 - [
38a2e5d60b
] - doc: add gurgunday as triager (Gürgün Dayıoğlu) #57594 - [
b7ac0bd129
] - doc: clarify behaviour of node-api adjust function (Michael Dawson) #57463 - [
fa834896c8
] - doc: remove Corepack documentation (Antoine du Hamel) #57635 - [
8988173286
] - doc: remove mention of--require
not supporting ES modules (Huáng Jùnliàng) #57620 - [
3a7d179dbd
] - doc: mention reports should align with Node.js CoC (Rafael Gonzaga) #57607 - [
983c5087f6
] - doc: add section stating that very stale MRs should be closed (Dario Piotrowicz) #57541 - [
f4e1f702d4
] - doc: add bjohansebas as triager (Sebastian Beltran) #57564 - [
9b7fd6b076
] - doc: update support channels (Claudio W.) #57538 - [
ef624aff55
] - doc: remove cryptoStream API reference (Jonas) #57579 - [
4a2afc255a
] - doc: module resolution pseudocode corrections (Marcel Laverdet) #57080 - [
ee5059426d
] - doc: add history entry for DEP0190 inchild_process.md
(Antoine du Hamel) #57544 - [
4deebb4fca
] - doc: remove deprecated pattern inchild_process.md
(Antoine du Hamel) #57568 - [
6cd7b37d9c
] - doc: mark multiple experimental APIS as stable (James M Snell) #57510 - [
c2f1fa0928
] - doc: remove mertcanaltin from Triagers (Mert Can Altin) #57531 - [
9b6047e520
] - doc: recommend watching the collaborators repo in the onboarding doc (Darshan Sen) #57527 - [
bf1e297079
] - doc: remove mention of visa fees from onboarding doc (Darshan Sen) #57526 - [
1041331094
] - doc: deprecate passingargs
tospawn
andexecFile
(Antoine du Hamel) #57389 - [
06994d5a75
] - doc: remove some inconsistencies indeprecations.md
(Antoine du Hamel) #57512 - [
707f851ba3
] - doc: run license-builder (github-actions[bot]) #57511 - [
a7793195d6
] - doc: add new writing-docs contributing md (Dario Piotrowicz) #57502 - [
30d4a43b3d
] - doc: add node.js streams references to Web Streams doc (Dario Piotrowicz) #57393 - [
e08365980b
] - doc: prefer to sign commits under nodejs repository (Rafael Gonzaga) #57311 - [
c35e1f9048
] - doc: fixed the incorrect splitting of multiple words (letianpailove) #57454 - [
3e1f3bc2bb
] - doc: add review guidelines for collaborator nominations (Antoine du Hamel) #57449 - [
fef3f82a41
] - doc: add history info for --use-system-ca (Darshan Sen) #57432 - [
96afdf949d
] - doc: remove typo YAML snippet from tls.getCACertificates doc (Darshan Sen) #57459 - [
800d61d47e
] - doc: fix typo in sqlite.md (Tobias Nießen) #57473 - [
4876aee775
] - doc: explicit mention arbitrary code execution as a vuln (Rafael Gonzaga) #57426 - [
2dd72c658f
] - doc: update maintaining-openssl.md for openssl (Richard Lau) #57413 - [
a49fd31f04
] - doc: add missingdeprecated
badges infs.md
(Yukihiro Hasegawa) #57384 - [
3a4ed77674
] - doc: add note about sync nodejs-private branches (Rafael Gonzaga) #57404 - [
1025e6dc7c
] - doc: update Xcode version used for arm64 and pkg (Michaël Zasso) #57104 - [
77b9e04a70
] - doc: improve type stripping documentation (Marco Ippolito) #56916 - [
3a75e8410d
] - doc: specificy support for erasable ts syntax (Marco Ippolito) #56916 - [
69f12f9686
] - doc: make first parameter optional inutil.getCallSites
(Deokjin Kim) #57387 - [
2b4e737ffb
] - doc: fix usage of module.registerSync in comment (Timo Kössler) #57328 - [
f320593958
] - doc: add Darshan back as voting TSC member (Michael Dawson) #57402 - [
2b7765469a
] - doc: revise webcrypto.md types, interfaces, and added versions (Filip Skokan) #57376 - [
649828c74a
] - doc: add info on how project manages social media (Michael Dawson) #57318 - [
2a2e1cfd71
] - doc: revisetsconfig.json
note (Steven) #57353 - [
17883b1d46
] - doc: use more clear name in getSystemErrorMessage's example (ikuma-t) #57310 - [
7feed9989b
] - doc: recommend settingnoEmit: true
intsconfig.json
(Steven) #57320 - [
fe707ab162
] - doc: ping nodejs/tsc for each security pull request (Rafael Gonzaga) #57309 - [
f3c58ab693
] - doc: fix Windows ccache section position (Stefan Stojanovic) #57326 - [
e69170bacd
] - doc: update node-api version matrix (Chengzhong Wu) #57287 - [
0bc1fd2245
] - doc: recommenderasableSyntaxOnly
in ts docs (Rob Palmer) #57271 - [
068013744e
] - doc: clarifypath.isAbsolute
is not path traversal mitigation (Eric Fortis) #57073 - [
238b0e856e
] - doc: fix rendering of DEP0174 description (David Sanders) #56835 - [
db0bcefd14
] - doc: add 1ilsang to triage team (1ilsang) #57183 - [
52a593feab
] - doc: add @geeksilva97 to collaborators (Edy Silva) #57241 - [
89f4475e32
] - doc: add missing assert return types (Colin Ihrig) #57219 - [
62b6d94c03
] - doc: add streamResetBurst and streamResetRate (Sujal Raj) #57195 - [
f150017e70
] - doc: add esm examples to node:util (Alfredo González) #56793 - [
99465ffa9c
] - doc: update options to filehandle.appendFile() (Hasegawa-Yukihiro) #56972 - [
6242520a90
] - doc: add additional caveat for fs.watch (Michael Dawson) #57150 - [
19cda4791a
] - doc: fix typo in Windows building instructions (Tim Jacomb) #57158 - [
ef206add59
] - doc: fix web.libera.chat link in pull-requests.md (Samuel Bronson) #57076 - [
7243c1713d
] - doc: remove buffered flag from performance hooks examples (Pavel Romanov) #52607 - [
617fe71f67
] - doc: fix 'introduced_in' version in typescript module (1ilsang) #57109 - [
6cc15b8dc9
] - doc: fix link and history ofSourceMap
sections (Antoine du Hamel) #57098 - [
6be8189041
] - doc: addmodule namespace object
links (Dario Piotrowicz) #57093 - [
8611c4a3ea
] - doc: disambiguate pseudo-code statement (Dario Piotrowicz) #57092 - [
79da145a55
] - doc: update clang-cl on Windows building guide (Joyee Cheung) #57087 - [
845eaf91be
] - doc: fix wrong articles used to address modules (Dario Piotrowicz) #57090 - [
42c5e23eb1
] - doc:modules.md
: fixdistance
definition (Alexander “weej” Jones) #57046 - [
bda851aaa3
] - doc: fix wrong verb form (Dario Piotrowicz) #57091 - [
64e13fd36e
] - doc: fix transpiler loader hooks documentation (Joyee Cheung) #57037 - [
51494d8b78
] - doc: add a note aboutrequire('../common')
in testing documentation (Aditi) #56953 - [
053b128e9c
] - doc: recommend writing tests in new files and including comments (Joyee Cheung) #57028 - [
a20c62a00c
] - doc: improve documentation on argument validation (Aditi) #56954 - [
2921658813
] - doc: buffer: fix typo onBuffer.copyBytesFrom(
offset
option (tpoisseau) #57015 - [
6f4ab1c9b2
] - doc: update cleanup to trust on vuln db automation (Rafael Gonzaga) #57004 - [
5285facb3e
] - doc: move stability index after history section for consistency (Antoine du Hamel) #56997 - [
a7646e17ff
] - doc: addsignal
tofilehandle.writeFile()
options (Yukihiro Hasegawa) #56804 - [
ba031089e6
] - doc: run license-builder (github-actions[bot]) #56985 - [
afa6f93a32
] - doc: update history of stream.Readable.toWeb() (Jimmy Leung) #56928 - [
cc644de126
] - doc: make MDN links to global classes more consistent (Antoine du Hamel) #56924 - [
93bba4eee1
] - doc: make MDN links to global classes more consistent inassert.md
(Antoine du Hamel) #56920 - [
ad03c85f98
] - doc: make MDN links to global classes more consistent (Antoine du Hamel) #56923 - [
96c2a90dee
] - doc: make MDN links to global classes more consistent inutil.md
(Antoine du Hamel) #56922 - [
6bb73c0745
] - doc: make MDN links to global classes more consistent inbuffer.md
(Antoine du Hamel) #56921 - [
824cf35475
] - doc: update post sec release process (Rafael Gonzaga) #56907 - [
027749eb17
] - doc: update websocket link to avoid linking to self (Chengzhong Wu) #56897 - [
5dcb9d632b
] - doc: mark--env-file-if-exists
flag as experimental (Juan José) #56893 - [
4f6d751bf5
] - doc: fix typo in cjs example ofutil.styleText
(Deokjin Kim) #56769 - [
313d9db7a5
] - doc: clarify sqlite user-defined function behaviour (René) #56786 - [
eff42956c4
] - doc: correct customization hook types & clarify descriptions (Jacob Smith) #56454 - [
64180421c2
] - events: getMaxListeners detects 0 listeners (Matthew Aitken) #56807 - [
2de27787b4
] - fs: apply exclude function to root path (Rich Trott) #57420 - [
b6df9e350a
] - fs: handle UV_ENOTDIR infs.statSync
withthrowIfNoEntry
provided (Juan José Arboleda) #56996 - [
14b2d496a0
] - fs: makeFileHandle.readableWebStream
always create byte streams (Ian Kerins) #55461 - [
10d2f1d898
] - http: coerce content-length to number (Marco Ippolito) #57458 - [
9192b7fa25
] - http: be more generational GC friendly (ywave620) #56767 - [
1cf98a8788
] - inspector: convert event params to protocol without json (Chengzhong Wu) #57027 - [
6dcad868bb
] - inspector: skip promise hook in the inspector async hook (Joyee Cheung) #57148 - [
787e93f75a
] - inspector: add Network.Initiator in inspector protocol (Chengzhong Wu) #56805 - [
c7c04d0dc8
] - inspector: fix GN build (Cheng) #56798 - [
177da9c3c3
] - inspector: fix StringUtil::CharacterCount for unicodes (Chengzhong Wu) #56788 - [
1b5418eeea
] - lib: add warning when binding inspector to public IP (Demian Parkhomenko) #55736 - [
cc4d33842b
] - lib: limit split function calls to prevent excessive array length (Gürgün Dayıoğlu) #57501 - [
0546612d1d
] - lib: make getCallSites sourceMap option truly optional (James M Snell) #57388 - [
d7d54e6bf3
] - lib: optimize priority queue (Gürgün Dayıoğlu) #57100 - [
62761c73a1
] - lib: fixup incorrect argument order in assertEncoding (James M Snell) #57177 - [
5dce55c376
] - meta: add some clarification to the nomination process (James M Snell) #57503 - [
a2a4cf1d95
] - meta: remove collaborator self-nomination (Rich Trott) #57537 - [
244f74b844
] - meta: edit collaborator nomination process (Antoine du Hamel) #57483 - [
dec204bb3f
] - meta: move ovflowd to emeritus (Claudio W.) #57443 - [
c0b8b84384
] - meta: bump codecov/codecov-action from 5.3.1 to 5.4.0 (dependabot[bot]) #57257 - [
14cbe292da
] - meta: bump github/codeql-action from 3.28.8 to 3.28.10 (dependabot[bot]) #57254 - [
69d2dd69e2
] - meta: bump ossf/scorecard-action from 2.4.0 to 2.4.1 (dependabot[bot]) #57253 - [
5f3428ded6
] - meta: move RaisinTen back to collaborators, triagers and SEA champion (Darshan Sen) #57292 - [
3eea8c72fc
] - meta: bump actions/download-artifact from 4.1.8 to 4.1.9 (dependabot[bot]) #57260 - [
2508893edb
] - meta: bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 (dependabot[bot]) #57259 - [
fc09523f44
] - meta: bump step-security/harden-runner from 2.10.4 to 2.11.0 (dependabot[bot]) #57258 - [
b162402440
] - meta: bump actions/cache from 4.2.0 to 4.2.2 (dependabot[bot]) #57256 - [
f781be1332
] - meta: bump actions/upload-artifact from 4.6.0 to 4.6.1 (dependabot[bot]) #57255 - [
7934ad9fc0
] - meta: bumpactions/setup-python
from 5.3.0 to 5.4.0 (dependabot[bot]) #56867 - [
eb4fb9ce90
] - meta: bumppeter-evans/create-pull-request
from 7.0.5 to 7.0.6 (dependabot[bot]) #56866 - [
a14e7f1cc4
] - meta: bumpmozilla-actions/sccache-action
from 0.0.6 to 0.0.7 (dependabot[bot]) #56865 - [
6c8a9e3d0d
] - meta: bumpcodecov/codecov-action
from 5.0.7 to 5.3.1 (dependabot[bot]) #56864 - [
f438c27cbf
] - meta: bumpstep-security/harden-runner
from 2.10.2 to 2.10.4 (dependabot[bot]) #56863 - [
24b7fcb153
] - meta: bumpactions/cache
from 4.1.2 to 4.2.0 (dependabot[bot]) #56862 - [
a0afc47988
] - meta: bumpactions/stale
from 9.0.0 to 9.1.0 (dependabot[bot]) #56860 - [
8abf4e5d7d
] - meta: bumpgithub/codeql-action
from 3.27.5 to 3.28.8 (dependabot[bot]) #56859 - [
c5bff736e9
] - meta: add CODEOWNERS for SQLite (Colin Ihrig) #57147 - [
fd2abaa088
] - meta: update last name for jkrems (Jan Martin) #57006 - [
2383f00aae
] - meta: bumpactions/upload-artifact
from 4.4.3 to 4.6.0 (dependabot[bot]) #56861 - [
35b3140d03
] - meta: bumpactions/setup-node
from 4.1.0 to 4.2.0 (dependabot[bot]) #56868 - [
815fcef73d
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #56889 - [
08001127a2
] - meta: add @nodejs/url as codeowner (Chengzhong Wu) #56783 - [
3ceda2a035
] - module: handle cached linked async jobs in require(esm) (Joyee Cheung) #57187 - [
4c29cc7e6b
] - module: add dynamic file-specific ESM warnings (Mert Can Altin) #56628 - [
d1845edd21
] - module: improve error message from asynchronicity in require(esm) (Joyee Cheung) #57126 - [
41fa7d3c21
] - module: allow omitting context in synchronous next hooks (Joyee Cheung) #57056 - [
deddecce3a
] - module: fix require.resolve() crash on non-string paths (Aditi) #56942 - [
926b887534
] - module: fixing url change in load sync hook chain (Vitalii Akimov) #56402 - [
6b93ba723b
] - (SEMVER-MINOR) module: use synchronous hooks for preparsing in import(cjs) (Joyee Cheung) #55698 - [
b2e44a8079
] - (SEMVER-MINOR) module: implement module.registerHooks() (Joyee Cheung) #55698 - [
e79e67f6dc
] - net: validate non-string host for socket.connect (Daeyeon Jeong) #57198 - [
e23056212e
] - net: replace brand checks with identity checks (Yagiz Nizipli) #57341 - [
9c0d5e140b
] - net: emit an error when custom lookup resolves to a non-string address (Edy Silva) #57192 - [
2ce79787de
] - (SEMVER-MINOR) process: add execve (Paolo Insogna) #56496 - [
712db2232c
] - readline: add support forSymbol.dispose
(Antoine du Hamel) #57276 - [
55fb81c0f1
] - readline: fix unresolved promise on abortion (Daniel Venable) #54030 - [
dfcd9b1ac2
] - sea: suppress builtin warning with disableExperimentalSEAWarning option (koooge) #57086 - [
bd5c90654a
] - sqlite: add support for unknown named parameters (Colin Ihrig) #57552 - [
ec571382a4
] - sqlite: add DatabaseSync.prototype.isOpen (Colin Ihrig) #57522 - [
bb3bbed126
] - sqlite: add DatabaseSync.prototypeSymbol.dispose%20(Colin%20Ihrig) #57506 - [
6067bea027
] - sqlite: restore changes from #55373 (Colin Ihrig) #56908 - [
bc672fcfdd
] - (SEMVER-MINOR) sqlite: allow returningArrayBufferView
s from user-defined functions (René) #56790 - [
227603dc30
] - sqlite,test,doc: allow Buffer and URL as database location (Edy Silva) #56991 - [
9dd324467a
] - src: cleanup aliased_buffer.h (Mohammed Keyvanzadeh) #57395 - [
45a2b8532b
] - src: do not pass nullptr to std::string ctor (Charles Kerr) #57354 - [
854370a06c
] - src: fix process exit listeners not receiving unsettled tla codes (Dario Piotrowicz) #56872 - [
f7fb259193
] - src: refactor SubtleCrypto algorithm and length validations (Filip Skokan) #57319 - [
c7bcc2d6c8
] - src: allow embedder customization of OOMErrorHandler (Shelley Vohr) #57325 - [
fbd8862156
] - src: use Maybe<void> in ProcessEmitWarningSync (Daeyeon Jeong) #57250 - [
04de550289
] - src: make even more improvements to error handling (James M Snell) #57264 - [
f1c5e46f89
] - src: use cachedemit
v8::String (Daeyeon Jeong) #57249 - [
65b8e12689
] - src: refactor SubtleCrypto algorithm and length validations (Filip Skokan) #57273 - [
b6091a8b21
] - src: make more error handling improvements (James M Snell) #57262 - [
3bd8a6c76e
] - src: fix typo in comment (Antoine du Hamel) #57291 - [
f7e39385ae
] - src: improve error handling innode_messaging.cc
(James M Snell) #57211 - [
1bb561bede
] - src: improve error handling intty_wrap.cc
(James M Snell) #57211 - [
567d321a40
] - src: improve error handling intcp_wrap.cc
(James M Snell) #57211 - [
f8bee871f7
] - src: fix ThrowInvalidURL call in PathToFileURL (Daniel M Brasil) #57141 - [
817f7d0e2e
] - src: improve error handling in buffer and dotenv (James M Snell) #57189 - [
11ef7f9d9c
] - src: improve error handling in module_wrap (James M Snell) #57188 - [
3b08d718b1
] - src: improve error handling in spawn_sync (James M Snell) #57185 - [
9221c2ad87
] - src: detect whether the string is one byte representation or not (theweipeng) #56147 - [
e323694772
] - src: fix crash when lazy getter is invoked in a vm context (Chengzhong Wu) #57168 - [
9363b05a91
] - src: do not format single string argument for THROW_ERR_* (Joyee Cheung) #57126 - [
5d6a1bc35b
] - src: move instead of copy shared pointer in node_blob (Michaël Zasso) #57120 - [
5dab48fd9f
] - src: replace NewFromUtf8 with OneByteString where appropriate (James M Snell) #57096 - [
0fe60b478d
] - src: portdefineLazyProperties
to native code (Antoine du Hamel) #57081 - [
792959db1d
] - src: improve error handling in node_blob (James M Snell) #57078 - [
e05e2cfb1e
] - src: fix accessing empty string (Cheng) #57014 - [
619e52ce8d
] - src: lock the isolate properly in IsolateData destructor (Joyee Cheung) #57031 - [
844a4a884d
] - src: add self-assigment memcpy checks (Burkov Egor) #56986 - [
0d1e79740f
] - src: improve node::Dotenv trimming (Dario Piotrowicz) #56983 - [
50f164e23b
] - src: improve error handling in string_bytes/decoder (James M Snell) #56978 - [
93aa4393a4
] - src: improve error handling in process_wrap (James M Snell) #56977 - [
c1c824e38d
] - src: useargs.This()
in zlib (Michaël Zasso) #56988 - [
0a8e474bdc
] - src: add nullptr handling forNativeKeyObject
(Burkov Egor) #56900 - [
1ea6198a5a
] - src: disallow copy/move fns/constructors (Yagiz Nizipli) #56811 - [
e4100853cb
] - src: add a hard dependency v8_inspector_headers (Chengzhong Wu) #56805 - [
a1f92898c0
] - src: improve error handling in encoding_binding.cc (James M Snell) #56915 - [
dee8793d94
] - src: improve error handling in permission.cc (James M Snell) #56904 - [
f41bc4cfd7
] - src: improve error handling in node_sqlite (James M Snell) #56891 - [
e4df6181bf
] - src: improve error handling in node_os by removing ToLocalChecked (James M Snell) #56888 - [
2c96e7a32c
] - src: improve error handling in node_url (James M Snell) #56886 - [
36926ae8d8
] - src: add check for Bignum in GroupOrderSize (Burkov Egor) #56702 - [
a68f127a30
] - src: reduce string allocations on sqlite (Yagiz Nizipli) #57227 - [
e41b1735f1
] - stream: fix sizeAlgorithm validation in WritableStream (Daeyeon Jeong) #57280 - [
3bc877dc5c
] - test: add more number cases for buffer.indexOf (Meghan Denny) #57200 - [
cac9a4e832
] - test: update parallel/test-tls-dhe for OpenSSL 3.5 (Richard Lau) #57477 - [
3082ab3a64
] - test: module syntax should throw (Marco Ippolito) #57121 - [
9b0dfc9a44
] - test: update snapshots for amaro v0.3.2 (Marco Ippolito) #56916 - [
2defc35ea8
] - test: test runner run plan (Pietro Marchini) #57304 - [
ccb3df70be
] - test: update WPT for WebCryptoAPI toedd42c0
(Node.js GitHub Bot) #57365 - [
528103c5d0
] - test: simplify test-tls-connect-abort-controller.js (Yagiz Nizipli) #57338 - [
17e21e6eb5
] - test: useassert.match
intest-esm-import-meta
(Antoine du Hamel) #57290 - [
77bbee5184
] - test: update compression wpt (Yagiz Nizipli) #56960 - [
4fe88f8f53
] - Revert "test: temporary remove resource check from fs read-write" (Rafael Gonzaga) #56906 - [
766efc7758
] - test: more common.mustNotCall in net, tls (Meghan Denny) #57246 - [
562e635e11
] - test: swap assert.strictEqual() parameters (Luigi Pinca) #57217 - [
64fdfd5622
] - test: assert write return values in buffer-bigint64 (Meghan Denny) #57212 - [
dd538e7cf1
] - test: allow embedder running async context frame test (Shelley Vohr) #57193 - [
937bbeb2b6
] - test: resolve race condition in test-net-write-fully-async-* (Matteo Collina) #57022 - [
32df9f27d8
] - test: add doAppendAndCancel test (Hasegawa-Yukihiro) #56972 - [
90c98df258
] - test: fix test-without-async-context-frame.mjs in debug mode (Joyee Cheung) #57034 - [
974817c9fc
] - test: make eval snapshot comparison more flexible (Shelley Vohr) #57020 - [
09741cd129
] - test: simplify test-http2-client-promisify-connect-error (Luigi Pinca) #57144 - [
89f3feb364
] - test: improve error output of test-http2-client-promisify-connect-error (Antoine du Hamel) #57135 - [
25751eba4d
] - test: add case for unrecognised fields within pjson "exports" (Jacob Smith) #57026 - [
bf0b9fa7c0
] - test: remove unnecessary assert requiring from tests (Dario Piotrowicz) #57008 - [
8cfb2df466
] - test: reduce flakiness on test-net-write-fully-async-buffer (Yagiz Nizipli) #56971 - [
43c8c101da
] - test: remove flakiness on macOS test (Yagiz Nizipli) #56971 - [
bd47178f7f
] - test: improve timeout duration for debugger events (Yagiz Nizipli) #56970 - [
65694aa2fd
] - test: remove unnecessary syscall to cpuinfo (Yagiz Nizipli) #56968 - [
5633c4b2df
] - test: update webstorage wpt (Yagiz Nizipli) #56963 - [
2244a2776a
] - test: execute shell directly for refresh() (Yagiz Nizipli) #55051 - [
afae4b1216
] - test: change jenkins reporter (Carlos Espa) #56808 - [
b26592a7c4
] - test: fix race condition in test-child-process-bad-stdio (Colin Ihrig) #56845 - [
72c2279649
] - test: adjust check to use OpenSSL sec level (Michael Dawson) #56819 - [
9551b27651
] - test: test-crypto-scrypt.js doesn't need internals (Meghan Denny) #56673 - [
3095db84be
] - test: settest-fs-cp
as flaky (Stefan Stojanovic) #56799 - [
31f98d7ccd
] - test: search cctest files (Chengzhong Wu) #56791 - [
267f17d5f6
] - test: convert test_encoding_binding.cc to a JS test (Chengzhong Wu) #56791 - [
a875d7bdd1
] - test: test-crypto-prime.js doesn't need internals (Meghan Denny) #56675 - [
85482d69c6
] - test: temporary remove resource check from fs read-write (Rafael Gonzaga) #56789 - [
ec63d72f16
] - test: mark test-without-async-context-frame flaky on windows (James M Snell) #56753 - [
f16acc8521
] - test: remove unnecessary code (Luigi Pinca) #56784 - [
0573c19a97
] - test: marktest-esm-loader-hooks-inspect-wait
flaky (Richard Lau) #56803 - [
48e0fd3f13
] - test: update WPT for url toa23788b
(Node.js GitHub Bot) #56779 - [
642959b87f
] - test: remove duplicate error reporter from ci (Carlos Espa) #56739 - [
2023237b4e
] - test,crypto: make tests work for BoringSSL (Shelley Vohr) #57021 - [
1b33b976ec
] - test_runner: refactor testPlan counter increse (Pietro Marchini) #56765 - [
d860f2bf42
] - test_runner: differentiate test types in enqueue dequeue events (Eddie Abbondanzio) #54049 - [
993bab646c
] - test_runner: print formatted errors on summary (Pietro Marchini) #56911 - [
3ed3ba438f
] - test_runner: allow special characters in snapshot keys (Carlos Espa) #57017 - [
d1da9a3a2f
] - timers: optimize timer functions with improved argument handling (Gürgün Dayıoğlu) #57072 - [
44aa13990a
] - timers: remove unnecessary allocation of _onTimeout (Gürgün Dayıoğlu) #57497 - [
401b965977
] - timers: remove unused parameter from insertGuarded (Gürgün Dayıoğlu) #57251 - [
9eac9c02c9
] - timers: simplify the compareTimersLists function (Gürgün Dayıoğlu) #57110 - [
01215af350
] - tls: remove unnecessary type check on normalize (Yagiz Nizipli) #57336 - [
f5e2b12a60
] - (SEMVER-MINOR) tls: implement tls.getCACertificates() (Joyee Cheung) #57107 - [
7a777cdb58
] - tools: fix WPT update cron string (Antoine du Hamel) #57665 - [
c6d90dbf9b
] - tools: remove stalled label on unstalled issues and MRs (Rich Trott) #57630 - [
96f7f64602
] - tools: update sccache to support GH cache changes (Michaël Zasso) #57573 - [
0b87027520
] - tools: bump @babel/helpers from 7.26.9 to 7.26.10 in /tools/eslint (dependabot[bot]) #57444 - [
7d561eb90c
] - tools: add config subspace (Marco Ippolito) #57239 - [
46efdbf59f
] - tools: import rather than require ESLint plugins (Michaël Zasso) #57315 - [
502bfaf876
] - tools: switch back to official OpenSSL (Richard Lau) #57301 - [
ea821f419d
] - tools: revert to use @stylistic/eslint-plugin-js v3 (Joyee Cheung) #57314 - [
bb857615d3
] - tools: add more details about rolling inspector_protocol (Chengzhong Wu) #57167 - [
3f29d39c1b
] - tools: bump the eslint group in /tools/eslint with 5 updates (dependabot[bot]) #57261 - [
b3caac83d4
] - tools: remove deps/zlib/GN-scraper.py (Chengzhong Wu) #57238 - [
ace99ffe79
] - tools: run Linux tests on GitHub arm64 runners as well (Dennis Ameling) #57162 - [
e65e6269b7
] - tools: consolidate 'introduced_in' check for docs (1ilsang) #57109 - [
890841e64b
] - tools: do not run major-release workflow on forks (Rich Trott) #57064 - [
e3f86c5a0c
] - tools: fix release URL computation in update-root-certs.mjs (Joyee Cheung) #56843 - [
280316f773
] - tools: add support forimport source
syntax in linter (Antoine du Hamel) #56992 - [
998b2ae3cd
] - tools: bump eslint version (dependabot[bot]) #56869 - [
ca4121b95a
] - tools: remove test-asan/ubsan workflows (Michaël Zasso) #56823 - [
866ac37255
] - tools: run macOS test workflow with Xcode 16.1 (Michaël Zasso) #56831 - [
55ca46ad8e
] - tools: update sccache and sccache-action (Michaël Zasso) #56815 - [
be9c1c93a8
] - tools: fix license-builder for inspector_protocol (Michaël Zasso) #56814 - [
6dab980fab
] - typings: fixImportModuleDynamicallyCallback
return type (Chengzhong Wu) #57160 - [
e301098854
] - util: avoid run debug when enabled is false (fengmk2) #57494 - [
17016d7722
] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #57462 - [
42b9e19f6b
] - util: enforce shouldColorize in styleText array arg (Marco Ippolito) #56722 - [
5ed6d8be40
] - (SEMVER-MINOR) v8: add v8.getCppHeapStatistics() method (Aditi) #57146 - [
c06d218b23
] - win,build: add option to enable Control Flow Guard (Hüseyin Açacak) #56605 - [
8202211140
] - win,test: disable test case failing with ClangCL (Stefan Stojanovic) #57397 - [
1a12b4c119
] - zlib: use modern class syntax for zstd classes (Yagiz Nizipli) #56965 - [
f9b3680268
] - zlib: make all zstd functions experimental (Yagiz Nizipli) #56964 - [
4991e5d826
] - (SEMVER-MINOR) zlib: add zstd support (Jan Martin) #52100
v22.14.0
: 2025-02-11, Version 22.14.0 'Jod' (LTS), @aduh95
Notable Changes
- [
82a9000e9e
] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #56566 - [
b7fe54fc88
] - (SEMVER-MINOR) fs: allowexclude
option in globs to accept glob patterns (Daeyeon Jeong) #56489 - [
3ac92ef607
] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #56359 - [
1614e8e7bc
] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #56610 - [
6d6cffa9cc
] - (SEMVER-MINOR) module: addfindPackageJSON
util (Jacob Smith) #55412 - [
d35333ae18
] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #56400 - [
07ff3ddcb5
] - (SEMVER-MINOR) sqlite: support TypedArray and DataView inStatementSync
(Alex Yang) #56385 - [
94d3fe1b62
] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #56441 - [
5afffb4415
] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #56469 - [
697a851fb3
] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #56595 - [
047537b48c
] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #56459 - [
926cf84e95
] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #56434 - [
c658a8afdf
] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #56394
Commits
- [
bad1ad8650
] - assert: make myers_diff function more performant (Giovanni Bucci) #56303 - [
e222e36f3b
] - assert: make partialDeepStrictEqual work with urls and File prototypes (Giovanni Bucci) #56231 - [
e232789fe2
] - assert: show diff when doing partial comparisons (Giovanni Bucci) #56211 - [
c99de1fdcf
] - assert: make partialDeepStrictEqual throw when comparing [0] with [-0] (Giovanni) #56237 - [
2386fd5840
] - benchmark: add validateStream to styleText bench (Rafael Gonzaga) #56556 - [
b197dfa7ec
] - build: fix GN build for ngtcp2 (Cheng) #56300 - [
2a3cdd34ff
] - build: test macos-13 on GitHub actions (Michaël Zasso) #56307 - [
12f716be0a
] - build: build v8 with -fvisibility=hidden on macOS (Joyee Cheung) #56275 - [
c5ca15bd34
] - child_process: fix parsing messages with splitted length field (Maksim Gorkov) #56106 - [
8346b8fc2c
] - crypto: add missing return value check (Michael Dawson) #56615 - [
82a9000e9e
] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #56566 - [
890eef20a1
] - crypto: fix checkPrime crash with large buffers (Santiago Gimeno) #56559 - [
5edb7b5e87
] - crypto: fix warning of ignoring return value (Cheng) #56527 - [
b89f123a0b
] - crypto: make generatePrime/checkPrime interruptible (James M Snell) #56460 - [
63c1859e01
] - deps: update corepack to 0.31.0 (Node.js GitHub Bot) #56795 - [
a48430d4d3
] - deps: move inspector_protocol to deps (Chengzhong Wu) #56649 - [
74cccc824f
] - deps: macro ENODATA is deprecated in libc++ (Cheng) #56698 - [
fa869ea0f2
] - deps: fixup some minor coverity warnings (James M Snell) #56612 - [
1a4fa2b015
] - deps: update amaro to 0.3.0 (Node.js GitHub Bot) #56568 - [
b47076fd82
] - deps: update amaro to 0.2.2 (Node.js GitHub Bot) #56568 - [
46bd4b8731
] - deps: update simdutf to 6.0.3 (Node.js GitHub Bot) #56567 - [
8ead9c693b
] - deps: update simdutf to 5.7.2 (Node.js GitHub Bot) #56388 - [
18d4b502af
] - deps: update amaro to 0.2.1 (Node.js GitHub Bot) #56390 - [
d938d7cc86
] - deps: update googletest to7d76a23
(Node.js GitHub Bot) #56387 - [
9761e7dccb
] - deps: update googletest toe54519b
(Node.js GitHub Bot) #56370 - [
8319dc6bc5
] - deps: update ngtcp2 to 1.10.0 (Node.js GitHub Bot) #56334 - [
6eacd19d6a
] - deps: update simdutf to 5.7.0 (Node.js GitHub Bot) #56332 - [
28bec2dda3
] - diagnostics_channel: capture console messages (Stephen Belanger) #56292 - [
d519d33502
] - doc: update macOS and Xcode versions for releases (Michaël Zasso) #56337 - [
fcfe650507
] - doc: add note for features usingInternalWorker
with permission model (Antoine du Hamel) #56706 - [
efbba182b5
] - doc: add entry to changelog about SQLite Session Extension (Bart Louwers) #56318 - [
31bf9c7dd9
] - doc: move anatoli to emeritus (Michael Dawson) #56592 - [
6096e38c7c
] - doc: fix styles of the expandable TOC (Antoine du Hamel) #56755 - [
d423638281
] - doc: add "Skip to content" button (Antoine du Hamel) #56750 - [
edeb157d75
] - doc: improve accessibility of expandable lists (Antoine du Hamel) #56749 - [
1a79e87687
] - doc: add note regarding commit message trailers (Dario Piotrowicz) #56736 - [
927c7e47e4
] - doc: fix typo in example code for util.styleText (Robin Mehner) #56720 - [
fade522538
] - doc: fix inconsistencies inWeakSet
andWeakMap
comparison details (Shreyans Pathak) #56683 - [
55533bf147
] - doc: add RafaelGSS as latest sec release stewards (Rafael Gonzaga) #56682 - [
8e978bdee1
] - doc: clarify cjs/esm diff inqueueMicrotask()
vsprocess.nextTick()
(Dario Piotrowicz) #56659 - [
ae360c30dc
] - doc:WeakSet
andWeakMap
comparison details (Shreyans Pathak) #56648 - [
acd2a2fda5
] - doc: mention prepare --security (Rafael Gonzaga) #56617 - [
d3c0a2831d
] - doc: tweak info on reposts in ambassador program (Michael Dawson) #56589 - [
3299505b49
] - doc: add type stripping to ambassadors program (Marco Ippolito) #56598 - [
b1a6ffa4e4
] - doc: improve internal documentation on built-in snapshot (Joyee Cheung) #56505 - [
1641a28930
] - doc: document CLI way to open the nodejs/bluesky MR (Antoine du Hamel) #56506 - [
2042628fda
] - doc: add section about using npx with permission model (Rafael Gonzaga) #56539 - [
ace19a0263
] - doc: update gcc-version for ubuntu-lts (Kunal Kumar) #56553 - [
4aa57b50f8
] - doc: fix parentheses in options (Tobias Nießen) #56563 - [
b40b01b4d3
] - doc: include CVE to EOL lines as sec release process (Rafael Gonzaga) #56520 - [
6701360113
] - doc: add esm examples to node:trace_events (Alfredo González) #56514 - [
d3207cca3e
] - doc: add message for Ambassadors to promote (Michael Dawson) #56235 - [
97ece4ae06
] - doc: allow request for TSC reviews via the GitHub UI (Antoine du Hamel) #56493 - [
03f25055ab
] - doc: add example for piping ReadableStream (Gabriel Schulhof) #56415 - [
516d07482c
] - doc: expand description ofparseArg
'sdefault
(Kevin Gibbons) #54431 - [
a6491effcb
] - doc: use<ul>
instead of<ol>
inSECURITY.md
(Antoine du Hamel) #56346 - [
e4ec134b21
] - doc: clarify that WASM is trusted (Matteo Collina) #56345 - [
0f7aed8a59
] - doc: fix thecrc32
documentation (Kevin Toshihiro Uehara) #55898 - [
721104a296
] - doc: fix links inmodule.md
(Antoine du Hamel) #56283 - [
928540d792
] - doc: fix typos (Nathan Baulch) #55066 - [
e69d35f03b
] - doc: add history info for Permission Model (Antoine du Hamel) #56707 - [
c6fd867ab5
] - esm: fix jsdoc type refs toModuleJobBase
in esm/loader (Jacob Smith) #56499 - [
9cf9046bd7
] - Revert "events: add hasEventListener util for validate" (origranot) #56282 - [
b7fe54fc88
] - (SEMVER-MINOR) fs: allowexclude
option in globs to accept glob patterns (Daeyeon Jeong) #56489 - [
6ca27c2a59
] - http2: omit server name when HTTP2 host is IP address (islandryu) #56530 - [
9f1fa199bf
] - inspector: roll inspector_protocol (Chengzhong Wu) #56649 - [
0dae4bb3ab
] - inspector: add undici http tracking support (Chengzhong Wu) #56488 - [
2c6124cec4
] - inspector: report loadingFinished until the response data is consumed (Chengzhong Wu) #56372 - [
96ec862ce2
] - lib: refactor execution.js (Marco Ippolito) #56358 - [
3ac92ef607
] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #56359 - [
d5bf3db0cf
] - lib: allow skipping source maps in node_modules (Chengzhong Wu) #56639 - [
d33eaf2bcb
] - lib: ensure FORCE_COLOR forces color output in non-TTY environments (Pietro Marchini) #55404 - [
dc003218a8
] - lib: optimizeprepareStackTrace
on builtin frames (Chengzhong Wu) #56299 - [
df06524863
] - lib: suppress source map lookup exceptions (Chengzhong Wu) #56299 - [
35335a5a66
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #56580 - [
1faabdb150
] - meta: add codeowners of security release document (Rafael Gonzaga) #56521 - [
b4ece22ef5
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #56342 - [
9ec67e7ce0
] - meta: move MoLow to TSC regular member (Moshe Atlow) #56276 - [
bae4b2e20a
] - module: use more defensive code when handling SWC errors (Antoine du Hamel) #56646 - [
1614e8e7bc
] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #56610 - [
174d88eab1
] - module: support eval with ts syntax detection (Marco Ippolito) #56285 - [
299d6fa829
] - module: fix jsdoc forformat
parameter in cjs/loader (pacexy) #56501 - [
0307e4dd59
] - module: unify TypeScript and .mjs handling in CommonJS (Joyee Cheung) #55590 - [
1f4f9be93d
] - module: fix async resolution error within the syncfindPackageJSON
(Jacob Smith) #56382 - [
bbedffa0f0
] - module: simplifyfindPackageJSON
implementation (Antoine du Hamel) #55543 - [
6d6cffa9cc
] - (SEMVER-MINOR) module: addfindPackageJSON
util (Jacob Smith) #55412 - [
cd7ce18233
] - module: fix badrequire.resolve
with option paths for.
and..
(Dario Piotrowicz) #56735 - [
152df4da21
] - module: rethrow amaro error message (Marco Ippolito) #56568 - [
acba5dc87e
] - module: use buffer.toString base64 (Chengzhong Wu) #56315 - [
01e69be8ff
] - node-api: define version 10 (Gabriel Schulhof) #55676 - [
724524528e
] - node-api: remove deprecated attribute from napi_module_register (Vladimir Morozov) #56162 - [
c78e11064f
] - process: remove support for undocumented symbol (Antoine du Hamel) #56552 - [
3f69b18a23
] - process: fix symbol key and mark experimental newnode:process
methods (Antoine du Hamel) #56517 - [
d35333ae18
] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #56400 - [
fa49f0f7d5
] - punycode: limit deprecation warning (Colin Ihrig) #56632 - [
d77c7073b7
] - sqlite: disable memstatus APIs at build time (Colin Ihrig) #56541 - [
07ff3ddcb5
] - (SEMVER-MINOR) sqlite: support TypedArray and DataView inStatementSync
(Alex Yang) #56385 - [
b6c2e91365
] - sqlite: enable SQL math functions (Colin Ihrig) #56447 - [
3462263e8b
] - sqlite: pass conflict type to conflict resolution handler (Bart Louwers) #56352 - [
89ba3af743
] - src: add nullptr handling from X509_STORE_new() (Burkov Egor) #56700 - [
89a7c82e0c
] - src: add default value for RSACipherConfig mode field (Burkov Egor) #56701 - [
7bae51e62e
] - src: fix build with GCC 15 (tjuhaszrh) #56740 - [
432a4b8bd6
] - src: fix to generate path from wchar_t via wstring (yamachu) #56696 - [
8c9eaf82f0
] - src: initialize FSReqWrapSync in path that uses it (Michaël Zasso) #56613 - [
bcdb42d40b
] - src: handle duplicate paths granted (Rafael Gonzaga) #56591 - [
d6a7acc207
] - src: update ECKeyPointer in ncrypto (James M Snell) #56526 - [
01922f8b1f
] - src: update ECPointPointer in ncrypto (James M Snell) #56526 - [
2a3a36eceb
] - src: update ECGroupPointer in ncrypto (James M Snell) #56526 - [
67c10cdacb
] - src: update ECDASSigPointer implementation in ncrypto (James M Snell) #56526 - [
17f931c68b
] - src: cleaning up more crypto internals for ncrypto (James M Snell) #56526 - [
94d3fe1b62
] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #56441 - [
6594ee8dff
] - src: fix undefined script name in error source (Chengzhong Wu) #56502 - [
b46bad3e91
] - src: refactor --trace-env to reuse option selection and handling (Joyee Cheung) #56293 - [
76921b822b
] - src: minor cleanups on OneByteString usage (James M Snell) #56482 - [
3f0d1dd4fe
] - src: move more crypto impl detail to ncrypto dep (James M Snell) #56421 - [
04f623b283
] - src: fixup more ToLocalChecked uses in node_file (James M Snell) #56484 - [
5aa436f5a1
] - src: make some minor ToLocalChecked cleanups (James M Snell) #56483 - [
6eec5e7ec2
] - src: lock the thread properly in snapshot builder (Joyee Cheung) #56327 - [
5614993968
] - src: drain platform tasks before creating startup snapshot (Chengzhong Wu) #56403 - [
48493e9fd5
] - src: use LocalVector in more places (James M Snell) #56457 - [
7e5ea0681e
] - src: use v8::LocalVector consistently with other minor cleanups (James M Snell) #56417 - [
ad3d857f2b
] - src: use starts_with in fs_permission.cc (ishabi) #55811 - [
5afffb4415
] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #56469 - [
7d1676e72e
] - stream: fix typo in ReadableStreamBYOBReader.readIntoRequests (Mattias Buelens) #56560 - [
e658ea6b26
] - stream: validate undefined sizeAlgorithm in WritableStream (Jason Zhang) #56067 - [
e4f133c20c
] - test: add ts eval snapshots (Marco Ippolito) #56358 - [
f041742400
] - test: remove empty lines from snapshots (Marco Ippolito) #56358 - [
801cde91f6
] - test: reduce number of written chunks (Luigi Pinca) #56757 - [
6fdf1879ab
] - test: fix invalid common.mustSucceed() usage (Luigi Pinca) #56756 - [
d2bfbfa364
] - test: use strict mode in global setters test (Rich Trott) #56742 - [
5c030da42f
] - test: cleanup and simplify test-crypto-aes-wrap (James M Snell) #56748 - [
f1442d6eaf
] - test: do not use common.isMainThread (Luigi Pinca) #56768 - [
49405bd9e7
] - test: make some requires lazy in common/index (James M Snell) #56715 - [
52ef376788
] - test: add test that uses multibyte for path and resolves modules (yamachu) #56696 - [
b811dea85a
] - test: replace more uses ofglobal
withglobalThis
(James M Snell) #56712 - [
eb97076199
] - test: make common/index slightly less node.js specific (James M Snell) #56712 - [
1795202d19
] - test: rely less on duplicative common test harness utilities (James M Snell) #56712 - [
5be29a274e
] - test: simplify common/index.js (James M Snell) #56712 - [
92e99780f0
] - test: move hasMultiLocalhost to common/net (James M Snell) #56716 - [
1c3204a4cc
] - test: move crypto related common utilities in common/crypto (James M Snell) #56714 - [
fe79d63be0
] - test: add missing test for env file (Jonas) #56642 - [
e08af61537
] - test: enforce strict mode in test-zlib-const (Rich Trott) #56689 - [
c96792d7f8
] - test: fix localization data for ICU 74.2 (Antoine du Hamel) #56661 - [
48b72f1195
] - test: use --permission instead of --experimental-permission (Rafael Gonzaga) #56685 - [
de81d90fce
] - test: test-stream-compose.js doesn't need internals (Meghan Denny) #56619 - [
f5b8499ad0
] - test: add maxCount and gcOptions to gcUntil() (Joyee Cheung) #56522 - [
d9e5a81041
] - test: add line break at end of file (Rafael Gonzaga) #56588 - [
59be346fbf
] - test: mark test-worker-prof as flaky on smartos (Joyee Cheung) #56583 - [
12a2cae9e5
] - test: update test-child-process-bad-stdio to use node:test (Colin Ihrig) #56562 - [
2dc4a30e19
] - test: disable openssl 3.4.0 incompatible tests (Jelle van der Waa) #56160 - [
1950fbf51d
] - test: make test-crypto-hash compatible with OpenSSL > 3.4.0 (Jelle van der Waa) #56160 - [
a533420a91
] - test: clarify fork inherit permission flags (Rafael Gonzaga) #56523 - [
697e799dc1
] - test: add error only reporter for node:test (Carlos Espa) #56438 - [
4844fa212d
] - test: mark test-http-server-request-timeouts-mixed as flaky (Joyee Cheung) #56503 - [
843c2389b9
] - test: update error code in tls-psk-circuit for for OpenSSL 3.4 (sebastianas) #56420 - [
ccb2ddbd83
] - test: update compiled sqlite tests to match other tests (Colin Ihrig) #56446 - [
b40f50324d
] - test: add initial test426 coverage (Chengzhong Wu) #56436 - [
059f81e4fd
] - test: update test-set-http-max-http-headers to use node:test (Colin Ihrig) #56439 - [
ec2940b418
] - test: update test-child-process-windows-hide to use node:test (Colin Ihrig) #56437 - [
0362924880
] - test: use unusual chars in the path to ensure our tests are robust (Antoine du Hamel) #48409 - [
b6c3869910
] - test: improve abort signal dropping test (Edy Silva) #56339 - [
cc648ef923
] - test: enable ts test on win arm64 (Marco Ippolito) #56349 - [
68819b4997
] - test: deflake test-watch-file-shared-dependency (Luigi Pinca) #56344 - [
ca6ed2190c
] - test: skiptest-sqlite-extensions
when SQLite is not built by us (Antoine du Hamel) #56341 - [
8ffeb8b58c
] - test: increase spin for eventloop test on s390 (Michael Dawson) #56228 - [
6ae9950f08
] - test: migrate message eval tests from Python to JS (Yiyun Lei) #50482 - [
4352bf69e9
] - test: check typescript loader (Marco Ippolito) #54657 - [
406e7db9c3
] - test: remove async-hooks/test-writewrap flaky designation (Luigi Pinca) #56048 - [
fa56ab2bba
] - test: deflake test-esm-loader-hooks-inspect-brk (Luigi Pinca) #56050 - [
8e149aac99
] - test: add test case for listeners (origranot) #56282 - [
a3f5ef22cd
] - test: maketest-permission-sqlite-load-extension
more robust (Antoine du Hamel) #56295 - [
8cbb7cc838
] - test_runner: print failing assertion only once with spec reporter (Pietro Marchini) #56662 - [
1f426bad9a
] - test_runner: remove unused errors (Pietro Marchini) #56607 - [
697a851fb3
] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #56595 - [
047537b48c
] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #56459 - [
19b4aa4b14
] - test_runner: run single test file benchmark (Pietro Marchini) #56479 - [
926cf84e95
] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #56434 - [
fb4661a4cf
] - test_runner: finish marking snapshot testing as stable (Colin Ihrig) #56425 - [
900c6c3940
] - tls: fix error stack conversion in cryptoErrorListToException() (Joyee Cheung) #56554 - [
e9f185b658
] - tools: update doc to new version (Node.js GitHub Bot) #56259 - [
7644c7e619
] - tools: update inspector_protocol roller (Chengzhong Wu) #56649 - [
362272b0a4
] - tools: do not throw on missingcreate-release-proposal.sh
(Antoine du Hamel) #56704 - [
df8b835953
] - tools: fix tools-deps-update (Daniel Lemire) #56684 - [
feba5d3274
] - tools: do not throw on missingcreate-release-proposal.sh
(Antoine du Hamel) #56695 - [
9827f7d395
] - tools: fix permissions inlint-release-proposal
workflow (Antoine du Hamel) #56614 - [
14c562c0dc
] - tools: remove github reporter (Carlos Espa) #56468 - [
ed1785d0ae
] - tools: editcreate-release-proposal
workflow (Antoine du Hamel) #56540 - [
294e4c42f5
] - tools: validate commit list as part oflint-release-commit
(Antoine du Hamel) #56291 - [
98d3474267
] - tools: fix loong64 build failed (Xiao-Tao) #56466 - [
3e729ceec8
] - tools: disable unneeded rule ignoring in Python linting (Rich Trott) #56429 - [
d5c05328e2
] - tools: use a configurable value for number of open dependabot MRs (Antoine du Hamel) #56427 - [
1705cbe002
] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #56426 - [
53b29b0469
] - tools: fixrequire-common-first
lint rule from subfolder (Antoine du Hamel) #56325 - [
105c4ed4fb
] - tools: add release line label when opening release proposal (Antoine du Hamel) #56317 - [
30f61f4aa5
] - url: use resolved path to convert UNC paths to URL (Antoine du Hamel) #56302 - [
a0aef4dfb6
] - util: inspect: do not crash on an Error stack that contains a Symbol (Jordan Harband) #56573 - [
a8a060341f
] - util: inspect: do not crash on an Error with a regexname
(Jordan Harband) #56574 - [
ea66bf3553
] - util: rename CallSite.column to columnNumber (Chengzhong Wu) #56584 - [
9cdc3b373c
] - util: do not crash on inspecting function withSymbol
name (Jordan Harband) #56572 - [
0bfbb68569
] - util: expose CallSite.scriptId (Chengzhong Wu) #56551 - [
5dd7116e09
] - watch: reload env file for --env-file-if-exists (Jonas) #56643 - [
c658a8afdf
] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #56394 - [
2e5d038f48
] - worker: refactor stdio to improve performance (Matteo Collina) #56630 - [
f959805d01
] - worker: flush stdout and stderr on exit (Matteo Collina) #56428
Configuration
- [ ] If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.