René's URL Explorer Experiment


Title: 2026-05-07, Version 26.1.0 by aduh95 · Pull Request #63137 · nodejs/node · GitHub

Open Graph Title: 2026-05-07, Version 26.1.0 by aduh95 · Pull Request #63137 · nodejs/node

X Title: 2026-05-07, Version 26.1.0 by aduh95 · Pull Request #63137 · nodejs/node

Description: Experimental node:ffi module Node.js now includes an experimental node:ffi module for loading dynamic libraries and calling native symbols from JavaScript. The API is gated behind the --experimental-ffi flag and, when the Permission Model is enabled, requires --allow-ffi. This API is inherently unsafe. Invalid pointers, incorrect signatures, or accessing memory after it has been freed can crash the process or corrupt memory. Contributed by Paolo Insogna and Colin Ihrig in #62072. Other Notable Changes [34a6454fe3] - (SEMVER-MINOR) buffer: add end parameter (Robert Nagy) #62390 [073e84d7fe] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #62527 [5b9cb10a5f] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #62553 [98f9becd16] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #62713 [06defaa2ea] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #57775 [db66a963bf] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #62277 [87adb3472b] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #63082 [9047ec12ce] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #62541 [ab66de8eaa] - (SEMVER-MINOR) process: throw on execve(2) failure instead of aborting (Bryan English) #62878 [8273682c87] - (SEMVER-MINOR) src: allow empty --experimental-config-file (Marco Ippolito) #61610 [fbff28f7e6] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #61098 [a8c773a0c7] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #62820 [b883a5eaea] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #60751 [a21ae1771e] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #61747 [b85c73ff10] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #61556 Commits [1b959d02c2] - assert,util: fix stale nested cycle memo entries (Ruben Bridgewater) #62509 [bbeb38d210] - buffer: fix end parameter bugs in indexOf/lastIndexOf (Robert Nagy) #62711 [34a6454fe3] - (SEMVER-MINOR) buffer: add end parameter (Robert Nagy) #62390 [8b91526cd5] - build: track PDL files as inputs in inspector GN build (Robo) #62888 [da40ed7842] - build: remove armv6 from experimental platforms (René) #63063 [b36e55a23e] - build: make test-addons dependency-free (Joyee Cheung) #62388 [c27f3cf8f2] - build: add --enable-all-experimentals build flag (Paolo Insogna) #62755 [0d73b63a76] - build: fix cargo check when Temporal is disabled (Antoine du Hamel) #62730 [d8f97e6f7b] - build: fix ffi dependency compilation (Paolo Insogna) #62731 [d1eb7b340f] - build: fix stray debug string in LIEF defines (Om Ghante) #62683 [845283009d] - build: remove redundant -fuse-linker-plugin from GCC LTO flags (Daniel Lando) #62667 [a6e99879f4] - build,win: enable x64 PGO (Stefan Stojanovic) #62761 [38befee0fb] - crypto: add JWK support for ML-KEM and SLH-DSA key types (Filip Skokan) #62706 [b10653ad87] - crypto: add guards and adjust tests for BoringSSL (Filip Skokan) #62883 [2a7a69c6b0] - crypto: reject unintended raw key format string input (Filip Skokan) #62974 [bad1e2fe6a] - crypto: fix unsigned conversion of 4-byte RSA publicExponent (DeepView Autofix) #62839 [c9d5bae598] - crypto: remove Argon2 KDF derivation from its job setup (Filip Skokan) #62863 [6eea52426f] - crypto: reject duplicate ML-KEM JWK key_ops (Filip Skokan) #62905 [80d4836616] - crypto: deduplicate and canonicalize CryptoKey usages (Filip Skokan) #62902 [8950247027] - crypto: reject inherited key type names (Jonathan Lopes) #62875 [3f42f9615a] - crypto: strengthen argument CHECKs in TurboSHAKE (Tobias Nießen) #62763 [28346d999b] - crypto: guard against size_t overflow on experimental 32-bit arch (Filip Skokan) #62626 [d4cec263c4] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #62527 [073e84d7fe] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #62527 [518b578fe7] - crypto: add memory tracking for secureContext openssl objects (Mert Can Altin) #59051 [5b9cb10a5f] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #62553 [7133826053] - debugger: move ProbeInspectorSession and helpers to separate files (Joyee Cheung) #63013 [98f9becd16] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #62713 [94ac62a2d1] - deps: update undici to 8.2.0 (Node.js GitHub Bot) #63092 [ef71de87e6] - deps: update amaro to 1.1.9 (Node.js GitHub Bot) #63090 [c4f0ef881a] - deps: update llhttp to 9.4.1 (Node.js GitHub Bot) #63045 [d29fbc0029] - deps: fix integration issues with the latest nghttp2 (Tim Perry) #62891 [537825acee] - deps: update nghttp2 to 1.69.0 (Node.js GitHub Bot) #62891 [4446bf694d] - deps: update corepack to 0.34.7 (Node.js GitHub Bot) #62810 [8f55327f1c] - deps: fix libffi macos build (Paolo Insogna) #63006 [3dee18f72f] - deps: patch V8 to 14.6.202.34 (Node.js GitHub Bot) #62964 [e281b247e6] - deps: update timezone to 2026b (Node.js GitHub Bot) #62962 [4dd982df13] - deps: upgrade npm to 11.13.0 (npm team) #62898 [61c0ff4a13] - deps: cherry-pick libuv/libuv@439a54b (skooch) #62881 [d26ca462ae] - deps: update undici to 8.1.0 (Node.js GitHub Bot) #62728 [6f08489ac9] - deps: update sqlite to 3.53.0 (Node.js GitHub Bot) #62699 [713601e8bd] - deps: update nbytes to 0.1.4 (Node.js GitHub Bot) #62698 [578cf1c0c1] - deps: update archs files for openssl-3.5.6 (Node.js GitHub Bot) #62629 [4a4ef13c67] - deps: upgrade openssl sources to openssl-3.5.6 (Node.js GitHub Bot) #62629 [2f3eca8c1e] - deps: update perfetto to 54.0 (Chengzhong Wu) #62397 [944ed9b739] - deps: add perfetto build files (Chengzhong Wu) #62397 [15530a7484] - deps: update ngtcp2 to 1.22.0 (Node.js GitHub Bot) #62595 [b813b4c4b5] - deps: update minimatch to 10.2.5 (Node.js GitHub Bot) #62594 [38e7ce58c5] - deps: update googletest to d72f9c8aea6817cdf1ca0ac10887f328de7f3da2 (Node.js GitHub Bot) #62593 [b5c573ed14] - deps: update simdjson to 4.6.1 (Node.js GitHub Bot) #62592 [318e2c7cd3] - deps: libuv: cherry-pick aabb7651de (Santiago Gimeno) #62561 [c6ccbd742a] - deps: libuv: reapply 3a9a6e3e6b (Andy Pan) #62561 [4ad07de7ae] - diagnostics_channel: add BoundedChannel and scopes (Stephen Belanger) #61680 [5f6dfbf68e] - doc: fix changelog for chromium numbering (Rafael Gonzaga) #63133 [30c4b3658c] - doc: fix the TypeScript Execute (tsx) project link (David Thornton) #63093 [ca3c3097f1] - doc: minor structural stream/iter edits (René) #63089 [92324aab6f] - doc: remove typo comma from man page (Vas Sudanagunta) #63080 [712a15da73] - doc: correct diagnostics_channel built-in channel names (Bryan English) #62995 [c92cb6fe0d] - doc: use mjs/cjs blocks for callbackify null reason example (Daijiro Wachi) #62884 [020776d4d6] - doc: fix typo in test.md (Rich Trott) #62960 [7d52f2061e] - doc: correct typo in PR contribution instructions (Mike McCready) #62738 [70e8944676] - doc: fix duplicate word "of of" in postMessageToThread (Daijiro Wachi) #62917 [11c6c29284] - doc: fix duplicate word "to to" in util.styleText (Daijiro Wachi) #62917 [242adab671] - doc: fix duplicate word "for for" in compile cache (Daijiro Wachi) #62917 [b9f3abd63e] - doc: fix doubled word typo in stream_iter.md (Daijiro Wachi) #62916 [7a52fd0448] - doc: fix typo in dns.lookup options description (Daijiro Wachi) #62882 [acd7e18a8c] - doc: fix Argon2 parameter bounds (Tobias Nießen) #62868 [b43ecf40bb] - doc: trust FFI in the threat model (Paolo Insogna) #62852 [981ce96b03] - doc: fix typos and inconsistencies in crypto.md and webcrypto.md (Filip Skokan) #62828 [acc52ef257] - doc: clarify diffieHellman.generateKeys recomputes same key (Kit Dallege) #62205 [ae87597c07] - doc: remove Ayase-252 and meixg from triagger team (Antoine du Hamel) #62841 [1cd3694a5f] - doc: clarify dns.lookup() callback signature when all is true (eungi) #62800 [40a4337d65] - doc: add experimental modules lifetime policy (Paolo Insogna) #62753 [46f48222f8] - doc: clarify process._debugProcess() in Permission Model (Fahad Khan) #62537 [6eb9917497] - doc: fix typo in devcontainer guide (Rohan Santhosh Kumar) #62687 [3826c5ed7e] - doc: clarify Backport-PR-URL metadata added automatically (Mike McCready) #62668 [5d7e0dbbd8] - doc: update WPT test runner README.md (Filip Skokan) #62680 [e9d76b2a75] - doc: fix spelling in release announcement guidance (Rohan Santhosh Kumar) #62663 [1ae41cebb0] - doc: note GCC >= 14 requirement for native riscv64 builds (Jamie Magee) #62607 [9b29be6a28] - doc: note non-monotonic clock in crypto.randomUUIDv7 (nabeel378) #62600 [5ae59553f6] - doc: update bug bounty program (Rafael Gonzaga) #62590 [ce3f4c85dd] - doc: document TransformStream transformer.cancel option (Tom Pereira) #62566 [08a9ba73e4] - doc: mention test runner retry attemp is zero based (Moshe Atlow) #62504 [32f2169ede] - doc,src,test: fix dead inspector help URL (semimikoh) #62745 [870c1cd3f4] - doc,test: mem protection must be observed in ffi (Bryan English) #62818 [3d5cf171dc] - esm: add ERR_REQUIRE_ESM_RACE_CONDITION (Antoine du Hamel) #62462 [2004d8d6db] - ffi: make FFIFunctionInfo a BaseObject subclass (Anna Henningsen) #63071 [53eb7abeba] - ffi: prevent premature GC of DynamicLibrary (semimikoh) #63024 [58dc92f502] - ffi: support Symbol.dispose on DynamicLibrary (Matteo Collina) #62925 [528f8b2bae] - ffi: add shared-buffer fast path for numeric and pointer signatures (Bryan English) #62918 [42ac8b9ae7] - fs: add followSymlinks option to glob (Matteo Collina) #62695 [873c2bca70] - fs: restore fs patchability in ESM loader (Joyee Cheung) #62835 [349c7502c3] - fs: validate position argument before length === 0 early return (Edy Silva) #62674 [06defaa2ea] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #57775 [db66a963bf] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #62277 [3191d2936a] - http: emit 'drain' on OutgoingMessage only after buffers drain (Robert Nagy) #62936 [87adb3472b] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #63082 [e0b79633f6] - http: fix leaked error listener on sync HTTP req create + destroy (Tim Perry) #62872 [70c5491f53] - http: fix no_proxy leading-dot suffix matching (Daijiro Wachi) #62333 [60a585e68a] - http: cleanup pipeline queue (Robert Nagy) #62534 [9047ec12ce] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #62541 [01eed5901b] - http2: expose writable stream state on compat response (T) #63003 [19b7adf3ba] - inspector: fix absolute URLs in network http (bugyaluwang) #62955 [4d10823fbb] - inspector: coerce key and value to string in webstorage events (Ali Hassan) #62616 [9a3ac66cc5] - inspector: return errors when CDP protocol event emission fails (Ryuhei Shima) #62162 [c89501c6e5] - inspector: auto collect webstorage data (Ryuhei Shima) #62145 [ef08c5016a] - lib: refactor internal webidl converters (Filip Skokan) #62979 [d0744c6a99] - lib: add Temporal to frozen intrinsics (René) #63029 [6d81cb17b3] - lib: avoid quadratic shift() in startup snapshot callback (Daijiro Wachi) #62914 [3491f73051] - lib: fix FLOAT_32 and FLOAT_64 type constants in ffi (Daijiro Wachi) #62892 [c4ca303b36] - lib: harden kKeyOps lookup with null prototype (Filip Skokan) #62877 [2e612fe070] - lib: short-circuit WebIDL BufferSource SAB check (Filip Skokan) #62833 [e850ee9c69] - lib: add new methods and error codes (Paolo Insogna) #62762 [e21b873589] - lib: use js-only implementation of isDataView() (René) #62780 [f454d1719d] - lib: fix lint in internal/webstreams/util.js (Filip Skokan) #62806 [fbd8ededba] - lib: fix sequence argument handling in Blob constructor (Ms2ger) #62179 [16860e6abd] - lib: improve Web Cryptography key validation ordering (Filip Skokan) #62749 [ba3f3e1753] - lib: reject SharedArrayBuffer in web APIs per spec (Ali Hassan) #62632 [d065e996bb] - lib: defer AbortSignal.any() following (sangwook) #62367 [2a711f4b0c] - (SEMVER-MINOR) lib,src,test,doc: add node:ffi module (Colin Ihrig) #62072 [d578343582] - meta: bump github/codeql-action from 4.35.1 to 4.35.3 (dependabot[bot]) #63074 [1b4b90d544] - meta: bump Mozilla-Actions/sccache-action from 0.0.9 to 0.0.10 (dependabot[bot]) #63073 [1477349e47] - meta: bump actions/upload-artifact from 7.0.0 to 7.0.1 (dependabot[bot]) #63072 [ecb7de271a] - meta: bump cachix/install-nix-action from 31.10.3 to 31.10.5 (dependabot[bot]) #62846 [fb91408312] - meta: bump actions/upload-artifact from 7.0.0 to 7.0.1 (dependabot[bot]) #62850 [7eb9a6be68] - meta: add automation policy (Chengzhong Wu) #62871 [6f053a4cb8] - meta: update CODEOWNERS for FFI (Paolo Insogna) #62853 [88fe50a725] - meta: move VoltrexKeyva to emeritus (Matteo Collina) #62895 [42e770bdd0] - meta: bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (dependabot[bot]) #62845 [952d005233] - meta: bump step-security/harden-runner from 2.16.1 to 2.19.0 (dependabot[bot]) #62844 [1bd19d9768] - meta: bump actions/github-script from 8.0.0 to 9.0.0 (dependabot[bot]) #62843 [386244a7dd] - meta: bump actions/setup-node from 6.3.0 to 6.4.0 (dependabot[bot]) #62842 [16b2c41f70] - meta: broaden stale bot (Aviv Keller) #62658 [41e7a4ba82] - meta: pass release version to release worker (flakey5) #62777 [632821db85] - meta: add QUIC to CODEOWNERS (Tim Perry) #62652 [4a7ad93ed8] - meta: move Michael to emeritus (Michael Dawson) #62536 [44d5a33efb] - meta: populate apt list for slim runner in update-openssl workflow (René) #62628 [d874596aa3] - meta: bump cachix/install-nix-action from 31.9.1 to 31.10.3 (dependabot[bot]) #62551 [1631b27e2b] - meta: bump step-security/harden-runner from 2.15.0 to 2.16.1 (dependabot[bot]) #62550 [4de376894d] - meta: bump actions/download-artifact from 8.0.0 to 8.0.1 (dependabot[bot]) #62549 [39da4d7bd6] - meta: bump actions/setup-node from 6.2.0 to 6.3.0 (dependabot[bot]) #62548 [62e3aa55ad] - meta: bump github/codeql-action from 4.32.4 to 4.35.1 (dependabot[bot]) #62547 [83986de8a2] - meta: bump codecov/codecov-action from 5.5.2 to 6.0.0 (dependabot[bot]) #62545 [18e56861dc] - meta: bump cachix/cachix-action from 16 to 17 (dependabot[bot]) #62544 [d4e49d567a] - meta: bump actions/cache from 5.0.3 to 5.0.4 (dependabot[bot]) #62543 [2c5a914af4] - meta: require DCO signoff in commit message guidelines (James M Snell) #62510 [f21039ce59] - meta: expand memory leak DoS criteria to all DoS (Joyee Cheung) #62505 [bb6293ab7c] - module: remove duplicated checks from _resolveFilename (Antoine du Hamel) #62729 [34ec8c9f5c] - module,win: fix long subpath import (Stefan Stojanovic) #62101 [de46e68918] - node-api: update libuv ABI stability note (Chengzhong Wu) #62789 [78c7d77bbf] - node-api: add napi_create_external_sharedarraybuffer (Ben Noordhuis) #62623 [a0ccf94f61] - node-api: execute tsfn finalizer after queue drains when aborted (Kevin Eady) #61956 [ab66de8eaa] - (SEMVER-MINOR) process: throw on execve(2) failure instead of aborting (Bryan English) #62878 [20151be8cb] - process: handle rejections only when needed (Gürgün Dayıoğlu) #62919 [9b24a815a2] - quic: add QuicEndpoint.listening & QuicStream.destroy() and tests (Tim Perry) #62648 [761a96740c] - quic: fixup token verification to handle zero expiration (James M Snell) #62620 [4ade02ac85] - quic: support multiple ALPN negotiation (James M Snell) #62620 [b2e2e648e4] - quic: apply multiple TLS context improvements and SNI support (James M Snell) #62620 [56b941af4a] - quic: implement rapidhash for hashing improvements (James M Snell) #62620 [7cda4300b8] - quic: use arena allocation for packets (James M Snell) #62589 [1e8fa2f1bd] - sqlite: use OneByte for ASCII text and internalize col names (Ali Hassan) #61954 [3af44ee508] - sqlite: add serialize() and deserialize() (Ali Hassan) #62579 [6386914b4b] - src: decouple KeyObject and CryptoKey and move CryptoKey to src (Filip Skokan) #62924 [2dc1d205ee] - (SEMVER-MAJOR) src: replace uses of deprecated v8::External APIs (gahaas) #61898 [cb33a794a5] - src: remove license headers for new node_profiling files (Chengzhong Wu) #63066 [59860eb798] - src: swap dotenv and config file parsing order (Marco Ippolito) #63035 [fda439cb58] - src: use unique_ptr for ffi memory management (Anna Henningsen) #63071 [56917afc57] - src: split profiling helpers from util (Ilyas Shabi) #63008 [fca56a409d] - src: add missing for abort() declaration (Charles Kerr) #63001 [d49c89e915] - src: make node.config.json throw at unknown fields (Marco Ippolito) #62992 [e89c8e9b68] - src: fix crash in GetErrorSource() for invalid using syntax (semimikoh) #62770 [d89f719ce0] - src: remove outdated comments in contextify (Chengzhong Wu) #62932 [5117a3e52b] - src: simplify TCPWrap::Connect signature (Anna Henningsen) #62929 [41bd288ec7] - src: align FFI error handling with Node.js source (Anna Henningsen) #62858 [faaccfb9df] - src: simplify and fix FFI ArrayBuffer accesses (Anna Henningsen) #62857 [43bf39c350] - src: use DCHECK in AsyncWrap::MakeCallback instead emiting a warning (Gerhard Stöbich) #62795 [da52b09859] - src: fix MaybeStackBuffer char_traits deprecation warning (om-ghante) #62507 [2b12bca317] - src: use context-free V8 message column getters (René) #62778 [7efc2ce7b3] - src: clean up experimental flag variables (Antoine du Hamel) #62759 [8273682c87] - (SEMVER-MINOR) src: allow empty --experimental-config-file (Marco Ippolito) #61610 [b844c24395] - src: coerce spawnSync args to string once (Antoine du Hamel) #62633 [28679d76c4] - src: use stack allocation for small string encoding (Ali Hassan) #62431 [144ef93735] - src: add contextify interceptor debug logs (Chengzhong Wu) #62460 [d34cfb512e] - stream: remove redundant method check from iter.pipeToSync (René) #63099 [a95830b72a] - stream: copyedit webstreams/adapter.js (Antoine du Hamel) #63034 [4bf3e1e084] - stream: remove duplicated utility (Antoine du Hamel) #63031 [214a8c197b] - stream: simplify setPromiseHandled utility (Antoine du Hamel) #63032 [c12a767ff2] - stream: validate ReadableStream.from iterator objects (Daeyeon Jeong) #62911 [b09953d2d4] - stream: reject duplicate nested transferables (Daeyeon Jeong) #62831 [b9929622f3] - stream: ensuring cross-destruction in _duplexify to prevent leaks (Daijiro Wachi) #62824 [c51a39b3ec] - stream: simplify readableStreamFromIterable (Antoine du Hamel) #62651 [36078574b9] - stream: fix nested compose error propagation (Matteo Collina) #62556 [e1928cd481] - stream: allow shared array buffer sources in writable webstream adapter (René) #62163 [450e0519d9] - stream: simplify createPromiseCallback (Antoine du Hamel) #62650 [57e59ea070] - stream: fix writev unhandled rejection in fromWeb (sangwook) #62297 [958373413c] - stream: noop pause/resume on destroyed streams (Robert Nagy) #62557 [ee38d2c43d] - stream: refactor duplexify to be less suceptible to prototype pollution (Antoine du Hamel) #62559 [fbff28f7e6] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #61098 [d7317f4f90] - stream: add stream/iter to classic stream adapters (James M Snell) #62469 [55298c443f] - test: accept OpenSSL 4 generic internal error for DH key-type mismatches (Filip Skokan) #62805 [96581bccc7] - test: update WPT for url to 258f285de0 (Node.js GitHub Bot) #63087 [c73aba07fb] - test: run Temporal presence checks without V8 flag (René) #63028 [9c94dce55b] - test: export isRiscv64 from common module (Jamie Magee) #62609 [33c5f7fdbf] - test: normalize known inspector crash as completion (Joyee Cheung) #62851 [8146a97bc3] - test: update WPT for streams to f8f26a372f (Node.js GitHub Bot) #62864 [7c77c301c9] - test: account for RFC 7919 FFDHE negotiation in OpenSSL 4.0 (Filip Skokan) #62805 [9bf7604eb6] - test: skip tls-deprecated secp256k1 on OpenSSL 4.0 (Filip Skokan) #62805 [d173604b53] - test: use an always invalid cipher and cover OpenSSL 4.0 behaviours (Filip Skokan) #62805 [72f52163b4] - test: use valid DER OCSP responses (Filip Skokan) #62805 [e242394ad9] - test: skip test-tls-error-stack when engines are unsupported (Filip Skokan) #62805 [9bff52ebf8] - test: accept renamed OpenSSL 4.0 error code and reason (Filip Skokan) #62805 [d9b8cc1b68] - test: update test/addons/openssl-binding for OpenSSL 4.0 (Filip Skokan) #62805 [960fb16287] - test: mark test-snapshot-reproducible flaky (Filip Skokan) #62808 [7a12dd58cf] - test: check contextify contextual store behavior in strict mode (René) #62571 [c73c8e603f] - test: skip test-temporal-with-zoneinfo on system-icu builds (Antoine du Hamel) #62754 [48a3ca303e] - test: generate localstorage.db in a temp dir (Chengzhong Wu) #62660 [1a41c2c5db] - test: update tls junk data error expectations (Filip Skokan) #62629 [115e8c2052] - test: ensure WPT report is in out/wpt (Filip Skokan) #62637 [cb07b918bd] - test: improve WPT runner summary (Filip Skokan) #62636 [7f48438380] - test: skip url WPT subtests instead of modifying test script (Filip Skokan) #62635 [4097fb95d7] - test: capture negative utimes mtime at call time (Yuya Inoue) #62490 [e29f46df81] - test: allow skipping individual WPT subtests (Filip Skokan) #62517 [4d546886c3] - test: use on-disk fixture for test-npm-install (Joyee Cheung) #62584 [5b35eb02ec] - test: update WPT for url to 7a3645b79a (Node.js GitHub Bot) #62591 [7a8610835d] - test_runner: fix failing suite hooks when marked with todo (Moshe Atlow) #63097 [a8c773a0c7] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #62820 [dc0d757c8a] - test_runner: fix suite rerun edge case (Moshe Atlow) #62860 [b883a5eaea] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #60751 [6fa62b7d58] - test_runner: add testId to test events (Moshe Atlow) #62772 [39e08340ff] - test_runner: publish to TracingChannel for OTel instrumentation (Moshe Atlow) #62502 [a21ae1771e] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #61747 [cf0edeb65d] - test_runner: add passed, attempt, and diagnostic to SuiteContext (Moshe Atlow) #62504 [644e2399d6] - test_runner: add getTestContext() (Moshe Atlow) #62501 [480d538830] - tools: use npm ci in Undici update script (Antoine du Hamel) #63098 [9afb013edd] - tools: update nixpkgs-unstable to c6d65881c5624c9cae5ea6cedef24699b0c (Node.js GitHub Bot) #63091 [b9f2f5a90a] - tools: bump postcss from 8.5.8 to 8.5.10 in /tools/doc (dependabot[bot]) #62966 [09e4f4caca] - tools: use LTS Node.js in notify-on-push workflow (Nenad Spasenic) #63084 [2af4c89774] - tools: implements a few nits on build-aarch64-linux-v8 (Antoine du Hamel) #63048 [cf9c1849ca] - tools: update gr2m/create-or-update-pull-request-action to v1.10.1 (Mike McCready) #63065 [96370a57ed] - tools: simplify update-undici.sh (Antoine du Hamel) #63044 [b90486edd8] - tools: do not run test-linux on unrelated tools changes (Antoine du Hamel) #63037 [ac49e7c9fc] - tools: migrate from openssl-matrix.json to openssl-matrix.nix (Antoine du Hamel) #63036 [a9df3e37fd] - tools: update labels for nixpkgs pin bumps (Antoine du Hamel) #62994 [cee0154af8] - tools: reuse V8 builds even without Cachix on test-shared (Antoine du Hamel) #62980 [78c183da6b] - tools: do not include HTML docs in slim tarball (Antoine du Hamel) #62989 [04ce9df084] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #62848 [4d2952c00a] - tools: update nixpkgs-unstable to 01fbdeef22b76df85ea168fbfe1bfd9e636 (Node.js GitHub Bot) #62963 [555ad12f27] - tools: update gyp-next to 0.22.1 (Node.js GitHub Bot) #62961 [f92cbc2c81] - tools: fix commit linter for semver-major release proposals (Antoine du Hamel) #62993 [3b5bb4d758] - tools: consolidate and simplify .editorconfig deps section (Daijiro Wachi) #62887 [027bef4f3e] - tools: add non-default OpenSSL versions to the test-shared workflow (Filip Skokan) #62862 [fdcd7752de] - tools: set bot as author of tools-deps-update PRs (Antoine du Hamel) #62856 [ab7be6d987] - tools: bump brace-expansion from 5.0.4 to 5.0.5 in /tools/eslint (dependabot[bot]) #62458 [82281ffd59] - tools: bump brace-expansion in /tools/clang-format (dependabot[bot]) #62467 [48bb51b3d7] - tools: update nixpkgs-unstable to ab72be9733b41190ea34f1422a3e4e243ed (Node.js GitHub Bot) #62821 [67baa3254b] - tools: bump @node-core/doc-kit in /tools/doc in the doc group (dependabot[bot]) #62512 [bdee0a859d] - tools: exclude @node-core/doc-kit from dependabot cooldown (Levi Zim) #62775 [9e19f55214] - tools: re-enable undici WPTs in daily wpt.fyi job (Filip Skokan) #62677 [1eedbdded9] - tools: use upstream version of OpenSSL in test-shared (Antoine du Hamel) #62679 [3490c1fba1] - tools: pass the Temporal disable flag when disabled in shell.nix (Antoine du Hamel) #62733 [3a29dafd2d] - tools: fix --shared-ffi compilation on macOS (Antoine du Hamel) #62737 [5cb9108b9c] - tools: update nixpkgs-unstable to 13043924aaa7375ce482ebe2494338e0582 (Node.js GitHub Bot) #62700 [757cd21ea0] - tools: update gyp-next to 0.22.0 (Node.js GitHub Bot) #62697 [fad51c2f03] - tools: add a check for clean git tree after tests (Antoine du Hamel) #62661 [d1c517fd61] - tools: improve backport review script (Antoine du Hamel) #62573 [6d169c75f7] - tools: make v8.nix more stable (Antoine du Hamel) #62508 [1587a60bf8] - tools: add perfetto updater (Chengzhong Wu) #62397 [f54d74a5e7] - tools: improve output for unexpected passes in WTP tests (Antoine du Hamel) #62587 [a86c96333c] - tools: revert OpenSSL update workflow to ubuntu-latest (Richard Lau) #62627 [c9860f5800] - tools: update nixpkgs-unstable to a6522db5b947cd7026a40d02acc3ca26136 (Node.js GitHub Bot) #62596 [ae41e2a141] - tools: bump the eslint group in /tools/eslint with 2 updates (dependabot[bot]) #62552 [e2ba824407] - tools: allow triagers to queue a PR for CI until it's reviewed (Antoine du Hamel) #62524 [899d780f15] - tools: do not run commit-lint on release proposals (Antoine du Hamel) #62523 [102da27b4e] - url: process crash via malformed UNC hostname in pathToFileURL() (Nicola Del Gobbo) #62574 [3abd78c3e5] - url: optimize URLSearchParams set/delete duplicate handling (Gürgün Dayıoğlu) #62266 [fd3bf3830b] - url: align default argument handling for URLPattern with webidl (Filip Skokan) #62719 [b85c73ff10] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #61556 [c1d6b3db73] - v8: add cpu profile options (Ilyas Shabi) #62684 [717d9a7fda] - v8: add heap profile API (Ilyas Shabi) #62273 [2b885667a9] - watch: track worker entry files in watch mode (SudhansuBandha) #62368 [457fb55193] - watch: fix --env-file-if-exists crashing on linux if the file is missing (Efe) #61870 [44416ea3fd] - doc: fix documentation history missing 25.9.0 (Antoine du Hamel) #63151

