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:
21.7.3-alpine
->23.8.0-alpine
21.7.3-alpine
->23.8.0-alpine
Release Notes
nodejs/node (node)
v23.8.0
: 2025-02-13, Version 23.8.0 (Current), @targosCompare Source
Notable Changes
Support for using system CA certificates store on macOS and Windows
This version adds the
--use-system-ca
command-line flag, which instructs Node.jsto use the trusted CA certificates present in the system store along with
the
--use-bundled-ca
,--use-openssl-ca
options.This option is available on macOS and Windows for now.
Contributed by Tim Jacomb in #56599
and Joyee Cheung in #56833.
Introduction of the URL Pattern API
An implementation of the URL Pattern API
is now available.
The
URLPattern
constructor is exported from thenode:url
module and will beavailable as a global in Node.js 24.
Contributed by Yagiz Nizipli and Daniel Lemire in #56452.
Support for the zstd compression algorithm
Node.js now includes support for the Zstandard (zstd) compression algorithm.
Various APIs have been added to the
node:zlib
module for both compression and decompressionof zstd streams.
Contributed by Jan Krems in #52100.
Node.js thread names
Threads created by the Node.js process are now named to improve the debugging experience.
Worker threads will use the
name
option that can be passed to theWorker
constructor.Contributed by Rafael Gonzaga in #56416.
Timezone data has been updated to 2025a
Included changes:
Other Notable Changes
39997867cf
] - (SEMVER-MINOR) sqlite: allow returningArrayBufferView
s from user-defined functions (René) #56790Commits
0ee9c34d63
] - benchmark: add simple parse and test benchmarks for URLPattern (James M Snell) #56882b3f2045d14
] - build: gyp exclude libm linking on macOS (deepak1556) #56901e0dd9aefd6
] - build: remove explicit linker call to libm on macOS (deepak1556) #5690152399da780
] - build: link with Security.framework in GN build (Cheng) #56895582b9221c9
] - build: do not put commands in sources variables (Cheng) #56885ea61b956e9
] - build: add double quotes around <(python) (Luigi Pinca) #5682614236ef778
] - build: add build option suppress_all_error_on_warn (Michael Dawson) #56647dfd3f430f3
] - build,win: enable ccache (Stefan Stojanovic) #568473e207bd9ec
] - (SEMVER-MINOR) crypto: support --use-system-ca on Windows (Joyee Cheung) #56833fe2694a992
] - crypto: fix X509* leak in --use-system-ca (Joyee Cheung) #5683260039a2c36
] - crypto: add api to get openssl security level (Michael Dawson) #5660139a474f7c0
] - (SEMVER-MINOR) crypto: added support for reading certificates from macOS system store (Tim Jacomb) #56599144bee8067
] - deps: update zlib to 1.3.0.1-motley-788cb3c (Node.js GitHub Bot) #566557fd39e3a79
] - deps: update sqlite to 3.49.0 (Node.js GitHub Bot) #56654d698cb5434
] - deps: update amaro to 0.3.2 (marco-ippolito) #56916dbd09067c0
] - deps: V8: cherry-pick9ab4059
(Levi Zim) #56781ee33ef3aa6
] - deps: update cjs-module-lexer to 2.0.0 (Michael Dawson) #56855c0542557d0
] - deps: update timezone to 2025a (Node.js GitHub Bot) #56876d67cb1f9bb
] - deps: update simdjson to 3.12.0 (Node.js GitHub Bot) #5687470b04b4314
] - deps: update googletest toe235eb3
(Node.js GitHub Bot) #56873e11cda003f
] - (SEMVER-MINOR) deps: update ada to v3.0.1 (Yagiz Nizipli) #564528743ef525d
] - deps: update simdjson to 3.11.6 (Node.js GitHub Bot) #562500f553e5575
] - deps: update amaro to 0.3.1 (Node.js GitHub Bot) #56785380a8d8d2f
] - (SEMVER-MINOR) deps,tools: add zstd 1.5.6 (Jan Krems) #5210066898a7c3b
] - doc: update history of stream.Readable.toWeb() (Jimmy Leung) #569289e29416e12
] - doc: make MDN links to global classes more consistent (Antoine du Hamel) #569246bc270728a
] - doc: make MDN links to global classes more consistent inassert.md
(Antoine du Hamel) #5692000da003171
] - doc: make MDN links to global classes more consistent (Antoine du Hamel) #56923d90198793a
] - doc: make MDN links to global classes more consistent inutil.md
(Antoine du Hamel) #569225f4377a759
] - doc: make MDN links to global classes more consistent inbuffer.md
(Antoine du Hamel) #569217353266b50
] - doc: improve type stripping documentation (Marco Ippolito) #56916888d2acc3a
] - doc: specificy support for erasable ts syntax (Marco Ippolito) #569163c082d43bc
] - doc: update post sec release process (Rafael Gonzaga) #56907f0bf35d3c5
] - doc: update websocket link to avoid linking to self (Chengzhong Wu) #56897373dbb0e6c
] - doc: mark--env-file-if-exists
flag as experimental (Juan José) #56893d436888cc8
] - doc: fix typo in cjs example ofutil.styleText
(Deokjin Kim) #5676991638eeb4a
] - doc: clarify sqlite user-defined function behaviour (René) #56786bab9c4d331
] - events: getMaxListeners detects 0 listeners (Matthew Aitken) #56807ccaf7fe737
] - fs: makeFileHandle.readableWebStream
always create byte streams (Ian Kerins) #55461974cec7a0a
] - http: be more generational GC friendly (ywave620) #56767be00058712
] - inspector: add Network.Initiator in inspector protocol (Chengzhong Wu) #5680531293a4b09
] - inspector: fix GN build (Cheng) #5679891a302356b
] - inspector: fix StringUtil::CharacterCount for unicodes (Chengzhong Wu) #567883b305f25f2
] - lib: filter node:quic from builtinModules when flag not used (James M Snell) #56870f06ee4c54a
] - meta: bumpactions/upload-artifact
from 4.4.3 to 4.6.0 (dependabot[bot]) #56861d230bc3b3c
] - meta: bumpactions/setup-node
from 4.1.0 to 4.2.0 (dependabot[bot]) #56868d4ecfa745e
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #56889698c56bb94
] - meta: add @nodejs/url as codeowner (Chengzhong Wu) #56783a274b28857
] - module: fix require.resolve() crash on non-string paths (Aditi) #569424e3052aeee
] - quic: fixup errant LocalVector usage (James M Snell) #56564dfc61f7bb7
] - readline: fix unresolved promise on abortion (Daniel Venable) #540309e60501f5e
] - sqlite: fix coverity warnings related to backup() (Colin Ihrig) #569611913a4aabc
] - sqlite: restore changes from #55373 (Colin Ihrig) #569088410c955b7
] - sqlite: fix use-after-free in StatementSync due to premature GC (Divy Srivastava) #5684001d732d629
] - sqlite: handle conflicting SQLite and JS errors (Colin Ihrig) #5678739997867cf
] - (SEMVER-MINOR) sqlite: allow returningArrayBufferView
s from user-defined functions (René) #567908dc637681a
] - sqlite, test: expose sqlite online backup api (Edy Silva) #56253cfea53eccc
] - src: useargs.This()
in zlib (Michaël Zasso) #569886b398d6d0b
] - src: replaceSplitString
with built-in (Yagiz Nizipli) #54990fbb32e0a08
] - src: add nullptr handling forNativeKeyObject
(Burkov Egor) #5690083ff7be9fd
] - src: disallow copy/move fns/constructors (Yagiz Nizipli) #5681163611d0331
] - src: add a hard dependency v8_inspector_headers (Chengzhong Wu) #568053d957d135c
] - src: improve error handling in encoding_binding.cc (James M Snell) #569159e9ac3ccd8
] - src: avoid copy by using std::views::keys (Yagiz Nizipli) #56080086cdc297a
] - src: remove obsolete NoArrayBufferZeroFillScope (James M Snell) #56913915d7aeb37
] - src: set signal inspector io thread name (RafaelGSS) #56416f4b086d29d
] - src: set thread name for main thread and v8 worker (RafaelGSS) #564163579143630
] - src: set worker thread name using worker.name (RafaelGSS) #56416736ff5de6d
] - src: use a default thread name for inspector (RafaelGSS) #56416be8e2b4d8f
] - src: improve error handling in permission.cc (James M Snell) #56904d6cf0911ee
] - src: improve error handling in node_sqlite (James M Snell) #56891521fed1bac
] - src: improve error handling in node_os by removing ToLocalChecked (James M Snell) #56888c9a99df8e7
] - src: improve error handling in node_url (James M Snell) #568865c82ef3ace
] - src: add memory retainer traits for external types (Chengzhong Wu) #56881edb194b2d5
] - src: prevent URLPattern property accessors from crashing on invalid this (James M Snell) #568779624049414
] - src: pull in more electron boringssl adjustments (James M Snell) #56858f8910e384d
] - src: make multiple improvements to node_url_pattern (James M Snell) #5687194a0237b18
] - src: clean up some obsolete crypto methods (James M Snell) #56792b240ca67b9
] - src: add check for Bignum in GroupOrderSize (Burkov Egor) #5670245692e9c7c
] - src, deps: port electron's boringssl workarounds (James M Snell) #56812a9d80d43cb
] - (SEMVER-MINOR) src, quic: refine more of the quic implementation (James M Snell) #5632893d0beb6c8
] - src,test: expand test coverage for urlpattern and fix error (James M Snell) #568785a9732e1d0
] - test: improve timeout duration for debugger events (Yagiz Nizipli) #5697060c8fc07ff
] - test: remove unnecessary syscall to cpuinfo (Yagiz Nizipli) #5696840cdf756e6
] - test: update webstorage wpt (Yagiz Nizipli) #56963de77371a9e
] - test: execute shell directly for refresh() (Yagiz Nizipli) #55051f4254b8e70
] - test: automatically sync wpt urlpattern tests (Jonas) #56949a473d3f57a
] - test: update snapshots for amaro v0.3.2 (Marco Ippolito) #56916abca97f7e2
] - test: change jenkins reporter (Carlos Espa) #568087c9fa11127
] - test: fix race condition in test-child-process-bad-stdio (Colin Ihrig) #56845b8b6e68836
] - (SEMVER-MINOR) test: add WPT for URLPattern (Yagiz Nizipli) #56452b6d3d52e20
] - test: adjust check to use OpenSSL sec level (Michael Dawson) #568193beac87f92
] - test: test-crypto-scrypt.js doesn't need internals (Meghan Denny) #566733af23a10f3
] - test: settest-fs-cp
as flaky (Stefan Stojanovic) #567991146f48f67
] - test: search cctest files (Chengzhong Wu) #5679186c199b25a
] - test: convert test_encoding_binding.cc to a JS test (Chengzhong Wu) #56791bd5484717c
] - test: test-crypto-prime.js doesn't need internals (Meghan Denny) #56675f5f54414e4
] - test: temporary remove resource check from fs read-write (Rafael Gonzaga) #56789c8bd2ba0ad
] - test: mark test-without-async-context-frame flaky on windows (James M Snell) #567532c2e4a4ae0
] - test: remove unnecessary code (Luigi Pinca) #567844606a5f79b
] - test: marktest-esm-loader-hooks-inspect-wait
flaky (Richard Lau) #5680338c77e3462
] - test: update WPT for url toa23788b
(Node.js GitHub Bot) #5677950ebd5fd31
] - test: remove duplicate error reporter from ci (Carlos Espa) #567390c3ae25aec
] - test_runner: print formatted errors on summary (Pietro Marchini) #56911b5a8a812fb
] - tools: bump eslint version (dependabot[bot]) #56869e1f86c1b9d
] - tools: remove test-asan/ubsan workflows (Michaël Zasso) #56823405a6678b7
] - tools: run macOS test workflow with Xcode 16.1 (Michaël Zasso) #5683116529c130f
] - tools: update sccache and sccache-action (Michaël Zasso) #56815fe004111ea
] - tools: fix license-builder for inspector_protocol (Michaël Zasso) #56814bc97a90176
] - (SEMVER-MINOR) url: add URLPattern implementation (Yagiz Nizipli) #5645277294d8918
] - util: enforce shouldColorize in styleText array arg (Marco Ippolito) #567228e6c191601
] - zlib: use modern class syntax for zstd classes (Yagiz Nizipli) #56965a3ca7f37a2
] - zlib: make all zstd functions experimental (Yagiz Nizipli) #569644cc7907738
] - (SEMVER-MINOR) zlib: add zstd support (Jan Krems) #52100v23.7.0
: 2025-01-30, Version 23.7.0 (Current), @aduh95Compare Source
Notable Changes
36dd9ecc41
] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #565669414d3cbf1
] - (SEMVER-MINOR) fs: allowexclude
option in globs to accept glob patterns (Daeyeon Jeong) #564899c5c3b3115
] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #566101e201fd5fd
] - (SEMVER-MINOR) sqlite: support TypedArray and DataView inStatementSync
(Alex Yang) #5638548c813fb67
] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #56441cf16123785
] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #5646913bdd9c961
] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #5659500a1943858
] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #564593143566045
] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #56434Commits
334a3ac7c6
] - assert: make myers_diff function more performant (Giovanni Bucci) #56303eb2bf460b7
] - assert: make partialDeepStrictEqual work with urls and File prototypes (Giovanni Bucci) #56231d184453b90
] - assert: show diff when doing partial comparisons (Giovanni Bucci) #562114aa1afd607
] - benchmark: add validateStream to styleText bench (Rafael Gonzaga) #565568bbdb1203e
] - child_process: fix parsing messages with splitted length field (Maksim Gorkov) #56106d83d89a08e
] - crypto: add missing return value check (Michael Dawson) #5661536dd9ecc41
] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #565663915152c36
] - crypto: fix checkPrime crash with large buffers (Santiago Gimeno) #56559c8d1dcb063
] - crypto: fix warning of ignoring return value (Cheng) #565271994eaaf52
] - crypto: make generatePrime/checkPrime interruptible (James M Snell) #564605f1ee05390
] - deps: update corepack to 0.31.0 (Node.js GitHub Bot) #567959cfac712b8
] - deps: move inspector_protocol to deps (Chengzhong Wu) #56649b2ec816a31
] - deps: macro ENODATA is deprecated in libc++ (Cheng) #56698edd9361499
] - deps: fixup some minor coverity warnings (James M Snell) #566129ffe3ad4b1
] - deps: update libuv to 1.50.0 (Node.js GitHub Bot) #5661673ad3ca238
] - deps: update amaro to 0.3.0 (Node.js GitHub Bot) #565680657f6270a
] - deps: update amaro to 0.2.2 (Node.js GitHub Bot) #5656847fad8cbc0
] - deps: update simdutf to 6.0.3 (Node.js GitHub Bot) #56567c9a211ae29
] - diagnostics_channel: capture console messages (Stephen Belanger) #56292cf5d2d6598
] - doc: move anatoli to emeritus (Michael Dawson) #565925dd08d10be
] - doc: fix styles of the expandable TOC (Antoine du Hamel) #5675509fb3adf80
] - doc: add "Skip to content" button (Antoine du Hamel) #56750ad012ca1f3
] - doc: improve accessibility of expandable lists (Antoine du Hamel) #5674938acdb57eb
] - doc: add note regarding commit message trailers (Dario Piotrowicz) #56736f4a9b134c0
] - doc: fix typo in example code for util.styleText (Robin Mehner) #567208a61aaa734
] - doc: fix inconsistencies inWeakSet
andWeakMap
comparison details (Shreyans Pathak) #566834ade128184
] - doc: add RafaelGSS as latest sec release stewards (Rafael Gonzaga) #56682e1e1200b79
] - doc: clarify cjs/esm diff inqueueMicrotask()
vsprocess.nextTick()
(Dario Piotrowicz) #5665957a7b931fb
] - doc:WeakSet
andWeakMap
comparison details (Shreyans Pathak) #5664856b21489f4
] - doc: mention prepare --security (Rafael Gonzaga) #5661767f39b597a
] - doc: tweak info on reposts in ambassador program (Michael Dawson) #565896381e0761d
] - doc: add type stripping to ambassadors program (Marco Ippolito) #565989bd438acd3
] - doc: improve internal documentation on built-in snapshot (Joyee Cheung) #56505f54118c84a
] - doc: correct customization hook types & clarify descriptions (Jacob Smith) #564546af5053153
] - doc: document CLI way to open the nodejs/bluesky PR (Antoine du Hamel) #565064a77a9e1eb
] - doc: add history info for Permission Model (Antoine du Hamel) #56707097b8b4889
] - doc: add note for features usingInternalWorker
with permission model (Antoine du Hamel) #56706f600466c73
] - doc: add section about using npx with permission model (Rafael Gonzaga) #56539c2d5a0c629
] - doc: update gcc-version for ubuntu-lts (Kunal Kumar) #56553202af46793
] - doc: fix parentheses in options (Tobias Nießen) #565634e4b0c63d0
] - doc: fix location of NO_COLOR in CLI docs (Colin Ihrig) #5652592eeeb98a5
] - doc: include CVE to EOL lines as sec release process (Rafael Gonzaga) #56520233a6a93a1
] - doc: add esm examples to node:trace_events (Alfredo González) #56514d9cff6c73f
] - doc: reserve NMV 133 for Electron 35 (Keeley Hammond) #565136047fd7c5c
] - doc: add message for Ambassadors to promote (Michael Dawson) #56235a4045c9488
] - doc: allow request for TSC reviews via the GitHub UI (Antoine du Hamel) #56493dd3f94873e
] - esm: fix jsdoc type refs toModuleJobBase
in esm/loader (Jacob Smith) #564999414d3cbf1
] - (SEMVER-MINOR) fs: allowexclude
option in globs to accept glob patterns (Daeyeon Jeong) #564894202045673
] - http2: omit server name when HTTP2 host is IP address (islandryu) #56530f48a562776
] - inspector: roll inspector_protocol (Chengzhong Wu) #566499a954fbf4a
] - inspector: add undici http tracking support (Chengzhong Wu) #56488f185e8a34a
] - inspector: report loadingFinished until the response data is consumed (Chengzhong Wu) #563722fb007fdce
] - lib: allow skipping source maps in node_modules (Chengzhong Wu) #566392f69dc2659
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #565800d869963e0
] - meta: add codeowners of security release document (Rafael Gonzaga) #5652159510ab819
] - module: fix badrequire.resolve
with option paths for.
and..
(Dario Piotrowicz) #5673558d2dad67d
] - module: integrate TypeScript into compile cache (Joyee Cheung) #566299f99a6acb5
] - module: use more defensive code when handling SWC errors (Antoine du Hamel) #566467347d34053
] - module: fixing url change in load sync hook chain (Vitalii Akimov) #564029c5c3b3115
] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #56610afd1f91a1e
] - module: fix jsdoc forformat
parameter in cjs/loader (pacexy) #5650186d783fa51
] - module: rethrow amaro error message (Marco Ippolito) #565687b6df4a97a
] - process: fix symbol key and mark experimental newnode:process
methods (Antoine du Hamel) #5651721362cc4f4
] - punycode: limit deprecation warning (Colin Ihrig) #5663293f60a1c15
] - sqlite: disable memstatus APIs at build time (Colin Ihrig) #565411e201fd5fd
] - (SEMVER-MINOR) sqlite: support TypedArray and DataView inStatementSync
(Alex Yang) #563853aca628a11
] - sqlite: enable SQL math functions (Colin Ihrig) #56447575251ae6a
] - src: add nullptr handling from X509_STORE_new() (Burkov Egor) #567008fb03d8f43
] - src: move more crypto to ncrypto (James M Snell) #5665355a0135261
] - src: add default value for RSACipherConfig mode field (Burkov Egor) #5670183c56da328
] - src: fix build with GCC 15 (tjuhaszrh) #56740872d68d87c
] - src: fix to generate path from wchar_t via wstring (yamachu) #566962b6a82dcea
] - src: replace NoArrayBufferZeroFillScope with v8 option (James M Snell) #56658a5f9023297
] - src: initialize FSReqWrapSync in path that uses it (Michaël Zasso) #5661390f70ed8dd
] - src: use cppgc to manage ContextifyContext (Joyee Cheung) #565220b1ac9653e
] - src: handle duplicate paths granted (Rafael Gonzaga) #5659133f5345002
] - src: update ECKeyPointer in ncrypto (James M Snell) #56526c7b95fcf95
] - src: update ECPointPointer in ncrypto (James M Snell) #56526c008b15108
] - src: update ECGroupPointer in ncrypto (James M Snell) #565265673dc7de7
] - src: update ECDASSigPointer implementation in ncrypto (James M Snell) #5652687ba48b2c6
] - src: cleaning up more crypto internals for ncrypto (James M Snell) #5652648c813fb67
] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #5644150c65eed78
] - src: fix undefined script name in error source (Chengzhong Wu) #56502b3c66d2493
] - src: refactor --trace-env to reuse option selection and handling (Joyee Cheung) #5629317d59efe3c
] - src: minor cleanups on OneByteString usage (James M Snell) #564823e6e0106f6
] - src: move more crypto impl detail to ncrypto dep (James M Snell) #564215e1ddd5d4c
] - src: fixup more ToLocalChecked uses in node_file (James M Snell) #56484aa3fd2f58f
] - src: make some minor ToLocalChecked cleanups (James M Snell) #564837dd8165b0b
] - src: lock the thread properly in snapshot builder (Joyee Cheung) #56327edafab7248
] - src: drain platform tasks before creating startup snapshot (Chengzhong Wu) #56403e1887d2c58
] - src: use LocalVector in more places (James M Snell) #56457cf16123785
] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #56469df78515664
] - stream: fix typo in ReadableStreamBYOBReader.readIntoRequests (Mattias Buelens) #565604ff79fb22a
] - test: reduce number of written chunks (Luigi Pinca) #567572e7b7b7674
] - test: fix invalid common.mustSucceed() usage (Luigi Pinca) #567560af368ce5e
] - test: use strict mode in global setters test (Rich Trott) #56742e49f3e944c
] - test: cleanup and simplify test-crypto-aes-wrap (James M Snell) #5674885f7bbf4e4
] - test: do not use common.isMainThread (Luigi Pinca) #5676836b02bf1b1
] - test: make some requires lazy in common/index (James M Snell) #56715bcb35c3fb7
] - test: add test that uses multibyte for path and resolves modules (yamachu) #56696917f98b29c
] - test: replace more uses ofglobal
withglobalThis
(James M Snell) #56712bf34a49206
] - test: make common/index slightly less node.js specific (James M Snell) #56712ef2ed71389
] - test: rely less on duplicative common test harness utilities (James M Snell) #56712e654c8b84a
] - test: simplify common/index.js (James M Snell) #56712a62345e73b
] - test: move hasMultiLocalhost to common/net (James M Snell) #567166edf04ee5e
] - test: move crypto related common utilities in common/crypto (James M Snell) #56714c7a132229f
] - test: add missing test for env file (Jonas) #566422a219eddf6
] - test: enforce strict mode in test-zlib-const (Rich Trott) #56689f885496d9c
] - test: fix localization data for ICU 74.2 (Antoine du Hamel) #56661eb3148fb5c
] - test: use --permission instead of --experimental-permission (Rafael Gonzaga) #5668586d7ba09c4
] - test: test-stream-compose.js doesn't need internals (Meghan Denny) #56619676276889e
] - test: add maxCount and gcOptions to gcUntil() (Joyee Cheung) #565225b7a012144
] - test: add line break at end of file (Rafael Gonzaga) #5658827cfec619f
] - test: mark test-worker-prof as flaky on smartos (Joyee Cheung) #565837e58da68c1
] - test: update ts eval snapshots (Marco Ippolito) #56568b1c54439ae
] - test: update test-child-process-bad-stdio to use node:test (Colin Ihrig) #565620d772a963e
] - test: disable openssl 3.4.0 incompatible tests (Jelle van der Waa) #561606fa6d699ff
] - test: make test-crypto-hash compatible with OpenSSL > 3.4.0 (Jelle van der Waa) #5616090e12f2945
] - test: clarify fork inherit permission flags (Rafael Gonzaga) #56523323f96f7b3
] - test: add error only reporter for node:test (Carlos Espa) #56438cbbcaf9108
] - test: mark test-http-server-request-timeouts-mixed as flaky (Joyee Cheung) #56503295db19ba2
] - test: update error code in tls-psk-circuit for for OpenSSL 3.4 (sebastianas) #56420f7563780a6
] - test: update compiled sqlite tests to match other tests (Colin Ihrig) #564468feb2737e7
] - test: add initial test426 coverage (Chengzhong Wu) #56436b9cd7895c0
] - test: update test-set-http-max-http-headers to use node:test (Colin Ihrig) #56439332ce548cb
] - test: update test-child-process-windows-hide to use node:test (Colin Ihrig) #56437e2668c0e00
] - test_runner: print failing assertion only once with spec reporter (Pietro Marchini) #56662f97cd5b02b
] - test_runner: remove unused errors (Pietro Marchini) #5660713bdd9c961
] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #5659500a1943858
] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #56459c4979ebfb2
] - test_runner: run single test file benchmark (Pietro Marchini) #56479839a06e908
] - test_runner: differentiate test types in enqueue dequeue events (Eddie Abbondanzio) [#̴Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
Read more information about the use of Renovate Bot within Laminas.