chore(deps): update node.js to v24.14.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| node (source) | devDependencies | minor | 24.13.0 -> 24.14.0 |
Release Notes
nodejs/node (node)
v24.14.0: 2026-02-24, Version 24.14.0 'Krypton' (LTS), @ruyadorno prepared by @aduh95
Notable Changes
- [
8b6d31d379] - (SEMVER-MINOR) async_hooks: addtrackPromisesoption tocreateHook()(Joyee Cheung) #61415 - [
68da144b4e] - build,deps: replace cjs-module-lexer with merve (Yagiz Nizipli) #61456 - [
f3a24c76e4] - (SEMVER-MINOR) deps: add LIEF as a dependency (Joyee Cheung) #61167 - [
1948861d23] - (SEMVER-MINOR) events: repurposeevents.listenerCount()to accept EventTargets (René) #60214 - [
d6f7c8d06f] - (SEMVER-MINOR) fs: addignoreoption tofs.watch(Matteo Collina) #61433 - [
cb54b3ca6e] - (SEMVER-MINOR) http: addhttp.setGlobalProxyFromEnv()(Joyee Cheung) #60953 - [
35b1759d06] - (SEMVER-MINOR) module: allow subpath imports that start with#/(Jan Martin) #60864 - [
2d72ea66f2] - (SEMVER-MINOR) process: preserveAsyncLocalStorageinqueueMicrotaskonly when needed (Gürgün Dayıoğlu) #60913 - [
6f4a4f6c8e] - (SEMVER-MINOR) sea: split sea binary manipulation code (Joyee Cheung) #61167 - [
c0ceb9b065] - (SEMVER-MINOR) sqlite: enable defensive mode by default (Bart Louwers) #61266 - [
33d8e8303b] - (SEMVER-MINOR) sqlite: add sqlite prepare options args (Guilherme Araújo) #61311 - [
563ab699eb] - (SEMVER-MINOR) src: add initial support for ESM in embedder API (Joyee Cheung) #61548 - [
4c80031000] - (SEMVER-MINOR) stream: addbytes()method tonode:stream/consumers(wantaek) #60426 - [
f5233df4ff] - (SEMVER-MINOR) stream: do not passreadable.compose()output viaReadable.from()(René) #60907 - [
345a40fda3] - (SEMVER-MINOR) test: use fixture directories for sea tests (Joyee Cheung) #61167 - [
972f82411d] - (SEMVER-MINOR) test_runner: addenvoption torunfunction (Ethan Arrowood) #61367 - [
d77f98c4b6] - (SEMVER-MINOR) test_runner: support expecting a test-case to fail (Jacob Smith) #60669 - [
8e900af6ba] - (SEMVER-MINOR) util: addconvertProcessSignalToExitCodeutility (Erick Wendel) #60963
Commits
- [
180778fb9a] - assert: fix loose deepEqual arrays with undefined and null failing (Ruben Bridgewater) #61587 - [
8b6d31d379] - (SEMVER-MINOR) async_hooks: add trackPromises option to createHook() (Joyee Cheung) #61415 - [
83bcd38d35] - benchmark: add streaming TextDecoder benchmark (Сковорода Никита Андреевич) #61549 - [
4c105844c5] - build: add support for Visual Studio 2026 (Michaël Zasso) #60727 - [
1f84fd91d9] - build: skip sscache action on non-main branches (Joyee Cheung) #61790 - [
30601b680f] - build: add--shared-nbytesconfigure flag (Antoine du Hamel) #61341 - [
c6253eda49] - build: add--shared-hdr-histogramconfigure flag (Antoine du Hamel) #61280 - [
584c189037] - build: add--shared-gtestconfigure flag (Antoine du Hamel) #61279 - [
5998987881] - build: aix: deoptimize implementation-visitor.cc with --shared (Stewart X Addison) #61550 - [
68da144b4e] - build,deps: replace cjs-module-lexer with merve (Yagiz Nizipli) #61456 - [
6a4511bafb] - build,win: fix vs2022 compilation (Stefan Stojanovic) #61530 - [
2d6735db8a] - deps: upgrade npm to 11.9.0 (npm team) #61685 - [
699e2f8f81] - deps: update amaro to 1.1.7 (Node.js GitHub Bot) #61730 - [
7be76316d6] - deps: update minimatch to 10.1.2 (Node.js GitHub Bot) #61732 - [
97e5a65013] - deps: update undici to 7.21.0 (Node.js GitHub Bot) #61683 - [
74e4710ee7] - deps: update googletest to56efe39(Node.js GitHub Bot) #61605 - [
b5113e2a2a] - deps: update amaro to 1.1.6 (Node.js GitHub Bot) #61603 - [
f3a24c76e4] - (SEMVER-MINOR) deps: add LIEF as a dependency (Joyee Cheung) #61167 - [
c370c3dc06] - (SEMVER-MINOR) deps: add tools and scripts to pull LIEF as a dependency (Joyee Cheung) #61167 - [
e54975e17d] - deps: V8: cherry-pick highway@dcc0ca1(Richard Lau) #61008 - [
625b90b76b] - deps: update undici to 7.19.2 (Node.js GitHub Bot) #61566 - [
05e9a9fb5e] - deps: update undici to 7.19.1 (Node.js GitHub Bot) #61514 - [
3d41643e38] - deps: update undici to 7.19.0 (Node.js GitHub Bot) #61470 - [
17b363a66c] - dns: fix Windows SRV ECONNREFUSED by adjusting c-ares fallback detection (notvivek12) #61453 - [
33d0a8c22d] - doc: clarify EventEmitter error handling in threat model (Matteo Collina) #61701 - [
5b8e72cf85] - doc: mention default option for test runner env (Steven) #61659 - [
f44e67fac2] - doc: fix --inspect security warning section (Tim Perry) #61675 - [
a0e09c9043] - doc: documenturl.format(urlString)as deprecated under DEP0169 (René) #61644 - [
5e719248fe] - doc: deprecation add more codemod (Augustin Mauroy) #61642 - [
8f5a3e5df4] - doc: fix grammatical error in README.md (ayj8201) #61653 - [
d52b535163] - doc: correct tools README Boxstarter link (Mike McCready) #61638 - [
4889dc4f59] - doc: updateserver.dropMaxConnectionlink (YuSheng Chen) #61584 - [
8e48e72f2a] - doc: clean up writing-and-running-benchmarks.md (Hardanish Singh) #61345 - [
1948861d23] - (SEMVER-MINOR) events: repurposeevents.listenerCount()to accept EventTargets (René) #60214 - [
d6f7c8d06f] - (SEMVER-MINOR) fs: add ignore option to fs.watch (Matteo Collina) #61433 - [
2d7e5f9581] - http: implement slab allocation for HTTP header parsing (Mert Can Altin) #61375 - [
cb54b3ca6e] - (SEMVER-MINOR) http: add http.setGlobalProxyFromEnv() (Joyee Cheung) #60953 - [
6df8be48ce] - lib: use utf8 fast path for streaming TextDecoder (Сковорода Никита Андреевич) #61549 - [
830fff0aca] - lib: recycle queues (Robert Nagy) #61461 - [
069874bdbd] - lib: use StringPrototypeStartsWith from primordials in locks (Taejin Kim) #61492 - [
7824c7589e] - lib: unify ICU and no-ICU TextDecoder (Сковорода Никита Андреевич) #61409 - [
f81430702a] - lib: prefercall()overapply()if argument list is not array (Livia Medeiros) #60796 - [
a723f72e1e] - lib: add support for readable byte streams to .toWeb() (Hans Klunder) #58664 - [
b78d814b3d] - meta: persist sccache daemon until end of build workflows (René) #61639 - [
40a872a4b9] - meta: bump github/codeql-action from 4.31.9 to 4.32.0 (dependabot[bot]) #61622 - [
0637bdb3be] - meta: bump step-security/harden-runner from 2.14.0 to 2.14.1 (dependabot[bot]) #61621 - [
e8d9bd9fc5] - meta: bump actions/setup-python from 6.1.0 to 6.2.0 (dependabot[bot]) #61627 - [
c517df2b65] - meta: bump actions/setup-node from 6.1.0 to 6.2.0 (dependabot[bot]) #61625 - [
9a64f2f25d] - meta: bump actions/cache from 5.0.1 to 5.0.3 (dependabot[bot]) #61624 - [
0e5922e95e] - meta: bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (dependabot[bot]) #61623 - [
5da7b51091] - meta: bump actions/stale from 10.1.0 to 10.1.1 (dependabot[bot]) #61620 - [
c085c8a43f] - meta: bump actions/checkout from 6.0.1 to 6.0.2 (dependabot[bot]) #61619 - [
ce2acf0275] - meta: bump actions/download-artifact from 6.0.0 to 7.0.0 (dependabot[bot]) #61242 - [
629f0eaac5] - meta: bump actions/checkout from 6.0.0 to 6.0.1 (dependabot[bot]) #61239 - [
cd80d369c9] - meta: bump actions/upload-artifact from 5.0.0 to 6.0.0 (dependabot[bot]) #61238 - [
8c75e4e1fa] - meta: bump actions/checkout from 5.0.1 to 6.0.0 (dependabot[bot]) #60925 - [
5a9e9f4127] - meta: bump actions/checkout from 5.0.0 to 5.0.1 (dependabot[bot]) #60767 - [
1519251dd1] - module: do not invoke resolve hooks twice for imported cjs (Joyee Cheung) #61529 - [
8d7190b3fe] - module: do not wrap module._load when tracing is not enabled (Joyee Cheung) #61479 - [
35b1759d06] - (SEMVER-MINOR) module: allow subpath imports that start with#/(Jan Martin) #60864 - [
7a83b38921] - net: defer synchronous destroy calls in internalConnect (RajeshKumar11) #61658 - [
16bab79421] - process: do not truncate long strings in--print(Mohamed Akram) #61497 - [
2d72ea66f2] - (SEMVER-MINOR) process: preserve AsyncLocalStorage in queueMicrotask only when needed (Gürgün Dayıoğlu) #60913 - [
9cc1c4604f] - repl: fix getters triggering side effects during completion (Dario Piotrowicz) #61043 - [
93703306a1] - repl: tab completion targets<class>instead ofnew <class>(Đỗ Trọng Hải) #60319 - [
6f4a4f6c8e] - (SEMVER-MINOR) sea: split sea binary manipulation code (Joyee Cheung) #61167 - [
46a2dad4db] - sqlite: avoid extra copy for large text binds (Ali Hassan) #61580 - [
f91a377f7e] - sqlite: use DictionaryTemplate for run() result (Mert Can Altin) #61432 - [
0e7571ae3e] - sqlite: change approach to fix segfault SQLTagStore (Bart Louwers) #60462 - [
8e8f70524a] - sqlite: reserve vectors space (Guilherme Araújo) #61540 - [
c0ceb9b065] - (SEMVER-MINOR) sqlite: enable defensive mode by default (Bart Louwers) #61266 - [
33d8e8303b] - (SEMVER-MINOR) sqlite: add sqlite prepare options args (Guilherme Araújo) #61311 - [
f0d8f37002] - src: elide heap allocation in structured clone implementation (Anna Henningsen) #61703 - [
db478c4336] - src: use simdutf for one-byte string UTF-8 write in stringBytes (Mert Can Altin) #61696 - [
563ab699eb] - (SEMVER-MINOR) src: add initial support for ESM in embedder API (Joyee Cheung) #61548 - [
da13186a15] - src: throw RangeError on failed ArrayBuffer BackingStore allocation (Chengzhong Wu) #61480 - [
4c80031000] - (SEMVER-MINOR) stream: add bytes() method to stream/consumers (wantaek) #60426 - [
f5233df4ff] - (SEMVER-MINOR) stream: do not passreadable.compose()output viaReadable.from()(René) #60907 - [
ad04a469c8] - test: restraint version replacement pattern in snapshots (Chengzhong Wu) #61748 - [
2d3b4a8d65] - test: print stack immediately avoiding GC interleaving (Chengzhong Wu) #61699 - [
38f43a6d4e] - test: fix case-insensitive path matching on Windows (Matteo Collina) #61682 - [
06513f5ff2] - test: fix flaky test-performance-eventloopdelay (Matteo Collina) #61629 - [
9d79c66c61] - test: remove duplicate wpt tests (Filip Skokan) #61617 - [
eac9f4f401] - test: fix race condition in watch mode tests (Matteo Collina) #61615 - [
ecf5947575] - test: update WPT for url toe3c46fd(Node.js GitHub Bot) #61602 - [
356ff5fece] - test: use the skipIfNoWatch() utility function (Luigi Pinca) #61531 - [
4b2187aea2] - test: unify assertSnapshot common patterns (Chengzhong Wu) #61590 - [
8c25489d63] - test: split test-fs-watch-ignore-* (Luigi Pinca) #61494 - [
43b8a2b7e7] - test: add some validation for JSON doc output (Antoine du Hamel) #61413 - [
345a40fda3] - (SEMVER-MINOR) test: use fixture directories for sea tests (Joyee Cheung) #61167 - [
24cf6b8326] - test: reveal wpt evaluation errors in status files (Chengzhong Wu) #61358 - [
d4034dfb62] - test: forbid use of named imports for fixtures (Antoine du Hamel) #61228 - [
4f871ee897] - test: enforce better never-settling-promise detection (Antoine du Hamel) #60976 - [
8e9adedf02] - test: ensure assertions are reached on all tests (Antoine du Hamel) #60845 - [
273832802e] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60763 - [
e06adcb52f] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60760 - [
aeed0ccc02] - test: useRegExp.escapeto improve test reliability (Antoine du Hamel) #60803 - [
74bcd0adab] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60728 - [
407807b08e] - test: skip tests not passing withoutNODE_OPTIONSsupport (Antoine du Hamel) #60912 - [
a9e70cefb0] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60634 - [
21b23cd0d0] - test_runner: fix test enqueue when test file has syntax error (Edy Silva) #61573 - [
6a4de694b2] - test_runner: fix passingexpectFailure(Moshe Atlow) #61568 - [
6640de2b0f] - test_runner: differentiate todo and failure styles (Moshe Atlow) #61564 - [
972f82411d] - (SEMVER-MINOR) test_runner: add env option to run function (Ethan Arrowood) #61367 - [
d77f98c4b6] - (SEMVER-MINOR) test_runner: support expecting a test-case to fail (Jacob Smith) #60669 - [
f98986cbb9] - tools: switch to ARM runners on GHA jobs (Antoine du Hamel) #61903 - [
034589dd93] - tools: avoid building twice in coverage jobs (Antoine du Hamel) #61899 - [
e50e2f00bb] - tools: use ubuntu-slim runner in GHA (Antoine du Hamel) #61759 - [
f658f48ccb] - tools: use ubuntu-slim runner in GHA (Antoine du Hamel) #61734 - [
65c77d74ff] - tools: use ubuntu-latest runner innotify-on-pushworkflow (Antoine du Hamel) #61742 - [
605905556a] - tools: enforce removal oflts-watch-*labels on release proposals (Antoine du Hamel) #61672 - [
f0f98d4c03] - tools: use ubuntu-slim runner in meta GitHub Actions (Tierney Cyren) #61663 - [
ab63ddf354] - tools: add LIEF to license builder (Chengzhong Wu) #61523 - [
8a0f6192c9] - tools: enforce trailing commas intest/es-module(Antoine du Hamel) #60891 - [
4afbbcf39e] - tools: enforce trailing commas intest/sequential(Antoine du Hamel) #60892 - [
4c1abf752c] - tools,win: upgrade install additional tools to Visual Studio 2026 (Mike McCready) #61562 - [
8e900af6ba] - (SEMVER-MINOR) util: add convertProcessSignalToExitCode utility (Erick Wendel) #60963
v24.13.1: 2026-02-10, Version 24.13.1 'Krypton' (LTS), @aduh95
Notable Changes
- [
1f64d6841e] - build: add support for Python 3.14 (Christian Clauss) #59983 - [
30e500fc09] - cli: mark--heapsnapshot-near-heap-limitas stable (Joyee Cheung) #60956 - [
bc0a55f086] - crypto: update root certificates to NSS 3.119 (Node.js GitHub Bot) #61419 - [
8a67c00bf5] - doc: mark--build-snapshotand--build-snapshot-configas stable (Joyee Cheung) #60954 - [
3999c2a910] - meta: add avivkeller to collaborators (Aviv Keller) #61115 - [
fa542fbae6] - meta: add gurgunday to collaborators (Gürgün Dayıoğlu) #61094 - [
ff11eda2f2] - meta: add Renegade334 to collaborators (Renegade334) #60714 - [
2e387fb969] - url: update ada to v3.4.2 and support unicode 17 (Yagiz Nizipli) #61593 - [
bb206782d4] - v8: markv8.queryObjects()as stable (Joyee Cheung) #60957
Commits
- [
a73279c60d] - assert: use a set instead of an array for faster lookup (Ruben Bridgewater) #61076 - [
6a61bcd73c] - assert,util: fix deep comparison for sets and maps with mixed types (Ruben Bridgewater) #61388 - [
cf0eabcd42] - assert,util: improve deep comparison performance (Ruben Bridgewater) #61076 - [
ff3b9ac183] - benchmark: add SQLite benchmarks (Guilherme Araújo) #61401 - [
e1f7d68c94] - benchmark: use boolean options in benchmark tests (SeokhunEom) #60129 - [
91127c91cd] - benchmark: allow boolean option values (SeokhunEom) #60129 - [
170fda55f6] - benchmark: add microbench on isInsideNodeModules (Chengzhong Wu) #60991 - [
3976381b41] - benchmark: fix incorrect base64 input in byteLength benchmark (semimikoh) #60841 - [
c702fccd76] - benchmark: use typescript for import cjs benchmark (Joyee Cheung) #60663 - [
92c517c62d] - buffer: make methods work on Uint8Array instances (Neal Beeken) #56578 - [
be95382edb] - buffer: let Buffer.of use heap (Сковорода Никита Андреевич) #60503 - [
1f64d6841e] - build: test on Python 3.14 (Christian Clauss) #59983 - [
ea4687981b] - build: update android-patches/trap-handler.h.patch (Mo Luo) #60369 - [
b3a7a8c780] - build: update devcontainer.json to use paired nix env (Joyee Cheung) #61414 - [
7168d0b5e3] - build: add embedtest into native suite (Joyee Cheung) #61357 - [
e00755a977] - build: fix misplaced comma in ldflags (hqzing) #61294 - [
72fcc3ee9d] - build: fix crate vendor file checksums on windows (Chengzhong Wu) #61329 - [
76a73d68fd] - build: expose libplatform symbols in shared libnode (Joyee Cheung) #61144 - [
ef8d26ce5c] - build: fix inconsistent quoting inMakefile(Antoine du Hamel) #60511 - [
2d23968783] - build: remove temporal updater (Chengzhong Wu) #61151 - [
4c2655f1c2] - build: update test-wpt-report to use NODE instead of OUT_NODE (Filip Skokan) #61024 - [
eaea6821fc] - build: skip build-ci on actions with a separate test step (Chengzhong Wu) #61073 - [
dfd4e12037] - build: run embedtest with node_g when BUILDTYPE=Debug (Chengzhong Wu) #60850 - [
775c77234b] - build,tools: fix addon build deadlock on errors (Vladimir Morozov) #61321 - [
5deafc10fa] - build,win: improve logs when ClangCL is missing (Mike McCready) #61438 - [
e2481c5c6e] - build,win: update WinGet configurations to Python 3.14 (Mike McCready) #61431 - [
d2586b7e4c] - child_process: treat ipc length header as unsigned uint32 (Ryuhei Shima) #61344 - [
30e500fc09] - cli: mark --heapsnapshot-near-heap-limit as stable (Joyee Cheung) #60956 - [
2c7da15612] - cluster: fix port reuse between cluster (Ryuhei Shima) #60141 - [
bc0a55f086] - crypto: update root certificates to NSS 3.119 (Node.js GitHub Bot) #61419 - [
2d5f20e9c3] - crypto: update root certificates to NSS 3.117 (Node.js GitHub Bot) #60741 - [
fba95be188] - deps: update archs files for openssl-3.5.5 (Node.js GitHub Bot) #61547 - [
08697289e0] - deps: upgrade openssl sources to openssl-3.5.5 (Node.js GitHub Bot) #61547 - [
403c50c04d] - deps: update corepack to 0.34.6 (Node.js GitHub Bot) #61510 - [
3b24691aeb] - deps: upgrade npm to 11.8.0 (npm team) #61466 - [
2bba7efdc4] - deps: update googletest to8508785(Node.js GitHub Bot) #61417 - [
8f8c6f6162] - deps: update sqlite to 3.51.2 (Node.js GitHub Bot) #61339 - [
c46009053c] - deps: update icu to 78.2 (Node.js GitHub Bot) #60523 - [
b46b8dd91b] - deps: update ada to v3.4.0 (Yagiz Nizipli) #61315 - [
88c6b17e18] - deps: update zlib to 1.3.1-e00f703 (Node.js GitHub Bot) #61135 - [
0030c05ba9] - deps: update cjs-module-lexer to 2.2.0 (Node.js GitHub Bot) #61271 - [
77437cff89] - deps: update nbytes to 0.1.2 (Node.js GitHub Bot) #61270 - [
fb0f05a937] - deps: update timezone to 2025c (Node.js GitHub Bot) #61138 - [
b426a47c05] - deps: nghttp2: revert7784fa9(Antoine du Hamel) #61136 - [
c07a38f700] - deps: update nghttp2 to 1.68.0 (nodejs-github-bot) #61136 - [
c2ddc9a18b] - deps: update simdjson to 4.2.4 (Node.js GitHub Bot) #61056 - [
f38cd6da8e] - deps: update googletest to065127f(Node.js GitHub Bot) #61055 - [
a9a6a4cdb2] - deps: brotli: cherry-picke230f47(liujiahui) #61003 - [
5a40023aae] - deps: upgrade npm to 11.7.0 (npm team) #61011 - [
4121e7a413] - deps: update sqlite to 3.51.1 (Node.js GitHub Bot) #60899 - [
e8a09fc896] - deps: update zlib to 1.3.1-63d7e16 (Node.js GitHub Bot) #60898 - [
8df5862ee5] - deps: upgrade npm to 11.6.4 (npm team) #60853 - [
6c1c8cbdcc] - deps: update sqlite to 3.51.0 (Node.js GitHub Bot) #60614 - [
2d1efc7c1b] - deps: upgrade npm to 11.6.3 (npm team) #60785 - [
3a2de1c23b] - deps: update brotli to 1.2.0 (Node.js GitHub Bot) #60540 - [
58c5d40bd1] - deps: update simdjson to 4.2.2 (Node.js GitHub Bot) #60740 - [
e6b607ef50] - deps: update googletest to1b96fa1(Node.js GitHub Bot) #60739 - [
650c9e0305] - deps: update minimatch to 10.1.1 (Node.js GitHub Bot) #60543 - [
ef1951d5d5] - deps: update inspector_protocol to1b1bcbb(Node.js GitHub Bot) #60705 - [
eb068305dd] - deps: update cjs-module-lexer to 2.1.1 (Node.js GitHub Bot) #60646 - [
ee1d99131c] - deps: update simdjson to 4.2.1 (Node.js GitHub Bot) #60644 - [
23582967b7] - deps: V8: cherry-pick1441665(Domagoj Stolfa) #60989 - [
155eaedff2] - deps: V8: cherry-pick394a805(Lu Yahan) #60962 - [
c95a4a0f43] - deps: V8: backportbbaae8e(Lu Yahan) #60962 - [
6f123f186d] - doc: move Security-Team from TSC to SECURITY (Rafael Gonzaga) #61495 - [
2e3337d15b] - doc: addedrequestOCSPoption totls.connect(ikeyan) #61064 - [
f505f81577] - doc: restore @ChALkeR to collaborators (Сковорода Никита Андреевич) #61553 - [
12fb95d0c9] - doc: update IBM/Red Hat volunteers with dedicated project time (Beth Griggs) #61588 - [
283ab61ed2] - doc: align Buffer.concat documentation with behavior (Gürgün Dayıoğlu) #60405 - [
fc9c906d5f] - doc: removevprefix for version references (Mike McCready) #61488 - [
4a88ed09e8] - doc: mention constructor comparison in assert.deepStrictEqual (Hamza Kargin) #60253 - [
9b29d56491] - doc: add CVE delay mention (Rafael Gonzaga) #61465 - [
4815e4ac52] - doc: update previous version links in BUILDING (Mike McCready) #61457 - [
8a43244e6c] - doc: include OpenJSF handle for security stewards (Rafael Gonzaga) #61454 - [
89a7f184a1] - doc: clarify process.argv[1] behavior for -e/--eval (Jeevankumar S) #61366 - [
b4041aba1c] - doc: remove Windows Dev Home instructions from BUILDING (Mike McCready) #61434 - [
fa7830bac0] - doc: clarify TypedArray properties on Buffer (Roman Reiss) #61355 - [
45663c8956] - doc: update Python 3.14 manual install instructions (Windows) (Mike McCready) #61428 - [
0248357f26] - doc: note resume build should not be done on node-test-commit (Stewart X Addison) #61373 - [
b254bab513] - doc: refine WebAssembly error documentation (sangwook) #61382 - [
8aca37c6ef] - doc: add deprecation history for url.parse (Eng Zer Jun) #61389 - [
8047ac3aac] - doc: add marco and rafael in last sec release (Marco Ippolito) #61383 - [
61190bf4b4] - doc: packages: example of private import switch to internal (coderaiser) #61343 - [
346311c42f] - doc: add esm and cjs examples to node:v8 (Alfredo González) #61328 - [
c07c80717c] - doc: added 'secure' event to tls.TLSSocket (ikeyan) #61066 - [
9f68d30f11] - doc: restore @watilde to collaborators (Daijiro Wachi) #61350 - [
a3b08ddb51] - doc: run license-builder (github-actions[bot]) #61348 - [
4990812dd9] - doc: document ALPNCallback option for TLSSocket constructor (ikeyan) #61331 - [
89e9d19693] - doc: update MDN links (Livia Medeiros) #61062 - [
dcffa88fec] - doc: correct description oferror.stackaccessor behavior (René) #61090 - [
31476cd4d1] - doc: add documentation for process.traceProcessWarnings (Alireza Ebrahimkhani) #53641 - [
99c783b9ec] - doc: add sqlite session disposal method (René) #61273 - [
c7764bed35] - doc: fix filename typo (Hardanish Singh) #61297 - [
0f16bca9d8] - doc: fix typos and grammar inBUILDING.md&onboarding.md(Hardanish Singh) #61267 - [
4b691b562d] - doc: mention --newVersion release script (Rafael Gonzaga) #61255 - [
32e56ab71f] - doc: correct typo in api contributing doc (Mike McCready) #61260 - [
9ebf1ffbeb] - doc: add MR-URL requirement for security backports (Rafael Gonzaga) #61256 - [
940f83d95d] - doc: add reusePort error behavior to net module (mag123c) #61250 - [
8881859ee0] - doc: note corepack package removal in distribution doc (Mike McCready) #61207 - [
03a1540cd1] - doc: fix tls.connect() timeout documentation (Azad Gupta) #61079 - [
816ce7530d] - doc: missingpassed,errorandpassedproperties onTestContext(Xavier Stouder) #61185 - [
d825c8858a] - doc: clarify threat model for application-level API exposure (Rafael Gonzaga) #61184 - [
a3dd30d0e0] - doc: correct options for net.Socket class and socket.connect (Xavier Stouder) #61179 - [
c3e776becd] - doc: document error event on readline InterfaceConstructor (Xavier Stouder) #61170 - [
05a6372d30] - doc: add a smooth scrolling effect to the sidebar (btea) #59007 - [
76a7eb09ef] - doc: fix test settime docs (Efe) #61117 - [
bcbbde6ccc] - doc: correct invalid collaborator profile (JJ) #61091 - [
084741d09d] - doc: add a tip about developer mode on Windows (Joyee Cheung) #61112 - [
ed4de371d3] - doc: exclude compile-time flag features from security policy (Matteo Collina) #61109 - [
3999c2a910] - doc: add @avivkeller to collaborators (Aviv Keller) #61115 - [
f3ec066f1a] - doc: warn about short GCM tags visibly (Tobias Nießen) #61082 - [
fa542fbae6] - doc: add gurgunday to collaborators (Gürgün Dayıoğlu) #61094 - [
49f36722dc] - doc: mark sync module hooks as release candidate (Joyee Cheung) #60960 - [
a0adc6afd2] - doc: reorganize docs of module customization hooks (Joyee Cheung) #60960 - [
a4097ca048] - doc: mark crypto.hash as stable (Joyee Cheung) #60994 - [
8a67c00bf5] - doc: mark --build-snapshot and --build-snapshot-config as stable (Joyee Cheung) #60954 - [
0c83169c35] - doc: add File modes cross-references in fs methods (Mohit Raj Saxena) #60286 - [
dae815262a] - doc: add missingzstdto mjs example of zlib (Deokjin Kim) #60915 - [
28b284880e] - doc: clarify fileURLToPath security considerations (Rafael Gonzaga) #60887 - [
6c440af39b] - doc: show the use of string expressions in the SQLTagStore example (schliepa) #60873 - [
4c5b62209c] - doc: replace column with columnNumber in example ofutil.getCallSites(Deokjin Kim) #60881 - [
8875c9148e] - doc: correct spelling in BUILDING.md (Rich Trott) #60875 - [
d6cb762426] - doc: update debuglog examples to use 'foo-bar' instead of 'foo' (xiaoyao) #60867 - [
9eae518796] - doc: correct 'event handle' to 'event handler' in Utf8Stream drop event (Riddhi) #60692 - [
c3c3ed27c1] - doc: fix typos in changelogs (Rich Trott) #60855 - [
1b975e3017] - doc: mark module.register as active development (Chengzhong Wu) #60849 - [
6a6fc0c851] - doc: add fullName property to SuiteContext (PaulyBearCoding) #60762 - [
8347d734e6] - doc: add additional codemods for deprecation (Augustin Mauroy) #60811 - [
7cc87037c3] - doc: keep sidebar module visible when navigating docs (Botato) #60410 - [
1c6618f643] - doc: correct concurrency wording in test() documentation (Azad Gupta) #60773 - [
488208004e] - doc: clarify that CQ only picks up MRs targetingmain(René) #60731 - [
34517940c2] - doc: clarify license section and add contributor note (KaleruMadhu) #60590 - [
f080721df4] - doc: correct and expand documentation for SQLTagStore (René) #60200 - [
be3d26709d] - doc: correct tls ALPNProtocols types (René) #60143 - [
ef82c53131] - doc: remove mention of SMS 2FA (Antoine du Hamel) #60707 - [
11b190f63e] - doc: add info about renamed flag incli.md(Antoine du Hamel) #60690 - [
59db9bc654] - doc: fix incorrect slh-dsa oids in crypto.md (Artsiom Malakhau) #60681 - [
ad52750cf6] - doc:domain.add()does not accept timer objects (René) #60675 - [
2592d94e29] - doc: fix v24 changelog after security release (Marco Ippolito) #61371 - [
e0f4ad0af0] - doc,test: add documentation and test on how to use addons in SEA (Joyee Cheung) #59582 - [
13af640d94] - esm: ensure watch mode restarts after syntax errors (Xavier Stouder) #61232 - [
31afe95d15] - esm: avoid throw when module specifier is not url (Craig Macomber (Microsoft)) #61000 - [
311a04cf2d] - esm: improve error messages for ambiguous module syntax (mag123c) #60376 - [
cacef92937] - events: remove redundant todo (Gürgün Dayıoğlu) #60595 - [
42e1f72561] - events: remove eventtarget custom inspect branding (Efe) #61128 - [
fd8b61369b] - fs: remove duplicate getValidatedPath calls (Mert Can Altin) #61359 - [
9bb9fc7f2c] - fs: fix errorOnExist behavior for directory copy in fs.cp (Nicholas Paun) #60946 - [
55a3c70780] - fs: fix ENOTDIR in globSync when file is treated as dir (sangwook) #61259 - [
073a145095] - fs: remove duplicate fd validation in sync functions (Mert Can Altin) #61361 - [
b132ecdf60] - fs: validate statfs path (Efe) #61230 - [
0ed0a30f74] - fs: fix rmSync to handle non-ASCII characters (Yeaseen) #61108 - [
99632b1a3b] - fs: remove broken symlinks in rmSync (sangwook) #61040 - [
9cb6757a67] - fs: detect dot files when using globstar (Robin van Wijngaarden) #61012 - [
e22aad19e0] - gyp: aix: change gcc version detection so CXX="ccache g++" works (Stewart X Addison) #61464 - [
59d94ba7e7] - http: fix rawHeaders exceeding maxHeadersCount limit (Max Harari) #61285 - [
ae6a1fd40a] - http,https: fix double ERR_PROXY_TUNNEL emission (Shima Ryuhei) #60699 - [
53bfbaa4b1] - http2: validate initialWindowSize per HTTP/2 spec (Matteo Collina) #61402 - [
14b421b677] - http2,zlib: prefercall()overapply()if argument list is not array (Livia Medeiros) #60834 - [
32b03d0604] - (CVE-2025-59465) lib: add TLSSocket default error handler (RafaelGSS) nodejs-private/node-private#750 - [
4ef7a6c77e] - lib: backport_tls_commonand_tls_wraprefactors (Dario Piotrowicz) #57643 - [
820e0a5cfa] - lib: fix typo inutil.jscomment (Taejin Kim) #61365 - [
8de391e1cb] - lib: fix TypeScript support check in jitless mode (sangwook) #61382 - [
f22f622b3e] - lib: add lint rules for reflective function calls (Michaël Zasso) #60825 - [
603f0bf8e1] - lib: implement all 1-byte encodings in js (Сковорода Никита Андреевич) #61093 - [
1c0a1aa5ef] - lib: gbk decoder is gb18030 decoder per spec (Сковорода Никита Андреевич) #61099 - [
2cf963df73] - lib: enforce use ofURLParse(Antoine du Hamel) #61016 - [
bb90630470] - lib: useFastBufferfor empty buffer allocation (Gürgün Dayıoğlu) #60558 - [
10893a6f13] - lib: refactor JWK import PQC support check (Filip Skokan) #60586 - [
d43806291f] - lib,src: isInsideNodeModules should test on the first non-internal frame (Chengzhong Wu) #60991 - [
0bb8f5fe03] - lib,src,test: fix tests without SQLite (Antoine du Hamel) #60906 - [
f3fe0e7fc2] - lib,test: enforce use ofassert.failvia a lint rule (Antoine du Hamel) #61004 - [
8b783d46ef] - meta: do not fast-track npm updates (Antoine du Hamel) #61475 - [
de4a11b50e] - meta: fix typos in issue template config (Daijiro Wachi) #61399 - [
97b1492783] - meta: label v8 module MRs (René) #61325 - [
9bf899b743] - meta: bump step-security/harden-runner from 2.13.2 to 2.14.0 (dependabot[bot]) #61245 - [
4df7134324] - meta: bump actions/setup-node from 6.0.0 to 6.1.0 (dependabot[bot]) #61244 - [
ff98f610d8] - meta: bump actions/cache from 4.3.0 to 5.0.1 (dependabot[bot]) #61243 - [
86950a41ab] - meta: bump github/codeql-action from 4.31.6 to 4.31.9 (dependabot[bot]) #61241 - [
96901b4828] - meta: bump codecov/codecov-action from 5.5.1 to 5.5.2 (dependabot[bot]) #61240 - [
c90fc7c0d3] - meta: bump peter-evans/create-pull-request from 7.0.9 to 8.0.0 (dependabot[bot]) #61237 - [
f130d4b6de] - meta: move lukekarrys to emeritus (Node.js GitHub Bot) #60985 - [
416f34ccfc] - meta: bump actions/setup-python from 6.0.0 to 6.1.0 (dependabot[bot]) #60927 - [
2239939305] - meta: bump github/codeql-action from 4.31.3 to 4.31.6 (dependabot[bot]) #60926 - [
7f146b6a97] - meta: bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (dependabot[bot]) #60924 - [
d9020f0089] - meta: bump github/codeql-action from 4.31.2 to 4.31.3 (dependabot[bot]) #60770 - [
4bba259d3b] - meta: bump step-security/harden-runner from 2.13.1 to 2.13.2 (dependabot[bot]) #60769 - [
ff11eda2f2] - meta: add Renegade334 to collaborators (Renegade334) #60714 - [
e3b5593c0f] - module: fix sync resolve hooks for require with node: prefixes (Joyee Cheung) #61088 - [
edec5be805] - module: preserve URL in the parent created by createRequire() (Joyee Cheung) #60974 - [
5cc3596eb4] - node-api: fix node_api_create_object_with_properties name (Vladimir Morozov) #61319 - [
179162fe42] - node-api: use Node-API in comments (Vladimir Morozov) #61320 - [
b3fe457a89] - node-api: add napi_set_prototype (siaeyy) #60711 - [
1e13e84f16] - node-api: fix data race and use-after-free in napi_threadsafe_function (Mika Fischer) #55877 - [
36ce6d636d] - node-api: add support for Float16Array (Ilyas Shabi) #58879 - [
95e6659e2b] - node-api: support SharedArrayBuffer in napi_create_dataview (Kevin Eady) #60473 - [
54f58e2fb2] - os: freeze signals constant (Xavier Stouder) #61038 - [
31489310f8] - process: improve process.cwd() error message (TseIan) #61164 - [
f7450a90ed] - repl: move completion logic to internal module (Dario Piotrowicz) #59889 - [
27117625df] - sqlite: add some tests (Guilherme Araújo) #61410 - [
d56066ce8c] - sqlite: improve error messages for tag store (Pramit Sharma) #61096 - [
9d993be6c1] - sqlite: makeSQLTagStore.prototype.sizea getter (René) #60246 - [
ceaa200d16] - src: improve StringBytes::Encode perf on UTF8 (Сковорода Никита Андреевич) #61131 - [
034a5f2346] - src: add missing override specifier to Clean() (Tobias Nießen) #61429 - [
977f46cc20] - src: cache context lookup in vectored io loops (Mert Can Altin) #61387 - [
bb9e4e0784] - src: cache missing package.json files in the C++ package config cache (Michael Smith) #60425 - [
c1aa9f49cd] - src: use starts_with instead of rfind/find (Tobias Nießen) #61426 - [
d3676d0a82] - src: use C++ nullptr in sqlite (Tobias Nießen) #61416 - [
001be8aa7c] - src: use C++ nullptr in webstorage (Tobias Nießen) #61407 - [
4f832b1e3d] - src: fix pointer alignment (jhofstee) #61336 - [
a0a8c96fd1] - src: dump snapshot source with node:generate_default_snapshot_source (Joyee Cheung) #61101 - [
b6d3caeda8] - src: improve StringBytes::Encode perf on ASCII (Сковорода Никита Андреевич) #61119 - [
9c80e5ac87] - src: add HandleScope to edge loop in heap_utils (Mert Can Altin) #60885 - [
09ccd94312] - src: remove redundant CHECK (Tobias Nießen) #61130 - [
6008354b8a] - src: remove unused private field inSQLTagStore(Michaël Zasso) #61027 - [
7484a34a7d] - src: implement Windows-1252 encoding support and update related tests (Mert Can Altin) #60893 - [
47851db855] - src: fix off-thread cert loading in bundled cert mode (Joyee Cheung) #60764 - [
4702a8696b] - src: handle DER decoding errors from system certificates (Joyee Cheung) #60787 - [
19a4926965] - src: use static_cast instead of C-style cast (Michaël Zasso) #60868 - [
6529334dec] - src: add test flag to config file (Marco Ippolito) #60798 - [
d153b30773] - src: split inspector protocol domains files (Chengzhong Wu) #60754 - [
7191b847c6] - src,permission: fix permission.has on empty param (Rafael Gonzaga) #60674 - [
a188b954bb] - src,permission: add debug log on is_tree_granted (Rafael Gonzaga) #60668 - [
b483b5a8ea] - stream: export namespace object from internal end-of-stream module (René) #61455 - [
0472104536] - stream: fix isErrored/isWritable for WritableStreams (René) #60905 - [
dd13f1046f] - test: skip --build-sea tests on platforms where SEA is flaky (Joyee Cheung) #61504 - [
6c18bf26f4] - test: update WPT for url to81a2aed(Node.js GitHub Bot) #61509 - [
f511c24d6b] - test: fix flaky debugger test (Ryuhei Shima) #58324 - [
41710ba953] - test: ensure removeListener event fires for once() listeners (sangwook) #60137 - [
0035f3fa0f] - test: delay writing the files only on macOS (Luigi Pinca) #61532 - [
99c29eb261] - test: add implicit test for fs dispose handling with using (Ilyas Shabi) #61140 - [
e349d34c8a] - test: check new WebCryptoAPI enum values (Filip Skokan) #61406 - [
e75617d25f] - test: split test-esm-loader-hooks (Joyee Cheung) #61374 - [
42110af62a] - test: aix: mark test-emit-on-destroyed as flaky (Stewart X Addison) #61381 - [
180fdbf188] - test: update url web-platform tests (Yagiz Nizipli) #61315 - [
4bac4ecd9d] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60761 - [
39ca74e57e] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60759 - [
7327b04875] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60726 - [
fd6601c710] - test: asserts that import.meta.resolve invokes sync loader hooks (Chengzhong Wu) #61158 - [
da4d4d4fde] - test: check util.parseArgs argv parsing with actual process execution (René) #61089 - [
368b32d410] - test: update WPT for urlpattern toa2e15ad(Node.js GitHub Bot) #61134 - [
e880062de8] - test: make buffer sizes 32bit-aware in test-internal-util-construct-sab (René) #61026 - [
f2706e1166] - test: remove unneccessary repl magic_mode tests (Dario Piotrowicz) #61053 - [
327dd25f86] - test: skip sea tests on riscv64 (Stewart X Addison) #61111 - [
6da34027e2] - test: simplifytest-cli-node-options-docs(Antoine du Hamel) #61006 - [
74df70d1da] - test: mark stringbytes-external-max flaky on AIX (Stewart X Addison) #60995 - [
5513338446] - test: update test426 fixtures (Rich Trott) #60982 - [
9f594f53a7] - test: update WPT for urlpattern toaed1f3d(Node.js GitHub Bot) #60642 - [
18e3b91bf1] - test: deflaketest-repl-paste-big-data(Livia Medeiros) #60975 - [
28ecdc5c98] - test: skip SEA inspect test if inspector is not available (Livia Medeiros) #60872 - [
24a50b31e0] - test: update WPT for WebCryptoAPI to1e49331(Node.js GitHub Bot) #60896 - [
78ad2f4dad] - test: lint moreassert(regexp.test(...))cases (René) #60878 - [
280d567e1c] - test: useassert.matchfor non-literal regexp tests (René) #60879 - [
74b14258cb] - test: fix embedtest in debug windows (Vladimir Morozov) #60806 - [
163c17de51] - test: skip failing tests when compiled without amaro (Yuki Okita) #60815 - [
5763a304d2] - test: fix debug test crashes caused by sea tests (Vladimir Morozov) #60807 - [
1fb83e240d] - test: add lint rule to forbid use ofassert.ok(/regex/.test(…))(Antoine du Hamel) #60832 - [
8c97827913] - test: replace deprecated regex test assertions in http trailers test (Aditya Chopra) #60831 - [
a88bffeedc] - test: prefer major GC in cppgc-object teardown (sangwook) #60672 - [
2e2963f3ed] - test: ensure assertions are reached on HTTP2 tests (Antoine du Hamel) #60730 - [
9b748942ec] - test: ensure assertions are reached on HTTP tests (Antoine du Hamel) #60729 - [
37947e0adf] - test: skip test that cause timeout on IBM i (SRAVANI GUNDEPALLI) #60700 - [
357825979e] - test: add missing r.close() calls in REPL multiline tests (sangwook) #60226 - [
ccecbd9f80] - test: update WPT for WebCryptoAPI toc58b6f4(Node.js GitHub Bot) #60702 - [
63a2400c64] - test: limit the concurrency of WPTRunner for RISC-V (Levi Zim) #60591 - [
ec40989dfb] - test: fix test-strace-openat-openssl for RISC-V (Levi Zim) #60588 - [
b09129df18] - test: split test-runner-run-watch.mjs (Joyee Cheung) #60653 - [
0f05221aec] - test: ensure assertions are reached on more tests (Antoine du Hamel) #60641 - [
078cfa2cd6] - test_runner: fix memory leaks in runner (Abhishek Kv. Savani) #60860 - [
73146e9c50] - test_runner: fix coverage report when a directory is named file (Heath Dutton🕴️ ) #61169 - [
8fc61e45e2] - test_runner: print info when test restarts (Xavier Stouder) #61160 - [
9382be5b16] - test_runner: fix rerun ambiguous test failures (Moshe Atlow) #61392 - [
ce417b14c0] - test_runner: nix dead reporter code (Vas Sudanagunta) #59700 - [
ce79c72829] - test_runner: fix lazytest.assertaccessor (René) #61097 - [
9a25541bd2] - test_runner: propagate V8 options to child process (Pietro Marchini) #60999 - [
d61b0584ca] - test_runner: fix line feed escaping in JUnit (Aliaksandr) #60274 - [
fc98343591] - test_runner: simplify code and make it more consistent (Antoine du Hamel) #60777 - [
36e29bf400] - (CVE-2026-21637) tls: route callback exceptions through error handlers (Matteo Collina) nodejs-private/node-private#782 - [
bc610a825d] - tools: update gyp-next to 0.21.1 (Node.js GitHub Bot) #61528 - [
c335462a6a] - tools: validate release commit diff as part oflint-release-proposal(Antoine du Hamel) #61440 - [
0e53c48ab6] - tools: fix vcbuild lint-js-build (Vladimir Morozov) #61318 - [
f989fdc469] - tools: bump the eslint group in /tools/eslint with 2 updates (dependabot[bot]) #61246 - [
f104719490] - tools: only report commit validation failure on Slack (Antoine du Hamel) #61124 - [
0267293e79] - tools: use sparse-checkout in linter jobs (Antoine du Hamel) #61123 - [
2c861d4bd4] - tools: simplifynotify-on-push(Antoine du Hamel) #61050 - [
678f2caa71] - tools: fix update-nghttp2 signature verification (Richard Lau) #61035 - [
2ef5be0570] - tools: improve log output ofcreate-release-proposal(Antoine du Hamel) #61028 - [
cd5c76cffe] - tools: fixvcbuild testwhen path contain spaces (stduhpf) #56481 - [
da6cb8e1d2] - tools: do not runtest-linuxworkflow for changes onvcbuild.bat(Antoine du Hamel) #60979 - [
49f7a8c07a] - tools: bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /tools/doc (dependabot[bot]) #60930 - [
4f12d38359] - tools: replace deprecated eslint-plugin-markdown (Michaël Zasso) #60908 - [
78aef6c098] - tools: remove deprecated ESLint plugins (Michaël Zasso) #60908 - [
de57704198] - tools: update ESLint dependencies (Michaël Zasso) #60908 - [
fd155c9764] - tools: disable some new cpplint rules before update (Michaël Zasso) #60901 - [
f7f987305b] - tools: don't fetch V8 deps in the source tree (Richard Lau) #60883 - [
f7a7e363f9] - tools: add temporal updater (Chengzhong Wu) #60828 - [
a7bb9746ba] - tools: dump config.gypi as json (Chengzhong Wu) #60794 - [
23792b1334] - tools: bump js-yaml from 4.1.0 to 4.1.1 in /tools/lint-md (dependabot[bot]) #60781 - [
5b75fec005] - tools: bump js-yaml from 4.1.0 to 4.1.1 in /tools/doc in the doc group (dependabot[bot]) #60766 - [
a8cf03323b] - tools: update install_tools.bat old echo from 2019 to 2022 (David Hidalgo) #60736 - [
1e9281e147] - tools: remove unsupportedcooldownfrom Dependabot config (Antoine du Hamel) #60747 - [
497184baff] - tools: update sccache to v0.12.0 (Michaël Zasso) #60723 - [
0a33189050] - tools: update gyp-next to 0.21.0 (Node.js GitHub Bot) #60645 - [
d2c8dd29cc] - tools,doc: fix format-md files list (Stefan Stojanovic) #61147 - [
0ca4fac44a] - typings: add typing for string_decoder (Taejin Kim) #61368 - [
2e387fb969] - url: update ada to v3.4.2 and support unicode 17 (Yagiz Nizipli) #61593 - [
d65326c4e6] - url: add fast path to getPathFromURL decoder (Gürgün Dayıoğlu) #60749 - [
77f72e0bfc] - url: remove array.reduce usage (Gürgün Dayıoğlu) #60748 - [
bfee9d0187] - util: optimize toASCIILower function using V8s native toLowerCase (Mert Can Altin) #61107 - [
6acc9d75ec] - util: limitinspectto only show own properties (Ruben Bridgewater) #61032 - [
bb6e680eb1] - util: fix parseArgs skipping positional arg with --eval and --print (azadgupta1) #60814 - [
b97081a7ba] - util: assert getCallSites does not invoke Error.prepareStackTrace (Chengzhong Wu) #60922 - [
722094ca3a] - util: safely inspect getter errors whose message throws (Yves M.) #60684 - [
746206b6ee] - v8: add GCProfiler support for erm (Ilyas Shabi) #61191 - [
bb206782d4] - v8: mark v8.queryObjects() as stable (Joyee Cheung) #60957 - [
e0ff861a8e] - worker: update code examples fornode:worker_threadsmodule (fisker Cheung) #58264 - [
06be1db72c] - worker: remove not implemented declarations (Artur Gawlik) #60655 - [
c9b0dc60ec] - zlib: validate write_result array length (Ryuhei Shima) #61342 - [
ba318c5d44] - zlib: add CHECK to validate fast path input (Matteo Collina) #61175
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.