github-file-explorer-icons
github-file-explorer-icons copied to clipboard
chore(deps): update dependency node to v20.18.0
This PR contains the following updates:
Package | Update | Change |
---|---|---|
node (source) | minor | 20 -> 20.18.0 |
Release Notes
nodejs/node (node)
v20.18.0
: 2024-10-03, Version 20.18.0 'Iron' (LTS), @βtargos
Notable Changes
Experimental Network Inspection Support in Node.js
This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection
flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.
To use network inspection, start your Node.js application with the following command:
$ node --inspect-wait --experimental-network-inspection index.js
Please note that the network inspection capabilities are in active development. We are actively working on enhancing this feature and will continue to expand its functionality in future updates.
- Network inspection is limited to the
http
andhttps
modules only. - The Network tab in Chrome DevTools will not be available until the feature request on the Chrome DevTools side is addressed.
Contributed by Kohei Ueno in #β53593 and #β54246
Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext
This releases introduces a new option to the API tls.createSecureContext
. From
now on, tls.createSecureContext({ allowPartialTrustChain: true })
can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.
Contributed by Anna Henningsen in #β54790
New option for vm.createContext() to create a context with a freezable globalThis
Node.js implements a flavor of vm.createContext()
and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.
Contributed by Joyee Cheung in #β54394
Deprecations
- [
64aa31f6e5
] - repl: doc-deprecate instantiatingnode:repl
classes withoutnew
(Aviv Keller) #β54842 - [
4c52ee3d7f
] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #β54708
Other Notable Changes
- [
b80da2f964
] - buffer: optimize createFromString (Robert Nagy) #β54324 - [
02b36cbd2d
] - (SEMVER-MINOR) lib: add EventSource Client (Aras Abbasi) #β51575 - [
879546a9bf
] - (SEMVER-MINOR) src,lib: add performance.uvMetricsInfo (Rafael Gonzaga) #β54413 - [
f789f4c92d
] - (SEMVER-MINOR) test_runner: support module mocking (Colin Ihrig) #β52848 - [
4eb0749b6c
] - (SEMVER-MINOR) url: implement parse method for safer URL parsing (Ali Hassan) #β52280
Commits
- [
013c48f0e9
] - benchmark: --no-warnings to avoid DEP/ExpWarn log (Rafael Gonzaga) #β54928 - [
194fc113ac
] - benchmark: add buffer.isAscii benchmark (RafaelGSS) #β54740 - [
7410d51cb9
] - benchmark: add buffer.isUtf8 bench (RafaelGSS) #β54740 - [
2393f21e8a
] - benchmark: add access async version to bench (Rafael Gonzaga) #β54747 - [
b8779721f0
] - benchmark: enhance dc publish benchmark (Rafael Gonzaga) #β54745 - [
4078aa83ff
] - benchmark: add match and doesNotMatch bench (RafaelGSS) #β54734 - [
66acab9976
] - benchmark: add rejects and doesNotReject bench (RafaelGSS) #β54734 - [
6db777fb3a
] - benchmark: add throws and doesNotThrow bench (RafaelGSS) #β54734 - [
8f101560ce
] - benchmark: add strictEqual and notStrictEqual bench (RafaelGSS) #β54734 - [
2c9e4c936e
] - benchmark: adds groups to better separate benchmarks (Giovanni Bucci) #β54393 - [
671c3ac633
] - benchmark: fix benchmark for file path and URL conversion (Early Riser) #β54190 - [
8c8708cb5b
] - benchmark: use assert.ok searchparams (Rafael Gonzaga) #β54334 - [
8b71fa79e2
] - benchmark: add stream.compose benchmark (jakecastelli) #β54308 - [
93ee36e3a0
] - benchmark: rename count to n (Rafael Gonzaga) #β54271 - [
f2971b6f0b
] - benchmark: change assert() to assert.ok() (Rafael Gonzaga) #β54254 - [
f48f2c212c
] - benchmark: support --help in CLI (Aviv Keller) #β53358 - [
0309b0520b
] - benchmark: remove force option as force defaults to true (Yelim Koo) #β54203 - [
b6e8305b2d
] - benchmark: use assert.ok instead of assert (Rafael Gonzaga) #β54176 - [
90c660d26a
] - benchmark: add require-esm benchmark (Joyee Cheung) #β52166 - [
1b8584b52e
] - benchmark,doc: add CPU scaling governor to perf (Rafael Gonzaga) #β54723 - [
0b9161b330
] - benchmark,doc: mention bar.R to the list of scripts (Rafael Gonzaga) #β54722 - [
84bf93b7ea
] - buffer: allow invalid encoding in from (Robert Nagy) #β54533 - [
d04246a0d7
] - buffer: optimize byteLength for common encodings (Robert Nagy) #β54342 - [
f36831f694
] - buffer: optimize createFromString (Robert Nagy) #β54324 - [
f5f40c8088
] - buffer: optimize for common encodings (Robert Nagy) #β54319 - [
76c37703be
] - buffer: add JSDoc to blob bytes method (Roberto Simonini) #β54117 - [
3012d31404
] - buffer: use faster integer argument check (Robert Nagy) #β54089 - [
3505782801
] - buffer: make indexOf(byte) faster (Tobias NieΓen) #β53455 - [
d285fc1f68
] - build: upgrade clang-format to v18 (Aviv Keller) #β53957 - [
d288ec3b0a
] - build: fix conflicting V8 object print flags (Daeyeon Jeong) #β54785 - [
e862eecac9
] - build: do not build with code cache for core coverage collection (Joyee Cheung) #β54633 - [
f7a606eb96
] - build: turn off-Wrestrict
(Richard Lau) #β54737 - [
71ca2665e4
] - build: reclaim disk space on macOS GHA runner (jakecastelli) #β54658 - [
82d8051c39
] - build: don't clean obj.target directory if it doesn't exist (Joyee Cheung) #β54337 - [
6e550b1f26
] - build: updateruff
to0.5.2
(Aviv Keller) #β53909 - [
e2ea7b26d7
] - build: fix ./configure --help format error (Zhenwei Jin) #β53066 - [
eb2402d569
] - build: enable building with shared uvwasi lib (Pooja D P) #β43987 - [
45732314d4
] - build: sync V8 warning cflags with BUILD.gn (MichaΓ«l Zasso) #β52873 - [
6e0a2bb54c
] - build: harmonize Clang checks (MichaΓ«l Zasso) #β52873 - [
3f78d4eb28
] - cli: add--expose-gc
flag available toNODE_OPTIONS
(Juan JosΓ©) #β53078 - [
a110409b2a
] - console: use validateOneOf for colorMode validation (HEESEUNG) #β54245 - [
231ab788ea
] - crypto: reject dh,x25519,x448 in {Sign,Verify}Final (HuΓ‘ng JΓΉnliΓ ng) #β53774 - [
a5984e4570
] - crypto: return a clearer error when loading an unsupported pkcs12 (Tim Perry) #β54485 - [
f287cd77bd
] - crypto: remove unusedkHashTypes
internal (Antoine du Hamel) #β54627 - [
1fc904f8c4
] - deps: update cjs-module-lexer to 1.4.1 (Node.js GitHub Bot) #β54846 - [
95b55c39b1
] - deps: update simdutf to 5.5.0 (Node.js GitHub Bot) #β54434 - [
cf6ded5dd3
] - deps: update cjs-module-lexer to 1.4.0 (Node.js GitHub Bot) #β54713 - [
7f8edce3f1
] - deps: update c-ares to v1.33.1 (Node.js GitHub Bot) #β54549 - [
9a4a7b7ecc
] - deps: update undici to 6.19.8 (Node.js GitHub Bot) #β54456 - [
87ca1d7fee
] - deps: update simdutf to 5.3.4 (Node.js GitHub Bot) #β54312 - [
d3a743f182
] - deps: update zlib to 1.3.0.1-motley-71660e1 (Node.js GitHub Bot) #β53464 - [
926981aa9f
] - deps: update zlib to 1.3.0.1-motley-c2469fd (Node.js GitHub Bot) #β53464 - [
654c8d1fdc
] - deps: update zlib to 1.3.0.1-motley-68e57e6 (Node.js GitHub Bot) #β53464 - [
2477e79172
] - deps: update zlib to 1.3.0.1-motley-8b7eff8 (Node.js GitHub Bot) #β53464 - [
3d8113faf5
] - deps: update zlib to 1.3.0.1-motley-e432200 (Node.js GitHub Bot) #β53464 - [
ac294e3db4
] - deps: update zlib to 1.3.0.1-motley-887bb57 (Node.js GitHub Bot) #β53464 - [
239588b968
] - deps: update c-ares to v1.33.0 (Node.js GitHub Bot) #β54198 - [
6e7de37ed3
] - deps: update undici to 6.19.7 (Node.js GitHub Bot) #β54286 - [
38aa9d6ea9
] - deps: update acorn to 8.12.1 (Node.js GitHub Bot) #β53465 - [
d30145f663
] - deps: update undici to 6.19.5 (Node.js GitHub Bot) #β54076 - [
c169d9c12b
] - deps: update simdutf to 5.3.1 (Node.js GitHub Bot) #β54196 - [
92f3447957
] - doc: add missing EventSource docs to globals (Matthew Aitken) #β55022 - [
2879ce9681
] - doc: fix broken Android building link (Niklas Wenzel) #β54922 - [
096623b59a
] - doc: add support link for aduh95 (Antoine du Hamel) #β54866 - [
1dfd238781
] - doc: run license-builder (github-actions[bot]) #β54854 - [
a6c748fffb
] - doc: experimental flag for global accessible APIs (Chengzhong Wu) #β54330 - [
d48a22fa14
] - doc: addERR_INVALID_ADDRESS
toerrors.md
(Aviv Keller) #β54661 - [
4a840cecfa
] - doc: add support link for mcollina (Matteo Collina) #β54786 - [
ec22d86512
] - doc: mark--conditions
CLI flag as stable (Guy Bedford) #β54209 - [
77c702ca07
] - doc: fix typo in recognizing-contributors (Tobias NieΓen) #β54822 - [
62953ef9fb
] - doc: clarify--max-old-space-size
and--max-semi-space-size
units (Alexandre ABRIOUX) #β54477 - [
e2bab0f2b2
] - doc: replace --allow-fs-read by --allow-fs-write in related section (M1CK431) #β54427 - [
9cbfd5b33a
] - doc: add support link for marco-ippolito (Marco Ippolito) #β54789 - [
53167b29ef
] - doc: fix typo (Michael Dawson) #β54640 - [
87f78a35f7
] - doc: fix webcrypto.md AES-GCM backticks (Filip Skokan) #β54621 - [
7c83c15221
] - doc: add documentation about os.tmpdir() overrides (Joyee Cheung) #β54613 - [
4bfd832d70
] - doc: add support me link for anonrig (Yagiz Nizipli) #β54611 - [
22a103e5ec
] - doc: add alert on REPL from TCP socket (Rafael Gonzaga) #β54594 - [
b6374c24e1
] - doc: fix typo in styleText description (Rafael Gonzaga) #β54616 - [
2f5b98ee1f
] - doc: add getHeapStatistics() property descriptions (Benji Marinacci) #β54584 - [
482302b99b
] - doc: fix information about including coverage files (Aviv Keller) #β54527 - [
b3708e7df4
] - doc: support collaborators - talk amplification (Michael Dawson) #β54508 - [
c86fe23012
] - doc: add note about shasum generation failure (Marco Ippolito) #β54487 - [
d53e6cf755
] - doc: fix capitalization in module.md (shallow-beach) #β54488 - [
cdc6713f18
] - doc: add esm examples to node:https (Alfredo GonzΓ‘lez) #β54399 - [
1ac1fe4e65
] - doc: fix error description of the max header size (Egawa Ryo) #β54125 - [
244542b720
] - doc: add git node security --cleanup (Rafael Gonzaga) #β54381 - [
69fb71f54c
] - doc: add note on weakness of permission model (Tobias NieΓen) #β54268 - [
83b2cb908b
] - doc: add versions when--watch-preserve-output
was added (ThΓ©o LUDWIG) #β54328 - [
460fb49483
] - doc: replace v19 mention in Current release (Rafael Gonzaga) #β54361 - [
994b46a160
] - doc: correct peformance entry types (Jason Zhang) #β54263 - [
f142e668cb
] - doc: fix typo in method name in the sea doc (Eliyah SundstrΓΆm) #β54027 - [
9529a30dba
] - doc: mark process.nextTick legacy (Marco Ippolito) #β51280 - [
7e25fabb91
] - doc: add esm examples to node:http2 (Alfredo GonzΓ‘lez) #β54292 - [
6a4f05e384
] - doc: explicitly mention node:fs module restriction (Rafael Gonzaga) #β54269 - [
53f5c54997
] - doc: warn for windows build bug (Jason Zhang) #β54217 - [
07bde054f3
] - doc: make some parameters optional intracingChannel.traceCallback
(Deokjin Kim) #β54068 - [
62bf03b5f1
] - doc: add esm examples to node:dns (Alfredo GonzΓ‘lez) #β54172 - [
fb2b19184b
] - doc: add KevinEady as a triager (Chengzhong Wu) #β54179 - [
24976bfba0
] - doc: add esm examples to node:console (Alfredo GonzΓ‘lez) #β54108 - [
4e7edc40f7
] - doc: fix sea assets example (Sadzurami) #β54192 - [
322b5d91e1
] - doc: add links to security steward companies (Aviv Keller) #β52981 - [
6ab271510e
] - doc: moveonread
option fromsocket.connect()
tonew net.socket()
(sendoru) #β54194 - [
39c30ea08f
] - doc: move release key for Myles Borins (Richard Lau) #β54059 - [
e9fc54804a
] - doc: refresh instructions for building node from source (Liran Tal) #β53768 - [
f131dc625a
] - doc: add documentation for blob.bytes() method (jaexxin) #β54114 - [
8d41bb900b
] - doc: add missing new lines to custom test reporter examples (Eddie Abbondanzio) #β54152 - [
2acaeaba77
] - doc: update list of Triagers on theREADME.md
(Antoine du Hamel) #β54138 - [
fff8eb2792
] - doc: expand troubleshooting section (Liran Tal) #β53808 - [
402121520f
] - doc: clarifyuseCodeCache
setting for cross-platform SEA generation (Yelim Koo) #β53994 - [
272484b8b2
] - doc: test for cli options (Aras Abbasi) #β51623 - [
c4d0ca4710
] - doc, build: fixup build docs (Aviv Keller) #β54899 - [
2e3e17748b
] - doc, child_process: add esm snippets (Aviv Keller) #β53616 - [
c40b4b4f27
] - doc, meta: fix broken link inonboarding.md
(Aviv Keller) #β54886 - [
beff587b94
] - doc, meta: add missing,
toBUILDING.md
(Aviv Keller) #β54409 - [
c114585430
] - doc, meta: replace command with link to keys (Aviv Keller) #β53745 - [
0843077a99
] - doc, test: simplify test README table (Aviv Keller) #β53971 - [
2df7bc0e32
] - doc,tools: enforce use ofnode:
prefix (Antoine du Hamel) #β53950 - [
0dd4639391
] - esm: fix support forURL
instances inimport.meta.resolve
(Antoine du Hamel) #β54690 - [
f0c55e206d
] - fs: refactor rimraf to avoid using primordials (Yagiz Nizipli) #β54834 - [
f568384bbd
] - fs: refactor handleTimestampsAndMode to remove redundant call (HEESEUNG) #β54369 - [
2fb7cc9715
] - fs: fix typings (Yagiz Nizipli) #β53626 - [
596940cfa0
] - http: reduce likelihood of race conditions on keep-alive timeout (jazelly) #β54863 - [
6e13a7ba02
] - http: remove prototype primordials (Antoine du Hamel) #β53698 - [
99f96eb3f7
] - http2: remove prototype primordials (Antoine du Hamel) #β53696 - [
41f5eacc1a
] - https: only use default ALPNProtocols when appropriate (Brian White) #β54411 - [
59a39520e1
] - (SEMVER-MINOR) inspector: supportNetwork.loadingFailed
event (Kohei Ueno) #β54246 - [
d1007fb1a9
] - inspector: provide detailed info to fix DevTools frontend errors (Kohei Ueno) #β54156 - [
3b93507949
] - (SEMVER-MINOR) inspector: add initial support for network inspection (Kohei Ueno) #β53593 - [
fc37b801c8
] - lib: remove unnecessary async (jakecastelli) #β54829 - [
d86f24787b
] - lib: make WeakRef safe in abort_controller (jazelly) #β54791 - [
77c59224e5
] - lib: add note about removingnode:sys
module (Rafael Gonzaga) #β54743 - [
b8c06dce02
] - lib: ensure no holey array in fixed_queue (Jason Zhang) #β54537 - [
b85c8ce1fc
] - lib: refactor SubtleCrypto experimental warnings (Filip Skokan) #β54620 - [
e84812c1b5
] - lib: respect terminal capabilities on styleText (Rafael Gonzaga) #β54389 - [
c004abaf17
] - lib: replace spread operator with primordials function (YoonSoo_Shin) #β54053 - [
b79aeabc4d
] - lib: avoid for of loop and remove unnecessary variable in zlib (YoonSoo_Shin) #β54258 - [
f4085363c6
] - lib: fix unhandled errors in webstream adapters (Fedor Indutny) #β54206 - [
1ad857e748
] - lib: fix typos in comments within internal/streams (YoonSoo_Shin) #β54093 - [
02b36cbd2d
] - (SEMVER-MINOR) lib: add EventSource Client (Aras Abbasi) #β51575 - [
afbf2c0530
] - lib,permission: support Buffer to permission.has (Rafael Gonzaga) #β54104 - [
54af47395d
] - meta: bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 (dependabot[bot]) #β54820 - [
a0c10f2ed9
] - meta: addWindows ARM64
to flaky-tests list (Aviv Keller) #β54693 - [
27b06880e1
] - meta: bump actions/setup-python from 5.1.1 to 5.2.0 (Rich Trott) #β54691 - [
8747af1037
] - meta: update sccache to v0.8.1 (Aviv Keller) #β54720 - [
3f753d87a6
] - meta: bump step-security/harden-runner from 2.9.0 to 2.9.1 (dependabot[bot]) #β54704 - [
6f103ae25d
] - meta: bump actions/upload-artifact from 4.3.4 to 4.4.0 (dependabot[bot]) #β54703 - [
3e6a9bb04e
] - meta: bump github/codeql-action from 3.25.15 to 3.26.6 (dependabot[bot]) #β54702 - [
c666ebc4e4
] - meta: fix links inSECURITY.md
(Aviv Keller) #β54696 - [
4d361b3bed
] - meta: fixcontributing
codeowners (Aviv Keller) #β54641 - [
36931aa183
] - meta: remind users to use a supported version in bug reports (Aviv Keller) #β54481 - [
cf283d9ca7
] - meta: run coverage-windows whenvcbuild.bat
updated (Aviv Keller) #β54412 - [
67ca397c9f
] - meta: add test-permission-* CODEOWNERS (Rafael Gonzaga) #β54267 - [
b61a2f5b79
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #β54210 - [
dd8ab83667
] - meta: add module label for the lib/internal/modules folder (Aviv Keller) #β52858 - [
db78978d17
] - meta: bumpactions/upload-artifact
from 4.3.3 to 4.3.4 (dependabot[bot]) #β54166 - [
ca808dd9e5
] - meta: bumpactions/download-artifact
from 4.1.7 to 4.1.8 (dependabot[bot]) #β54167 - [
a35d980146
] - meta: bump actions/setup-python from 5.1.0 to 5.1.1 (dependabot[bot]) #β54165 - [
3a103c3a17
] - meta: bumpstep-security/harden-runner
from 2.8.1 to 2.9.0 (dependabot[bot]) #β54169 - [
775ebbe0e8
] - meta: bumpactions/setup-node
from 4.0.2 to 4.0.3 (dependabot[bot]) #β54170 - [
7d5dd6f1d1
] - meta: bumpgithub/codeql-action
from 3.25.11 to 3.25.15 (dependabot[bot]) #β54168 - [
80dd38dde3
] - meta: bumpossf/scorecard-action
from 2.3.3 to 2.4.0 (dependabot[bot]) #β54171 - [
90b632ee02
] - module: warn on detection in typeless package (Geoffrey Booth) #β52168 - [
3011927aab
] - node-api: add external buffer creation benchmark (Chengzhong Wu) #β54877 - [
7611093e11
] - node-api: add support for UTF-8 and Latin-1 property keys (Mert Can Altin) #β52984 - [
d65a8f377c
] - node-api: remove RefBase and CallbackWrapper (Vladimir Morozov) #β53590 - [
309cb1cbd2
] - path: removeStringPrototypeCharCodeAt
fromposix.extname
(Aviv Keller) #β54546 - [
2859b4ba9a
] - path: changeposix.join
to use array (Wiyeong Seo) #β54331 - [
c61cee2138
] - path: fix relative on Windows (HΓΌseyin AΓ§acak) #β53991 - [
329be5cc35
] - path: use the correct name invalidateString
(Benjamin Pasero) #β53669 - [
a9837267cb
] - repl: avoid interpreting 'npm' as a command when errors are recoverable (Shima Ryuhei) #β54848 - [
d6a2317961
] - repl: doc-deprecate instantiatingnode:repl
classes withoutnew
(Aviv Keller) #β54842 - [
7f09d983f3
] - sea: don't set code cache flags when snapshot is used (Joyee Cheung) #β54120 - [
85542b094c
] - src: add Cleanable class to Environment (Gabriel Schulhof) #β54880 - [
8422064127
] - src: remove redundant AESCipherMode (Tobias NieΓen) #β54438 - [
342c32483a
] - src: handle errors correctly inpermission.cc
(MichaΓ«l Zasso) #β54541 - [
90ff714699
] - src: returnv8::Object
from error constructors (MichaΓ«l Zasso) #β54541 - [
872856cfcb
] - src: improvebuffer.transcode
performance (Yagiz Nizipli) #β54153 - [
91936ebd12
] - src: skip inspector wait in internal workers (Chengzhong Wu) #β54219 - [
9759049427
] - src: account for OpenSSL unexpected version (Shelley Vohr) #β54038 - [
87167fa248
] - src: useargs.This()
instead ofHolder
(MichaΓ«l Zasso) #β53474 - [
b05c56e4be
] - src: simplifysize() == 0
checks (Yagiz Nizipli) #β53440 - [
d53e53699c
] - src: fix execArgv in worker (theanarkh) #β53029 - [
21776a34b5
] - src: make sure pass theargv
to worker threads (theanarkh) #β52827 - [
3aaae68ec8
] - (SEMVER-MINOR) src,lib: add performance.uvMetricsInfo (Rafael Gonzaga) #β54413 - [
ef1c0d7def
] - src,permission: handle process.chdir on pm (Rafael Gonzaga) #β53175 - [
0c32918eef
] - stream: change stream to use index instead offor...of
(Wiyeong Seo) #β54474 - [
337cd412b5
] - stream: make checking pendingcb on WritableStream backward compatible (jakecastelli) #β54142 - [
713fc0c9eb
] - stream: throw TypeError when criteria fulfilled in getIterator (jakecastelli) #β53825 - [
9686153616
] - stream: fix util.inspect for compression/decompressionStream (Mert Can Altin) #β52283 - [
76110b0b43
] - test: adjust test-tls-junk-server for OpenSSL32 (Michael Dawson) #β54926 - [
4092889371
] - test: adjust tls test for OpenSSL32 (Michael Dawson) #β54909 - [
5d48543a16
] - test: fix test-http2-socket-close.js (HΓΌseyin AΓ§acak) #β54900 - [
8048c2eaed
] - test: improve test-internal-fs-syncwritestream (Sunghoon) #β54671 - [
597bc14c90
] - test: deflake test-dns (Luigi Pinca) #β54902 - [
a9fc8d9cfa
] - test: fix test test-tls-dhe for OpenSSL32 (Michael Dawson) #β54903 - [
1b3b4f4a9f
] - test: use correct file naming syntax forutil-parse-env
(Aviv Keller) #β53705 - [
9db46b5ea3
] - test: add missing await (Luigi Pinca) #β54828 - [
124f715679
] - test: move more url tests tonode:test
(Yagiz Nizipli) #β54636 - [
d2ec96150a
] - test: strip color chars intest-runner-run
(Giovanni Bucci) #β54552 - [
747d9ae72e
] - test: deflake test-http2-misbehaving-multiplex (Luigi Pinca) #β54872 - [
7b7687eadc
] - test: remove dead code in test-http2-misbehaving-multiplex (Luigi Pinca) #β54860 - [
60f5f5426d
] - test: reduce test-esm-loader-hooks-inspect-wait flakiness (Luigi Pinca) #β54827 - [
f5e77385c5
] - test: reduce the allocation size in test-worker-arraybuffer-zerofill (James M Snell) #β54839 - [
f26cf09d6b
] - test: fix test-tls-client-mindhsize for OpenSSL32 (Michael Dawson) #β54739 - [
c6f9afec94
] - test: use platform timeout (jakecastelli) #β54591 - [
8f49b7c3ee
] - test: reduce fs calls in test-fs-existssync-false (Yagiz Nizipli) #β54815 - [
e2c69c9844
] - test: move test-http-server-request-timeouts-mixed (James M Snell) #β54841 - [
f7af8ca021
] - test: fix volatile for CauseSegfault with clang (Ivan Trubach) #β54325 - [
d1bae5ede5
] - test: settest-worker-arraybuffer-zerofill
as flaky (Yagiz Nizipli) #β54802 - [
b5b5cc811f
] - test: settest-http-server-request-timeouts-mixed
as flaky (Yagiz Nizipli) #β54802 - [
9808feecac
] - test: settest-single-executable-application-empty
as flaky (Yagiz Nizipli) #β54802 - [
97d41c62e3
] - test: settest-macos-app-sandbox
as flaky (Yagiz Nizipli) #β54802 - [
57ae68001c
] - test: settest-fs-utimes
as flaky (Yagiz Nizipli) #β54802 - [
38afc4da03
] - test: settest-runner-run-watch
as flaky (Yagiz Nizipli) #β54802 - [
68e19748a6
] - test: settest-writewrap
as flaky (Yagiz Nizipli) #β54802 - [
e8cb03d530
] - test: settest-async-context-frame
as flaky (Yagiz Nizipli) #β54802 - [
3a56517220
] - test: settest-esm-loader-hooks-inspect-wait
as flaky (Yagiz Nizipli) #β54802 - [
c98cd1227d
] - test: settest-http2-large-file
as flaky (Yagiz Nizipli) #β54802 - [
16176a6323
] - test: settest-runner-watch-mode-complex
as flaky (Yagiz Nizipli) #β54802 - [
eed0537533
] - test: settest-performance-function
as flaky (Yagiz Nizipli) #β54802 - [
d0f208d2e9
] - test: settest-debugger-heap-profiler
as flaky (Yagiz Nizipli) #β54802 - [
68891a6363
] - test: fixtest-process-load-env-file
when path contains'
(Antoine du Hamel) #β54511 - [
4f82673139
] - test: refactor fs-watch tests due to macOS issue (Santiago Gimeno) #β54498 - [
3606c53fdc
] - test: refactortest-esm-type-field-errors
(Giovanni Bucci) #β54368 - [
99566aea97
] - test: improve output of child process utilities (Joyee Cheung) #β54622 - [
ed2377c1a1
] - test: fix test-tls-client-auth test for OpenSSL32 (Michael Dawson) #β54610 - [
d2a7e45946
] - test: update TLS test for OpenSSL 3.2 (Richard Lau) #β54612 - [
a50bbca78a
] - test: increase key size for ca2-cert.pem (Michael Dawson) #β54599 - [
d7ac3262de
] - test: update test-assert-typedarray-deepequal to use node:test (James M Snell) #β54585 - [
916a73cd8f
] - test: update test-assert to use node:test (James M Snell) #β54585 - [
10bea1cef5
] - test: merge ongc and gcutil into gc.js (tannal) #β54355 - [
f145982436
] - test: move a couple of tests over to using node:test (James M Snell) #β54582 - [
229e102d20
] - test: fix embedding test for Windows (Vladimir Morozov) #β53659 - [
fcf82adef0
] - test: use relative paths in test-cli-permission tests (sendoru) #β54188 - [
4c219b0235
] - test: fix timeout not being cleared (Isaac-yz-Liu) #β54242 - [
e446517a41
] - test: refactortest-runner-module-mocking
(Antoine du Hamel) #β54233 - [
782a6a05ef
] - test: use assert.{s,deepS}trictEqual() (Luigi Pinca) #β54208 - [
d478db7adc
] - test: set test-structuredclone-jstransferable non-flaky (Stefan Stojanovic) #β54115 - [
c8587ec90d
] - test: update wpt test for streams (devstone) #β54129 - [
dbc26c2971
] - test: fix typo in test (Sonny) #β54137 - [
17b7ec4df3
] - test: add initial pull delay and prototype pollution prevention tests (Sonny) #β54061 - [
931ff4367a
] - test: update wpt test (Mert Can Altin) #β53814 - [
1c1bd7ce52
] - test: updateurl
web-platform tests (Yagiz Nizipli) #β53472 - [
b048eaea5c
] - test_runner: reimplementassert.ok
to allow stack parsing (Aviv Keller) #β54776 - [
c981e61155
] - test_runner: improve code coverage cleanup (Colin Ihrig) #β54856 - [
4f421b37da
] - test_runner: use validateStringArray fortimers.enable()
(Deokjin Kim) #β49534 - [
27da75ae22
] - test_runner: do not expose internal loader (Antoine du Hamel) #β54106 - [
56cbc80d28
] - test_runner: make mock_loader not confuse CJS and ESM resolution (Sung Ye In) #β53846 - [
8fd951f7c7
] - test_runner: remove outdated comment (Colin Ihrig) #β54146 - [
65b6fec3ba
] - test_runner: run after hooks even if test is aborted (Colin Ihrig) #β54151 - [
c0b4c8284c
] - test_runner: added colors to dot reporter (Giovanni) #β53450 - [
3000e5df91
] - test_runner: support module detection in module mocks (Geoffrey Booth) #β53642 - [[
f789f4c92d
](https://redirect.github.com/nodejs/node/c
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 becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.