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:
13.5.0-buster
->13.14.0-buster
Release Notes
nodejs/node
v13.14.0
: 2020-04-29, Version 13.14.0 (Current), @BridgeARCompare Source
Notable Changes
run
andexit
methods (Andrey Pechkurov) #31950importModuleDynamically
option to compileFunction (Gus Caplan) #32985New core collaborators
With this release, we welcome two new Node.js core collaborators:
Commits
52d8afc07e
] - (SEMVER-MINOR) async_hooks: merge run and exit methods (Andrey Pechkurov) #31950b304df97ff
] - (SEMVER-MINOR) async_hooks: prevent sync methods of async storage exiting outer context (Stephen Belanger) #31950a1178b6c5b
] - buffer: add type check in bidirectionalIndexOf (Gerhard Stoebich) #32770d9378747ae
] - buffer: mark pool ArrayBuffer as untransferable (Anna Henningsen) #327599bcfc8ed58
] - buffer,n-api: fix double ArrayBuffer::Detach() during cleanup (Anna Henningsen) #33039606719fa16
] - build: fix vcbuild error for missing Visual Studio (Thomas) #32658832ea520be
] - build: remove .git folders when testing V8 (Richard Lau) #32877e1809c8d71
] - build: add configure flag to build V8 with DCHECKs (Anna Henningsen) #327875c4d8cd72b
] - build: re-enable ASAN Action using clang (Matheus Marchini) #32776c8d43604e7
] - build: use same flags as V8 for ASAN (Matheus Marchini) #32776c6078f0ca1
] - build: add build from tarball (John Kleinschmidt) #321298fb7852e0b
] - cli, report: move --report-on-fatalerror to stable (cjihrig) #3249698a2c67a50
] - cluster: removed unused addressType argument from constructor (Yash Ladha) #329637b630aea32
] - deps: update archs files for OpenSSL-1.1.1g (Hassaan Pasha) #329717940d2ca86
] - deps: upgrade openssl sources to 1.1.1g (Hassaan Pasha) #329713956ab5187
] - deps: V8: backport3f8dc4b
(Ujjwal Sharma) #329931a82b78bda
] - deps: V8: cherry-picke1eac1b
(Milad Farazmand) #32974afe7f41442
] - deps: upgrade to libuv 1.37.0 (cjihrig) #32866771ca7d4ed
] - deps: upgrade to libuv 1.36.0 (cjihrig) #32866ea857684e9
] - deps: V8: cherry-pickdc3a90b
(Michaël Zasso) #32795fc9191ad58
] - doc: assign missing deprecation code (Richard Lau) #33109ea67a3097d
] - doc: improve WHATWG url constructor code example (Liran Tal) #327827085e6f7b8
] - doc: make openssl maintenance position independent (Sam Roberts) #32977c489a7e62b
] - doc: improve release documentation (Michaël Zasso) #3304216bd3006f1
] - doc: document major finished changes in v14 (Robert Nagy) #330657719f525ab
] - doc: add documentation for transferList arg at worker threads (Juan José Arboleda) #3288184b12b681a
] - doc: avoid tautology in README (Ishaan Jain) #3300550c6aa6dc5
] - doc: updated directory entry information (Eileen) #327911b61e56538
] - doc: ignore no-literal-urls in README (Nick Schonning) #32676e9b59781c3
] - doc: convert bare email addresses to mailto links (Nick Schonning) #326769af2eb3b64
] - doc: ignore no-literal-urls in changelogs (Nick Schonning) #326761b325f525c
] - doc: add angle brackets around implicit links (Nick Schonning) #3267699f4af4190
] - doc: remove repeated word in modules.md (Prosper Opara) #32931287bd8af9b
] - doc: elevate diagnostic report to tier1 (Gireesh Punathil) #327328c48d16691
] - doc: fix typo in security-release-process.md (Edward Elric) #32926faeb4088fa
] - doc: corrected ERR_SOCKET_CANNOT_SEND message (William Armiros) #3284776e960c67f
] - doc: fix usage of folder and directory terms in fs.md (karan singh virdi) #32919c5967596c0
] - doc: fix typo in zlib.md (雨夜带刀) #329018c1a69c1e7
] - doc: synch SECURITY.md with website (Rich Trott) #3290343adbe6bc8
] - doc: addtsc-agenda
to onboarding labels list (Rich Trott) #3283245a125cf3a
] - doc: add N-API version 6 to table (Michael Dawson) #32829cc4764579b
] - doc: add juanarbol as collaborator (Juan José Arboleda) #329065dba49db7c
] - doc: missing brackets (William Bonawentura) #326577980f6f749
] - doc: improve consistency in usage of NULL (Michael Dawson) #327263f4bb8d67f
] - doc: improve net docs (Robert Nagy) #32811b7da58773c
] - doc: note that signatures of binary may be from subkeys (Reşat SABIQ) #32591ae034c4ab2
] - doc: add transform stream destroy() return value (cjihrig) #32788a0be60e3ad
] - doc: updated guidance for n-api changes (Michael Dawson) #3272195cd771f9b
] - doc: remove warning fromresponse.writeHead
(Cecchi MacNaughton) #32700c0e4ac495a
] - doc: improve AsyncLocalStorage sample (Andrey Pechkurov) #32757ea09c0f111
] - doc: documentbuffer.from
returns internal pool buffer (Harshitha KP) #3270319961988d3
] - doc: add puzpuzpuz to collaborators (Andrey Pechkurov) #3281727837fe4f6
] - fs: update validateOffsetLengthRead in utils.js (daemon1024) #3289604b1f63b72
] - fs: extract kWriteFileMaxChunkSize constant (rickyes) #326400b2cff28b9
] - fs: remove unnecessary else statement (Jesus Hernandez) #326628774cb4a86
] - fs: use finished over destroy w/ cb (Robert Nagy) #328094d9e69d07d
] - http: doc deprecate abort and improve docs (Robert Nagy) #3280785b333b8f8
] - http: refactor agent 'free' handler (Robert Nagy) #32801a673c8fe35
] - http2: wait for secureConnect before initializing (bcoe) #32958fce8c4e0d9
] - inspector: only write coverage in fully bootstrapped Environments (Joyee Cheung) #32960ee3c461a26
] - lib: unnecessary const assignment for class (Yash Ladha) #32962944dceb618
] - lib: simplify function process.emitWarning (himself65) #329928a85afabba
] - lib: remove unnecesary else block (David Daza) #3264483f1e98a8e
] - lib: created isValidCallback helper (Yash Ladha) #32665636267045e
] - module: refactor condition (Myles Borins) #32989cb93c60e64
] - module: exports not exported for null resolutions (Guy Bedford) #32838e540d5cd9b
] - module: improve error for invalid package targets (Myles Borins) #320524432bb2415
] - module: partial doc removal of --experimental-modules (Myles Borins) #329150c7391c9b8
] - module: remove experimental modules warning (Guy Bedford) #31974520347c198
] - module: fix memory leak when require error occurs (Qinhui Chen) #3283748a72bf7eb
] - n-api: fix false assumption on napi_async_context structures (legendecas) #329287bd51fb8af
] - perf_hooks: remove unnecessary assignment when name is undefined (rickyes) #329103b590d4f17
] - process: suggest --trace-warnings when printing warning (Anna Henningsen) #32797c318a52e95
] - src: add AsyncWrapObject constructor template factory (Stephen Belanger) #3305144a5b73421
] - src: do not compare against wide characters (Christopher Beeson) #3292102653b8310
] - src: fix empty-named env var assertion failure (Christopher Beeson) #329212264b564dc
] - src: assignment to valid type (Yash Ladha) #32879d3f65e8e15
] - src: delete MicroTaskPolicy namespace (Juan José Arboleda) #32853015f33cf55
] - src: use using NewStringType (rickyes) #328430fdc55f51b
] - src: fix null deref in AllocatedBuffer::clear (Matt Kulukundis) #32892c1f54c7313
] - src: remove validation of unreachable code (Juan José Arboleda) #32818e529a32f07
] - src: elevate v8 namespaces (Nimit) #328729fd0c3528a
] - src: remove redundant v8::HeapSnapshot namespace (Juan José Arboleda) #32854a72d1d3ad6
] - src: remove unused using in node_worker.cc (Daniel Bevenius) #328405b01772282
] - src: use basename(argv0) for --trace-uncaught suggestion (Anna Henningsen) #327982f7e372077
] - src: ignore GCC -Wcast-function-type for v8.h (Daniel Bevenius) #32679bff11a9cd0
] - src: remove unused v8 Array namespace (Juan José Arboleda) #32749507240cec7
] - stream: close iterator in Readable.from (Vadzim Zieńka) #32844b36eb756e7
] - stream: inline unbuffered _write (Robert Nagy) #32886780c0efc70
] - test: refactor test-async-hooks-constructor (himself65) #330635bdb401801
] - test: remove timers-blocking-callback (Jeremiah Senkpiel) #32870f658cb8dc4
] - test: better error validations for event-capture (Adrian Estrada) #327712c943358b2
] - test: refactor events tests for invalid listeners (Adrian Estrada) #32769e6e0647709
] - test: test-async-wrap-constructor prefer forEach (Daniel Estiven Rico Posada) #32631944e010324
] - test: mark test-child-process-fork-args as flaky on Windows (Andrey Pechkurov) #3295087149c4b22
] - test: changed function to arrow function (Nimit) #328754baf41f15e
] - test: replace console.log/error() with debuglog (daemon1024) #32692740f86409d
] - test: only detect uname on supported os (Xu Meng) #3283323a4d60448
] - test: mark cpu-prof-dir-worker flaky on all (Sam Roberts) #3282846cafadeac
] - test: replace equal with strictEqual (Jesus Hernandez) #32727edc10d4fa6
] - test: mark test-worker-prof flaky on arm (Sam Roberts) #3282698db564f4b
] - test: mark test-http2-reset-flood flaky on all (Sam Roberts) #32825f1273e8e87
] - test: cover node entry type in perf_hooks (Julian Duque) #32751f4e9bd6d36
] - test: use symlinks to copy shells (John Kleinschmidt) #32129efb3c71fea
] - tls: add highWaterMark option for connect (rickyes) #32786bfa19c47a4
] - tls: move getAllowUnauthorized to internal/options (James M Snell) #329171436f5359c
] - tls: provide default cipher list from command line (Anna Henningsen) #32760c402edd60f
] - tools: remove unused code in doc generation tool (Rich Trott) #32913f7b25c0069
] - tools: decrease timeout in test.py (Anna Henningsen) #32868a3aa71a79e
] - util,readline: NFC-normalize strings before getStringWidth (Anna Henningsen) #3305284fd829b45
] - (SEMVER-MINOR) vm: add importModuleDynamically option to compileFunction (Gus Caplan) #32985f14916ffc9
] - worker: fix process.env var empty key access (Christopher Beeson) #32921b80b08fe35
] - worker: fix type check in receiveMessageOnPort (Anna Henningsen) #32745v13.13.0
: 2020-04-14, Version 13.13.0 (Current), @targosCompare Source
Notable Changes
New file system APIs
fs.readv
(with sync and promisified versions). Thisfunction takes an array of
ArrayBufferView
elements and will write the datait reads sequentially to the buffers (Sk Sajidul Kadir) #32356.
fs.readSync
, which allows to optionally passany of the
offset
,length
andposition
parameters (Lucas Holmquist) #32460.Other changes
dns.ALL
flag, that can be passed todns.lookup()
withdns.V4MAPPED
to return resolved IPv6 addresses as well as IPv4 mapped IPv6 addresses (murgatroid99) #32183.
napi_call_threadsafe_function
from the main thread can now returnthe
napi_would_deadlock
status in certain circumstances (Gabriel Schulhof) #32689.maxStrLength
option toutil.inspect
, to control the maximumlength of printed strings. Its default value is
Infinity
(rosaxny) #32392.transferList
along withworkerData
to theWorker
constructor (Juan José Arboleda) #32278.New core collaborators
With this release, we welcome three new Node.js core collaborators:
Commits
a25ceeff72
] - async_hooks: use hasHooks function internally (rickyes) #32656b63223114b
] - async_hooks: move to lazy destroy hook registration in AsyncResource (Andrey Pechkurov) #3242978b90d9bc4
] - benchmark: fix error on server close in AsyncLocalStorage benchmark (Andrey Pechkurov) #32503b556670d55
] - benchmark: use let instead of var in zlib (Daniele Belardi) #31794d8316654fb
] - benchmark: use let instead of var in worker (Daniele Belardi) #31794f1d3fb067b
] - benchmark: use let instead of var in util (Daniele Belardi) #31794148df0a743
] - benchmark: use let instead of var in url (Daniele Belardi) #31794108e91fb85
] - benchmark: use let instead of var in tls (Daniele Belardi) #31794f1720145af
] - benchmark: use let instead of var in timers (Daniele Belardi) #317944ce6fc5f9b
] - benchmark: use let instead of var in run.js (Daniele Belardi) #3179493b3997452
] - benchmark: use let instead of var in dns (Daniele Belardi) #3179454c6219c0b
] - benchmark: use let instead of var in common.js (Daniele Belardi) #31794b188b3c1ba
] - benchmark: use const instead of var in async_hooks (Daniele Belardi) #3179405111c4377
] - benchmark: addno-var
rule in .eslintrc.yaml (Daniele Belardi) #3179434f05ced8d
] - build: output dots instead of tap in GitHub actions (Michaël Zasso) #32714f9a2276548
] - build: move doc versions JSON file out of out/doc (Richard Lau) #32728d7b526c446
] - build: fix LINT_MD_NEWER assignment (Rich Trott) #32712809d42ccc1
] - build: remove.txt
files from .gitignore (Rich Trott) #32710a11e3ef912
] - build: log detected compilers in --verbose mode (Richard Lau) #32715135f4b9a99
] - build: use tabs for indentation in Makefile (Luigi Pinca) #32614655ff39a4c
] - build: remove make lint on lint-py (himself65) #32599432e58fcf0
] - build: disable -Wattributes warnings on aix (Ben Noordhuis) #32419eda165feb0
] - build: drop Travis in favor of Actions (Matheus Marchini) #32450814d88a01a
] - console: fixup error message (James M Snell) #324752c32e59d8d
] - crypto: clear openssl error stack after en/decrypt (Ben Noordhuis) #322484874db72b3
] - deps: fix zlib compilation for CPUs without SIMD features (Anna Henningsen) #326278586838feb
] - deps: update archs files for OpenSSL-1.1.1f (Hassaan Pasha) #325833417cc5777
] - deps: upgrade openssl sources to 1.1.1f (Hassaan Pasha) #32583f690fc93d6
] - deps: update acorn to v7.1.1 (Ruben Bridgewater) #32310e0e73f6850
] - dns: remove duplicate code (rickyes) #32664e14317a840
] - (SEMVER-MINOR) dns: add dns.ALL hints flag constant (murgatroid99) #321830a8e07599b
] - doc: add link to code ide configs (Robert Nagy) #3276718b5e04e75
] - doc: replace node-test-pull-request-lite-pipeline from onboarding (Juan José Arboleda) #3273666aafcf298
] - doc: add useful v8 option section (Nimit) #322629788b8438b
] - doc: add himself65 to collaborators (himself65) #3273419deaa5ddf
] - doc: clarify behavior of napi_get_typedarray_info (Michael Dawson) #32603f41660a5c2
] - doc: remove optional parameter from markdown anchor link (Rich Trott) #326716b32877f82
] - doc: clarifylistening
event (Harshitha KP) #32581c1bb041202
] - doc: update Ninja information in build guide (Adrian Estrada) #32629ba0ea79c82
] - doc: correct version metadata for Readable.from (Dave Vandyke) #326397ae8ce3320
] - doc: make openssl commit messages be valid (Sam Roberts) #326021e72605703
] - doc: adjust paths in openssl maintenance guide (Hassaan Pasha) #325935c70db48bd
] - doc: clarify docs fs.watch exception may be emitted (Juan José Arboleda) #32513b567a63cc0
] - doc: add unreachable code on events example (himself65) #323640f1f572d28
] - doc: clarifylength
param inbuffer.write
(Harshitha KP) #3211931b2cbb7e4
] - doc: document that server.address() can return null (Thomas Watson Steen) #325197f971b3fd9
] - doc: return type ofcrypto.getFips()
may change (Richard Lau) #32580cf4f188fd6
] - doc: fix return type ofcrypto.getFips()
(Richard Lau) #3258034074aa095
] - doc: clarifyrequireManualDestroy
option (Harshitha KP) #32514a1bb93ac7c
] - doc: fix wordy sentence (Moni) #32567329635975b
] - doc: add missing changes: entry for dns.ALL (Anna Henningsen) #326171dee8c13a9
] - doc: fix more links (Alba Mendez) #32586d513b55891
] - doc: improve markdown link checker (Alba Mendez) #325867d93a3fa7c
] - doc: add flarna to collaborators (Gerhard Stoebich) #32620b6f71969a0
] - doc: improve fs.read documentation (Hachimi Aa (Sfeir)) #29270f0a31e33a8
] - doc: update releaser list in README.md (Myles Borins) #325779ee2afa0f7
] - doc: add ASAN build instructions (gengjiawen) #32436979fb155ff
] - doc: update context-aware section of addon doc (Gabriel Schulhof) #28659b494053745
] - doc: update AUTHORS list (Luigi Pinca) #322226d4d299f4d
] - doc: tests local links in markdown documents (Antoine du HAMEL) #32359002048ef9f
] - doc: fix typo in http2 docs (Nitin Kumar) #3229202b0c9e469
] - doc: fix typo in maintaining-zlib guide (Nitin Kumar) #322926cdccc8f28
] - doc: fix typo in maintaining-openssl guide (Nitin Kumar) #322927d4ec42b3a
] - doc: fix profile type of --heap-prof-name (Syohei YOSHIDA) #32404e7e3aeec34
] - doc: use uppercase on windows path (himself65) #322941b97d25a6c
] - doc: rename cve_management_process.md to fit doc style guide (Ling Samuel) #324561e27f66ce6
] - doc: add missing changes: entry for mkdir (Anna Henningsen) #32490edee4ecade
] - doc: add mildsunrise to collaborators (Alba Mendez) #325257f0ed89892
] - doc: add link to DNS definition (unknown) #32228394f8ca333
] - doc,crypto: clarify oaepHash option's impact (Filip Skokan) #32340991aca329d
] - (SEMVER-MINOR) fs: make parameters optional for readSync (Lucas Holmquist) #32460b8b8e82591
] - fs: fix fs.read when passing null value (himself65) #3247930d55a3517
] - (SEMVER-MINOR) fs: add fs.readv() (Sk Sajidul Kadir) #323568770fd96a7
] - fs: fixup error message for invalid options.recursive (James M Snell) #324728597df48f7
] - http: fix incorrect headersTimeout measurement (Alex R) #32329ff3615d5d9
] - http: move free socket error handling to agent (Robert Nagy) #320037c3c06224c
] - http: don't emit 'readable' after 'close' (Robert Nagy) #32277bd9f4d2954
] - http: increase default header size from 8KB to 16KB (unknown) #32520567b352062
] - http: fixup options.method error message (James M Snell) #3247123e56ff21c
] - lib: fix return type of setTimeout in net.Socket (龙腾道) #32722180e43711c
] - lib: removes unnecessary params (Jesus Hernandez) #3269494251c463b
] - lib: changed functional logic in cluster schedulers (Yash Ladha) #325055740a70e5d
] - lib: removed unused error code (Yash Ladha) #3248168608b2bdc
] - lib: replace Array to ArrayIsArray by primordials (himself65) #32258537d2c1170
] - module: expose exports conditions to loaders (Jan Krems) #31303bc7f819263
] - module: path-only CJS exports extension searching (Guy Bedford) #323513907de7d24
] - (SEMVER-MINOR) n-api: detect deadlocks in thread-safe function (Gabriel Schulhof) #32689dd74601f96
] - net: fix crash if POLLHUP is received (Santiago Gimeno) #325903c8bf9022a
] - net: wait for shutdown to complete before closing (Robert Nagy) #324911a01ac3425
] - perf_hooks: allow omitted parameters in 'performance.measure' (himself65) #326518e00f0d2a2
] - repl: fixup error message (James M Snell) #324749b84103273
] - report: fix stderr matching for fatal error (gengjiawen) #32699c09552063b
] - report: add missing locks for report_on_fatalerror accessors (Anna Henningsen) #32535611dbf8d7f
] - src: removes unused v8::Integer and v8::Array namespace (Jesus Hernandez) #32779c8a007f91e
] - src: remove unused v8::TryCatch namespace (Juan José Arboleda) #32729ea1785597c
] - src: remove duplicated code (himself65) #327191763649c51
] - src: sync access for report and openssl options (Sam Roberts) #32618246b789771
] - src: refactor to avoid goto in node_file.cc (Tobias Nießen) #32637d77998096b
] - src: munmap(2) upon class instance destructor (Gabriel Schulhof) #325701fb4f9d922
] - src: fix warnings on SPrintF (himself65) #325583b5c4fbc7c
] - src: replace goto with lambda in options parser (Tobias Nießen) #3263542a28d0214
] - src: fix extra includes of "env.h" and "env-inl.h" (Nick Kreeger) #32293fcfde57806
] - src: avoid using elevated v8 namespaces in node_perf.h (James M Snell) #324689600332c53
] - src: avoid using elevated v8 namespaces in node_errors.h (James M Snell) #3246862db9a0678
] - src: minor http2 refactorings (James M Snell) #325518f766e8397
] - src: rename http2 class and suppress compile warnings (James M Snell) #32551afc6a25f42
] - src: use smart pointers for nghttp2 objects (James M Snell) #325514df3ac2a63
] - src: remove loop_init_failed_ from Worker class (Anna Henningsen) #325620faaa7c84c
] - src: clean up worker thread creation code (Anna Henningsen) #32562f284d599bb
] - src: move JSONWriter into its own file (Anna Henningsen) #32552e066584d94
] - src: align PerformanceState class name with conventions (Anna Henningsen) #3253904237eca55
] - src: handle report options on fatalerror (Sam Roberts) #324975080491ae4
] - src: refactoring and cleanup of node_i18n (James M Snell) #32438e2b08f0ea8
] - src: remove unnecessary 'Local.As' operation (himself65) #32286928a49004e
] - src: add test/abort build tasks (Christian Niederer) #317409c901a5ef0
] - src: add aliased-buffer-overflow abort test (Christian Niederer) #317401e76bc67dd
] - src: check for overflow when extending AliasedBufferBase (Christian Niederer) #31740c71736efd8
] - src: unify Linux and FreeBSD large pages implem (Gabriel Schulhof) #3253406bff18fa8
] - src: replace handle dereference with ContainerOf (Harshitha KP) #32298b973b938a2
] - src: enhance template function 'MakeUtf8String' (himself65) #32322fbf0493b05
] - src: fix compiler warnings in node_report_module (Daniel Bevenius) #324981de9718b54
] - src: remove excess v8 namespace (himself65) #3219109cd7449e2
] - src: simplify large pages mapping code (Gabriel Schulhof) #32396778dcc8f1a
] - src: clean v8 namespaces in env.cc file (Juan José Arboleda) #32374aa282276ec
] - src: check for empty maybe local (Xavier Stouder) #3233913377a0f0f
] - src: cleanup DestroyParam when Environment exits (Anna Henningsen) #32421055c5686ad
] - src,test: add regression test for nested Worker termination (Anna Henningsen) #326231c47bba607
] - stream: complete pipeline with stdio (Robert Nagy) #32373cad768eb86
] - stream: change var to let/const in stream files (Saajan) #32214bdb2df7e34
] - test: replace console.log/error with debuglog (Agustin Daguerre) #32695756a049a1a
] - test: make sure that inspector tests finish (Anna Henningsen) #32673a7a70fa986
] - test: save test file in temporary directory (Luigi Pinca) #326706d479588cb
] - test: fix check error name on error instance (himself65) #325089df274ad03
] - Revert "test: mark empty udp tests flaky on OS X" (Luigi Pinca) #324896d122429c1
] - test: remove unused variables on async hook test (Julian Duque) #326308c68dd4a11
] - test: check that --expose-internals is disallowed in NODE_OPTIONS (Juan José Arboleda) #325544ffa138c81
] - test: refactor test-worker (himself65) #3250917b2526162
] - test: add Worker initialization failure test case (Harshitha KP) #31929ed89863c6d
] - test: fix tool path in test-doctool-versions.js (Richard Lau) #3264517a3dcea90
] - test: copy addons .gitignore to test/abort/ (Anna Henningsen) #32624e501ba2146
] - test: refactor test-http2-buffersize (Rich Trott) #32540cede0cb841
] - test: skip crypto test on arm buildbots (Ben Noordhuis) #32636e01d061669
] - test: replace console.error() with debuglog calls (Rich Trott) #32588a7b6a10e2a
] - test: fix python-version selection with actions (Myles Borins) #3260993ff4ffca9
] - test: add a missing common.mustCall (Harshitha KP) #3230530505d7c10
] - test: remove unnecessary console.log() calls (Juan José Arboleda) #325418f0c1069b9
] - test: replace console.log() with debuglog() (Juan José Arboleda) #32550408437d7c6
] - test: validate util.format when the value is 'Infinity' (Andrés M. Gómez) #325732e015e5b5e
] - test: fix fs test-fs-utimes strictEqual arg order (Ben Noordhuis) #32420edf35db27e
] - test: replace flag expose_internals to expose-internals (Juan José Arboleda) #32542079a32e31c
] - test: use common.mustCall in test-worker-esm-exit (himself65) #32544cca269c3a0
] - test: use template strings in parallel tests (Daniel Estiven Rico Posada) #325490e4ce8f50a
] - test: add known issues test for #31733 (Ben Noordhuis) #3173428077a01cc
] - test: mark test-http2-reset-flood flaky on bsd (Myles Borins) #32595ca2662012e
] - test: add test-worker-prof to the SLOW list for debug (Myles Borins) #325898bcbb8d7dd
] - test: refactor test-http-information-processing (Rich Trott) #325471fc19b0fb0
] - test: fix a typo on test-fs-read-optional-params (himself65) #32461986a60544a
] - test: skip a wasi test on IBMi PASE (Xu Meng) #3245973fec7cd00
] - test: harden the tick sampling logic (Harshitha KP) #321901905b9ecce
] - test: als variant of test-timers-clearImmediate (Harshitha KP) #3230372983d2e4f
] - test: skip some binding tests on IBMi PASE (Xu Meng) #3196702eea7773a
] - test: revise test-http-response-multi-content-length (Rich Trott) [#32526](https://togithub.com/nodejs/nodConfiguration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.