Update Node.js to v24.16.0#385
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
24.15.0β24.16.0Release Notes
nodejs/node (node)
v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @βaduh95Compare Source
Notable Changes
b267f6bca3] - (SEMVER-MINOR) crypto: implementrandomUUIDv7()(nabeel378) #β62553ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes tonode inspect(Joyee Cheung) #β627139705f628d9] - (SEMVER-MINOR) fs: add signal option tofs.stat()(Mert Can Altin) #β5777540ccfdecf9] - (SEMVER-MINOR) fs: exposefrsizefield instatfs(Jinho Jang) #β62277d7188af5c9] - (SEMVER-MINOR) http: hardenClientRequestoptions merge (Matteo Collina) #β63082aa1d8a9afc] - (SEMVER-MINOR) http: addreq.signaltoIncomingMessage(Akshat) #β625416f37f7e240] - (SEMVER-MINOR) stream: propagate destruction induplexPair(Ahmed Elhor) #β61098d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #β61747d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #β6282001a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support forAbortSignal.timeout(DeveloperViraj) #β6075100705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme AraΓΊjo) #β61556Commits
dd72df060d] - assert,util: fix stale nested cycle memo entries (Ruben Bridgewater) #β62509add94f4bc3] - build: track PDL files as inputs in inspector GN build (Robo) #β628881b1eb9e334] - build: remove redundant -fuse-linker-plugin from GCC LTO flags (Daniel Lando) #β626678752b604ec] - crypto: deduplicate and canonicalize CryptoKey usages (Filip Skokan) #β62902341947e7fd] - crypto: reject unintended raw key format string input (Filip Skokan) #β6297428a78747fc] - crypto: remove Argon2 KDF derivation from its job setup (Filip Skokan) #β6286316e8c2b54d] - crypto: fix unsigned conversion of 4-byte RSA publicExponent (DeepView Autofix) #β62839eeae754a87] - crypto: reject inherited key type names (Jonathan Lopes) #β628759dd5540325] - crypto: add memory tracking for secureContext openssl objects (Mert Can Altin) #β59051b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #β625537597d204c1] - crypto: add support forEd25519context parameter (Filip Skokan) #β624744bf85845da] - debugger: move ProbeInspectorSession and helpers to separate files (Joyee Cheung) #β63013ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes tonode inspect(Joyee Cheung) #β6271383e98f77b7] - deps: update corepack to 0.35.0 (Node.js GitHub Bot) #β63375ec8c6b939a] - deps: V8: cherry-pick657d8de(Guy Bedford) #β62784722c0c3274] - deps: update nghttp3 to 1.14.0 (Node.js GitHub Bot) #β611875304db93d3] - deps: update nghttp3 to 1.13.1 (Node.js GitHub Bot) #β60046e073b3811d] - deps: update nghttp3 to 1.11.0 (James M Snell) #β592491d00313fb2] - deps: update ngtcp2 to 1.14.0 (James M Snell) #β592498b3a4fc18f] - deps: update amaro to 1.1.9 (Node.js GitHub Bot) #β6309062fe0cfcd1] - deps: update llhttp to 9.4.1 (Node.js GitHub Bot) #β63045137e09c8e9] - deps: update corepack to 0.34.7 (Node.js GitHub Bot) #β6281014a4cb8fbc] - deps: update timezone to 2026b (Node.js GitHub Bot) #β629623e1036583a] - deps: upgrade npm to 11.13.0 (npm team) #β6289801dfe5961c] - deps: cherry-pick libuv/libuv@439a54b(skooch) #β628816cd368b10c] - deps: update sqlite to 3.53.0 (Node.js GitHub Bot) #β62699f218a4f553] - deps: update nbytes to 0.1.4 (Node.js GitHub Bot) #β62698b47688524a] - deps: update archs files for openssl-3.5.6 (Node.js GitHub Bot) #β62629d202e2d343] - deps: upgrade openssl sources to openssl-3.5.6 (Node.js GitHub Bot) #β626292faba66341] - deps: update minimatch to 10.2.5 (Node.js GitHub Bot) #β62594fa46c90c5d] - deps: update googletest tod72f9c8(Node.js GitHub Bot) #β62593099ded5713] - deps: update simdjson to 4.6.1 (Node.js GitHub Bot) #β625927ce95afe96] - deps: libuv: cherry-pickaabb765(Santiago Gimeno) #β6256157ef845623] - deps: update icu to 78.3 (Node.js GitHub Bot) #β62324493ac40e12] - deps: update libuv to 1.52.1 (Node.js GitHub Bot) #β61829b39508b368] - deps: update undici to 7.25.0 (Node.js GitHub Bot) #β63011cb67a925e9] - deps: use npm undici@βseven tag inupdate-undici.sh(Matteo Collina) #β62739aa1e0bc28b] - doc: fix typos and inconsistencies in crypto.md and webcrypto.md (Filip Skokan) #β62828f2a1735ed9] - doc: fix duplicate word "to to" in util.styleText (Daijiro Wachi) #β62917b6378e215c] - doc: fix node-config-schema (Π‘ΠΊΠΎΠ²ΠΎΡΠΎΠ΄Π° ΠΠΈΠΊΠΈΡΠ° ΠΠ½Π΄ΡΠ΅Π΅Π²ΠΈΡ) #β61596233894a9ce] - doc: fix the TypeScript Execute (tsx) project link (David Thornton) #β630935d97919f8f] - doc: correct diagnostics_channel built-in channel names (Bryan English) #β629952a9ccc927e] - doc: use mjs/cjs blocks for callbackify null reason example (Daijiro Wachi) #β62884ef413b5358] - doc: fix typo in test.md (Rich Trott) #β6296076f21c5070] - doc: correct typo in PR contribution instructions (Mike McCready) #β62738ca02af1f7d] - doc: fix duplicate word "of of" in postMessageToThread (Daijiro Wachi) #β6291746c99ed526] - doc: fix duplicate word "for for" in compile cache (Daijiro Wachi) #β629171a60851734] - doc: fix typo in dns.lookup options description (Daijiro Wachi) #β62882169b5ea2ed] - doc: fix Argon2 parameter bounds (Tobias NieΓen) #β628689a3a190f4e] - doc: clarify diffieHellman.generateKeys recomputes same key (Kit Dallege) #β622050fba9e87d6] - doc: remove Ayase-252 and meixg from triagger team (Antoine du Hamel) #β628419c700f3446] - doc: clarify dns.lookup() callback signature when all is true (eungi) #β628006b7280bc17] - doc: add experimental modules lifetime policy (Paolo Insogna) #β62753ce47ea31c9] - doc: clarify process._debugProcess() in Permission Model (Fahad Khan) #β62537ba01633757] - doc: fix typo in devcontainer guide (Rohan Santhosh Kumar) #β6268770b4d5839b] - doc: clarify Backport-PR-URL metadata added automatically (Mike McCready) #β626688126d1c3eb] - doc: update WPT test runner README.md (Filip Skokan) #β62680978afea4b5] - doc: fix spelling in release announcement guidance (Rohan Santhosh Kumar) #β626631684ab8ff8] - doc: note non-monotonic clock in crypto.randomUUIDv7 (nabeel378) #β6260086d4f07930] - doc: update bug bounty program (Rafael Gonzaga) #β62590736ed8a08f] - doc: document TransformStream transformer.cancel option (Tom Pereira) #β62566938af9be01] - doc: mention test runner retry attemp is zero based (Moshe Atlow) #β6250494433e450f] - doc,src,test: fix dead inspector help URL (semimikoh) #β62745ddf1f01659] - esm: addERR_REQUIRE_ESM_RACE_CONDITION(Antoine du Hamel) #β624624a506acd16] - fs: add followSymlinks option to glob (Matteo Collina) #β62695f4ea495f9b] - fs: restore fs patchability in ESM loader (Joyee Cheung) #β6283563c111cd60] - fs: validate position argument before length === 0 early return (Edy Silva) #β626749705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #β5777540ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #β62277717476a24e] - http: emit 'drain' on OutgoingMessage only after buffers drain (Robert Nagy) #β62936d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #β6308264f15c274a] - http: fix leaked error listener on sync HTTP req create + destroy (Tim Perry) #β628725c4798d799] - http: fix no_proxy leading-dot suffix matching (Daijiro Wachi) #β623339f3bc70ae5] - http: cleanup pipeline queue (Robert Nagy) #β62534aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #β62541900dc758ff] - http2: expose writable stream state on compat response (T) #β63003b3bfe35912] - inspector: coerce key and value to string in webstorage events (Ali Hassan) #β626163dc3fb6ad8] - inspector: return errors when CDP protocol event emission fails (Ryuhei Shima) #β621624f3f21bd7c] - inspector: auto collect webstorage data (Ryuhei Shima) #β6214536cc04189d] - inspector: initial support storage inspection (Ryuhei Shima) #β611391718bc3b9b] - inspector: fix absolute URLs in network http (bugyaluwang) #β6295597e32c7a74] - lib: avoid quadratic shift() in startup snapshot callback (Daijiro Wachi) #β6291425d2e999de] - lib: harden kKeyOps lookup with null prototype (Filip Skokan) #β6287737d3913c8f] - lib: short-circuit WebIDL BufferSource SAB check (Filip Skokan) #β62833430c69d25f] - lib: use js-only implementation ofisDataView()(RenΓ©) #β627803ba0add6a0] - lib: fix lint in internal/webstreams/util.js (Filip Skokan) #β628069b95c41398] - lib: fix sequence argument handling in Blob constructor (Ms2ger) #β62179314dacdbee] - lib: improve Web Cryptography key validation ordering (Filip Skokan) #β627493d18162430] - lib: reject SharedArrayBuffer in web APIs per spec (Ali Hassan) #β62632ada3ce879d] - lib: defer AbortSignal.any() following (sangwook) #β62367b2981ec7eb] - meta: bump actions/download-artifact from 8.0.0 to 8.0.1 (dependabot[bot]) #β625497cd20667b5] - meta: bump github/codeql-action from 4.35.1 to 4.35.3 (dependabot[bot]) #β6307491a07cfe9f] - meta: bump Mozilla-Actions/sccache-action from 0.0.9 to 0.0.10 (dependabot[bot]) #β6307309e17fe47c] - meta: add automation policy (Chengzhong Wu) #β6287159e7fb7986] - meta: move VoltrexKeyva to emeritus (Matteo Collina) #β628951e2915cfa6] - meta: bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (dependabot[bot]) #β628450253c6e2be] - meta: bump step-security/harden-runner from 2.16.1 to 2.19.0 (dependabot[bot]) #β62844f503675b86] - meta: bump actions/setup-node from 6.3.0 to 6.4.0 (dependabot[bot]) #β628425e14e4d26e] - meta: broaden stale bot (Aviv Keller) #β62658795db76f87] - meta: pass release version to release worker (flakey5) #β62777ef384fe39f] - meta: add QUIC to CODEOWNERS (Tim Perry) #β6265267e0ac568d] - meta: move Michael to emeritus (Michael Dawson) #β625365dad616393] - meta: populate apt list for slim runner in update-openssl workflow (RenΓ©) #β62628a869d25d8a] - meta: bump step-security/harden-runner from 2.15.0 to 2.16.1 (dependabot[bot]) #β62550769efc0403] - meta: bump actions/setup-node from 6.2.0 to 6.3.0 (dependabot[bot]) #β6254873fcc2b055] - meta: bump github/codeql-action from 4.32.4 to 4.35.1 (dependabot[bot]) #β625476c001246fe] - meta: bump codecov/codecov-action from 5.5.2 to 6.0.0 (dependabot[bot]) #β625455ee40d6a03] - meta: bump actions/cache from 5.0.3 to 5.0.4 (dependabot[bot]) #β62543ca16ad8a05] - meta: require DCO signoff in commit message guidelines (James M Snell) #β62510db9497fc41] - meta: expand memory leak DoS criteria to all DoS (Joyee Cheung) #β6250513b7d08b8d] - module: remove duplicated checks from_resolveFilename(Antoine du Hamel) #β627296b53efb53a] - module,win: fix long subpath import (Stefan Stojanovic) #β62101841dfbf6fc] - node-api: update libuv ABI stability note (Chengzhong Wu) #β6278901090f2aa1] - node-api: add napi_create_external_sharedarraybuffer (Ben Noordhuis) #β6262387443b4355] - node-api: execute tsfn finalizer after queue drains when aborted (Kevin Eady) #β61956e95570c054] - process: handle rejections only when needed (GΓΌrgΓΌn DayΔ±oΔlu) #β6291937d49f3219] - process: optimize asyncHandledRejections by using FixedQueue (GΓΌrgΓΌn DayΔ±oΔlu) #β60854f697c55e38] - quic: add QuicEndpoint.listening & QuicStream.destroy() and tests (Tim Perry) #β62648c128942b69] - quic: fixup token verification to handle zero expiration (James M Snell) #β62620abb881ec92] - quic: support multiple ALPN negotiation (James M Snell) #β62620476926c2ad] - quic: apply multiple TLS context improvements and SNI support (James M Snell) #β6262076d9c24b95] - quic: implement rapidhash for hashing improvements (James M Snell) #β6262008726cd43d] - quic: move quic behind compile time flag (Matteo Collina) #β61444ea4f19aaa7] - quic: use arena allocation for packets (James M Snell) #β6258921e9239e2a] - quic: fixup linting/formatting issues (James M Snell) #β62387edeed4303b] - quic: update http3 impl details (James M Snell) #β623877f3a85e6aa] - quic: fix a handful of bugs and missing functionality (James M Snell) #β6238745c1ebddf8] - quic: copy options.certs buffer instead of detaching (Chengzhong Wu) #β61403a31a8ee680] - quic: reduce boilerplate and other minor cleanups (James M Snell) #β593423be70ff43a] - quic: multiple fixups and updates (James M Snell) #β59342b91a93444c] - quic: update more of the quic to the new compile guard (James M Snell) #β59342ca0080c164] - quic: few additional small comment edits in cid.h (James M Snell) #β593426553202d83] - quic: fixup NO_ERROR macro conflict on windows (James M Snell) #β593816df1508ac2] - quic: fixup windows coverage compile error (James M Snell) #β59381b2b0bf8b04] - quic: update the guard to check openssl version (James M Snell) #β592495556b154bd] - quic: start re-enabling quic with openssl 3.5 (James M Snell) #β592492ca42c8263] - repl: keep reference count forprocess.on('newListener')(Anna Henningsen) #β618952f37f9177f] - sqlite: use OneByte for ASCII text and internalize col names (Ali Hassan) #β619543c96ae1b2f] - sqlite: add serialize() and deserialize() (Ali Hassan) #β62579be4d2f3a4c] - sqlite: enable Percentile extension (Jurj Andrei George) #β61295dafed453b2] - src: clean up experimental flag variables (Antoine du Hamel) #β62759dca1e6aeea] - src: expose help texts into node-config-schema.json (Pietro Marchini) #β5868028c4f44eb1] - src: add permission support to config file (Marco Ippolito) #β60746f49175b220] - src: fix small compile warning in quic/streams.cc (James M Snell) #β60118c9d4a446d8] - src: cleanup quic TransportParams class (James M Snell) #β5988499bb02fd9e] - src: swap dotenv and config file parsing order (Marco Ippolito) #β63035ecb4d49b7b] - src: add missing <cstdlib> for abort() declaration (Charles Kerr) #β63001b6219b6362] - src: fix crash in GetErrorSource() for invalid using syntax (semimikoh) #β62770b5ca5ad4c5] - src: simplifyTCPWrap::Connectsignature (Anna Henningsen) #β62929ef7ffce7cf] - src: use DCHECK in AsyncWrap::MakeCallback instead emiting a warning (Gerhard StΓΆbich) #β62795cd9890a5ab] - src: fix MaybeStackBuffer char_traits deprecation warning (om-ghante) #β62507c70ff44aee] - src: use context-free V8 message column getters (RenΓ©) #β6277806c405f1d7] - src: coercespawnSyncargs to string once (Antoine du Hamel) #β626336151999ad6] - src: use stack allocation for small string encoding (Ali Hassan) #β62431a71a4ac7a3] - src: add contextify interceptor debug logs (Chengzhong Wu) #β62460ad9a2909c2] - src: workaround AIX libc++ std::filesystem bug (Richard Lau) #β627887792f1ae47] - stream: copyeditwebstreams/adapter.js(Antoine du Hamel) #β630341397d8ce5c] - stream: remove duplicated utility (Antoine du Hamel) #β63031ff86b1d64f] - stream: simplifysetPromiseHandledutility (Antoine du Hamel) #β6303224a078149a] - stream: validate ReadableStream.from iterator objects (Daeyeon Jeong) #β62911cfb1fa9680] - stream: reject duplicate nested transferables (Daeyeon Jeong) #β62831d0c913758a] - stream: ensuring cross-destruction in _duplexify to prevent leaks (Daijiro Wachi) #β62824978f5c15d7] - stream: simplifyreadableStreamFromIterable(Antoine du Hamel) #β626513527646ba5] - stream: fix nested compose error propagation (Matteo Collina) #β62556dfb9edef4f] - stream: allow shared array buffer sources in writable webstream adapter (RenΓ©) #β62163f00cdab627] - stream: simplifycreatePromiseCallback(Antoine du Hamel) #β626503ed783535f] - stream: fix writev unhandled rejection in fromWeb (sangwook) #β6229729b196694c] - stream: noop pause/resume on destroyed streams (Robert Nagy) #β62557d73dbb9fc8] - stream: refactor duplexify to be less suceptible to prototype pollution (Antoine du Hamel) #β625596f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #β61098b8816580e9] - test: generatelocalstorage.dbin a temp dir (Chengzhong Wu) #β6266031a863fd29] - test: update WPT for url to258f285(Node.js GitHub Bot) #β63087d0d19bd8e3] - test: update WPT for streams tof8f26a3(Node.js GitHub Bot) #β62864f50ac5bc78] - test: improve config-file permission test coverage (Rafael Gonzaga) #β60929a0f90000f4] - test: export isRiscv64 from common module (Jamie Magee) #β62609da4dd8646f] - test: normalize known inspector crash as completion (Joyee Cheung) #β62851b7fdd94a4c] - test: account for RFC 7919 FFDHE negotiation in OpenSSL 4.0 (Filip Skokan) #β62805375a993aaf] - test: skip tls-deprecated secp256k1 on OpenSSL 4.0 (Filip Skokan) #β62805698d8287d1] - test: use an always invalid cipher and cover OpenSSL 4.0 behaviours (Filip Skokan) #β62805036bc6f300] - test: use valid DER OCSP responses (Filip Skokan) #β628053aa9938da8] - test: skip test-tls-error-stack when engines are unsupported (Filip Skokan) #β62805947f1ae246] - test: accept renamed OpenSSL 4.0 error code and reason (Filip Skokan) #β62805afdd355622] - test: update test/addons/openssl-binding for OpenSSL 4.0 (Filip Skokan) #β628058637524a99] - test: mark test-snapshot-reproducible flaky (Filip Skokan) #β62808c22d34134b] - test: check contextify contextual store behavior in strict mode (RenΓ©) #β625710b4e0d3c94] - test: update tls junk data error expectations (Filip Skokan) #β6262985d83c2cdb] - test: ensure WPT report is in out/wpt (Filip Skokan) #β626379e21711c60] - test: improve WPT runner summary (Filip Skokan) #β62636e04e2c9ac1] - test: skip url WPT subtests instead of modifying test script (Filip Skokan) #β626357b1211f88c] - test: capture negative utimes mtime at call time (Yuya Inoue) #β62490f1a6e9fcc7] - test: allow skipping individual WPT subtests (Filip Skokan) #β6251723f927542e] - test: use on-disk fixture for test-npm-install (Joyee Cheung) #β625844739c45879] - test: update WPT for url to7a3645b(Node.js GitHub Bot) #β62591f68189b839] - test_runner: addtestIdto test events (Moshe Atlow) #β627725c2770446e] - test_runner: publish to TracingChannel for OTel instrumentation (Moshe Atlow) #β62502d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #β617473f74a58979] - test_runner: update node-config-schema (Pietro Marchini) #β5868060c83f6199] - test_runner: fix failing suite hooks when marked withtodo(Moshe Atlow) #β63097d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #β628203e72065ed6] - test_runner: fix suite rerun edge case (Moshe Atlow) #β6286001a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #β60751dd43efffa6] - test_runner: add passed, attempt, and diagnostic to SuiteContext (Moshe Atlow) #β62504a12dc445cc] - tools: add a check for clean git tree after tests (Antoine du Hamel) #β626615b49178375] - tools: use LTS Node.js in notify-on-push workflow (Nenad Spasenic) #β630845a93bde5bb] - tools: update gr2m/create-or-update-pull-request-action to v1.10.1 (Mike McCready) #β63065b133019d19] - tools: simplifyupdate-undici.sh(Antoine du Hamel) #β6304404d3538074] - tools: do not runtest-linuxon unrelated tools changes (Antoine du Hamel) #β630374d396ac4a5] - tools: bump the eslint group in /tools/eslint with 4 updates (dependabot[bot]) #β628489354bf40e7] - tools: update gyp-next to 0.22.1 (Node.js GitHub Bot) #β62961c23db1ca85] - tools: fix commit linter for semver-major release proposals (Antoine du Hamel) #β629936e097ee3f1] - tools: consolidate and simplify .editorconfig deps section (Daijiro Wachi) #β62887a47ea6d6ea] - tools: set bot as author of tools-deps-update PRs (Antoine du Hamel) #β6285600e86f0471] - tools: bump brace-expansion from 5.0.4 to 5.0.5 in /tools/eslint (dependabot[bot]) #β62458cd7e262e75] - tools: bump brace-expansion in /tools/clang-format (dependabot[bot]) #β62467bfc1319bc8] - tools: exclude @βnode-core/doc-kit from dependabot cooldown (Levi Zim) #β62775a932fbd10b] - tools: re-enable undici WPTs in daily wpt.fyi job (Filip Skokan) #β62677f7bd9e3055] - tools: update gyp-next to 0.22.0 (Node.js GitHub Bot) #β62697c400d46d87] - tools: improve backport review script (Antoine du Hamel) #β62573be23b75814] - tools: improve output for unexpected passes in WTP tests (Antoine du Hamel) #β62587609c013ece] - tools: revert OpenSSL update workflow to ubuntu-latest (Richard Lau) #β6262781bac1ebfd] - tools: bump the eslint group in /tools/eslint with 2 updates (dependabot[bot]) #β625521fee26522d] - tools: allow triagers to queue a PR for CI until it's reviewed (Antoine du Hamel) #β62524332088f929] - tools: do not runcommit-linton release proposals (Antoine du Hamel) #β625239a25fc8a4d] - url: process crash via malformed UNC hostname in pathToFileURL() (Nicola Del Gobbo) #β625747bd08ff60a] - url: optimize URLSearchParams set/delete duplicate handling (GΓΌrgΓΌn DayΔ±oΔlu) #β622662d636388fa] - url: align default argument handling for URLPattern with webidl (Filip Skokan) #β6271900705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme AraΓΊjo) #β615560e2adb3e45] - watch: track worker entry files in watch mode (SudhansuBandha) #β62368c58fe38211] - watch: fix --env-file-if-exists crashing on linux if the file is missing (Efe) #β61870Configuration
π Schedule: (UTC)
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.