chore(deps): update all non-major dependencies #330
Merged
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:
^3.0.0
->^3.5.2
^3.5.1
->^3.5.2
^6.1.1
->^6.1.2
^8.31.0
->^8.41.0
19.4.0
->19.9.0
^3.0.0
->^3.5.2
^0.27.1
->^0.31.2
Release Notes
nodejs/node
v19.9.0
: 2023-04-10, Version 19.9.0 (Current), @RafaelGSSCompare Source
Notable Changes
Tracing Channel in diagnostic_channel
TracingChannel
adds a new, high-performance channel to publish tracing data about the timing and purpose of function executions.Contributed by Stephen Belanger in #44943
New URL.canParse API
A new API was added to the URL.
URL.canParse
checks if aninput
with an optional base value can be parsed correctlyaccording to WHATWG URL specification.
Contributed by Khafra in #47179
Other notable changes
events:
msi:
node-api:
stream:
test_runner:
Commits
2cea7d8141
] - benchmark: fix invalid requirementsURL (Deokjin Kim) #473786a4076a188
] - benchmark: lower URL.canParse runs (Khafra) #4735123a69d9279
] - buffer: fix blob range error with many chunks (Khafra) #47320e3d98c3e7a
] - buffer: use private properties for brand checks in File (Khafra) #471549dc6aef98d
] - build: bump github/codeql-action from 2.2.6 to 2.2.9 (dependabot[bot]) #47366910d2967f1
] - build: update stale action from v7 to v8 (Rich Trott) #47357666df20ad9
] - build: remove Python pip--no-user
option (Christian Clauss) #473723970537bb4
] - build: avoid usage of pipes library (Mohammed Keyvanzadeh) #47271254a03b2eb
] - crypto: unify validation of checkPrime checks (Tobias Nießen) #471658e1e9edc57
] - deps: update timezone to 2023c (Node.js GitHub Bot) #4730230c043c2b9
] - deps: update timezone to 2023b (Node.js GitHub Bot) #4725640be01bc9c
] - deps: update simdutf to 3.2.3 (Node.js GitHub Bot) #473314b09222569
] - deps: upgrade npm to 9.6.3 (npm team) #473252a6c23ea5e
] - deps: update corepack to 0.17.1 (Node.js GitHub Bot) #4715606b718363d
] - deps: V8: cherry-pick3e4952c
(Richard Lau) #472367e24498d81
] - deps: upgrade npm to 9.6.2 (npm team) #471087a4beaa182
] - deps: V8: cherry-pick215ccd5
(Joyee Cheung) #472128a69929f23
] - deps: V8: cherry-pick975ff4d
(Debadree Chatterjee) #4720910569de53f
] - deps: cherry-pick win/arm64/clang fixes (Cheng Zhao) #47011ff6070eb1d
] - deps: V8: cherry-pickcb30b8e
(Darshan Sen) #473070bbce034f9
] - doc: add a note about os.cpus() returning an empty list (codedokode) #47363f8511e0b27
] - doc: clarify reports are only evaluated on active versions (Rafael Gonzaga) #47341863b4d9c5b
] - doc: remove Vladimir de Turckheim from Security release stewards (Vladimir de Turckheim) #473182192b5b163
] - doc: add importing util to example of `process.report.getReport' (Deokjin Kim) #472981c21fbfa9a
] - doc: vm.SourceTextModule() without context option (Axel Kittenberger) #4729589445fbea9
] - doc: make win arm64 tier 2 platform (Stefan Stojanovic) #47233296577a549
] - doc: document process for sharing project news (Michael Dawson) #47189e29a1462c7
] - doc: revise example of assert.CallTracker (Deokjin Kim) #47252bac893adbe
] - doc: fix typo in SECURITY.md (Rich Trott) #472820949f238d1
] - doc: use serial comma in cli docs (Tobias Nießen) #4726271246247a9
] - doc: improve example for Error.captureStackTrace() (Julian Dax) #468860b2ba441b2
] - doc: clarify http error events after calling destroy() (Zach Bjornson) #46903a21459e0d5
] - doc: update output of example in AbortController (Deokjin Kim) #472277a2090c14c
] - doc: drop one-week branch sync on major releases (Rafael Gonzaga) #47149eb4de0043d
] - doc: fix grammar in the collaborator guide (Mohammed Keyvanzadeh) #47245908798ae19
] - doc: update stream.reduce concurrency note (Raz Luvaton) #4716636c118bc92
] - doc: remove use of DEFAULT_ENCODING in PBKDF2 docs (Tobias Nießen) #471817ec87fd5ce
] - doc: fix typos in async_context.md (Shubham Sharma) #47155a03aaba996
] - doc: update collaborator guide to reflect TSC changes (Rich Trott) #47126c45a6977ec
] - doc: clarify thatfs.create{Read,Write}Stream
supportAbortSignal
(Antoine du Hamel) #4712282c7757177
] - doc: improve documentation for util.types.isNativeError() (Julian Dax) #468408f9b9c17d5
] - doc: rename the startup performance initiative to startup snapshot (#47111) (Joyee Cheung)c08995e897
] - doc: indicate thatname
is no longer an optional argument (Daniel Roe) #47102316d626e61
] - doc: fix "maintaining dependencies" heading typos (Keyhan Vakil) #47082a4b1a7761f
] - esm: skip file: URL conversion to path when possible (Antoine du Hamel) #46305c5cd6b7f3b
] - (SEMVER-MINOR) events: add getMaxListeners method (Khafra) #470392c2b07ce5f
] - fs: invalidate blob created from empty file when written to (Debadree Chatterjee) #47199e33dfce401
] - inspector: log response and requests in the inspector for debugging (Joyee Cheung) #46941f6ec81dc05
] - inspector: fix session.disconnect crash (theanarkh) #46942a738164fed
] - lib: define Event.isTrusted in the prototype (Santiago Gimeno) #469747d37dcdd9a
] - (SEMVER-MINOR) lib: add tracing channel to diagnostics_channel (Stephen Belanger) #4494316d3dfa0aa
] - meta: fix notable-change comment label url (Filip Skokan) #473002c95f6e18b
] - meta: clarify the threat model to explain the JSON.parse case (Matteo Collina) #4727622b9acdbf8
] - meta: update link to collaborators discussion page (Michaël Zasso) #47211dc024d930a
] - meta: automate description requests when notable change label is added (Danielle Adams) #4707854195357f3
] - meta: move TSC voting member(s) to regular member(s) (Node.js GitHub Bot) #47180a3bffbaa11
] - meta: move TSC voting member to regular membership (Node.js GitHub Bot) #46985d2a6aa6ecd
] - meta: update GOVERNANCE.md to reflect TSC charter changes (Rich Trott) #47126b0aad345bf
] - meta: ask expected behavior reason in bug template (Ben Noordhuis) #47049c03e79b141
] - (SEMVER-MINOR) msi: migrate to WiX4 (Stefan Stojanovic) #45943ca981be2b9
] - (SEMVER-MINOR) node-api: deprecate napi_module_register (Vladimir Morozov) #4631977f7200cce
] - node-api: extend type-tagging to externals (Gabriel Schulhof) #4714155f3d215b8
] - node-api: document node-api shutdown finalization (Chengzhong Wu) #45903b3fe2ba59b
] - node-api: verify cleanup hooks order (Chengzhong Wu) #46692d6a12328a6
] - repl: preserve preview on ESCAPE key press (Xuguang Mei) #4687833b0906640
] - sea: fix memory leak detected by asan (Darshan Sen) #47309069515153f
] - src: remove usage ofstd::shared_ptr<T>::unique()
(Darshan Sen) #473154405fc879a
] - src: use stricter compile-time guidance (Tobias Nießen) #46509bbde68e5de
] - src: remove unused variable in crypto_x509.cc (Michaël Zasso) #473447a80312e19
] - src: don't reset embeder signal handlers (Dmitry Vyukov) #47188d0a5e7e342
] - src: fix some recently introduced coverity issues (Michael Dawson) #472400a4ff2f9a0
] - src: replace impossible THROW with CHECK (Tobias Nießen) #471682fd0f79963
] - src: fix duplication of externalized builtin code (Keyhan Vakil) #4707936a026bf44
] - src: remove dead comments about return_code_cache (Keyhan Vakil) #47083aefe26692c
] - src: remove SSL_CTX_get_tlsext_ticket_keys guards (Tobias Nießen) #4706890f4e16350
] - src: fix clang 14 linker error (Keyhan Vakil) #47057b0809a73da
] - src,http2: ensure cleanup if a frame is not sent (ywave620) #472441fc62c7b35
] - (SEMVER-MINOR) stream: add setter & getter for default highWaterMark (#46929) (Robert Nagy) #46929b8c6ceddd5
] - stream: expose stream symbols (Robert Nagy) #45671f37825660c
] - stream: dont wait for next item in take when finished (Raz Luvaton) #471328eceaaeb4d
] - test: fix flaky test-watch-mode-inspect (Moshe Atlow) #47403db95ed0b1b
] - test: move debugger tests with --port=0 to parallel (Joyee Cheung) #47274041885ebd0
] - test: use --port=0 in debugger tests that do not have to work on 9229 (Joyee Cheung) #47274130420b9e1
] - test: run doctool tests in parallel (Joyee Cheung) #472734b4336c34e
] - test: verify tracePromise does not do runStores (Stephen Belanger) #4734954261f3294
] - test: run WPT files in parallel again (Filip Skokan) #47283e2eb0543be
] - test: update wasm/jsapi WPT (Michaël Zasso) #47210d341d0389f
] - test: skip test-wasm-web-api on ARM (Michaël Zasso) #47299567573b16a
] - test: skip instantiateStreaming-bad-imports WPT (Michaël Zasso) #4729245e7b10287
] - test: fix 'checks' validation test for checkPrime (Tobias Nießen) #471395749dfae70
] - test: update URL web-platform-tests (Yagiz Nizipli) #4713549981b93d2
] - test: reduce flakiness of test-http-remove-header-stays-removed.js (Debadree Chatterjee) #468556772aa652a
] - test: fix test-child-process-exec-cwd (Stefan Stojanovic) #4723541a69e772b
] - test: skip broken tests win arm64 (Stefan Stojanovic) #470207bcfd18f2c
] - test: mark test-http-max-sockets as flaky on win32 (Tobias Nießen) #47134b96808b3e2
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #4722265955f1e46
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #47131bc6511a243
] - test_runner: color errors only when colors are available (Moshe Atlow) #47394463361e625
] - test_runner: hide failing tests title when all tests pass (Moshe Atlow) #47370eb837ce80d
] - test_runner: stringify AssertError expected and actual (Moshe Atlow) #470886b87f29000
] - test_runner: add code coverage support to spec reporter (Pulkit Gupta) #46674bd4697a2a3
] - test_runner: expose reporter for use in run api (Chemi Atlow) #472383e7f8e8482
] - test_runner: report failing tests after summary (HinataKah0) #471644530582767
] - test_runner: count nested tests (Moshe Atlow) #470945a43586554
] - test_runner: accept \x1b as a escape symbol (Debadree Chatterjee) #47050a5ebc896f1
] - test_runner: support defining test reporter in NODE_OPTIONS (Steve Herzog) #46688a65fe5c29a
] - tools: fix update-openssl.yml compare version (Marco Ippolito) #47384760e13c58d
] - tools: ensure failed daily wpt run still generates a report (Filip Skokan) #473769c975f79f0
] - tools: use ref_name to get branch pushed on (Debadree Chatterjee) #47358b1d6a15028
] - tools: add a at here tag for slack messages (Debadree Chatterjee) #47358c340de6d51
] - tools: disable Codecov commit statuses (Michaël Zasso) #47306034082f0e5
] - tools: update eslint to 8.37.0 (Node.js GitHub Bot) #4733303b6650c81
] - tools: fix duration_ms to be milliseconds (Moshe Atlow) #4449030c667ec3a
] - tools: automate brotli update (Marco Ippolito) #4720583791e5459
] - tools: fix typo in nghttp2 path (Marco Ippolito) #4733053e8dad64a
] - tools: add scorecard workflow (Mateo Nunez) #472542499677d0b
] - tools: pin actions by hash for auto-start-ci.yml (Gabriela Gutierrez) #4682098f64ee724
] - tools: standardize base64 update (Marco Ippolito) #47201c1ef1fde8f
] - tools: update codecov branch (Rich Trott) #472859ecf2a4144
] - tools: update lint-md-dependencies to rollup@3.20.2 (Node.js GitHub Bot) #47255def7e3d908
] - tools: upgrade Windows digital signature to SHA256 (Tobias Nießen) #472060b78ac53ad
] - tools: standardize update-llhttp.sh (Marco Ippolito) #47198deb80b1c46
] - tools: add button to copy code example to clipboard (jakecastelli) #469286dca79f1ce
] - tools: standardize update-nghttp2.sh (Marco Ippolito) #471970c613c9347
] - tools: fix Slack notification action (Antoine du Hamel) #472373f49da5113
] - tools: notify on Slack when invalid commit lands (Antoine du Hamel) #47178337123d657
] - tools: update daily wpt actions summary (Filip Skokan) #4713878ce8d3469
] - tools: allow test tap output to include unicode characters (Moshe Atlow) #471758850dacc88
] - tools: update lint-md-dependencies to rollup@3.19.1 (Node.js GitHub Bot) #47045d1ca5b6d47
] - tools: align update-ada.sh with other scripts (Tony Gorez) #47044b58d52301e
] - tools: update eslint to 8.36.0 (Node.js GitHub Bot) #47046d78bef8a1f
] - tools,meta: update README and tools to reflect changes in TSC charter (Rich Trott) #47126d243115f41
] - url: improve URLSearchParams creation performance (Yagiz Nizipli) #47190461ef04f87
] - url: add pending-deprecation tourl.parse()
(Yagiz Nizipli) #47203ef62e5a59e
] - (SEMVER-MINOR) url: implement URL.canParse (Khafra) #471790b565e8f62
] - url: allow extension of user provided URL objects (Antoine du Hamel) #46989cbb362736b
] - util: fix inspecting error with a throwing getter forcause
(Antoine du Hamel) #471639537672511
] - vm: properly handle defining props on any value (Nicolas DUBIEN) #4661575669e98bf
] - watch: fix watch path with equals (Moshe Atlow) #47369v19.8.1
: 2023-03-15, Version 19.8.1 (Current), @targosCompare Source
Notable Changes
This release contains a single revert of a change that was introduced in v19.8.0
and introduced application crashes.
Fixes: #47096
Commits
f7c8aa4cf1
] - Revert "vm: fix leak in vm.compileFunction when importModuleDynamically is used" (Michaël Zasso) #47101v19.7.0
: 2023-02-21, Version 19.7.0 (Current), @MylesBorinsCompare Source
Notable Changes
60a612607e
] - deps: upgrade npm to 9.5.0 (npm team) #466737d6c27eab1
] - deps: add ada as a dependency (Yagiz Nizipli) #46410a79a8bf85a
] - doc: add debadree25 to collaborators (Debadree Chatterjee) #467160c2c322ee6
] - doc: add deokjinkim to collaborators (Deokjin Kim) #464449b23309f53
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #460178590eb4830
] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #46494164bfe82cc
] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #45038f3908411fd
] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583c34bac2fed
] - (SEMVER-MINOR) src: allow blobs in addition toFILE*
s in embedder snapshot API (Anna Henningsen) #46491683a1f8f3e
] - (SEMVER-MINOR) src: allow snapshotting from the embedder API (Anna Henningsen) #45888658d2f4710
] - (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #458886801d3753c
] - (SEMVER-MINOR) src: add snapshot support for embedder API (Anna Henningsen) #45888e77d538d32
] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #46368633d3f292d
] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #462736119289251
] - test_runner: add initial code coverage support (Colin Ihrig) #46017a51fe3c663
] - url: replace url-parser with ada (Yagiz Nizipli) #46410Commits
731a7ae9da
] - async_hooks: add async local storage propagation benchmarks (Chengzhong Wu) #4641405ad792a07
] - async_hooks: remove experimental onPropagate option (James M Snell) #463866b21170b10
] - benchmark: add trailing commas inbenchmark/path
(Antoine du Hamel) #466284b89ec409f
] - benchmark: add trailing commas inbenchmark/http
(Antoine du Hamel) #46609ff95eb7386
] - benchmark: add trailing commas inbenchmark/crypto
(Antoine du Hamel) #46553638d9b8d4b
] - benchmark: add trailing commas inbenchmark/url
(Antoine du Hamel) #465517524871a9b
] - benchmark: add trailing commas inbenchmark/http2
(Antoine du Hamel) #465529d9b3f856f
] - benchmark: add trailing commas inbenchmark/process
(Antoine du Hamel) #464816c69ad6d43
] - benchmark: add trailing commas inbenchmark/misc
(Antoine du Hamel) #464747f8b292bee
] - benchmark: add trailing commas inbenchmark/buffers
(Antoine du Hamel) #46473897e3c2782
] - benchmark: add trailing commas inbenchmark/module
(Antoine du Hamel) #464617760d40c04
] - benchmark: add trailing commas inbenchmark/net
(Antoine du Hamel) #464398b88d605ca
] - benchmark: add trailing commas inbenchmark/util
(Antoine du Hamel) #464382c8c9f978d
] - benchmark: add trailing commas inbenchmark/async_hooks
(Antoine du Hamel) #46424b364b9bd60
] - benchmark: add trailing commas inbenchmark/fs
(Antoine du Hamel) #46426e15ddba7e7
] - build: add GitHub Action for coverage with --without-intl (Rich Trott) #37954c781a48097
] - build: do not disable inspector when intl is disabled (Rich Trott) #37954b4deb2fcd5
] - crypto: don't assume FIPS is disabled by default (Michael Dawson) #4653260a612607e
] - deps: upgrade npm to 9.5.0 (npm team) #466736c997035fc
] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) #467102ed3875eee
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #4671120cb13bf7f
] - deps: update ada to v1.0.1 (Yagiz Nizipli) #46550c0983cfc06
] - deps: copypostject-api.h
andLICENSE
to thedeps
folder (Darshan Sen) #465827d6c27eab1
] - deps: add ada as a dependency (Yagiz Nizipli) #464107e7e2d037b
] - deps: update c-ares to 1.19.0 (Michaël Zasso) #46415a79a8bf85a
] - doc: add debadree25 to collaborators (Debadree Chatterjee) #467166a8b04d709
] - doc: move bcoe to emeriti (Benjamin Coe) #46703a0a6ee0f54
] - doc: add response.strictContentLength to documentation (Marco Ippolito) #46627ffdd64dce3
] - doc: remove unused functions from example ofstreamConsumers.text
(Deokjin Kim) #46581c771d66864
] - doc: fix test runner examples (Richie McColl) #46565375bb22df9
] - doc: update test concurrency description / default values (richiemccoll) #46457a7beac04ba
] - doc: enrich test command with executable (Tony Gorez) #44347aef57cd290
] - doc: fix wrong location ofrequestTimeout
's default value (Deokjin Kim) #464230c2c322ee6
] - doc: add deokjinkim to collaborators (Deokjin Kim) #4644431d3e3c486
] - doc: fix -C flag usage (三咲智子 Kevin Deng) #46388905a6756a3
] - doc: add note about major release rotation (Rafael Gonzaga) #4643633a98c42fa
] - doc: update threat model based on discussions (Michael Dawson) #463739b23309f53
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #46017f192b83800
] - esm: misc test refactors (Geoffrey Booth) #466317f2cdd36cf
] - http: add note about clientError event (Paolo Insogna) #46584d8c527f24f
] - http: use v8::Array::New() with a prebuilt vector (Joyee Cheung) #46447fa600fe003
] - lib: add trailing commas ininternal/process
(Antoine du Hamel) #466874aebee63f0
] - lib: do not crash using workers with disabled shared array buffers (Ruben Bridgewater) #41023a740908588
] - lib: delete module findPath unused params (sinkhaha) #453718b46c763d9
] - lib: enforce use of trailing commas in more files (Antoine du Hamel) #46655aae0020e27
] - lib: enforce use of trailing commas for functions (Antoine du Hamel) #46629da9ebaf138
] - lib: predeclare Event.isTrusted prop descriptor (Santiago Gimeno) #4652735570e970e
] - lib: tightenAbortSignal.prototype.throwIfAborted
implementation (Antoine du Hamel) #465218590eb4830
] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #464945d1a729f76
] - meta: update AUTHORS (Node.js GitHub Bot) #46624cb9b9ad879
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #4651317b82c85d9
] - meta: update AUTHORS (Node.js GitHub Bot) #46504bb14a2b098
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #46411152a3c7d1d
] - process: print versions by sort (Himself65) #46428164bfe82cc
] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #45038f3908411fd
] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583bdba600d32
] - src: remove icu usage from node_string.cc (Yagiz Nizipli) #4654831fb2e22a0
] - src: add fflush() to SnapshotData::ToFile() (Anna Henningsen) #46531c34bac2fed
] - (SEMVER-MINOR) src: allow blobs in addition toFILE*
s in embedder snapshot API (Anna Henningsen) #46491c3325bfc0d
] - src: make edge names in BaseObjects more descriptive in heap snapshots (Joyee Cheung) #464923c5db8f419
] - src: avoid leaking snapshot fp on error (Tobias Nießen) #464971a808a4aad
] - src: check return value of ftell() (Tobias Nießen) #46495f72f643549
] - src: remove unused includes from main thread (Yagiz Nizipli) #4647160c2a863da
] - src: use string_view instead of std::string& (Yagiz Nizipli) #46471f35f6d2218
] - src: use simdutf utf8 to utf16 instead of icu (Yagiz Nizipli) #4647100b81c7afe
] - src: replace icu with simdutf for char counts (Yagiz Nizipli) #46472683a1f8f3e
] - (SEMVER-MINOR) src: allow snapshotting from the embedder API (Anna Henningsen) #45888658d2f4710
] - (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #458886801d3753c
] - (SEMVER-MINOR) src: add snapshot support for embedder API (Anna Henningsen) #4588895065c3185
] - src: add additional utilities to crypto::SecureContext (James M Snell) #45912efc59d0843
] - src: add KeyObjectHandle::HasInstance (James M Snell) #45912a8a2d0e2b1
] - src: add GetCurrentCipherName/Version to crypto_common (James M Snell) #459126cf860d3d6
] - src: back snapshot I/O with a std::vector sink (Joyee Cheung) #46463e77d538d32
] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #463687756438c81
] - stream: add trailing commas in webstream source files (Antoine du Hamel) #466856b64a945c6
] - stream: add trailing commas in stream source files (Antoine du Hamel) #46686633d3f292d
] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273f91260b32a
] - stream: refactor to usevalidateAbortSignal
(Antoine du Hamel) #465206bf7388b62
] - stream: allow transfer of readable byte streams (MrBBot) #45955c2068537fa
] - stream: add pipeline() for webstreams (Debadree Chatterjee) #463074cf4b41c56
] - stream: add suport for abort signal in finished() for webstreams (Debadree Chatterjee) #46403b844a09fa5
] - stream: dont access Object.prototype.type during TransformStream init (Debadree Chatterjee) #463896ad01fd7b5
] - test: fixtest-net-autoselectfamily
for kernel without IPv6 support (Livia Medeiros) #458562239e24306
] - test: fix assertions in test-snapshot-dns-lookup* (Tobias Nießen) #46618c4ca98e786
] - test: cover publicExponent validation in OpenSSL (Tobias Nießen) #46632e60d3f2b1d
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #46498217f2f6e2a
] - test: add trailing commas intest/pummel
(Antoine du Hamel) #46610641e1771c8
] - test: enable api-invalid-label.any.js in encoding WPTs (Filip Skokan) #4650689aa161173
] - test: fix tap parser fails if a test logs a number (Pulkit Gupta) #46056faba8d4a30
] - test: add trailing commas intest/js-native-api
(Antoine du Hamel) #46385d556ccdd26
] - test: make more crypto tests work with BoringSSL (Shelley Vohr) #46429c7f29b24a6
] - test: add trailing commas intest/known_issues
(Antoine du Hamel) #46408a66e7ca6c5
](https://togithub.com/nodejs/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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.