-
Couldn't load subscription status.
- Fork 0
chore(deps): update node.js to v17.9.1 - abandoned #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9) Signed-off-by: dependabot[bot] <[email protected]>
…d-git-info-2.8.9 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
…vulnerability chore(deps): update dependency hosted-git-info to 2.8.9 [security]
0cf0487 to
90f9157
Compare
90f9157 to
4335180
Compare
4335180 to
a242f70
Compare
a242f70 to
4efa0f4
Compare
4efa0f4 to
3b4cdc4
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
7e31b33 to
2be921a
Compare
This PR contains the following updates:
17.4.0->17.9.1Release Notes
nodejs/node
v17.9.1: 2022-06-01, Version 17.9.1 (Current), @ruyadornoCompare Source
Notable Changes
Update to OpenSSL 3.0.3
This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17.
See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines.
Commits
17fef6e] - deps: upgrade npm to 8.11.0 (npm team) #43210d0b53c0] - deps: upgrade npm to 8.10.0 (npm team) #4306172630d1] - deps: upgrade npm to 8.9.0 (npm team) #4296893d58c3] - deps: upgrade npm to 8.8.0 (npm team) #4288634e6edd] - deps: upgrade npm to 8.7.0 (npm team) #4274402f8b0c] - deps: upgrade npm to 8.6.0 (npm team) #42550871eace] - deps: update archs files for quictls/openssl-3.0.3 (RafaelGSS) #4302505fb807] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43025v17.9.0: 2022-04-07, Version 17.9.0 (Current), @BethGriggs prepared by @juanarbolCompare Source
Notable Changes
7124f91cbf] - (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #4242730dc6dd3fb] - deps: update undici to 4.16.0 (Node.js GitHub Bot) #42414f0fc2744a5] - doc: add @meixg to collaborators (Xuguang Mei) #42576Commits
bb71433334] - async_hooks: remove destroyed symbol on Promises (Gerhard Stöbich) #42402b48a6cb3f9] - bootstrap: reset process._exit and process.exitCode in pre-execution (Joyee Cheung) #42466b89f038537] - bootstrap: run inspector and event loop in snapshot builder (Joyee Cheung) #42466177558600e] - bootstrap: make I/O streams work with user-land snapshot (Joyee Cheung) #42466e3683cb34d] - bootstrap: refresh options in pre-execution (Joyee Cheung) #42466d302d2f0d2] - bootstrap: use SnapshotData to pass snapshot data around (Joyee Cheung) #42360eb3dfc00f0] - buffer: improve Blob constructor error message when passing a string (Xuguang Mei) #42338f45d5537c1] - buffer: fixatobinput validation (Antoine du Hamel) #42539fb6a5ba8d7] - build: remove precompiled header and debug information for host builds (Niyas Sait) #425381f7d2e800c] - build: windows/arm64 native compilation support (Niyas Sait) #42408d9a1d7866c] - build: consolidate JS and md linting GitHub Actions (Rich Trott) #42572ecb5be845d] - build: set stale action back to running nightly (Michael Dawson) #42549f9fb7f6d96] - build: add --node-snapshot-main configure option (Joyee Cheung) #42466c6808f088b] - build: bump actions/checkout (Eliaz Bobadilla) #424609a54acb7c6] - child_process: add env contents types in JSDoc (Rich Trott) #42494a2f07380ea] - crypto: do not add undefined hash in webcrypto normalizeAlgorithm (Filip Skokan) #425599b4bd7d031] - crypto: cleanup webcrypto jwk code (Filip Skokan) #42562541a1328b0] - crypto: fix webcrypto derive key lengths (Filip Skokan) #425427124f91cbf] - (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #4242730dc6dd3fb] - deps: update undici to 4.16.0 (Node.js GitHub Bot) #424146e56924274] - doc: simplify Http2Stream encoding text (Rich Trott) #42597261672b1da] - doc: remove obsolete stream API selection text (Rich Trott) #42586beffed1880] - doc: remove faulty justification for 128-bit AES (Tobias Nießen) #4257871f4a39086] - doc: fix documentation ofFileHandle.prototype.appendFile(Antoine du Hamel) #42588c83ea22f7c] - doc: change "OCSP Request" to "OCSP request" (Tobias Nießen) #4258271ab0dea35] - doc: aes webcrypto unwrap is not a node-specific extensions (Filip Skokan) #425611c614184da] - doc: simplify recommendations in process.md (Rich Trott) #42556c036800ddc] - doc: clarify recommendations in stream.md (Rich Trott) #42555dcf0abf8c7] - doc: simplify recommendation in webcrypto.md (Rich Trott) #425548333fa063b] - doc: update DEP0102 text (Rich Trott) #425538b08bff682] - doc: remove util.promisify() content in readline.md (Rich Trott) #4255294492424ba] - doc: add introduction sentence for CJS (Antoine du Hamel) #42491f0fc2744a5] - doc: add @meixg to collaborators (Xuguang Mei) #42576d935fef594] - doc: consolidate CI sections (Rich Trott) #42534fd45df314b] - doc: document breaking change inhttp.IncomingMessage'close'event (Paolo Insogna) #4252153584fa750] - doc: remove extraneous comma (Rich Trott) #42548b819af6509] - doc: guide towards x509.fingerprint256 (Tobias Nießen) #42516f2355e41ed] - doc: fix internal link in collaborator-guide.md (Daeyeon Jeong) #42551ffc6776996] - doc: add suggestion for OpenSSL only sec releases (Michael Dawson) #424561454c0297d] - doc: fix comment text in async_hooks example (Rich Trott) #42499b9ab9867f4] - doc: addstabilityclass to legacy status description (Daniel Roe) #425256c13988d53] - doc: suggest checkHost in checkServerIdentity docs (Tobias Nießen) #4249528665a9dd6] - doc: update security release onboarding (Joe Sepi) #42333d335addf0c] - doc: fix question promise API example (Xuguang Mei) #424657cf9febcb4] - doc: remove comma splice in events.md (Rich Trott) #424843c3684d9f1] - doc: clarify napi_finalize behavior (Alba Mendez) #42461334cc1936b] - doc: expand history for conditional exports changes in v12 (Greg Poole) #42339fb146f9eaf] - doc: change comma-splice to two sentences (Rich Trott) #42455ce4b823946] - doc: add link to section (Rich Trott) #424285869275479] - doc: fix typo in async_context.md (Anupama Codippily) #4244448bd9fa2c7] - doc: addtrace_gcto diagnostic tooling support document (Tony Gorez) #4234600f693b6b1] - doc: make header smaller and dropdown click-driven when JS is on (Paolo Insogna) #42165abbb23620a] - doc: standardize typography for _semantic versioning_ (Rich Trott) #42401e763e575c6] - doc: unify import order in CCM example (Tobias Nießen) #4239410d638a735] - doc: update property name (Rich Trott) #423985589a448b7] - doc,test: clarify ChaCha20-Poly1305 usage (Tobias Nießen) #42323902776e674] - esm: emit experimental warnings in common place (Jacob Smith) #423148009cb0a78] - fs: fix write methods param validation and docs (Livia Medeiros) #42631a9dc3a92d9] - lib: prepare files for no-var lint rule (Rich Trott) #425733306fee824] - lib: source maps filter null prefix (Fabian Cook) #425223bac969655] - lib: improve the coverage of the validator (mawaregetsuka) #42443b74de21cc3] - lib: update JSDoc for linting (Rich Trott) #424897766bf954f] - meta: update .mailmap and AUTHORS (Rich Trott) #4260293ffc5535a] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42500256509056d] - meta: update AUTHORS (Node.js GitHub Bot) #4258541c2a32390] - meta: update AUTHORS (Node.js GitHub Bot) #42488b71a8107c0] - net,dns: trace tcp connection and dns by perf_hooks (theanarkh) #42390f9f3b6e45d] - node-api: format Node-API related code (Vladimir Morozov) #423960bd9d9e24f] - os: avoid unnecessary usage of var (Mohammed Keyvanzadeh) #42563e798e26dfd] - src: add proper mutexes for accessing FIPS state (Anna Henningsen) #42278a1fe0d2222] - src: fix typo in InspectorIoDelegate constructor (Kohei Ueno) #425200c54f3637b] - src: remove unnecessary static qualifier in crypto_dh.cc (Darshan Sen) #424922e6a66d7d7] - src: address 3 useless call coverity warnings (Michael Dawson) #42426ce9d840079] - src: properly report exceptions from AddressToJS() (Darshan Sen) #42054c6a558c61b] - src: suppress false coverity warning (Michael Dawson) #42284878148c266] - src: refactor IsSupportedAuthenticatedMode (Tobias Nießen) #42368970483ffd3] - src,crypto: handle empty maybe correctly in crypto_dh.cc (Darshan Sen) #42492a348f8ac1a] - src,crypto: remove uses of AllocatedBuffer from crypto_dh.cc (Darshan Sen) #42492fb25ba435c] - test: improve lib/internal/readline/promises.js coverage (MURAKAMI Masahiko) #424204cbb1ea910] - test: remove hack foratobandbtoaWPT tests (Antoine du Hamel) #42540f41a4780d5] - test: pass data into napi_create_external (Joyee Cheung) #4253290554572b5] - test: improveFileHandle.prototype.writecoverage (Antoine du Hamel) #42541797994e4c0] - test: add test for exception handlings in debugger (Kohei Ueno) #423278c9b5e9a36] - test: fix typo in common/wpt.js (Ikko Ashimine) #425672f682091cd] - test: fix typos in test/parallel (Daeyeon Jeong) #4250252d1c8d6d9] - test: add trace-gc flag test (Tony Gorez) #4247119c933c79a] - test,fs: add fs.rm() tests for .git directories (Darshan Sen) #42410d64c4fb94d] - tools: enable no-var ESLint rule for lib (Rich Trott) #42573a9f2636d12] - tools: fixed bug causing JSON format to be broken (mawaregetsuka) #41565bff9cae16a] - tools: update GHA actions version (Antoine du Hamel) #42498c6bfb225cd] - tools: update eslint to 8.12.0 (Node.js GitHub Bot) #42489464e57ffc7] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #4248713dd8e73df] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #424163a1b0e5b87] - tools: bump cpplint to 1.6.0 (Rich Trott) #424169344a06d9c] - tools: fix skip PR if CI is still running (Xuguang Mei) #42377v17.8.0: 2022-03-22, Version 17.8.0 (Current), @benglCompare Source
Notable Changes
3bd0078457] - doc: add @ShogunPanda to collaborators (Shogun) #4236223354673be] - doc: deprecate string coercion infs.write,fs.writeFileSync(Livia Medeiros) #42149da42ffb85e] - (SEMVER-MINOR) http: trace http client by perf_hooks (theanarkh) #4234584fd6e54b0] - deps: upgrade npm to 8.5.5 (npm team) #42382b60262ee9f] - deps: update undici to 4.15.1 (Michaël Zasso) #42246Commits
1796f035c7] - build: rename tools workflow and add undici to it (Michaël Zasso) #42246f27bcec2ea] - build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #42204f48c3baf5a] - crypto: fix auth tag length error when mode != GCM (Tobias Nießen) #423831d0468f749] - crypto: fix fingerprint string size calculation (Tobias Nießen) #42175a4632a3dc2] - crypto: add CHECKs to remaining BIO_s_mem allocs (Tobias Nießen) #421553b55946452] - debugger: correct typo in inspect_repl.js (Kohei Ueno) #4226784fd6e54b0] - deps: upgrade npm to 8.5.5 (npm team) #42382f2178fcc1a] - deps: cares: cherry-pickb5a3d96(bradh352) #42216063ff08cb1] - deps: V8: cherry-pickc6f6626(Lu Yahan) #42240b60262ee9f] - deps: update undici to 4.15.1 (Michaël Zasso) #4224670c0758308] - deps: upgrade npm to 8.5.3 (npm team) #42205fd51e78963] - doc: fix version history fornet.Socketandnet.Server(Antoine du Hamel) #42268db83c4d6dc] - doc: improve README.md usability (Rich Trott) #4237888d3401329] - doc: add that chacha20-poly1305 is IETF version (Tobias Nießen) #4237004a7c0061b] - doc: update instructions for openssl updates (Michael Dawson) #4235378b858dd4b] - doc: document goal to have examples (Michael Dawson) #42274a5e42f0113] - doc: fix Embedder's Guide link to V8 official docs (Aroyan) #423736c265e7243] - doc: remove unneeded lint disable comment (Rich Trott) #4237446d3d23e64] - doc: revise async_hooks docs (Rich Trott) #423373bd0078457] - doc: add @ShogunPanda to collaborators (Shogun) #42362e7e8eb9f03] - doc: update base branch name fornodejs/nodejs.org(Danielle Adams) #42355fd7e4ab654] - doc: fix async iterable pipeline signal examples (Randall Leeds) #4225896dc591b55] - doc: clarify path search inchild_process.spawn(Damjan Cvetko) #4141872dd50016a] - doc: clarify the meaning of legacy status (Darshan Sen) #422698b99099063] - doc: improve pipe description (Mikael Finstad) #42295701dc14fdf] - doc: remove outdated timeout.unref content (Xuguang Mei) #4224123354673be] - doc: deprecate string coercion infs.write,fs.writeFileSync(Livia Medeiros) #42149f3c6c00963] - doc: remove refs to old OpenSSL list-* commands (Tobias Nießen) #4223519851f8d2d] - doc: readline'line'event emits final line (Matt Probert) #42214e55283b978] - esm: make extension-less errors in type:module actionable (Bradley Farias) #42301e17db8f0fa] - esm: improve typings and code coverage (Bradley Farias) #423054829a1047f] - esm: add runtime warning for specifier resolution flag (Geoffrey Booth) #42252da42ffb85e] - (SEMVER-MINOR) http: trace http client by perf_hooks (theanarkh) #4234588dee3c6b5] - http2: fix potential integer overflow (Michael Dawson) #422481fe0b69c31] - lib: refactor to use primordials inlib/assert.js(Akhil Marsonya) #4170269a3792540] - lib: fix AsyncResource.bind not using 'this' from the caller by default (Roch Devost) #421771c87ce6a32] - meta: update AUTHORS (Node.js GitHub Bot) #42404e7b8d83acd] - meta: update AUTHORS (Node.js GitHub Bot) #423177fc4b9f08d] - meta: add dependencies label to label-pr-config (Mestery) #42129e96042442b] - src: convert hex2bin() into a regular function (Darshan Sen) #4232121198c1407] - src: fix coverity warnings in node_file.cc (Michael Dawson) #42272846b074075] - src: check EC_POINT_get_affine_coordinates result (Tobias Nießen) #423048b84e68cbd] - src: simplify bound check in ParseArrayIndex (Tobias Nießen) #423069500e5862e] - src: avoid returning invalid value from hex2bin (Tobias Nießen) #4230708e2d8ab86] - src: check return value of HMAC_Final (Tobias Nießen) #423039fc4b9b04e] - src: include internal/options in the snapshot (Joyee Cheung) #42203e43aa30982] - src: remove redundant buffer size check (Tobias Nießen) #42257d06e92dba0] - src: perform minor cleanups on zlib code (Anna Henningsen) #422479af908305d] - src: useemplace_backinstead ofpush_back(Yash Ladha) #4215962d9a7f5db] - src: fix unchecked return warning from coverity (Michael Dawson) #4217658763d7f9d] - src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey() (Darshan Sen) #422235367002bc8] - stream: do cleanup when iterator is destroyed (Khoo Hao Yit) #423203492a0eb1e] - string_decoder: fix crash when calling __proto__.write() (Darshan Sen) #42062d9a5c2b284] - test: give slow tests more time on Rasberry PIs (Michael Dawson) #42380b82bac09ff] - test: improve https_renew_cert.sh script (Tobias Nießen) #42343dfdce7c182] - test: improve _http_incoming.js coverage (Yoshiki Kurihara) #422114941791f29] - test: improve _http_outgoing coverage (Yoshiki Kurihara) #4221394e5eaa7e9] - test: add test case for reverted 17.7 regression (Rich Trott) #42283a4aa9eb97f] - test: use global webcrypto for WPT tests (Antoine du Hamel) #4223626d4a2d489] - test,crypto: add and update empty passphrase regression tests (Darshan Sen) #423194fd2aff42e] - tools: make update-undici script executable (Michaël Zasso) #4240638e7681ac7] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #42403b7a4b4b1fd] - tools: update doc to [email protected] [email protected] (Node.js GitHub Bot) #4231530ea1889d5] - tools: update lint-md-dependencies to [email protected] [email protected] (Node.js GitHub Bot) #42316eb0e1a1147] - tools: update eslint to 8.11.0 (Node.js GitHub Bot) #42318e95426fd3a] - tools: fix web streams API links (Brian White) #42153fe01940f35] - url: preserve null char in WHATWG URL errors (Rich Trott) #42263b89f4d5c17] - url: trim leading and trailing C0 control chars (Rich Trott) #42196229fb40edc] - worker: do not send message if port is closing (Rich Trott) #42357v17.7.2: 2022-03-17, Version 17.7.2 (Current), @richardlauCompare Source
This is a security release.
Notable Changes
Update to OpenSSL 3.0.2, which addresses the following vulnerability:
BN_mod_sqrt()reachable when parsing certificates (High)(CVE-2022-0778)More details are available at https://www.openssl.org/news/secadv/20220315.txt
Commits
55e293e05f] - deps: update archs files for quictls/openssl-3.0.2+quic (Hassaan Pasha) #42356b8d090603d] - deps: upgrade openssl sources to quictls/openssl-3.0.2+quic (Hassaan Pasha) #42356c8b6d92af0] - test: fix tests affected by OpenSSL update (Michael Dawson) #42356457e31ea09] - test: renew certificates for specific test (Luigi Pinca) #42342v17.7.1: 2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxaCompare Source
Notable Changes
Fixed regression in url.resolve()
This release fixes an issue introduced in Node.js v17.7.0 with some URLs
that contain
@. This issue affected yarn 1. This version reverts thechange that introduced the regression.
Commits
96a9e00fb3] - url: revert fix url.parse() for@hostname(Antoine du Hamel) #42280v17.6.0: 2022-02-22, Version 17.6.0 (Current), @BethGriggs prepared by @benglCompare Source
Notable Changes
6b88595142] - doc: deprecate notice for process methods (Yash Ladha) #4158777462b6083] - stream: revertmapspec compliance (Benjamin Gruenbaum) #41931b968d89fc9] - build: remove broken x32 arch support (Ben Noordhuis) #41905ba639d052b] - (SEMVER-MINOR) esm: support https remotely and http locally under flag (Bradley Farias) #36328214d17650b] - (SEMVER-MINOR) fs: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) #41819ec0d623bd7] - (SEMVER-MINOR) lib: add FormData global when fetch is enabled (Michaël Zasso) #419563243701997] - (SEMVER-MINOR) readline: bind keystrokectrl+6to redo (Ray) #416625796c3a7ea] - process: deprecate multipleResolves (Benjamin Gruenbaum) #41872Dependency Updates
d1ef43f2aa] - deps: upgrade npm to 8.5.1 (npm-robot) #4203909c17481f6] - deps: update undici to3e267ec(Michaël Zasso) #419550a6f0b416f] - deps: upgrade npm to 8.5.0 (npm-robot) #41925New Collaborators
90d90e3868] - doc: add marsonya to collaborators (Akhil Marsonya) #419910de611f53a] - doc: add joesepi to collaborators (Joe Sepi) #41914Commits
c673953f6d] - build: cancel running CI jobs when a PR is updated (Michaël Zasso) #42017782506c099] - build: increase operations and test tag (Michael Dawson) #42038d3e6ad1ed5] - build: allow manual run of feature request action (Michael Dawson) #4203769d7736e08] - build: add action to close stale feature requests (Michael Dawson) #419811315f1eb25] - build: prevent concurrent CI and CQ workflow runs (Michaël Zasso) #420161e8e8bc22b] - build: use zoslib_include_dir provided by node-gyp (alexcfyung) #417134e2e2cb821] - build: move tool updates workflow runtime a day later (Rich Trott) #41982cd04ed1382] - build: extend yamllint configuration (Mestery) #41756b968d89fc9] - build: remove broken x32 arch support (Ben Noordhuis) #419052b1dabfb16] - build: revert fast-track changes (Filip Skokan) #41892182e6b9ee9] - build: improve consistency between workflows (Mestery) #41791f4cb72600d] - build,tools: change the quotes in YAML (Mestery) #4175624b0a563a4] - child_process: kHideConsoleWindows for spawnSync (Raymond Zhao) #41412c41e402c06] - cluster: respect listen backlog set by workers (Elad Nava) #4162384b1e4fba7] - crypto: check result of BIO_new in X509ToObject (Tobias Nießen) #41979946ac96817] - crypto: rename X509_NAME_FLAGS (Tobias Nießen) #4200160682917dd] - (SEMVER-MINOR) crypto: expose Web Crypto API on the global scope (Antoine du Hamel) #419380fff4d2314] - crypto: do not advertise unsupported algorithms (Brian White) #4186467f1ebf9b4] - debugger: add debugger alias for exec(expr) (Xuguang Mei) #419071eac0a1677] - debugger: remove duplicate setPauseOnException call (Balakrishna Avulapati) #41838d1ef43f2aa] - deps: upgrade npm to 8.5.1 (npm-robot) #4203909c17481f6] - deps: update undici to3e267ec(Michaël Zasso) #419550a6f0b416f] - deps: upgrade npm to 8.5.0 (npm-robot) #41925fea682ca94] - doc: fix typo in http2 endAfterHeaders description (Alexandru Comanescu) #420609c618ad729] - doc: make minor fixes to contributing guides (T-O-R-U-S) #4196660bbacdd91] - doc: use openpgp.org for keyserver examples (Nick Schonning) #392272e252b3c95] - doc: adjust a/an word usage (Derek Wolpert) #41915c7d590c66e] - doc: remove extra <td> (Ray) #4200606f225c6a6] - doc: capitalize valgrind (T•Ø•R•Ü•S) #419866195de506a] - doc: fix deprecation number (Antoine du Hamel) #4199090d90e3868] - doc: add marsonya to collaborators (Akhil Marsonya) #419916b88595142] - doc: deprecate notice for process methods (Yash Ladha) #41587d34ee45134] - doc: fix bug inreadable.unshiftcode example (Xuguang Mei) #419448748b1e61d] - doc: add missingbufferin thestream/consumersimport example (Mestery) #41961cb9dba034a] - doc: fix typo in readableStream.locked description (Tobias Nießen) #4192343a5161cee] - doc: fix wrong indent in stream documentation (Xuguang Mei) #41943dca2692ae3] - doc: emphasize security warning in vm module doc (Rich Trott) #41916b0e8ccb84c] - doc: clarifytls.Server'connection'event documentation (Austin Cheney) #419176a7b0160df] - doc: improve scrollbar appearance in dark mode (Aaron Xie) #41890aa684a78fe] - doc: replace text with paths in toggle SVGs (Brian White) #41885fc9d4e96c1] - doc: edit process.config deprecation text (Rich Trott) #418890de611f53a] - doc: add joesepi to collaborators (Joe Sepi) #41914ba5cb89134] - doc: remove unneeded ellipsis in header (Rich Trott) #41888291fe631dd] - doc: fix webstream close reject state state doc (Benjamin Gruenbaum) #41860c0f4289c65] - esm: improvefetch_moduletest coverage and remove hack (Antoine du Hamel) #41947a95f7a0c25] - esm: remove erroneouscontext.parentURLproperty passed toloadhook (Jacob Smith) #4197566c9565f99] - esm: fix typo infetch_module(Michael Scovetta) #41924ba639d052b] - (SEMVER-MINOR) esm: support https remotely and http locally under flag (Bradley Farias) #363280660ba3cd0] - events: set default handler value (Benjamin Gruenbaum) #419705a807c5927] - fs: fix defaultlengthparameter forfs.read(wbt) #40349214d17650b] - (SEMVER-MINOR) fs: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) #41819be5143b3f5] - fs: fix cb/sync writev empty array behavior (Benjamin Gruenbaum) #41932b4db004855] - fs: fix writev empty array error behavior (Benjamin Gruenbaum) #41919528c585b2b] - fs: refactor to use ES2020 syntax (小菜) #41903ec0d623bd7] - (SEMVER-MINOR) lib: add FormData global when fetch is enabled (Michaël Zasso) #41956c3b0e72d01] - lib: stop installing webcrypto ifno_browser_globalsistrue(Mestery) #41971ae36276148] - lib: allow respondWithNewView on byob auto allocated streams (Sean Quinlan) #4188768ec8d5824] - lib: stop installing fetch if no_browser_globals is true (Darshan Sen) #41969f9bfdc3a65] - lib: restrict usage of fetch related globals in core internals (Antoine du Hamel) #419573a121345e7] - lib: move kEnumerableProperty to internal/util (Mestery) #41877fa3a9135ad] - lib: add internal genericNodeError() function (Rich Trott) #418791e698e65a7] - meta: update AUTHORS (Node.js GitHub Bot) #42058f51b55dae4] - meta: use plain emojis instead of escape sequences (Mestery) #419893d998112be] - meta: update AUTHORS and .mailmap (Rich Trott) #41953391f4e5c25] - perf_hooks: use arrays to store EntryBuffers (Xuguang Mei) #420325796c3a7ea] - process: deprecate multipleResolves (Benjamin Gruenbaum) #418723243701997] - (SEMVER-MINOR) readline: bind keystrokectrl+6to redo (Ray) #41662c766159e68] - repl: #41690 REPL gives wrong autocomplete on literals (Xuguang Mei) #41883f80cae8be5] - src: merge ToJsSet into ToV8Value (Anna Henningsen) #41757e2a74d2e04] - src: remove separate definitions for static constexpr members (Anna Henningsen) #41755d91a956419] - src: use const reference instead of pointer in URL::SerializeURL (Anna Henningsen) #417590330e2d796] - src: reserve string allocation space early in URL::SerializeURL (Anna Henningsen) #41759364ec5ba8b] - src: fix query/fragment serialization in URL::SerializeURL (Anna Henningsen) #417596076291168] - src: don't print interface if sin6_scope_id is 0 (Santiago Gimeno) #4154743c12f4962] - src,buffer: evaluate THROW_AND_RETURN_IF_OOB() expression only once (Darshan Sen) #41945b8cbb83222] - stream: add more forEach tests (Benjamin Gruenbaum) #41937f5d7339b25] - stream: add more filter tests (Benjamin Gruenbaum) #4193677462b6083] - stream: revertmapspec compliance (Benjamin Gruenbaum) #419313e38506d1b] - stream: avoid usage of deprecated APIs (Mohammed Keyvanzadeh) #418715195479919] - stream: refactor to use more validators (Mohammed Keyvanzadeh) [#41871](https://togithConfiguration
📅 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.