leaderboardsgg / leaderboard-site

Frontend of Leaderboards.gg
https://leaderboards.gg/
GNU General Public License v3.0
55 stars 20 forks source link

Update dependency node to v18.17.1 #573

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
node minor 18.16.0 -> 18.17.1

Release Notes

nodejs/node (node) ### [`v18.17.1`](https://togithub.com/nodejs/node/releases/tag/v18.17.1): 2023-08-09, Version 18.17.1 'Hydrogen' (LTS), @​RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v18.17.0...v18.17.1) This is a security release. ##### Notable Changes The following CVEs are fixed in this release: - [CVE-2023-32002](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32002): Policies can be bypassed via Module.\_load (High) - [CVE-2023-32006](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32006): Policies can be bypassed by module.constructor.createRequire (Medium) - [CVE-2023-32559](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-32559): Policies can be bypassed via process.binding (Medium) - OpenSSL Security Releases - [OpenSSL security advisory 14th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000264.html). - [OpenSSL security advisory 19th July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000265.html). - [OpenSSL security advisory 31st July](https://mta.openssl.org/pipermail/openssl-announce/2023-July/000267.html) More detailed information on each of the vulnerabilities can be found in [August 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/august-2023-security-releases/) blog post. ##### Commits - \[[`fe3abdf82e`](https://togithub.com/nodejs/node/commit/fe3abdf82e)] - **deps**: update archs files for openssl-3.0.10+quic1 (Node.js GitHub Bot) [#​49036](https://togithub.com/nodejs/node/pull/49036) - \[[`2c5a522d9c`](https://togithub.com/nodejs/node/commit/2c5a522d9c)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.10+quic1 (Node.js GitHub Bot) [#​49036](https://togithub.com/nodejs/node/pull/49036) - \[[`15bced0bde`](https://togithub.com/nodejs/node/commit/15bced0bde)] - **policy**: handle Module.constructor and main.extensions bypass (RafaelGSS) [nodejs-private/node-private#417](https://togithub.com/nodejs-private/node-private/pull/417) - \[[`d4570fae35`](https://togithub.com/nodejs/node/commit/d4570fae35)] - **policy**: disable process.binding() when enabled (Tobias Nießen) [nodejs-private/node-private#460](https://togithub.com/nodejs-private/node-private/pull/460) ### [`v18.17.0`](https://togithub.com/nodejs/node/releases/tag/v18.17.0): 2023-07-18, Version 18.17.0 'Hydrogen' (LTS), @​danielleadams [Compare Source](https://togithub.com/nodejs/node/compare/v18.16.1...v18.17.0) ##### Notable Changes ##### Ada 2.0 Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url. Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4, while also eliminating the need for the ICU requirement for URL hostname parsing. Contributed by Yagiz Nizipli and Daniel Lemire in [#​47339](https://togithub.com/nodejs/node/pull/47339) ##### Web Crypto API Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations. This further improves interoperability with other implementations of Web Crypto API. Contributed by Filip Skokan in [#​46067](https://togithub.com/nodejs/node/pull/46067) - **crypto**: - update root certificates to NSS 3.89 (Node.js GitHub Bot) [#​47659](https://togithub.com/nodejs/node/pull/47659) - **dns**: - **(SEMVER-MINOR)** expose getDefaultResultOrder (btea) [#​46973](https://togithub.com/nodejs/node/pull/46973) - **doc**: - add ovflowd to collaborators (Claudio Wunder) [#​47844](https://togithub.com/nodejs/node/pull/47844) - add KhafraDev to collaborators (Matthew Aitken) [#​47510](https://togithub.com/nodejs/node/pull/47510) - **events**: - **(SEMVER-MINOR)** add getMaxListeners method (Matthew Aitken) [#​47039](https://togithub.com/nodejs/node/pull/47039) - **fs**: - **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#​47084](https://togithub.com/nodejs/node/pull/47084) - **(SEMVER-MINOR)** add recursive option to readdir and opendir (Ethan Arrowood) [#​41439](https://togithub.com/nodejs/node/pull/41439) - **(SEMVER-MINOR)** add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#​47084](https://togithub.com/nodejs/node/pull/47084) - **(SEMVER-MINOR)** implement byob mode for readableWebStream() (Debadree Chatterjee) [#​46933](https://togithub.com/nodejs/node/pull/46933) - **http**: - **(SEMVER-MINOR)** prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) [#​47732](https://togithub.com/nodejs/node/pull/47732) - **(SEMVER-MINOR)** remove internal error in assignSocket (Matteo Collina) [#​47723](https://togithub.com/nodejs/node/pull/47723) - **(SEMVER-MINOR)** add highWaterMark opt in http.createServer (HinataKah0) [#​47405](https://togithub.com/nodejs/node/pull/47405) - **lib**: - **(SEMVER-MINOR)** add webstreams to Duplex.from() (Debadree Chatterjee) [#​46190](https://togithub.com/nodejs/node/pull/46190) - **(SEMVER-MINOR)** implement AbortSignal.any() (Chemi Atlow) [#​47821](https://togithub.com/nodejs/node/pull/47821) - **module**: - change default resolver to not throw on unknown scheme (Gil Tayar) [#​47824](https://togithub.com/nodejs/node/pull/47824) - **node-api**: - **(SEMVER-MINOR)** define version 9 (Chengzhong Wu) [#​48151](https://togithub.com/nodejs/node/pull/48151) - **(SEMVER-MINOR)** deprecate napi_module_register (Vladimir Morozov) [#​46319](https://togithub.com/nodejs/node/pull/46319) - **stream**: - **(SEMVER-MINOR)** preserve object mode in compose (Raz Luvaton) [#​47413](https://togithub.com/nodejs/node/pull/47413) - **(SEMVER-MINOR)** add setter & getter for default highWaterMark ([#​46929](https://togithub.com/nodejs/node/issues/46929)) (Robert Nagy) [#​46929](https://togithub.com/nodejs/node/pull/46929) - **test**: - unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) [#​48078](https://togithub.com/nodejs/node/pull/48078) - **test_runner**: - **(SEMVER-MINOR)** add shorthands to `test` (Chemi Atlow) [#​47909](https://togithub.com/nodejs/node/pull/47909) - **(SEMVER-MINOR)** support combining coverage reports (Colin Ihrig) [#​47686](https://togithub.com/nodejs/node/pull/47686) - **(SEMVER-MINOR)** execute before hook on test (Chemi Atlow) [#​47586](https://togithub.com/nodejs/node/pull/47586) - **(SEMVER-MINOR)** expose reporter for use in run api (Chemi Atlow) [#​47238](https://togithub.com/nodejs/node/pull/47238) - **tools**: - update LICENSE and license-builder.sh (Santiago Gimeno) [#​48078](https://togithub.com/nodejs/node/pull/48078) - **url**: - **(SEMVER-MINOR)** implement URL.canParse (Matthew Aitken) [#​47179](https://togithub.com/nodejs/node/pull/47179) - **wasi**: - **(SEMVER-MINOR)** no longer require flag to enable wasi (Michael Dawson) [#​47286](https://togithub.com/nodejs/node/pull/47286) ##### Commits - \[[`2ba08ac002`](https://togithub.com/nodejs/node/commit/2ba08ac002)] - **benchmark**: use `cluster.isPrimary` instead of `cluster.isMaster` (Deokjin Kim) [#​48002](https://togithub.com/nodejs/node/pull/48002) - \[[`60ca69d96c`](https://togithub.com/nodejs/node/commit/60ca69d96c)] - **benchmark**: add eventtarget creation bench (Rafael Gonzaga) [#​47774](https://togithub.com/nodejs/node/pull/47774) - \[[`d8233d96bb`](https://togithub.com/nodejs/node/commit/d8233d96bb)] - **benchmark**: add a benchmark for `defaultResolve` (Antoine du Hamel) [#​47543](https://togithub.com/nodejs/node/pull/47543) - \[[`a1aabb6912`](https://togithub.com/nodejs/node/commit/a1aabb6912)] - **benchmark**: fix invalid requirementsURL (Deokjin Kim) [#​47378](https://togithub.com/nodejs/node/pull/47378) - \[[`394c61caf9`](https://togithub.com/nodejs/node/commit/394c61caf9)] - **bootstrap**: support namespaced builtins in snapshot scripts (Joyee Cheung) [#​47467](https://togithub.com/nodejs/node/pull/47467) - \[[`0165a765a0`](https://togithub.com/nodejs/node/commit/0165a765a0)] - **bootstrap**: do not expand process.argv\[1] for snapshot entry points (Joyee Cheung) [#​47466](https://togithub.com/nodejs/node/pull/47466) - \[[`cca557cdd9`](https://togithub.com/nodejs/node/commit/cca557cdd9)] - **buffer**: combine checking range of sourceStart in `buf.copy` (Deokjin Kim) [#​47758](https://togithub.com/nodejs/node/pull/47758) - \[[`4c69be467c`](https://togithub.com/nodejs/node/commit/4c69be467c)] - **buffer**: use private properties for brand checks in File (Matthew Aitken) [#​47154](https://togithub.com/nodejs/node/pull/47154) - \[[`d002f9b6e2`](https://togithub.com/nodejs/node/commit/d002f9b6e2)] - **build**: revert unkonwn ruff selector (Moshe Atlow) [#​48753](https://togithub.com/nodejs/node/pull/48753) - \[[`93f77cb762`](https://togithub.com/nodejs/node/commit/93f77cb762)] - **build**: set v8\_enable_webassembly=false when lite mode is enabled (Cheng Shao) [#​48248](https://togithub.com/nodejs/node/pull/48248) - \[[`1662e894f3`](https://togithub.com/nodejs/node/commit/1662e894f3)] - **build**: add action to close stale PRs (Michael Dawson) [#​48051](https://togithub.com/nodejs/node/pull/48051) - \[[`5ca437b288`](https://togithub.com/nodejs/node/commit/5ca437b288)] - **build**: use pathlib for paths (Mohammed Keyvanzadeh) [#​47581](https://togithub.com/nodejs/node/pull/47581) - \[[`72443bc54b`](https://togithub.com/nodejs/node/commit/72443bc54b)] - **build**: refactor configure.py (Mohammed Keyvanzadeh) [#​47667](https://togithub.com/nodejs/node/pull/47667) - \[[`d4eecb5be9`](https://togithub.com/nodejs/node/commit/d4eecb5be9)] - **build**: add devcontainer configuration (Tierney Cyren) [#​40825](https://togithub.com/nodejs/node/pull/40825) - \[[`803ed41144`](https://togithub.com/nodejs/node/commit/803ed41144)] - **build**: bump ossf/scorecard-action from 2.1.2 to 2.1.3 (dependabot\[bot]) [#​47367](https://togithub.com/nodejs/node/pull/47367) - \[[`48468c4413`](https://togithub.com/nodejs/node/commit/48468c4413)] - **build**: replace Python linter flake8 with ruff (Christian Clauss) [#​47519](https://togithub.com/nodejs/node/pull/47519) - \[[`3ceb2c4387`](https://togithub.com/nodejs/node/commit/3ceb2c4387)] - **build**: add node-core-utils to setup (Jiawen Geng) [#​47442](https://togithub.com/nodejs/node/pull/47442) - \[[`fdc59b8e14`](https://togithub.com/nodejs/node/commit/fdc59b8e14)] - **build**: bump github/codeql-action from 2.2.6 to 2.2.9 (dependabot\[bot]) [#​47366](https://togithub.com/nodejs/node/pull/47366) - \[[`3924893023`](https://togithub.com/nodejs/node/commit/3924893023)] - **build**: update stale action from v7 to v8 (Rich Trott) [#​47357](https://togithub.com/nodejs/node/pull/47357) - \[[`753185c5b0`](https://togithub.com/nodejs/node/commit/753185c5b0)] - **build**: remove Python pip `--no-user` option (Christian Clauss) [#​47372](https://togithub.com/nodejs/node/pull/47372) - \[[`67af0a6a2b`](https://togithub.com/nodejs/node/commit/67af0a6a2b)] - **build**: avoid usage of pipes library (Mohammed Keyvanzadeh) [#​47271](https://togithub.com/nodejs/node/pull/47271) - \[[`db910dd6b2`](https://togithub.com/nodejs/node/commit/db910dd6b2)] - **build, deps, tools**: avoid excessive LTO (Konstantin Demin) [#​47313](https://togithub.com/nodejs/node/pull/47313) - \[[`35d1def891`](https://togithub.com/nodejs/node/commit/35d1def891)] - **child_process**: use signal.reason in child process abort (Debadree Chatterjee) [#​47817](https://togithub.com/nodejs/node/pull/47817) - \[[`7692d2e7b9`](https://togithub.com/nodejs/node/commit/7692d2e7b9)] - **cluster**: use ObjectPrototypeHasOwnProperty (Daeyeon Jeong) [#​48141](https://togithub.com/nodejs/node/pull/48141) - \[[`7617772762`](https://togithub.com/nodejs/node/commit/7617772762)] - **crypto**: use openssl's own memory BIOs in crypto_context.cc (GauriSpears) [#​47160](https://togithub.com/nodejs/node/pull/47160) - \[[`8cabfe7c6e`](https://togithub.com/nodejs/node/commit/8cabfe7c6e)] - **crypto**: fix setEngine() when OPENSSL_NO_ENGINE set (Tobias Nießen) [#​47977](https://togithub.com/nodejs/node/pull/47977) - \[[`de1338da05`](https://togithub.com/nodejs/node/commit/de1338da05)] - **crypto**: fix webcrypto private/secret import with empty usages (Filip Skokan) [#​47877](https://togithub.com/nodejs/node/pull/47877) - \[[`27a696fda9`](https://togithub.com/nodejs/node/commit/27a696fda9)] - **crypto**: update root certificates to NSS 3.89 (Node.js GitHub Bot) [#​47659](https://togithub.com/nodejs/node/pull/47659) - \[[`e2292f936e`](https://togithub.com/nodejs/node/commit/e2292f936e)] - **crypto**: remove INT_MAX restriction in randomBytes (Tobias Nießen) [#​47559](https://togithub.com/nodejs/node/pull/47559) - \[[`a5f214c00c`](https://togithub.com/nodejs/node/commit/a5f214c00c)] - **crypto**: replace THROW with CHECK for scrypt keylen (Tobias Nießen) [#​47407](https://togithub.com/nodejs/node/pull/47407) - \[[`dd42214fd4`](https://togithub.com/nodejs/node/commit/dd42214fd4)] - **crypto**: unify validation of checkPrime checks (Tobias Nießen) [#​47165](https://togithub.com/nodejs/node/pull/47165) - \[[`76e4d12fb3`](https://togithub.com/nodejs/node/commit/76e4d12fb3)] - **crypto**: re-add padding for AES-KW wrapped JWKs (Filip Skokan) [#​46563](https://togithub.com/nodejs/node/pull/46563) - \[[`9d894c17dd`](https://togithub.com/nodejs/node/commit/9d894c17dd)] - **crypto**: use WebIDL converters in WebCryptoAPI (Filip Skokan) [#​46067](https://togithub.com/nodejs/node/pull/46067) - \[[`6f3a8b45a5`](https://togithub.com/nodejs/node/commit/6f3a8b45a5)] - **deps**: update ada to 2.5.0 (Node.js GitHub Bot) [#​48223](https://togithub.com/nodejs/node/pull/48223) - \[[`075b6db919`](https://togithub.com/nodejs/node/commit/075b6db919)] - **deps**: update ada to 2.4.2 (Node.js GitHub Bot) [#​48092](https://togithub.com/nodejs/node/pull/48092) - \[[`a4ee1f652c`](https://togithub.com/nodejs/node/commit/a4ee1f652c)] - **deps**: update ada to 2.4.1 (Node.js GitHub Bot) [#​48036](https://togithub.com/nodejs/node/pull/48036) - \[[`81b514d3f0`](https://togithub.com/nodejs/node/commit/81b514d3f0)] - **deps**: update ada to 2.4.0 (Node.js GitHub Bot) [#​47922](https://togithub.com/nodejs/node/pull/47922) - \[[`575ddf694f`](https://togithub.com/nodejs/node/commit/575ddf694f)] - **deps**: update ada to 2.3.1 (Node.js GitHub Bot) [#​47893](https://togithub.com/nodejs/node/pull/47893) - \[[`2d03d5f458`](https://togithub.com/nodejs/node/commit/2d03d5f458)] - **deps**: update ada to 2.3.0 (Node.js GitHub Bot) [#​47737](https://togithub.com/nodejs/node/pull/47737) - \[[`42e690f2d5`](https://togithub.com/nodejs/node/commit/42e690f2d5)] - **deps**: update ada to 2.2.0 (Node.js GitHub Bot) [#​47678](https://togithub.com/nodejs/node/pull/47678) - \[[`08dd271521`](https://togithub.com/nodejs/node/commit/08dd271521)] - **deps**: update ada to 2.1.0 (Node.js GitHub Bot) [#​47598](https://togithub.com/nodejs/node/pull/47598) - \[[`96c50ba71f`](https://togithub.com/nodejs/node/commit/96c50ba71f)] - **deps**: update ada to 2.0.0 (Node.js GitHub Bot) [#​47339](https://togithub.com/nodejs/node/pull/47339) - \[[`4d1c38b758`](https://togithub.com/nodejs/node/commit/4d1c38b758)] - **deps**: update zlib to [`337322d`](https://togithub.com/nodejs/node/commit/337322d) (Node.js GitHub Bot) [#​48218](https://togithub.com/nodejs/node/pull/48218) - \[[`74206b2549`](https://togithub.com/nodejs/node/commit/74206b2549)] - **deps**: update histogram 0.11.8 (Marco Ippolito) [#​47742](https://togithub.com/nodejs/node/pull/47742) - \[[`fbb4b3775d`](https://togithub.com/nodejs/node/commit/fbb4b3775d)] - **deps**: update histogram to 0.11.7 (Marco Ippolito) [#​47742](https://togithub.com/nodejs/node/pull/47742) - \[[`e88c079022`](https://togithub.com/nodejs/node/commit/e88c079022)] - **deps**: update simdutf to 3.2.12 (Node.js GitHub Bot) [#​48118](https://togithub.com/nodejs/node/pull/48118) - \[[`48bd1248b9`](https://togithub.com/nodejs/node/commit/48bd1248b9)] - **deps**: update minimatch to 9.0.1 (Node.js GitHub Bot) [#​48094](https://togithub.com/nodejs/node/pull/48094) - \[[`d4572d31fa`](https://togithub.com/nodejs/node/commit/d4572d31fa)] - **deps**: update corepack to 0.18.0 (Node.js GitHub Bot) [#​48091](https://togithub.com/nodejs/node/pull/48091) - \[[`8090d29dc4`](https://togithub.com/nodejs/node/commit/8090d29dc4)] - **deps**: update uvwasi to 0.0.18 (Node.js GitHub Bot) [#​47866](https://togithub.com/nodejs/node/pull/47866) - \[[`169c8eea2e`](https://togithub.com/nodejs/node/commit/169c8eea2e)] - **deps**: update uvwasi to 0.0.17 (Node.js GitHub Bot) [#​47866](https://togithub.com/nodejs/node/pull/47866) - \[[`6acbb23380`](https://togithub.com/nodejs/node/commit/6acbb23380)] - **deps**: upgrade npm to 9.6.7 (npm team) [#​48062](https://togithub.com/nodejs/node/pull/48062) - \[[`e8f2c0a58b`](https://togithub.com/nodejs/node/commit/e8f2c0a58b)] - **deps**: update undici to 5.22.1 (Node.js GitHub Bot) [#​47994](https://togithub.com/nodejs/node/pull/47994) - \[[`9309fd3120`](https://togithub.com/nodejs/node/commit/9309fd3120)] - **deps**: update simdutf to 3.2.9 (Node.js GitHub Bot) [#​47983](https://togithub.com/nodejs/node/pull/47983) - \[[`b796d3560a`](https://togithub.com/nodejs/node/commit/b796d3560a)] - **deps**: upgrade npm to 9.6.6 (npm team) [#​47862](https://togithub.com/nodejs/node/pull/47862) - \[[`cce372e14e`](https://togithub.com/nodejs/node/commit/cce372e14e)] - **deps**: V8: cherry-pick [`c5ab3e4`](https://togithub.com/nodejs/node/commit/c5ab3e4f0c5a) (Richard Lau) [#​47736](https://togithub.com/nodejs/node/pull/47736) - \[[`7283486adb`](https://togithub.com/nodejs/node/commit/7283486adb)] - **deps**: update undici to 5.22.0 (Node.js GitHub Bot) [#​47679](https://togithub.com/nodejs/node/pull/47679) - \[[`2ea6e03003`](https://togithub.com/nodejs/node/commit/2ea6e03003)] - **deps**: add minimatch as a dependency (Moshe Atlow) [#​47499](https://togithub.com/nodejs/node/pull/47499) - \[[`261e1d23d1`](https://togithub.com/nodejs/node/commit/261e1d23d1)] - **deps**: update ICU to 73.1 release (Steven R. Loomis) [#​47456](https://togithub.com/nodejs/node/pull/47456) - \[[`f532f9df5f`](https://togithub.com/nodejs/node/commit/f532f9df5f)] - **deps**: update undici to 5.21.2 (Node.js GitHub Bot) [#​47508](https://togithub.com/nodejs/node/pull/47508) - \[[`dcb8c038b9`](https://togithub.com/nodejs/node/commit/dcb8c038b9)] - **deps**: update simdutf to 3.2.8 (Node.js GitHub Bot) [#​47507](https://togithub.com/nodejs/node/pull/47507) - \[[`6c8456d61f`](https://togithub.com/nodejs/node/commit/6c8456d61f)] - **deps**: update undici to 5.21.1 (Node.js GitHub Bot) [#​47488](https://togithub.com/nodejs/node/pull/47488) - \[[`d3b2e8a438`](https://togithub.com/nodejs/node/commit/d3b2e8a438)] - **deps**: update simdutf to 3.2.7 (Node.js GitHub Bot) [#​47473](https://togithub.com/nodejs/node/pull/47473) - \[[`64a5fe0499`](https://togithub.com/nodejs/node/commit/64a5fe0499)] - **deps**: update corepack to 0.17.2 (Node.js GitHub Bot) [#​47474](https://togithub.com/nodejs/node/pull/47474) - \[[`6f0f61a7d3`](https://togithub.com/nodejs/node/commit/6f0f61a7d3)] - **deps**: upgrade npm to 9.6.4 (npm team) [#​47432](https://togithub.com/nodejs/node/pull/47432) - \[[`443a72e207`](https://togithub.com/nodejs/node/commit/443a72e207)] - **deps**: update zlib to upstream [`5edb52d`](https://togithub.com/nodejs/node/commit/5edb52d4) (Luigi Pinca) [#​47151](https://togithub.com/nodejs/node/pull/47151) - \[[`dc3bc46914`](https://togithub.com/nodejs/node/commit/dc3bc46914)] - **deps**: update simdutf to 3.2.3 (Node.js GitHub Bot) [#​47331](https://togithub.com/nodejs/node/pull/47331) - \[[`b2f2bebbc2`](https://togithub.com/nodejs/node/commit/b2f2bebbc2)] - **deps**: update timezone to 2023c (Node.js GitHub Bot) [#​47302](https://togithub.com/nodejs/node/pull/47302) - \[[`c10729ffa7`](https://togithub.com/nodejs/node/commit/c10729ffa7)] - **deps**: upgrade npm to 9.6.3 (npm team) [#​47325](https://togithub.com/nodejs/node/pull/47325) - \[[`420deac1de`](https://togithub.com/nodejs/node/commit/420deac1de)] - **deps**: update corepack to 0.17.1 (Node.js GitHub Bot) [#​47156](https://togithub.com/nodejs/node/pull/47156) - \[[`966ba28491`](https://togithub.com/nodejs/node/commit/966ba28491)] - **deps**: V8: cherry-pick [`3e4952c`](https://togithub.com/nodejs/node/commit/3e4952cb2a59) (Richard Lau) [#​47236](https://togithub.com/nodejs/node/pull/47236) - \[[`fc6ab26824`](https://togithub.com/nodejs/node/commit/fc6ab26824)] - **deps**: update timezone to 2023b (Node.js GitHub Bot) [#​47256](https://togithub.com/nodejs/node/pull/47256) - \[[`2700e70215`](https://togithub.com/nodejs/node/commit/2700e70215)] - **deps**: upgrade npm to 9.6.2 (npm team) [#​47108](https://togithub.com/nodejs/node/pull/47108) - \[[`29ba98a0a5`](https://togithub.com/nodejs/node/commit/29ba98a0a5)] - **deps**: V8: cherry-pick [`975ff4d`](https://togithub.com/nodejs/node/commit/975ff4dbfd1b) (Debadree Chatterjee) [#​47209](https://togithub.com/nodejs/node/pull/47209) - \[[`be34777be8`](https://togithub.com/nodejs/node/commit/be34777be8)] - **deps**: cherry-pick win/arm64/clang fixes (Cheng Zhao) [#​47011](https://togithub.com/nodejs/node/pull/47011) - \[[`b52aacb614`](https://togithub.com/nodejs/node/commit/b52aacb614)] - **deps**: update uvwasi to v0.0.16 (Michael Dawson) [#​46434](https://togithub.com/nodejs/node/pull/46434) - \[[`27a76cf5e0`](https://togithub.com/nodejs/node/commit/27a76cf5e0)] - **deps,test**: update postject to 1.0.0-alpha.6 (Node.js GitHub Bot) [#​48072](https://togithub.com/nodejs/node/pull/48072) - \[[`b171c1a3a4`](https://togithub.com/nodejs/node/commit/b171c1a3a4)] - **dgram**: convert macro to template (Tobias Nießen) [#​47891](https://togithub.com/nodejs/node/pull/47891) - \[[`709bf1c758`](https://togithub.com/nodejs/node/commit/709bf1c758)] - **(SEMVER-MINOR)** **dns**: expose getDefaultResultOrder (btea) [#​46973](https://togithub.com/nodejs/node/pull/46973) - \[[`2f202c93e7`](https://togithub.com/nodejs/node/commit/2f202c93e7)] - **doc**: clarify array args to Buffer.from() (Bryan English) [#​48274](https://togithub.com/nodejs/node/pull/48274) - \[[`27f195f8d8`](https://togithub.com/nodejs/node/commit/27f195f8d8)] - **doc**: document watch option for node:test run() (Moshe Atlow) [#​48256](https://togithub.com/nodejs/node/pull/48256) - \[[`7558ef350a`](https://togithub.com/nodejs/node/commit/7558ef350a)] - **doc**: update documentation for FIPS support (Richard Lau) [#​48194](https://togithub.com/nodejs/node/pull/48194) - \[[`f2bb1919e5`](https://togithub.com/nodejs/node/commit/f2bb1919e5)] - **doc**: improve the documentation of the stdio option (Kumar Arnav) [#​48110](https://togithub.com/nodejs/node/pull/48110) - \[[`a2aa52ba92`](https://togithub.com/nodejs/node/commit/a2aa52ba92)] - **doc**: update Buffer.allocUnsafe description (sinkhaha) [#​48183](https://togithub.com/nodejs/node/pull/48183) - \[[`19ad471d52`](https://togithub.com/nodejs/node/commit/19ad471d52)] - **doc**: update codeowners with website team (Claudio Wunder) [#​48197](https://togithub.com/nodejs/node/pull/48197) - \[[`67b2c2a98f`](https://togithub.com/nodejs/node/commit/67b2c2a98f)] - **doc**: fix broken link to new folder doc/contributing/maintaining (Andrea Fassina) [#​48205](https://togithub.com/nodejs/node/pull/48205) - \[[`795ca70815`](https://togithub.com/nodejs/node/commit/795ca70815)] - **doc**: add atlowChemi to triagers (Chemi Atlow) [#​48104](https://togithub.com/nodejs/node/pull/48104) - \[[`e437a0aff1`](https://togithub.com/nodejs/node/commit/e437a0aff1)] - **doc**: fix typo in readline completer function section (Vadym) [#​48188](https://togithub.com/nodejs/node/pull/48188) - \[[`92e0ea496d`](https://togithub.com/nodejs/node/commit/92e0ea496d)] - **doc**: remove broken link for keygen (Rich Trott) [#​48176](https://togithub.com/nodejs/node/pull/48176) - \[[`fe15dae8e6`](https://togithub.com/nodejs/node/commit/fe15dae8e6)] - **doc**: add `auto` intrinsic height to prevent jitter/flicker (Daniel Holbert) [#​48195](https://togithub.com/nodejs/node/pull/48195) - \[[`230335e21f`](https://togithub.com/nodejs/node/commit/230335e21f)] - **doc**: add version info on the SEA docs (Antoine du Hamel) [#​48173](https://togithub.com/nodejs/node/pull/48173) - \[[`e6f37d1b80`](https://togithub.com/nodejs/node/commit/e6f37d1b80)] - **doc**: add Ruy to list of TSC members (Michael Dawson) [#​48172](https://togithub.com/nodejs/node/pull/48172) - \[[`69205a250c`](https://togithub.com/nodejs/node/commit/69205a250c)] - **doc**: update socket.remote\* properties documentation (Saba Kharanauli) [#​48139](https://togithub.com/nodejs/node/pull/48139) - \[[`e4a5d6298c`](https://togithub.com/nodejs/node/commit/e4a5d6298c)] - **doc**: update outdated section on TLSv1.3-PSK (Tobias Nießen) [#​48123](https://togithub.com/nodejs/node/pull/48123) - \[[`d14018ed99`](https://togithub.com/nodejs/node/commit/d14018ed99)] - **doc**: improve HMAC key recommendations (Tobias Nießen) [#​48121](https://togithub.com/nodejs/node/pull/48121) - \[[`e9d4baf770`](https://togithub.com/nodejs/node/commit/e9d4baf770)] - **doc**: clarify mkdir() recursive behavior (Stephen Odogwu) [#​48109](https://togithub.com/nodejs/node/pull/48109) - \[[`3e4a469139`](https://togithub.com/nodejs/node/commit/3e4a469139)] - **doc**: fix typo in crypto legacy streams API section (Tobias Nießen) [#​48122](https://togithub.com/nodejs/node/pull/48122) - \[[`bdf366ab88`](https://togithub.com/nodejs/node/commit/bdf366ab88)] - **doc**: update SEA source link (Rich Trott) [#​48080](https://togithub.com/nodejs/node/pull/48080) - \[[`2a4f79a75f`](https://togithub.com/nodejs/node/commit/2a4f79a75f)] - **doc**: clarify tty.isRaw (Roberto Vidal) [#​48055](https://togithub.com/nodejs/node/pull/48055) - \[[`98c6e4be03`](https://togithub.com/nodejs/node/commit/98c6e4be03)] - **doc**: use secure key length for HMAC generateKey (Tobias Nießen) [#​48052](https://togithub.com/nodejs/node/pull/48052) - \[[`8ae5c8cf9d`](https://togithub.com/nodejs/node/commit/8ae5c8cf9d)] - **doc**: update broken EVP_BytesToKey link (Rich Trott) [#​48064](https://togithub.com/nodejs/node/pull/48064) - \[[`3c713e7caa`](https://togithub.com/nodejs/node/commit/3c713e7caa)] - **doc**: update broken spkac link (Rich Trott) [#​48063](https://togithub.com/nodejs/node/pull/48063) - \[[`c22f739e94`](https://togithub.com/nodejs/node/commit/c22f739e94)] - **doc**: document node-api version process (Chengzhong Wu) [#​47972](https://togithub.com/nodejs/node/pull/47972) - \[[`ce859f9f9f`](https://togithub.com/nodejs/node/commit/ce859f9f9f)] - **doc**: fix typo in binding functions (Deokjin Kim) [#​48003](https://togithub.com/nodejs/node/pull/48003) - \[[`070c3457b7`](https://togithub.com/nodejs/node/commit/070c3457b7)] - **doc**: mark Node.js 14 as End-of-Life (Richard Lau) [#​48023](https://togithub.com/nodejs/node/pull/48023) - \[[`3611027d8e`](https://togithub.com/nodejs/node/commit/3611027d8e)] - **doc**: clarify CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED (Tobias Nießen) [#​47976](https://togithub.com/nodejs/node/pull/47976) - \[[`dbffad958c`](https://togithub.com/nodejs/node/commit/dbffad958c)] - **doc**: add missing deprecated blocks to cluster (Tobias Nießen) [#​47981](https://togithub.com/nodejs/node/pull/47981) - \[[`035356f711`](https://togithub.com/nodejs/node/commit/035356f711)] - **doc**: update description of global (Tobias Nießen) [#​47969](https://togithub.com/nodejs/node/pull/47969) - \[[`081a6ffaea`](https://togithub.com/nodejs/node/commit/081a6ffaea)] - **doc**: update measure memory rejection information (Yash Ladha) [#​41639](https://togithub.com/nodejs/node/pull/41639) - \[[`3460cf9c23`](https://togithub.com/nodejs/node/commit/3460cf9c23)] - **doc**: fix broken link to TC39 import attributes proposal (Rich Trott) [#​47954](https://togithub.com/nodejs/node/pull/47954) - \[[`3b018c8aa9`](https://togithub.com/nodejs/node/commit/3b018c8aa9)] - **doc**: fix broken link (Rich Trott) [#​47953](https://togithub.com/nodejs/node/pull/47953) - \[[`244db960a9`](https://togithub.com/nodejs/node/commit/244db960a9)] - **doc**: remove broken link (Rich Trott) [#​47942](https://togithub.com/nodejs/node/pull/47942) - \[[`2cc8715bb9`](https://togithub.com/nodejs/node/commit/2cc8715bb9)] - **doc**: document make lint-md-clean (Matteo Collina) [#​47926](https://togithub.com/nodejs/node/pull/47926) - \[[`b80e006c17`](https://togithub.com/nodejs/node/commit/b80e006c17)] - **doc**: mark global object as legacy (Mert Can Altın) [#​47819](https://togithub.com/nodejs/node/pull/47819) - \[[`bf4eb058f3`](https://togithub.com/nodejs/node/commit/bf4eb058f3)] - **doc**: ntfs junction points must link to directories (Ben Noordhuis) [#​47907](https://togithub.com/nodejs/node/pull/47907) - \[[`49875f0d69`](https://togithub.com/nodejs/node/commit/49875f0d69)] - **doc**: fix params names (Dmitry Semigradsky) [#​47853](https://togithub.com/nodejs/node/pull/47853) - \[[`94b5eaaf17`](https://togithub.com/nodejs/node/commit/94b5eaaf17)] - **doc**: update supported version of FreeBSD to 12.4 (Michaël Zasso) [#​47838](https://togithub.com/nodejs/node/pull/47838) - \[[`0114201825`](https://togithub.com/nodejs/node/commit/0114201825)] - **doc**: swap Matteo with Rafael in the stewards (Rafael Gonzaga) [#​47841](https://togithub.com/nodejs/node/pull/47841) - \[[`8bcfcc0af9`](https://togithub.com/nodejs/node/commit/8bcfcc0af9)] - **doc**: add valgrind suppression details (Kevin Eady) [#​47760](https://togithub.com/nodejs/node/pull/47760) - \[[`75d397ecab`](https://togithub.com/nodejs/node/commit/75d397ecab)] - **doc**: replace EOL versions in README (Tobias Nießen) [#​47833](https://togithub.com/nodejs/node/pull/47833) - \[[`2b0c57cb80`](https://togithub.com/nodejs/node/commit/2b0c57cb80)] - **doc**: add ovflowd to collaborators (Claudio Wunder) [#​47844](https://togithub.com/nodejs/node/pull/47844) - \[[`be4966977c`](https://togithub.com/nodejs/node/commit/be4966977c)] - **doc**: update BUILDING.md previous versions links (Tobias Nießen) [#​47835](https://togithub.com/nodejs/node/pull/47835) - \[[`a9e8a20fb8`](https://togithub.com/nodejs/node/commit/a9e8a20fb8)] - **doc**: create maintaining folder for deps (Marco Ippolito) [#​47589](https://togithub.com/nodejs/node/pull/47589) - \[[`fd0f362d7c`](https://togithub.com/nodejs/node/commit/fd0f362d7c)] - **doc**: remove MoLow from Triagers (Moshe Atlow) [#​47792](https://togithub.com/nodejs/node/pull/47792) - \[[`0927c67ab6`](https://togithub.com/nodejs/node/commit/0927c67ab6)] - **doc**: fix typo in webstreams.md (Christian Takle) [#​47766](https://togithub.com/nodejs/node/pull/47766) - \[[`994be578da`](https://togithub.com/nodejs/node/commit/994be578da)] - **doc**: move BethGriggs to regular member (Rich Trott) [#​47776](https://togithub.com/nodejs/node/pull/47776) - \[[`64d19f4678`](https://togithub.com/nodejs/node/commit/64d19f4678)] - **doc**: move addaleax to TSC emeriti (Anna Henningsen) [#​47752](https://togithub.com/nodejs/node/pull/47752) - \[[`33ec10e6b8`](https://togithub.com/nodejs/node/commit/33ec10e6b8)] - **doc**: add link to news for Node.js core (Michael Dawson) [#​47704](https://togithub.com/nodejs/node/pull/47704) - \[[`2a682b5efe`](https://togithub.com/nodejs/node/commit/2a682b5efe)] - **doc**: async_hooks asynchronous content example add mjs code (btea) [#​47401](https://togithub.com/nodejs/node/pull/47401) - \[[`4f541c3ca3`](https://togithub.com/nodejs/node/commit/4f541c3ca3)] - **doc**: clarify concurrency model of test runner (Tobias Nießen) [#​47642](https://togithub.com/nodejs/node/pull/47642) - \[[`ffcff68f0d`](https://togithub.com/nodejs/node/commit/ffcff68f0d)] - **doc**: fix typos (Mohammed Keyvanzadeh) [#​47685](https://togithub.com/nodejs/node/pull/47685) - \[[`290b2b7afc`](https://togithub.com/nodejs/node/commit/290b2b7afc)] - **doc**: fix capitalization of ASan (Mohammed Keyvanzadeh) [#​47676](https://togithub.com/nodejs/node/pull/47676) - \[[`b4ca788878`](https://togithub.com/nodejs/node/commit/b4ca788878)] - **doc**: fix typos in SECURITY.md (Mohammed Keyvanzadeh) [#​47677](https://togithub.com/nodejs/node/pull/47677) - \[[`971c545a47`](https://togithub.com/nodejs/node/commit/971c545a47)] - **doc**: update error code of buffer (Deokjin Kim) [#​47617](https://togithub.com/nodejs/node/pull/47617) - \[[`ec5c919928`](https://togithub.com/nodejs/node/commit/ec5c919928)] - **doc**: change offset of example in `Buffer.copyBytesFrom` (Deokjin Kim) [#​47606](https://togithub.com/nodejs/node/pull/47606) - \[[`980bf052c7`](https://togithub.com/nodejs/node/commit/980bf052c7)] - **doc**: remove markdown link from heading (Tobias Nießen) [#​47585](https://togithub.com/nodejs/node/pull/47585) - \[[`e96451ec5e`](https://togithub.com/nodejs/node/commit/e96451ec5e)] - **doc**: fix release-post script location (Rafael Gonzaga) [#​47517](https://togithub.com/nodejs/node/pull/47517) - \[[`61ea15339c`](https://togithub.com/nodejs/node/commit/61ea15339c)] - **doc**: add link for news from uvwasi team (Michael Dawson) [#​47531](https://togithub.com/nodejs/node/pull/47531) - \[[`d40bcdd73e`](https://togithub.com/nodejs/node/commit/d40bcdd73e)] - **doc**: add missing setEncoding call in ESM example (Anna Henningsen) [#​47558](https://togithub.com/nodejs/node/pull/47558) - \[[`924dc909b3`](https://togithub.com/nodejs/node/commit/924dc909b3)] - **doc**: fix typo in util.types.isNativeError() (Julian Dax) [#​47532](https://togithub.com/nodejs/node/pull/47532) - \[[`a24d72a6fb`](https://togithub.com/nodejs/node/commit/a24d72a6fb)] - **doc**: add KhafraDev to collaborators (Matthew Aitken) [#​47510](https://togithub.com/nodejs/node/pull/47510) - \[[`b0196378b6`](https://togithub.com/nodejs/node/commit/b0196378b6)] - **doc**: create maintaining-brotli.md (Marco Ippolito) [#​47380](https://togithub.com/nodejs/node/pull/47380) - \[[`3902be8fe8`](https://togithub.com/nodejs/node/commit/3902be8fe8)] - **doc**: info on handling unintended breaking changes (Michael Dawson) [#​47426](https://togithub.com/nodejs/node/pull/47426) - \[[`670f9a591d`](https://togithub.com/nodejs/node/commit/670f9a591d)] - **doc**: add performance initiative (Yagiz Nizipli) [#​47424](https://togithub.com/nodejs/node/pull/47424) - \[[`89a5d04a8e`](https://togithub.com/nodejs/node/commit/89a5d04a8e)] - **doc**: do not create a backup file (Luigi Pinca) [#​47151](https://togithub.com/nodejs/node/pull/47151) - \[[`7f2bccc5d6`](https://togithub.com/nodejs/node/commit/7f2bccc5d6)] - **doc**: add MoLow to the TSC (Colin Ihrig) [#​47436](https://togithub.com/nodejs/node/pull/47436) - \[[`7db2e889ac`](https://togithub.com/nodejs/node/commit/7db2e889ac)] - **doc**: add a note about os.cpus() returning an empty list (codedokode) [#​47363](https://togithub.com/nodejs/node/pull/47363) - \[[`289a8e30d6`](https://togithub.com/nodejs/node/commit/289a8e30d6)] - **doc**: clarify reports are only evaluated on active versions (Rafael Gonzaga) [#​47341](https://togithub.com/nodejs/node/pull/47341) - \[[`dc22edb4d2`](https://togithub.com/nodejs/node/commit/dc22edb4d2)] - **doc**: remove Vladimir de Turckheim from Security release stewards (Vladimir de Turckheim) [#​47318](https://togithub.com/nodejs/node/pull/47318) - \[[`3e74a74da3`](https://togithub.com/nodejs/node/commit/3e74a74da3)] - **doc**: add importing util to example of \`process.report.getReport' (Deokjin Kim) [#​47298](https://togithub.com/nodejs/node/pull/47298) - \[[`ece029f64e`](https://togithub.com/nodejs/node/commit/ece029f64e)] - **doc**: vm.SourceTextModule() without context option (Axel Kittenberger) [#​47295](https://togithub.com/nodejs/node/pull/47295) - \[[`c7227204cc`](https://togithub.com/nodejs/node/commit/c7227204cc)] - **doc**: document process for sharing project news (Michael Dawson) [#​47189](https://togithub.com/nodejs/node/pull/47189) - \[[`2865cbb4bd`](https://togithub.com/nodejs/node/commit/2865cbb4bd)] - **doc**: revise example of assert.CallTracker (Deokjin Kim) [#​47252](https://togithub.com/nodejs/node/pull/47252) - \[[`81ebaf2670`](https://togithub.com/nodejs/node/commit/81ebaf2670)] - **doc**: fix typo in SECURITY.md (Rich Trott) [#​47282](https://togithub.com/nodejs/node/pull/47282) - \[[`faabd48f11`](https://togithub.com/nodejs/node/commit/faabd48f11)] - **doc**: use serial comma in cli docs (Tobias Nießen) [#​47262](https://togithub.com/nodejs/node/pull/47262) - \[[`3a85794089`](https://togithub.com/nodejs/node/commit/3a85794089)] - **doc**: improve example for Error.captureStackTrace() (Julian Dax) [#​46886](https://togithub.com/nodejs/node/pull/46886) - \[[`2114fa472b`](https://togithub.com/nodejs/node/commit/2114fa472b)] - **doc**: clarify http error events after calling destroy() (Zach Bjornson) [#​46903](https://togithub.com/nodejs/node/pull/46903) - \[[`d15f522d1f`](https://togithub.com/nodejs/node/commit/d15f522d1f)] - **doc**: update output of example in AbortController (Deokjin Kim) [#​47227](https://togithub.com/nodejs/node/pull/47227) - \[[`ab6588e343`](https://togithub.com/nodejs/node/commit/ab6588e343)] - **doc**: drop one-week branch sync on major releases (Rafael Gonzaga) [#​47149](https://togithub.com/nodejs/node/pull/47149) - \[[`6ac52e3061`](https://togithub.com/nodejs/node/commit/6ac52e3061)] - **doc**: fix grammar in the collaborator guide (Mohammed Keyvanzadeh) [#​47245](https://togithub.com/nodejs/node/pull/47245) - \[[`13175774a6`](https://togithub.com/nodejs/node/commit/13175774a6)] - **doc**: update stream.reduce concurrency note (Raz Luvaton) [#​47166](https://togithub.com/nodejs/node/pull/47166) - \[[`1e97ccd6d4`](https://togithub.com/nodejs/node/commit/1e97ccd6d4)] - **doc**: remove use of DEFAULT_ENCODING in PBKDF2 docs (Tobias Nießen) [#​47181](https://togithub.com/nodejs/node/pull/47181) - \[[`d562a7c461`](https://togithub.com/nodejs/node/commit/d562a7c461)] - **doc**: fix typos in async_context.md (Shubham Sharma) [#​47155](https://togithub.com/nodejs/node/pull/47155) - \[[`9a11788cdf`](https://togithub.com/nodejs/node/commit/9a11788cdf)] - **doc**: update collaborator guide to reflect TSC changes (Rich Trott) [#​47126](https://togithub.com/nodejs/node/pull/47126) - \[[`5fc2bb763f`](https://togithub.com/nodejs/node/commit/5fc2bb763f)] - **doc**: clarify that `fs.create{Read,Write}Stream` support `AbortSignal` (Antoine du Hamel) [#​47122](https://togithub.com/nodejs/node/pull/47122) - \[[`2dd3b0213e`](https://togithub.com/nodejs/node/commit/2dd3b0213e)] - **doc**: improve documentation for util.types.isNativeError() (Julian Dax) [#​46840](https://togithub.com/nodejs/node/pull/46840) - \[[`ce4636e36b`](https://togithub.com/nodejs/node/commit/ce4636e36b)] - **doc**: rename the startup performance initiative to startup snapshot ([#​47111](https://togithub.com/nodejs/node/issues/47111)) (Joyee Cheung) - \[[`309d017f15`](https://togithub.com/nodejs/node/commit/309d017f15)] - **doc**: fix "maintaining dependencies" heading typos (Keyhan Vakil) [#​47082](https://togithub.com/nodejs/node/pull/47082) - \[[`230a984eb3`](https://togithub.com/nodejs/node/commit/230a984eb3)] - **doc**: include webstreams in finished() and Duplex.from() parameters (Debadree Chatterjee) [#​46312](https://togithub.com/nodejs/node/pull/46312) - \[[`8651ea822e`](https://togithub.com/nodejs/node/commit/8651ea822e)] - **doc,fs**: update description of fs.stat() method (Mert Can Altın) [#​47654](https://togithub.com/nodejs/node/pull/47654) - \[[`e4539e1f19`](https://togithub.com/nodejs/node/commit/e4539e1f19)] - **doc,test**: update the v8.startupSnapshot doc and test the example (Joyee Cheung) [#​47468](https://togithub.com/nodejs/node/pull/47468) - \[[`3dddc0175f`](https://togithub.com/nodejs/node/commit/3dddc0175f)] - **doc,test**: fix concurrency option of test() (Tobias Nießen) [#​47734](https://togithub.com/nodejs/node/pull/47734) - \[[`563f9fe06a`](https://togithub.com/nodejs/node/commit/563f9fe06a)] - **doc,vm**: clarify usage of cachedData in vm.compileFunction() (Darshan Sen) [#​48193](https://togithub.com/nodejs/node/pull/48193) - \[[`316016ffac`](https://togithub.com/nodejs/node/commit/316016ffac)] - **esm**: avoid accessing lazy getters for urls (Yagiz Nizipli) [#​47542](https://togithub.com/nodejs/node/pull/47542) - \[[`e5e385d2b2`](https://togithub.com/nodejs/node/commit/e5e385d2b2)] - **esm**: increase test coverage of edge cases (Antoine du Hamel) [#​47033](https://togithub.com/nodejs/node/pull/47033) - \[[`061fb20660`](https://togithub.com/nodejs/node/commit/061fb20660)] - **(SEMVER-MINOR)** **events**: add getMaxListeners method (Matthew Aitken) [#​47039](https://togithub.com/nodejs/node/pull/47039) - \[[`ed0b62cc01`](https://togithub.com/nodejs/node/commit/ed0b62cc01)] - **(SEMVER-MINOR)** **fs**: add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#​47084](https://togithub.com/nodejs/node/pull/47084) - \[[`9b44c56c9a`](https://togithub.com/nodejs/node/commit/9b44c56c9a)] - **fs**: make readdir recursive algorithm iterative (Ethan Arrowood) [#​47650](https://togithub.com/nodejs/node/pull/47650) - \[[`7273ef53b3`](https://togithub.com/nodejs/node/commit/7273ef53b3)] - **(SEMVER-MINOR)** **fs**: add recursive option to readdir and opendir (Ethan Arrowood) [#​41439](https://togithub.com/nodejs/node/pull/41439) - \[[`3f0636d2c1`](https://togithub.com/nodejs/node/commit/3f0636d2c1)] - **(SEMVER-MINOR)** **fs**: add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) [#​47084](https://togithub.com/nodejs/node/pull/47084) - \[[`a0b9853251`](https://togithub.com/nodejs/node/commit/a0b9853251)] - **(SEMVER-MINOR)** **fs**: implement byob mode for readableWebStream() (Debadree Chatterjee) [#​46933](https://togithub.com/nodejs/node/pull/46933) - \[[`709e368708`](https://togithub.com/nodejs/node/commit/709e368708)] - **http**: send implicit headers on HEAD with no body (Matteo Collina) [#​48108](https://togithub.com/nodejs/node/pull/48108) - \[[`dc318f26c0`](https://togithub.com/nodejs/node/commit/dc318f26c0)] - **(SEMVER-MINOR)** **http**: prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) [#​47732](https://togithub.com/nodejs/node/pull/47732) - \[[`4b2a015642`](https://togithub.com/nodejs/node/commit/4b2a015642)] - **(SEMVER-MINOR)** **http**: remove internal error in assignSocket (Matteo Collina) [#​47723](https://togithub.com/nodejs/node/pull/47723) - \[[`7cef6aa721`](https://togithub.com/nodejs/node/commit/7cef6aa721)] - **(SEMVER-MINOR)** **http**: add highWaterMark opt in http.createServer (HinataKah0) [#​47405](https://togithub.com/nodejs/node/pull/47405) - \[[`9186f3a0ef`](https://togithub.com/nodejs/node/commit/9186f3a0ef)] - **http2**: improve nghttp2 error callback (Tobias Nießen) [#​47840](https://togithub.com/nodejs/node/pull/47840) - \[[`cc7e5dd4cd`](https://togithub.com/nodejs/node/commit/cc7e5dd4cd)] - **inspector**: add tips for Session (theanarkh) [#​47195](https://togithub.com/nodejs/node/pull/47195) - \[[`70c0e882d3`](https://togithub.com/nodejs/node/commit/70c0e882d3)] - **inspector**: log response and requests in the inspector for debugging (Joyee Cheung) [#​46941](https://togithub.com/nodejs/node/pull/46941) - \[[`6099d2d08b`](https://togithub.com/nodejs/node/commit/6099d2d08b)] - **inspector**: fix session.disconnect crash (theanarkh) [#​46942](https://togithub.com/nodejs/node/pull/46942) - \[[`156292d44a`](https://togithub.com/nodejs/node/commit/156292d44a)] - **lib**: create weakRef only if any signals provided (Chemi Atlow) [#​48448](https://togithub.com/nodejs/node/pull/48448) - \[[`efaa073303`](https://togithub.com/nodejs/node/commit/efaa073303)] - **(SEMVER-MINOR)** **lib**: implement AbortSignal.any() (Chemi Atlow) [#​47821](https://togithub.com/nodejs/node/pull/47821) - \[[`c46b31f3bf`](https://togithub.com/nodejs/node/commit/c46b31f3bf)] - **lib**: support FORCE_COLOR for non TTY streams (Moshe Atlow) [#​48034](https://togithub.com/nodejs/node/pull/48034) - \[[`286c358832`](https://togithub.com/nodejs/node/commit/286c358832)] - **lib**: do not disable linter for entire files (Antoine du Hamel) [#​48299](https://togithub.com/nodejs/node/pull/48299) - \[[`a2552ab7c0`](https://togithub.com/nodejs/node/commit/a2552ab7c0)] - **lib**: use existing `isWindows` variable (sinkhaha) [#​48134](https://togithub.com/nodejs/node/pull/48134) - \[[`2b65625281`](https://togithub.com/nodejs/node/commit/2b65625281)] - **lib**: update comment (sinkhaha) [#​47884](https://togithub.com/nodejs/node/pull/47884) - \[[`fa447b5120`](https://togithub.com/nodejs/node/commit/fa447b5120)] - **lib**: use webidl DOMString converter in EventTarget (Matthew Aitken) [#​47514](https://togithub.com/nodejs/node/pull/47514) - \[[`33f32dc318`](https://togithub.com/nodejs/node/commit/33f32dc318)] - **lib**: define Event.isTrusted in the prototype (Santiago Gimeno) [#​46974](https://togithub.com/nodejs/node/pull/46974) - \[[`50789a5e4a`](https://togithub.com/nodejs/node/commit/50789a5e4a)] - **lib**: refactor to use `validateBuffer` (Deokjin Kim) [#​46489](https://togithub.com/nodejs/node/pull/46489) - \[[`3658abea26`](https://togithub.com/nodejs/node/commit/3658abea26)] - **(SEMVER-MINOR)** **lib**: add webstreams to Duplex.from() (Debadree Chatterjee) [#​46190](https://togithub.com/nodejs/node/pull/46190) - \[[`fcf3781d22`](https://togithub.com/nodejs/node/commit/fcf3781d22)] - **lib,src,test**: lint codebase according new rules for v18.x (Juan José Arboleda) [#​48697](https://togithub.com/nodejs/node/pull/48697) - \[[`b55dc53422`](https://togithub.com/nodejs/node/commit/b55dc53422)] - **meta**: bump github/codeql-action from 2.3.3 to 2.3.6 (dependabot\[bot]) [#​48287](https://togithub.com/nodejs/node/pull/48287) - \[[`8ac4579d85`](https://togithub.com/nodejs/node/commit/8ac4579d85)] - **meta**: bump actions/setup-python from 4.6.0 to 4.6.1 (dependabot\[bot]) [#​48286](https://togithub.com/nodejs/node/pull/48286) - \[[`b1854fe9c1`](https://togithub.com/nodejs/node/commit/b1854fe9c1)] - **meta**: bump codecov/codecov-action from 3.1.3 to 3.1.4 (dependabot\[bot]) [#​48285](https://togithub.com/nodejs/node/pull/48285) - \[[`d9448b8d93`](https://togithub.com/nodejs/node/commit/d9448b8d93)] - **meta**: remove dont-land-on-v14 auto labeling (Shrujal Shah) [#​48031](https://togithub.com/nodejs/node/pull/48031) - \[[`bb859768b6`](https://togithub.com/nodejs/node/commit/bb859768b6)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#​48010](https://togithub.com/nodejs/node/pull/48010) - \[[`af90fb939b`](https://togithub.com/nodejs/node/commit/af90fb939b)] - **meta**: bump step-security/harden-runner from 2.3.1 to 2.4.0 (Rich Trott) [#​47980](https://togithub.com/nodejs/node/pull/47980) - \[[`4dcf5e2052`](https://togithub.com/nodejs/node/commit/4dcf5e2052)] - **meta**: bump github/codeql-action from 2.3.2 to 2.3.3 (Rich Trott) [#​47979](https://togithub.com/nodejs/node/pull/47979) - \[[`dab3186ea2`](https://togithub.com/nodejs/node/commit/dab3186ea2)] - **meta**: bump actions/setup-python from 4.5.0 to 4.6.0 (Rich Trott) [#​47968](https://togithub.com/nodejs/node/pull/47968) - \[[`546224c13c`](https://togithub.com/nodejs/node/commit/546224c13c)] - **meta**: add security-wg ping to permission.js (Rafael Gonzaga) [#​47941](https://togithub.com/nodejs/node/pull/47941) - \[[`353dfbd2d6`](https://togithub.com/nodejs/node/commit/353dfbd2d6)] - **meta**: bump step-security/harden-runner from 2.2.1 to 2.3.1 (dependabot\[bot]) [#​47808](https://togithub.com/nodejs/node/pull/47808) - \[[`20a5cc27ec`](https://togithub.com/nodejs/node/commit/20a5cc27ec)] - **meta**: bump actions/setup-python from 4.5.0 to 4.6.0 (dependabot\[bot]) [#​47806](https://togithub.com/nodejs/node/pull/47806) - \[[`eef6442d8d`](https://togithub.com/nodejs/node/commit/eef6442d8d)] - **meta**: bump actions/checkout from 3.3.0 to 3.5.2 (dependabot\[bot]) [#​47805](https://togithub.com/nodejs/node/pull/47805) - \[[`e30e6a718a`](https://togithub.com/nodejs/node/commit/e30e6a718a)] - **meta**: remove extra space in scorecard workflow (Mestery) [#​47805](https://togithub.com/nodejs/node/pull/47805) - \[[`2d13cdebc4`](https://togithub.com/nodejs/node/commit/2d13cdebc4)] - **meta**: bump github/codeql-action from 2.2.9 to 2.3.2 (dependabot\[bot]) [#​47809](https://togithub.com/nodejs/node/pull/47809) - \[[`f0d8352ed8`](https://togithub.com/nodejs/node/commit/f0d8352ed8)] - **meta**: bump codecov/codecov-action from 3.1.1 to 3.1.3 (dependabot\[bot]) [#​47807](https://togithub.com/nodejs/node/pull/47807) - \[[`7e95fba0ff`](https://togithub.com/nodejs/node/commit/7e95fba0ff)] - **meta**: fix dependabot commit message (Mestery) [#​47810](https://togithub.com/nodejs/node/pull/47810) - \[[`d31d9c7c28`](https://togithub.com/nodejs/node/commit/d31d9c7c28)] - **meta**: ping nodejs/startup for startup test changes (Joyee Cheung) [#​47771](https://togithub.com/nodejs/node/pull/47771) - \[[`077686055b`](https://togithub.com/nodejs/node/commit/077686055b)] - **meta**: add mailmap entry for KhafraDev (Rich Trott) [#​47512](https://togithub.com/nodejs/node/pull/47512) - \[[`e50eb6570a`](https://togithub.com/nodejs/node/commit/e50eb6570a)] - **meta**: ping security-wg team on permission model changes (Rafael Gonzaga) [#​47483](https://togithub.com/nodejs/node/pull/47483) - \[[`2df1a36214`](https://togithub.com/nodejs/node/commit/2df1a36214)] - **meta**: ping startup and realm team on src/node_realm\* changes (Joyee Cheung) [#​47448](https://togithub.com/nodejs/node/pull/47448) - \[[`c7dc6e321b`](https://togithub.com/nodejs/node/commit/c7dc6e321b)] - **meta**: fix notable-change comment label url (Filip Skokan) [#​47300](https://togithub.com/nodejs/node/pull/47300) - \[[`e859ca44d5`](https://togithub.com/nodejs/node/commit/e859ca44d5)] - **meta**: clarify the threat model to explain the JSON.parse case (Matteo Collina) [#​47276](https://togithub.com/nodejs/node/pull/47276) - \[[`1f08f4848d`](https://togithub.com/nodejs/node/commit/1f08f4848d)] - **meta**: update link to collaborators discussion page (Michaël Zasso) [#​47211](https://togithub.com/nodejs/node/pull/47211) - \[[`3b524cbf86`](https://togithub.com/nodejs/node/commit/3b524cbf86)] - **meta**: automate description requests when notable change label is added (Danielle Adams) [#​47078](https://togithub.com/nodejs/node/pull/47078) - \[[`da16ca7c59`](https://togithub.com/nodejs/node/commit/da16ca7c59)] - **meta**: move TSC voting member(s) to regular member(s) (Node.js GitHub Bot) [#​47180](https://togithub.com/nodejs/node/pull/47180) - \[[`0c80e60d7e`](https://togithub.com/nodejs/node/commit/0c80e60d7e)] - **meta**: move TSC voting member to regular membership (Node.js GitHub Bot) [#​46985](https://togithub.com/nodejs/node/pull/46985) - \[[`0edcfed895`](https://togithub.com/nodejs/node/commit/0edcfed895)] - **meta**: update GOVERNANCE.md to reflect TSC charter changes (Rich Trott) [#​47126](https://togithub.com/nodejs/node/pull/47126) - \[[`baada5d035`](https://togithub.com/nodejs/node/commit/baada5d035)] - **meta**: ask expected behavior reason in bug template (Ben Noordhuis) [#​47049](https://togithub.com/nodejs/node/pull/47049) - \[[`5d75ec402e`](https://togithub.com/nodejs/node/commit/5d75ec402e)] - **module**: reduce the number of URL initializations (Yagiz Nizipli) [#​48272](https://togithub.com/nodejs/node/pull/48272) - \[[`c5af5a4f4f`](https://togithub.com/nodejs/node/commit/c5af5a4f4f)] - **module**: change default resolver to not throw on unknown scheme (Gil Tayar) [#​47824](https://togithub.com/nodejs/node/pull/47824) - \[[`cf8845d001`](https://togithub.com/nodejs/node/commit/cf8845d001)] - **module**: block requiring `test/reporters` without scheme (Moshe Atlow) [#​47831](https://togithub.com/nodejs/node/pull/47831) - \[[`ce7e6c6765`](https://togithub.com/nodejs/node/commit/ce7e6c6765)] - **(SEMVER-MINOR)** **node-api**: define version 9 (Chengzhong Wu) [#​48151](https://togithub.com/nodejs/node/pull/48151) - \[[`53c02b20b8`](https://togithub.com/nodejs/node/commit/53c02b20b8)] - **node-api**: add status napi_cannot_run_js (Gabriel Schulhof) [#​47986](https://togithub.com/nodejs/node/pull/47986) - \[[`4b280d5361`](https://togithub.com/nodejs/node/commit/4b280d5361)] - **node-api**: napi_ref on all types is experimental (Vladimir Morozov) [#​47975](https://togithub.com/nodejs/node/pull/47975) - \[[`e2553b12e7`](https://togithub.com/nodejs/node/commit/e2553b12e7)] - **(NODE-API-SEMVER-MAJOR)** **node-api**: get Node API version used by addon (Vladimir Morozov) [#​45715](https://togithub.com/nodejs/node/pull/45715) - \[[`beaad7f692`](https://togithub.com/nodejs/node/commit/beaad7f692)] - **node-api**: test passing NULL to napi_define_class (Gabriel Schulhof) [#​47567](https://togithub.com/nodejs/node/pull/47567) - \[[`6ab892780c`](https://togithub.com/nodejs/node/commit/6ab892780c)] - **node-api**: test passing NULL to number APIs (Gabriel Schulhof) [#​47549](https://togithub.com/nodejs/node/pull/47549) - \[[`a67e5ea89c`](https://togithub.com/nodejs/node/commit/a67e5ea89c)] - **node-api**: remove unused mark_arraybuffer_as_untransferable (Chengzhong Wu) [#​47557](https://togithub.com/nodejs/node/pull/47557) - \[[`7019d48ba1`](https://togithub.com/nodejs/node/commit/7019d48ba1)] - **(SEMVER-MINOR)** **node-api**: deprecate napi_module_register (Vladimir Morozov) [#​46319](https://togithub.com/nodejs/node/pull/46319) - \[[`395c56bd7c`](https://togithub.com/nodejs/node/commit/395c56bd7c)] - **node-api**: extend type-tagging to externals (Gabriel Schulhof) [#​47141](https://togithub.com/nodejs/node/pull/47141) - \[[`6e66371eee`](https://togithub.com/nodejs/node/commit/6e66371eee)] - **node-api**: document node-api shutdown finalization (Chengzhong Wu) [#​45903](https://togithub.com/nodejs/node/pull/45903) - \[[`d8d2d33efb`](https://togithub.com/nodejs/node/commit/d8d2d33efb)] - **node-api**: verify cleanup hooks order (Chengzhong Wu) [#​46692](https://togithub.com/nodejs/node/pull/46692) - \[[`b34eaf393e`](https://togithub.com/nodejs/node/commit/b34eaf393e)] - **path**: indicate index of wrong resolve() parameter (sosoba) [#​47660](https://togithub.com/nodejs/node/pull/47660) - \[[`13bc5488a1`](https://togithub.com/nodejs/node/commit/13bc5488a1)] - **permission**: remove unused function declaration (Deokjin Kim) [#​47957](https://togithub.com/nodejs/node/pull/47957) - \[[`5f8aef477e`](https://togithub.com/nodejs/node/commit/5f8aef477e)] - **quic**: address recent coverity warning (Michael Dawson) [#​47753](https://togithub.com/nodejs/node/pull/47753) - \[[`75d7024ecd`](https://togithub.com/nodejs/node/commit/75d7024ecd)] - **quic**: add more QUIC implementation (James M Snell) [#​47494](https://togithub.com/nodejs/node/pull/47494) - \[[`24840832bd`](https://togithub.com/nodejs/node/commit/24840832bd)] - **quic**: add more QUIC impl (James M Snell) [#​47348](https://togithub.com/nodejs/node/pull/47348) - \[[`114b8479b4`](https://togithub.com/nodejs/node/commit/114b8479b4)] - **readline**: fix issue with newline-less last line (Ian Harris) [#​47317](https://togithub.com/nodejs/node/pull/47317) - \[[`e668efac6b`](https://togithub.com/nodejs/node/commit/e668efac6b)] - **repl**: preserve preview on ESCAPE key press (Xuguang Mei) [#​46878](https://togithub.com/nodejs/node/pull/46878) - \[[`7306b0f733`](https://togithub.com/nodejs/node/commit/7306b0f733)] - **sea**: fix memory leak detected by asan (Darshan Sen) [#​47309](https://togithub.com/nodejs/node/pull/47309) - \[[`1f2c91f98a`](https://togithub.com/nodejs/node/commit/1f2c91f98a)] - **src**: use std::array for passing argv in node::url (Anna Henningsen) [#​47035](https://togithub.com/nodejs/node/pull/47035) - \[[`36bf06904f`](https://togithub.com/nodejs/node/commit/36bf06904f)] - **src**: add Realm document in the src README.md (Chengzhong Wu) [#​47932](https://togithub.com/nodejs/node/pull/47932) - \[[`5445835671`](https://togithub.com/nodejs/node/commit/5445835671)] - **src**: check node_extra_ca_certs after openssl cfg (Raghu Saxena) [#​48159](https://togithub.com/nodejs/node/pull/48159) - \[[`eb96856555`](https://togithub.com/nodejs/node/commit/eb96856555)] - **src**: include missing header in node_sea.h (Joyee Cheung) [#​48152](https://togithub.com/nodejs/node/pull/48152) - \[[`2a35462045`](https://togithub.com/nodejs/node/commit/2a354

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

netlify[bot] commented 10 months ago

Deploy Preview for lbgg ready!

Name Link
Latest commit 2447f996a4dc84d2c4f3507561a830e7a81edde9
Latest deploy log https://app.netlify.com/sites/lbgg/deploys/64f149507221540008ba6f12
Deploy Preview https://deploy-preview-573--lbgg.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.