Open Graph Description: Experimental node:ffi module Node.js now includes an experimental node:ffi module for loading dynamic libraries and calling native symbols from JavaScript. The API is gated behind the --experimenta...

X Description: Experimental node:ffi module Node.js now includes an experimental node:ffi module for loading dynamic libraries and calling native symbols from JavaScript. The API is gated behind the --experimenta...

Opengraph URL: https://github.com/nodejs/node/pull/63137

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:338a3e82-933b-db1c-79eb-04d30ad4f376
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idE426:117F59:1680BA2:204F698:6A4CCDC1
html-safe-nonce4296125fb8b98e8f4bf21d4edde16701f40982bca842a07fba4d75e3fcf10358
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNDI2OjExN0Y1OToxNjgwQkEyOjIwNEY2OTg6NkE0Q0NEQzEiLCJ2aXNpdG9yX2lkIjoiNjk0OTk1Mjc4OTgwODk5MTY4MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6b8d7f10813a15c75d04587779e2117699c1f7064c185d455d423c8b96bf67b3
hovercard-subject-tagpull_request:3633310898
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/nodejs/node/pull/63137/files
twitter:imagehttps://avatars.githubusercontent.com/u/14309773?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/14309773?s=400&v=4
og:image:altExperimental node:ffi module Node.js now includes an experimental node:ffi module for loading dynamic libraries and calling native symbols from JavaScript. The API is gated behind the --experimenta...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneee8a9d18044a05fe2d57b9ae797da38c8be34effb03f015f7c42e94770d28a1b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef84814acc6f036583fd43463f5847a846243d2a4
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/pull/63137/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F63137%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fpull%2F63137%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/pull/63137/files
Reloadhttps://github.com/nodejs/node/pull/63137/files
Reloadhttps://github.com/nodejs/node/pull/63137/files
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 962 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fnodejs%2Fnode%2Fissues%2Fnew%2Fchoose
aduh95https://github.com/aduh95
v26.xhttps://github.com/nodejs/node/tree/v26.x
v26.1.0-proposalhttps://github.com/nodejs/node/tree/v26.1.0-proposal
Conversation 16 https://github.com/nodejs/node/pull/63137
Commits 250 https://github.com/nodejs/node/pull/63137/commits
Checks 32 https://github.com/nodejs/node/pull/63137/checks
Files changed https://github.com/nodejs/node/pull/63137/files
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
2026-05-07, Version 26.1.0 https://github.com/nodejs/node/pull/63137/files#top
Show all changes 284 commits https://github.com/nodejs/node/pull/63137/files
5b35eb0 test: update WPT for url to 7a3645b79a nodejs-github-bot Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/5b35eb02eca0e11b40676a7222f1db51cb9adab7
4d54688 test: use on-disk fixture for test-npm-install joyeecheung Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/4d546886c39bdc8c64da211767a5b43eb06d5e6f
b5c573e deps: update simdjson to 4.6.1 nodejs-github-bot Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/b5c573ed141cbeff91d616eafc91a251816ea229
38e7ce5 deps: update googletest to d72f9c8aea6817cdf1ca0ac10887f328de7f3da2 nodejs-github-bot Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/38e7ce58c5d2fd889c243a10a9e0dec446ce6b89
b813b4c deps: update minimatch to 10.2.5 nodejs-github-bot Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/b813b4c4b595ce75da8b04bffbbde5a0606b35ab
c9860f5 tools: update nixpkgs-unstable to a6522db5b947cd7026a40d02acc3ca26136 nodejs-github-bot Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/c9860f580028ed312b821116cdf8325adc36d48b
fbff28f stream: propagate destruction in duplexPair aelhor Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/fbff28f7e699d0189040bde1aefbb9c33e6a5ff7
e29f46d test: allow skipping individual WPT subtests panva Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/e29f46df81c68c49e741f4f1f7bcc2770053f92d
44d5a33 meta: populate apt list for slim runner in update-openssl workflow Renegade334 Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/44d5a33efb942c5a136705b108cbbba9b949f5c5
a86c963 tools: revert OpenSSL update workflow to ubuntu-latest richardlau Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/a86c96333c57d7ff4a59127d1eea53b82147a67b
4097fb9 test: capture negative utimes mtime at call time inoway46 Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/4097fb95d762b8051b2b31447d97ee2bdcf418a1
f54d74a tools: improve output for unexpected passes in WTP tests aduh95 Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/f54d74a5e7ee6cc76aa026c2c2faa1ce683785b8
4a7ad93 meta: move Michael to emeritus mhdawson Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/4a7ad93ed8b373da463a378872ad21f2be9bf259
9b29be6 doc: note non-monotonic clock in crypto.randomUUIDv7 nabeel378 Apr 8, 2026 https://github.com/nodejs/node/pull/63137/commits/9b29be6a28958b1595054f3d1ee6ea0b8ed23495
15530a7 deps: update ngtcp2 to 1.22.0 nodejs-github-bot Apr 8, 2026 https://github.com/nodejs/node/pull/63137/commits/15530a74844183d3e004cc6837471769f9808fdc
06defaa fs: add signal option to fs.stat() mertcanaltin Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/06defaa2eac5e9e1dffae3dbaf9687eda52a0860
518b578 crypto: add memory tracking for secureContext openssl objects mertcanaltin Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/518b578fe77f8c9b2e424bef6ea86d4c78b6417d
28679d7 src: use stack allocation for small string encoding thisalihassan Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/28679d76c43f76afed18b76b3ecdceb7cd644608
073e84d crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs panva Mar 30, 2026 https://github.com/nodejs/node/pull/63137/commits/073e84d7fe79434a8b6bc05577d7158965c5eaa4
d4cec26 crypto: align key argument names in docs and error messages panva Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/d4cec263c47664eb135b7c087d012313aabda7e0
56b941a quic: implement rapidhash for hashing improvements jasnell Apr 5, 2026 https://github.com/nodejs/node/pull/63137/commits/56b941af4ab3b500c1960b575da406e6bc5f8848
b2e2e64 quic: apply multiple TLS context improvements and SNI support jasnell Apr 5, 2026 https://github.com/nodejs/node/pull/63137/commits/b2e2e648e4ad9492f68abe0d88c1e800e3ce28d9
4ade02a quic: support multiple ALPN negotiation jasnell Apr 5, 2026 https://github.com/nodejs/node/pull/63137/commits/4ade02ac85933c10ac37421133cfb19abef691ce
761a967 quic: fixup token verification to handle zero expiration jasnell Apr 6, 2026 https://github.com/nodejs/node/pull/63137/commits/761a96740c2c6f7b093a9037b30368ff1262f213
717d9a7 v8: add heap profile API IlyasShabi Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/717d9a7fda76f995f6c4ac7384752f56f0484495
ee38d2c stream: refactor duplexify to be less suceptible to prototype pollution aduh95 Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/ee38d2c43d174481697fb4f1ecba2a3bd4ab711d
1b959d0 assert,util: fix stale nested cycle memo entries BridgeAR Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/1b959d02c283103cc48d1b5a88f0fcf0ed6bece0
28346d9 crypto: guard against size_t overflow on experimental 32-bit arch panva Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/28346d999b4f8017a771792ced6be6ebce6d8f76
b85c73f util: colorize text with hex colors araujogui Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/b85c73ff101603fda2ac1bc71cc1581cfeaec5c7
944ed9b deps: add perfetto build files legendecas Mar 22, 2026 https://github.com/nodejs/node/pull/63137/commits/944ed9b7395405f8ae0c2f7eee9e05f8a9353b6b
1587a60 tools: add perfetto updater legendecas Mar 22, 2026 https://github.com/nodejs/node/pull/63137/commits/1587a60bf8ac9358778ef8f918cd4c2bd091b8f2
2f3eca8 deps: update perfetto to 54.0 legendecas Mar 22, 2026 https://github.com/nodejs/node/pull/63137/commits/2f3eca8c1ecdec59bb21cbfe91b16f84e45aad8c
9583734 stream: noop pause/resume on destroyed streams ronag Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/958373413c0dd7140fde1f003e4f70f05ae6931c
7f48438 test: skip url WPT subtests instead of modifying test script panva Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/7f484383802986b397e2727b8ea03f53ead57cf2
632821d meta: add QUIC to CODEOWNERS pimterry Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/632821db85487e91a5ea539a18027ca94f1592b2
cb07b91 test: improve WPT runner summary panva Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/cb07b918bd6609c446b662d290065d40f24aa818
115e8c2 test: ensure WPT report is in out/wpt panva Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/115e8c20528702b1403f502e47b1ec67e0d1f9ce
4a4ef13 deps: upgrade openssl sources to openssl-3.5.6 nodejs-github-bot Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/4a4ef13c67c079663ca6dad10bd91961ffadc892
578cf1c deps: update archs files for openssl-3.5.6 nodejs-github-bot Apr 7, 2026 https://github.com/nodejs/node/pull/63137/commits/578cf1c0c1ad20a7835df74a09610c948c93b538
1a41c2c test: update tls junk data error expectations panva Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/1a41c2c5dbff4ee98789bd1bd59ee503a01f6a2b
6d169c7 tools: make `v8.nix` more stable aduh95 Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/6d169c75f71df15550c1fa6b91e4eec0bf7e01d2
1ae41ce doc: note GCC >= 14 requirement for native riscv64 builds JamieMagee Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/1ae41cebb010581b97f4787628e56f3182b8f699
e9d76b2 doc: fix spelling in release announcement guidance Rohan5commit Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/e9d76b2a75f1b4d31c66081f544182bb8dd7fbf3
d1c517f tools: improve backport review script aduh95 Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/d1c517fd61e2ac85fa7a6264f3d8dc6cf01f0596
57e59ea stream: fix writev unhandled rejection in fromWeb Han5991 Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/57e59ea070e350d89be2d038d44498815c74fd61
3af44ee sqlite: add serialize() and deserialize() thisalihassan Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/3af44ee5084f3fb1126d60b434d07d97a03cb115
457fb55 watch: fix --env-file-if-exists crashing on linux if the file is missing efekrskl Apr 10, 2026 https://github.com/nodejs/node/pull/63137/commits/457fb551931a4f1a239b649b1dfe5aadc91bf55e
1e8fa2f sqlite: use OneByte for ASCII text and internalize col names thisalihassan Apr 11, 2026 https://github.com/nodejs/node/pull/63137/commits/1e8fa2f1bd060c71dfd731a088d3698faa839820
450e051 stream: simplify `createPromiseCallback` aduh95 Apr 11, 2026 https://github.com/nodejs/node/pull/63137/commits/450e0519d9f05aa53c3613bf2bb7ffd9b962fd5f
34a6454 buffer: add end parameter ronag Apr 11, 2026 https://github.com/nodejs/node/pull/63137/commits/34a6454fe3e097e7e7efb4960eafccb47a382fe4
5d7e0db doc: update WPT test runner README.md panva Apr 12, 2026 https://github.com/nodejs/node/pull/63137/commits/5d7e0dbbd89632b23680b508e2a292b68b174578
3826c5e doc: clarify Backport-PR-URL metadata added automatically MikeMcC399 Apr 13, 2026 https://github.com/nodejs/node/pull/63137/commits/3826c5ed7e4913245c1b00e79ece680e3d14fb7c
9b24a81 quic: add QuicEndpoint.listening & QuicStream.destroy() and tests pimterry Apr 13, 2026 https://github.com/nodejs/node/pull/63137/commits/9b24a815a20d9eb6082bd359ae91952d6c980ec2
48a3ca3 test: generate `localstorage.db` in a temp dir legendecas Apr 13, 2026 https://github.com/nodejs/node/pull/63137/commits/48a3ca303e8173a98caa745f3447c358facf3296
6eb9917 doc: fix typo in devcontainer guide Rohan5commit Apr 13, 2026 https://github.com/nodejs/node/pull/63137/commits/6eb991749754d35d19fc701398ef58b973db5139
fad51c2 tools: add a check for clean git tree after tests aduh95 Apr 9, 2026 https://github.com/nodejs/node/pull/63137/commits/fad51c2f03c308abab34f1747e2a3a4ed741e146
8452830 build: remove redundant -fuse-linker-plugin from GCC LTO flags robertsLando Apr 13, 2026 https://github.com/nodejs/node/pull/63137/commits/845283009d401d1f30dc25ea6de01c7446d5e206
39e0834 test_runner: publish to TracingChannel for OTel instrumentation MoLow Mar 30, 2026 https://github.com/nodejs/node/pull/63137/commits/39e08340ff39688d0ff34002c63797558aea61ab
e1928cd stream: allow shared array buffer sources in writable webstream adapter Renegade334 Apr 13, 2026 https://github.com/nodejs/node/pull/63137/commits/e1928cd481fb8da35facde1188495713a9dcee67
d1eb7b3 build: fix stray debug string in LIEF defines omghante Apr 13, 2026 https://github.com/nodejs/node/pull/63137/commits/d1eb7b340fe143f88d413086d2508dc9fb3802c6
2a711f4 lib,src,test,doc: add node:ffi module cjihrig Feb 25, 2026 https://github.com/nodejs/node/pull/63137/commits/2a711f4b0c91da99c355694dc36a311db4ef0b34
b844c24 src: coerce `spawnSync` args to string once aduh95 Apr 14, 2026 https://github.com/nodejs/node/pull/63137/commits/b844c24395f9a464a3dd87f4d71d0d4368b97aea
757cd21 tools: update gyp-next to 0.22.0 nodejs-github-bot Apr 14, 2026 https://github.com/nodejs/node/pull/63137/commits/757cd21ea064f53cd133950d656fff7f28c4c454
713601e deps: update nbytes to 0.1.4 nodejs-github-bot Apr 14, 2026 https://github.com/nodejs/node/pull/63137/commits/713601e8bdc30e7c995d66468ae54d62ac221ca5
6f08489 deps: update sqlite to 3.53.0 nodejs-github-bot Apr 14, 2026 https://github.com/nodejs/node/pull/63137/commits/6f08489ac979c171d374c6f91f38c5342c728ffd
5cb9108 tools: update nixpkgs-unstable to 13043924aaa7375ce482ebe2494338e0582 nodejs-github-bot Apr 14, 2026 https://github.com/nodejs/node/pull/63137/commits/5cb9108b9c88060caabb679e9109f7db881762a8
3a29daf tools: fix `--shared-ffi` compilation on macOS aduh95 Apr 14, 2026 https://github.com/nodejs/node/pull/63137/commits/3a29dafd2dd3d568d0c494830279893ca4b26e26
349c750 fs: validate position argument before length === 0 early return geeksilva97 Apr 14, 2026 https://github.com/nodejs/node/pull/63137/commits/349c7502c3a806dcc5194271b39cff94141e40d5
d8f97e6 build: fix ffi dependency compilation ShogunPanda Apr 15, 2026 https://github.com/nodejs/node/pull/63137/commits/d8f97e6f7bd162e09cc689519c4e80e520cb1db5
46f4822 doc: clarify process._debugProcess() in Permission Model cybe4sent1nel Apr 15, 2026 https://github.com/nodejs/node/pull/63137/commits/46f48222f875e88fd08896a389e479f25814c82e
8273682 src: allow empty --experimental-config-file marco-ippolito Apr 16, 2026 https://github.com/nodejs/node/pull/63137/commits/8273682c871c23d0af8bb7f3ec53f7ed13a9a271
d26ca46 deps: update undici to 8.1.0 nodejs-github-bot Apr 16, 2026 https://github.com/nodejs/node/pull/63137/commits/d26ca462aef71485263e071a2ecd90cccc153a88
0d73b63 build: fix cargo check when Temporal is disabled aduh95 Apr 16, 2026 https://github.com/nodejs/node/pull/63137/commits/0d73b63a76a62329f7c96aa9896b6c7f654661a6
3490c1f tools: pass the Temporal disable flag when disabled in `shell.nix` aduh95 Apr 16, 2026 https://github.com/nodejs/node/pull/63137/commits/3490c1fba14b2bdcf890c9106b208f87ca5a3ea6
ba3f3e1 lib: reject SharedArrayBuffer in web APIs per spec thisalihassan Apr 16, 2026 https://github.com/nodejs/node/pull/63137/commits/ba3f3e1753585d640182b7e7cf184de0553c5a5b
3607857 stream: fix nested compose error propagation mcollina Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/36078574b90fb4499211914cffba12ab6b4cdb5a
41e7a4b meta: pass release version to release worker flakey5 Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/41e7a4ba821c1cba1c38dbabe763b213acdb96f7
16860e6 lib: improve Web Cryptography key validation ordering panva Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/16860e6abd6de80e7594949d4c877eb8c3442ed8
c73c8e6 test: skip `test-temporal-with-zoneinfo` on system-icu builds aduh95 Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/c73c8e603ff0e50f652b0c637c26465459b4e67a
fd3bf38 url: align default argument handling for URLPattern with webidl panva Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/fd3bf3830b4ddc833278b45ed1549052220a3db5
a0ccf94 node-api: execute tsfn finalizer after queue drains when aborted KevinEady Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/a0ccf94f61d295c8ea463f4d526ed710ae50437d
78c7d77 node-api: add napi_create_external_sharedarraybuffer bnoordhuis Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/78c7d77bbf501ca03b94e3196c94ae8ca207bfcf
7efc2ce src: clean up experimental flag variables aduh95 Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/7efc2ce7b3b1819da59701d10d23bcc4f1d9827a
3f42f96 crypto: strengthen argument CHECKs in TurboSHAKE tniessen Apr 17, 2026 https://github.com/nodejs/node/pull/63137/commits/3f42f9615a8b48faf0e4488fce8e2ab3df559979
7a12dd5 test: check contextify contextual store behavior in strict mode Renegade334 Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/7a12dd58cfd156bf29fd77ab31e665ca5c03bf41
1eedbdd tools: use upstream version of OpenSSL in `test-shared` aduh95 Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/1eedbdded9d51e9590a73a2e40e92cf6291e4579
40a4337 doc: add experimental modules lifetime policy ShogunPanda Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/40a4337d658d83c6b5e0f421470517cd3ed8bc27
6fa62b7 test_runner: add `testId` to test events MoLow Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/6fa62b7d58ef94cbb18fa51616dd2643bc8c489f
fbd8ede lib: fix sequence argument handling in Blob constructor Ms2ger Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/fbd8ededba402be9337fbd2ce20a4606edf798b9
c51a39b stream: simplify `readableStreamFromIterable` aduh95 Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/c51a39b3ec65cf3cf7d7db034e9c313cedf720d5
16b2c41 meta: broaden stale bot avivkeller Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/16b2c41f700429cdf3d6be11dd1eef4d388fdca6
f454d17 lib: fix lint in internal/webstreams/util.js panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/f454d1719dfb6c0dccffee689db94b6497bfe377
2b12bca src: use context-free V8 message column getters Renegade334 Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/2b12bca31758e7fd22f7346f7fae9b744628609d
e21b873 lib: use js-only implementation of `isDataView()` Renegade334 Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/e21b873589348e47ff74e878bb5df6c9b813ee78
9e19f55 tools: re-enable undici WPTs in daily wpt.fyi job panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/9e19f55214a23cdff1219153a2dec29cf9352936
3d5cf17 esm: add `ERR_REQUIRE_ESM_RACE_CONDITION` aduh95 Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/3d5cf171dcf8935272722161c479d6eafd8ded7b
960fb16 test: mark test-snapshot-reproducible flaky panva Apr 19, 2026 https://github.com/nodejs/node/pull/63137/commits/960fb162874bf73a5c07015063b23acb441fbcfa
98f9bec debugger: add edit-free runtime expression probes to `node inspect` joyeecheung Apr 19, 2026 https://github.com/nodejs/node/pull/63137/commits/98f9becd16bace4fdcd737d27a5580222b22faf2
e850ee9 lib: add new methods and error codes ShogunPanda Apr 19, 2026 https://github.com/nodejs/node/pull/63137/commits/e850ee9c69edb7034fc6ee89649d4750a332c1e5
c27f3cf build: add --enable-all-experimentals build flag ShogunPanda Apr 20, 2026 https://github.com/nodejs/node/pull/63137/commits/c27f3cf8f2e3b248677be584c9a758971de231c7
bdee0a8 tools: exclude @node-core/doc-kit from dependabot cooldown kxxt Apr 20, 2026 https://github.com/nodejs/node/pull/63137/commits/bdee0a859dd58beb18d9a0b69abfd91f27d59211
1cd3694 doc: clarify dns.lookup() callback signature when all is true galaxy4276 Apr 20, 2026 https://github.com/nodejs/node/pull/63137/commits/1cd3694a5f1d20fd0993297f0d6013e0fc0f12a9
de46e68 node-api: update libuv ABI stability note legendecas Apr 20, 2026 https://github.com/nodejs/node/pull/63137/commits/de46e689180cc0971e030a60e5ba401ca43f2ca8
d9b8cc1 test: update test/addons/openssl-binding for OpenSSL 4.0 panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/d9b8cc1b68b8456225b078b738f52c420b8a008b
9bff52e test: accept renamed OpenSSL 4.0 error code and reason panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/9bff52ebf8eb0b52527a0d6351917609679d4cf7
e242394 test: skip test-tls-error-stack when engines are unsupported panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/e242394ad9d409e774b14d7934cc22cac7c2b8fd
72f5216 test: use valid DER OCSP responses panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/72f52163b48bd6d1d4fb54531d2aa2f5ab45453c
d173604 test: use an always invalid cipher and cover OpenSSL 4.0 behaviours panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/d173604b531ab79cc9231231bf9a98e36d3a2e7d
9bf7604 test: skip tls-deprecated secp256k1 on OpenSSL 4.0 panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/9bf7604eb62a9d081329d864abe2ee58890de004
7c77c30 test: account for RFC 7919 FFDHE negotiation in OpenSSL 4.0 panva Apr 18, 2026 https://github.com/nodejs/node/pull/63137/commits/7c77c301c93c4db305385fd5a8fdfd93a49d80e3
ae87597 doc: remove Ayase-252 and meixg from triagger team aduh95 Apr 20, 2026 https://github.com/nodejs/node/pull/63137/commits/ae87597c07a5c88ab45f1fe2a8f898d9f55cb6af
da52b09 src: fix MaybeStackBuffer char_traits deprecation warning omghante Mar 30, 2026 https://github.com/nodejs/node/pull/63137/commits/da52b09859a38300b9c1fdaec70e2bffecd6ad18
67baa32 tools: bump @node-core/doc-kit in /tools/doc in the doc group dependabot[bot] Apr 20, 2026 https://github.com/nodejs/node/pull/63137/commits/67baa3254b09fdbdb117a27e030fa6a7d6bcc2c1
32f2169 doc,src,test: fix dead inspector help URL semimikoh Apr 20, 2026 https://github.com/nodejs/node/pull/63137/commits/32f2169ede69517b489034c8c48ba30b6cb482e4
43bf39c src: use DCHECK in AsyncWrap::MakeCallback instead emiting a warning Flarna Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/43bf39c350cb3355299306e2a2042457c8a28588
acc52ef doc: clarify diffieHellman.generateKeys recomputes same key kovan Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/acc52ef257b38b14aa535338764cede6e6f6b669
48bb51b tools: update nixpkgs-unstable to ab72be9733b41190ea34f1422a3e4e243ed nodejs-github-bot Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/48bb51b3d7beee8d8ff99fe1da4bfdbfd01ecafa
b992962 stream: ensuring cross-destruction in _duplexify to prevent leaks watilde Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/b9929622f3680602fccb717d23106229d84022fc
981ce96 doc: fix typos and inconsistencies in crypto.md and webcrypto.md panva Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/981ce96b0374ff60d6f2bef39a19419fbfa1a138
b09953d stream: reject duplicate nested transferables daeyeon Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/b09953d2d4122d4cf5c26eb26fb00b7ae4e41448
82281ff tools: bump brace-expansion in /tools/clang-format dependabot[bot] Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/82281ffd5965acb63a06f4152b48ac00120f29d1
ab7be6d tools: bump brace-expansion from 5.0.4 to 5.0.5 in /tools/eslint dependabot[bot] Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/ab7be6d9876ea3416b68341da804686a1c0b0748
bb6293a module: remove duplicated checks from `_resolveFilename` aduh95 Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/bb6293ab7c308944b35bcfc1518a9897bfa30fb8
b36e55a build: make test-addons dependency-free joyeecheung Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/b36e55a23ee77bed8a5ffeb2e3097a544d6a1825
2e612fe lib: short-circuit WebIDL BufferSource SAB check panva Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/2e612fe070442eebbfa587ba313db422cf444050
870c1cd doc,test: mem protection must be observed in ffi bengl Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/870c1cd3f40dd11e8622ab1942857fb16726b7b8
386244a meta: bump actions/setup-node from 6.3.0 to 6.4.0 dependabot[bot] Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/386244a7dd29d3d5d893324e3339c48a7db741cc
1bd19d9 meta: bump actions/github-script from 8.0.0 to 9.0.0 dependabot[bot] Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/1bd19d9768d3da08a989f2aaf2da623c3a257fde
952d005 meta: bump step-security/harden-runner from 2.16.1 to 2.19.0 dependabot[bot] Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/952d005233db1368f17f142c4b11dbf884ee16f5
42e770b meta: bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 dependabot[bot] Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/42e770bdd01287b6377279c9c74865db3b6e41b7
b43ecf4 doc: trust FFI in the threat model ShogunPanda Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/b43ecf40bb902b84a0b02d2b70cc8e92323607b7
fdcd775 tools: set bot as author of tools-deps-update PRs aduh95 Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/fdcd7752de5adb417bb0fd9e5788f9bd7fe40a36
faaccfb src: simplify and fix FFI ArrayBuffer accesses addaleax Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/faaccfb9dfe6bff783daec67046960c9ce0cdb46
41bd288 src: align FFI error handling with Node.js source addaleax Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/41bd288ec76e3af360424a6009521e44c58e2939
88fe50a meta: move VoltrexKeyva to emeritus mcollina Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/88fe50a72500338ccc653924c48d0b7e1ce39d84
b883a5e test_runner: add mock-timers support for AbortSignal.timeout DeveloperViraj Nov 16, 2025 https://github.com/nodejs/node/pull/63137/commits/b883a5eaea93cbae3d405fdcc78e558d3a5f3fc4
873c2bc fs: restore fs patchability in ESM loader joyeecheung Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/873c2bca70839fefd50d6a7865e2ca0d2dc6b67f
dc0d757 test_runner: fix suite rerun edge case MoLow Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/dc0d757c8a9c11e73b590e8f579f0eea28216330
70c5491 http: fix no_proxy leading-dot suffix matching watilde Mar 19, 2026 https://github.com/nodejs/node/pull/63137/commits/70c5491f53c86e1b673c1b0fa7945a1d5100e1e7
8146a97 test: update WPT for streams to f8f26a372f nodejs-github-bot Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/8146a97bc377dde5045c7ce48d6717174cce296a
a6e9987 build,win: enable x64 PGO StefanStojanovic Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/a6e99879f48ebaa00e040482b6f91657fd7cad66
acd7e18 doc: fix Argon2 parameter bounds tniessen Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/acd7e18a8c94f4396a935aa540c9455739049696
8950247 crypto: reject inherited key type names JonathanLopes404 Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/89502470273a0796e37fca247bc0c440b50d5c33
c4ca303 lib: harden kKeyOps lookup with null prototype panva Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/c4ca303b366cd8fe67374dec2ad6667830cc466f
33c5f7f test: normalize known inspector crash as completion joyeecheung Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/33c5f7fdbf0bd70eecaa679af6904c99f3775a13
a8c773a test_runner: align mock timeout api Han5991 Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/a8c773a0c7a48fe17c55f51577a18913cc6214f0
6f053a4 meta: update CODEOWNERS for FFI ShogunPanda Apr 24, 2026 https://github.com/nodejs/node/pull/63137/commits/6f053a4cb819a01357489dc2c5bd60d53a33817a
e0b7963 http: fix leaked error listener on sync HTTP req create + destroy pimterry Apr 24, 2026 https://github.com/nodejs/node/pull/63137/commits/e0b79633f64ea9dff2a0e74ae131a7cb8484e591
7a52fd0 doc: fix typo in dns.lookup options description watilde Apr 24, 2026 https://github.com/nodejs/node/pull/63137/commits/7a52fd0448c12432e907704d7551db9b7ff4cbad
bbeb38d buffer: fix end parameter bugs in indexOf/lastIndexOf ronag Apr 24, 2026 https://github.com/nodejs/node/pull/63137/commits/bbeb38d210f051eef6553deb1db4b40ae3e8cae3
42ac8b9 fs: add followSymlinks option to glob mcollina Apr 24, 2026 https://github.com/nodejs/node/pull/63137/commits/42ac8b9ae75d9fd00fc9bb0e6f30e649891fcadd
80d4836 crypto: deduplicate and canonicalize CryptoKey usages panva Apr 25, 2026 https://github.com/nodejs/node/pull/63137/commits/80d48366166c45c2474be6e834faf076523a3195
6eea524 crypto: reject duplicate ML-KEM JWK key_ops panva Apr 25, 2026 https://github.com/nodejs/node/pull/63137/commits/6eea52426f7d74d64fc4d3bdfe03b19c3d5b834f
61c0ff4 deps: cherry-pick libuv/libuv@439a54b skooch Apr 25, 2026 https://github.com/nodejs/node/pull/63137/commits/61c0ff4a13a263ae3fc44ed5abd9d3c7fdf735ac
c9d5bae crypto: remove Argon2 KDF derivation from its job setup panva Apr 25, 2026 https://github.com/nodejs/node/pull/63137/commits/c9d5bae59824a7049de8f858ae76e597a565a5aa
3491f73 lib: fix FLOAT_32 and FLOAT_64 type constants in ffi watilde Apr 24, 2026 https://github.com/nodejs/node/pull/63137/commits/3491f73051880ecf21cca3d6eb2e006074e50673
c12a767 stream: validate ReadableStream.from iterator objects daeyeon Apr 25, 2026 https://github.com/nodejs/node/pull/63137/commits/c12a767ff20732b7ac5d73948642fe2cc4842e71
b9f3abd doc: fix doubled word typo in stream_iter.md watilde Apr 25, 2026 https://github.com/nodejs/node/pull/63137/commits/b9f3abd63e60b775da831c7e28321ee90b6a0fe5
027bef4 tools: add non-default OpenSSL versions to the test-shared workflow panva Apr 26, 2026 https://github.com/nodejs/node/pull/63137/commits/027bef4f3e6743d87d90908a8a1657d0429b3f1a
20151be process: handle rejections only when needed gurgunday Apr 26, 2026 https://github.com/nodejs/node/pull/63137/commits/20151be8cb73d0756847e7e994064903b8512fe0
3abd78c url: optimize URLSearchParams set/delete duplicate handling gurgunday Apr 26, 2026 https://github.com/nodejs/node/pull/63137/commits/3abd78c3e5c07eca50d8f1102c8cd020892e7440
3b5bb4d tools: consolidate and simplify .editorconfig deps section watilde Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/3b5bb4d758ef72f1742c88a25d4332f71951ce40
242adab doc: fix duplicate word "for for" in compile cache watilde Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/242adab6712c0edf01a907401048efe216134e23
11c6c29 doc: fix duplicate word "to to" in util.styleText watilde Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/11c6c2928468138f8c7ed8505039a15a07be075c
70e8944 doc: fix duplicate word "of of" in postMessageToThread watilde Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/70e89446762c85fb7fe4d0af864a55dfc7f99ab8
5117a3e src: simplify `TCPWrap::Connect` signature addaleax Apr 26, 2026 https://github.com/nodejs/node/pull/63137/commits/5117a3e52b0ae25c2ed3648e38763227c2159cb9
c1d6b3d v8: add cpu profile options IlyasShabi Apr 26, 2026 https://github.com/nodejs/node/pull/63137/commits/c1d6b3db73445a6bcb92fd2d57aa5d8728c60af5
d89f719 src: remove outdated comments in contextify legendecas Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/d89f719ce090fe2c03ae8e0b1e0664dcca3f71ef
7eb9a6b meta: add automation policy legendecas Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/7eb9a6be681833604f41631a548d56fdb92e4957
fb91408 meta: bump actions/upload-artifact from 7.0.0 to 7.0.1 dependabot[bot] Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/fb91408312f2565217ef86be3f7d6d5631ddea53
7d52f20 doc: correct typo in PR contribution instructions MikeMcC399 Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/7d52f2061e6447229b67974ab86f29d8eea4ec1c
ab66de8 process: throw on execve(2) failure instead of aborting bengl Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/ab66de8eaad00fcd673f2c14d75095e9eb7813ab
4dd982d deps: upgrade npm to 11.13.0 npm-cli-bot Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/4dd982df134cb5ac1c2a7318f4cc6e4617c3aab5
6d81cb1 lib: avoid quadratic shift() in startup snapshot callback watilde Apr 23, 2026 https://github.com/nodejs/node/pull/63137/commits/6d81cb17b3020cafb82802fb584ef60cee9e33be
f92cbc2 tools: fix commit linter for semver-major release proposals aduh95 Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/f92cbc2c81e5f4c2bd11524826606f39b7ff4ac4
bad1e2f crypto: fix unsigned conversion of 4-byte RSA publicExponent deepview-autofix Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/bad1e2fe6a82216f03830e00f12e85b6d6647cf0
020776d doc: fix typo in test.md Trott Apr 27, 2026 https://github.com/nodejs/node/pull/63137/commits/020776d4d64bf196e85a64e9e00dc1459d05ffdb
555ad12 tools: update gyp-next to 0.22.1 nodejs-github-bot Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/555ad12f27aa3ad2faafc1bebc3259c994ae209b
e281b24 deps: update timezone to 2026b nodejs-github-bot Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/e281b247e6b9056c6de9bf6304f6781a1ef9d05a
4d2952c tools: update nixpkgs-unstable to 01fbdeef22b76df85ea168fbfe1bfd9e636 nodejs-github-bot Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/4d2952c00a20a2c50a95218deb54058c3ae880f1
3dee18f deps: patch V8 to 14.6.202.34 nodejs-github-bot Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/3dee18f72f38b1a89809b1a519031bc9e3fd15b6
2b88566 watch: track worker entry files in watch mode SudhansuBandha Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/2b885667a94ec3821fcd27c883c63d8e4eb4842e
2a7a69c crypto: reject unintended raw key format string input panva Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/2a7a69c6b0742c3095819ed320170c59af7ecaf8
ecb7de2 meta: bump cachix/install-nix-action from 31.10.3 to 31.10.5 dependabot[bot] Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/ecb7de271acfc6d381aa4b8deb870f7794686bf3
e89c8e9 src: fix crash in GetErrorSource() for invalid using syntax semimikoh Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/e89c8e9b687b62f4b9cd5310da81e77504592982
8f55327 deps: fix libffi macos build ShogunPanda Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/8f55327f1c39b53936a6062fc2c9f1cbab1abbf0
9c94dce test: export isRiscv64 from common module JamieMagee Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/9c94dce55b62d819edac860d6d7e39ec947588f8
4446bf6 deps: update corepack to 0.34.7 nodejs-github-bot Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/4446bf694d70d6f5b5216d2be3cce7e699ead2a5
04ce9df tools: bump the eslint group in /tools/eslint with 4 updates dependabot[bot] Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/04ce9df084c64606cc2e5a297572a72c977dc57a
537825a deps: update nghttp2 to 1.69.0 nodejs-github-bot Apr 26, 2026 https://github.com/nodejs/node/pull/63137/commits/537825acee14fb2dcf21a42fd6cc644ef8c47417
d29fbc0 deps: fix integration issues with the latest nghttp2 pimterry Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/d29fbc002914e2e1128161b842bfe44ed1909fd4
c92cb6f doc: use mjs/cjs blocks for callbackify null reason example watilde Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/c92cb6fe0d0da4a987defe05898ae3ccb56a171f
78c183d tools: do not include HTML docs in slim tarball aduh95 Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/78c183da6bbbba49219772fb14b82740cb24d2b8
cee0154 tools: reuse V8 builds even without Cachix on test-shared aduh95 Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/cee0154af8ab3bee3da448e9b404180ddde97e8d
d49c89e src: make node.config.json throw at unknown fields marco-ippolito Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/d49c89e915259006e82e38c77116cdbdfe042ce8
a9df3e3 tools: update labels for nixpkgs pin bumps aduh95 Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/a9df3e37fdbc87e421a27843f1007edc28cd5516
712a15d doc: correct diagnostics_channel built-in channel names bengl Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/712a15da733c610f8fb5374c6252e8e3215ec8cb
fca56a4 src: add missing for abort() declaration ckerr Apr 30, 2026 https://github.com/nodejs/node/pull/63137/commits/fca56a409d074380aa65cf42f7e2acec38c58ba2
01eed59 http2: expose writable stream state on compat response cookesan Apr 30, 2026 https://github.com/nodejs/node/pull/63137/commits/01eed5901bddbe9d6a54324199b1aa0ec5b75272
102da27 url: process crash via malformed UNC hostname in pathToFileURL() NickNaso Apr 30, 2026 https://github.com/nodejs/node/pull/63137/commits/102da27b4eedc80365bfd8970e9d5c621545c5bc
c73aba0 test: run Temporal presence checks without V8 flag Renegade334 May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/c73aba07fbb41c73441af7f9d5f2b23ab36f75f4
d0744c6 lib: add Temporal to frozen intrinsics Renegade334 May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/d0744c6a9966b9043dc317aed6fd5916e0d8c9e6
7133826 debugger: move ProbeInspectorSession and helpers to separate files joyeecheung May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/71338260536dd44fd324160e4e4b373d066d649a
56917af src: split profiling helpers from util IlyasShabi May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/56917afc57ba2bf93660c7a7f4d8316d1c03efdc
ac49e7c tools: migrate from `openssl-matrix.json` to `openssl-matrix.nix` aduh95 May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/ac49e7c9fca0321a14ac8ddf459225e122cac59a
b90486e tools: do not run `test-linux` on unrelated tools changes aduh95 May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/b90486edd85d2e40d90001262a817bf1cab5e5dd
214a8c1 stream: simplify `setPromiseHandled` utility aduh95 May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/214a8c197b41c7f6b03ddff36844112d50786ddb
96370a5 tools: simplify `update-undici.sh` aduh95 May 2, 2026 https://github.com/nodejs/node/pull/63137/commits/96370a57ed86260dc372292a40271ccbce083171
c4f0ef8 deps: update llhttp to 9.4.1 nodejs-github-bot May 2, 2026 https://github.com/nodejs/node/pull/63137/commits/c4f0ef881a5670b01afba9170b0331685b416aa6
19b7adf inspector: fix absolute URLs in network http GrinZero May 3, 2026 https://github.com/nodejs/node/pull/63137/commits/19b7adf3bab5dfe86f1a881599bae77c514da9a7
b10653a crypto: add guards and adjust tests for BoringSSL panva Apr 22, 2026 https://github.com/nodejs/node/pull/63137/commits/b10653ad874976b7fe72ffb93d17a8bf79d2af40
fda439c src: use `unique_ptr` for ffi memory management addaleax May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/fda439cb582f7d2709d0b6922f15470afc377588
1477349 meta: bump actions/upload-artifact from 7.0.0 to 7.0.1 dependabot[bot] May 3, 2026 https://github.com/nodejs/node/pull/63137/commits/1477349e472b05021fa0c29d01b0ac1090ebc8cd
1b4b90d meta: bump Mozilla-Actions/sccache-action from 0.0.9 to 0.0.10 dependabot[bot] May 3, 2026 https://github.com/nodejs/node/pull/63137/commits/1b4b90d5444378b6e016b6f2cb8a01b3444fbd23
d578343 meta: bump github/codeql-action from 4.35.1 to 4.35.3 dependabot[bot] May 3, 2026 https://github.com/nodejs/node/pull/63137/commits/d5783435823316bc1ad3e88f513f5edbb1184f63
59860eb src: swap dotenv and config file parsing order marco-ippolito May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/59860eb79861ede2d720330d7fe139d8ba472d72
da40ed7 build: remove armv6 from experimental platforms Renegade334 May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/da40ed7842b163b4281af0052b7f48585a525f0e
cf9c184 tools: update gr2m/create-or-update-pull-request-action to v1.10.1 MikeMcC399 May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/cf9c1849ca4c0b1319ac259db11898438771c15d
92324aa doc: remove typo comma from man page vassudanagunta May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/92324aab6f230d90b4f31f0d58b479f5dd562476
cb33a79 src: remove license headers for new node_profiling files legendecas May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/cb33a794a5e280aaae743990d922bc3d0ff33052
87adb34 http: harden ClientRequest options merge mcollina May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/87adb3472bc915b34df6c3b3d6d45ad23b083e2a
4bf3e1e stream: remove duplicated utility aduh95 May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/4bf3e1e084976130a05810057e790bb22ff8b16d
3191d29 http: emit 'drain' on OutgoingMessage only after buffers drain ronag May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/3191d2936ac164499c276b0d759792079ff5f8c5
a95830b stream: copyedit `webstreams/adapter.js` aduh95 May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/a95830b72a85e2ce9d6a00910fe15995ec2df0c2
2af4c89 tools: implements a few nits on `build-aarch64-linux-v8` aduh95 May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/2af4c897749e4dda7776dfc9e661940f6107d100
8b91526 build: track PDL files as inputs in inspector GN build deepak1556 May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/8b91526cd5e9890e4157835c1ec91c187e4cedf0
09e4f4c tools: use LTS Node.js in notify-on-push workflow nsinfoPRO May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/09e4f4caca69587a906faac2a7291a8394d7099b
b9f2f5a tools: bump postcss from 8.5.8 to 8.5.10 in /tools/doc dependabot[bot] May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/b9f2f5a90a31f97c23ffae10445fbcadedcd7b21
96581bc test: update WPT for url to 258f285de0 nodejs-github-bot May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/96581bccc7177628677225db8a793065753d3f18
ef71de8 deps: update amaro to 1.1.9 nodejs-github-bot May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/ef71de87e6786233bdbb455bc66012165febd4e0
9afb013 tools: update nixpkgs-unstable to c6d65881c5624c9cae5ea6cedef24699b0c nodejs-github-bot May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/9afb013eddd3a603ebefa8237c23ecd4729f5727
94ac62a deps: update undici to 8.2.0 nodejs-github-bot May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/94ac62a2d14fdb6b9ccf68374a15d01d87acea92
7a86108 test_runner: fix failing suite hooks when marked with `todo` MoLow May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/7a8610835de056c249cbb3daa3ef420d195e8714
2dc1d20 src: replace uses of deprecated v8::External APIs gahaas Jan 21, 2026 https://github.com/nodejs/node/pull/63137/commits/2dc1d205ee521a3abef7bf8580118c2cb375b742
528f8b2 ffi: add shared-buffer fast path for numeric and pointer signatures bengl Apr 28, 2026 https://github.com/nodejs/node/pull/63137/commits/528f8b2bae4ba2893c6dc726e6343282b8b3fd76
58dc92f ffi: support Symbol.dispose on DynamicLibrary mcollina Apr 29, 2026 https://github.com/nodejs/node/pull/63137/commits/58dc92f50215f5b759a10f5100d2f78bf5a7fc1f
53eb7ab ffi: prevent premature GC of DynamicLibrary semimikoh May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/53eb7abebaaba546db9e2aeb260624896b7ab1e3
2004d8d ffi: make `FFIFunctionInfo` a `BaseObject` subclass addaleax May 1, 2026 https://github.com/nodejs/node/pull/63137/commits/2004d8d6db1724a491e376326976d8be3c74369b
38befee crypto: add JWK support for ML-KEM and SLH-DSA key types panva Apr 21, 2026 https://github.com/nodejs/node/pull/63137/commits/38befee0fbfe6bd5a38ce48873b9b7641ea0176c
6386914 src: decouple KeyObject and CryptoKey and move CryptoKey to src panva Apr 24, 2026 https://github.com/nodejs/node/pull/63137/commits/6386914b4bfd2f18a48bd773ca3eace2b714bb5c
ef08c50 lib: refactor internal webidl converters panva May 4, 2026 https://github.com/nodejs/node/pull/63137/commits/ef08c5016afa226335aadad68c048edec14e61f9
ca3c309 doc: minor structural stream/iter edits Renegade334 May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/ca3c3097f1f392c1f058ccd081d4f30f623782c7
55298c4 test: accept OpenSSL 4 generic internal error for DH key-type mismatches panva May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/55298c443fe978f8d58db4fbf67392ba2e41e53b
480d538 tools: use `npm ci` in Undici update script aduh95 May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/480d538830ea6e984ee932a1e2449b24095e4202
30c4b36 doc: fix the TypeScript Execute (tsx) project link davidthornton May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/30c4b3658ccd480499bc0c44c6c7662ea63bbed4
d34cfb5 stream: remove redundant method check from iter.pipeToSync Renegade334 May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/d34cfb512ee559362d1081fd0eeab1e12cf5ab88
5f6dfbf doc: fix changelog for chromium numbering RafaelGSS May 5, 2026 https://github.com/nodejs/node/pull/63137/commits/5f6dfbf68eb21fb1775ab979701e0369b2970a2d
44416ea doc: fix documentation history missing 25.9.0 aduh95 May 6, 2026 https://github.com/nodejs/node/pull/63137/commits/44416ea3fd83c0fe9e2090e4f3a8a3d730ee752d
824ac6b module: exclude `node:ffi` from `builtinModules` when not enabled ljharb May 6, 2026 https://github.com/nodejs/node/pull/63137/commits/824ac6b5bf0a31f6bac0ca3e71193dce41b0c58b
e7da6f0 2026-05-07, Version 26.1.0 (Current) aduh95 May 6, 2026 https://github.com/nodejs/node/pull/63137/commits/e7da6f056ac4afeaaf012042188818ca7736f437
Clear filters https://github.com/nodejs/node/pull/63137/files
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
.editorconfighttps://github.com/nodejs/node/pull/63137/files#diff-0947e2727d6bad8cd0ac4122f5314bb5b04e337393075bc4b5ef143b17fcbd5b
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.editorconfig
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/63137/files#diff-0947e2727d6bad8cd0ac4122f5314bb5b04e337393075bc4b5ef143b17fcbd5b
.github/CODEOWNERShttps://github.com/nodejs/node/pull/63137/files#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.github/CODEOWNERS
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/63137/files#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7
https://github.com/nodejs/node/pull/63137/files#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7
https://github.com/nodejs/node/pull/63137/files#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7
.github/actions/build-shared/action.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-358cdc6fc67d00dac5d0b1b58f1809bae336c729ba58d8a1b07e80cd90361975
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.github/actions/build-shared/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
.github/actions/undici-wpt-current/action.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-182d72a92a3516589b6e7c6031eb5d35f7a744ad3b58ca8013f74e1c23ebabb2
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.github/actions/undici-wpt-current/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
.github/actions/undici-wpt-legacy/action.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-d3905274088c63d9dde8f10aa61325fda0c7d7cfdc9926635f24f851eeacc8ea
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.github/actions/undici-wpt-legacy/action.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
.github/dependabot.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.github/dependabot.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/63137/files#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28
https://github.com/nodejs/node/pull/63137/files#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28
.github/workflows/auto-start-ci.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-17ba2b7ce5068ed88cbdd0832717813133d73df0d88eab5f4e954aac37de4127
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.github/workflows/auto-start-ci.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/63137/files#diff-17ba2b7ce5068ed88cbdd0832717813133d73df0d88eab5f4e954aac37de4127
https://github.com/nodejs/node/pull/63137/files#diff-17ba2b7ce5068ed88cbdd0832717813133d73df0d88eab5f4e954aac37de4127
https://github.com/nodejs/node/pull/63137/files#diff-17ba2b7ce5068ed88cbdd0832717813133d73df0d88eab5f4e954aac37de4127
.github/workflows/build-tarball.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-9e078b64804cbda5c87567835a5da2f1314788813ec5c5e9809a2f96519b9b01
View file https://github.com/nodejs/node/blob/e7da6f056ac4afeaaf012042188818ca7736f437/.github/workflows/build-tarball.yml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/nodejs/node/pull/63137/{{ revealButtonHref }}
https://github.com/nodejs/node/pull/63137/files#diff-9e078b64804cbda5c87567835a5da2f1314788813ec5c5e9809a2f96519b9b01
https://github.com/nodejs/node/pull/63137/files#diff-9e078b64804cbda5c87567835a5da2f1314788813ec5c5e9809a2f96519b9b01
https://github.com/nodejs/node/pull/63137/files#diff-9e078b64804cbda5c87567835a5da2f1314788813ec5c5e9809a2f96519b9b01
https://github.com/nodejs/node/pull/63137/files#diff-9e078b64804cbda5c87567835a5da2f1314788813ec5c5e9809a2f96519b9b01
.github/workflows/close-stale-feature-requests.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-8a77565414f2c272711974b221d83cd585f6cb92a2e7459fa6c16faf2a5f1356
View file https://github.com/nodejs/node/blob/5eb034af389b7427b7ac265b7309e849e1abedfb/.github/workflows/close-stale-feature-requests.yml
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
.github/workflows/close-stale-pull-requests.ymlhttps://github.com/nodejs/node/pull/63137/files#diff-6decd4668e4d0919b964fbcd2aaa0dfb6e2802956b9c064e8f6319667eba1ec0
View file https://github.com/nodejs/node/blob/5eb034af389b7427b7ac265b7309e849e1abedfb/.github/workflows/close-stale-pull-requests.yml
Open in desktop https://desktop.github.com
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
Please reload this pagehttps://github.com/nodejs/node/pull/63137/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.