Closed renovate[bot] closed 2 years ago
This PR contains the following updates:
16.16.0
16.17.0
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR contains the following updates:
16.16.0
->16.17.0
Release Notes
nodejs/node
### [`v16.17.0`](https://togithub.com/nodejs/node/releases/tag/v16.17.0) [Compare Source](https://togithub.com/nodejs/node/compare/v16.16.0...v16.17.0) ##### Notable Changes ##### Experimental command-line argument parser API Adds [`util.parseArgs`](https://nodejs.org/dist/latest-v16.x/docs/api/util.html#utilparseargsconfig) helper for higher level command-line argument parsing. Contributed by Benjamin Coe, John Gee, Darcy Clarke, Joe Sepi, Kevin Gibbons, Aaron Casanova, Jessica Nahulan, and Jordan Harband - [#42675](https://togithub.com/nodejs/node/pull/42675) ##### Experimental ESM Loader Hooks API Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved via "chaining": `foo-loader` calls `bar-loader` calls `qux-loader` (a custom loader *must* now signal a short circuit when intentionally not calling the next). See the [ESM docs](https://nodejs.org/dist/latest-v16.x/docs/api/esm.html) for details. Real-world use-cases are laid out for end-users with working examples in the article [Custom ESM loaders: Who, what, when, where, why, how](https://dev.to/jakobjingleheimer/custom-esm-loaders-who-what-when-where-why-how-4i1o). Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - [#42623](https://togithub.com/nodejs/node/pull/42623) ##### Experimental test runner The [`node:test`](https://nodejs.org/dist/latest-v16.x/docs/api/test.html) module, which was initially introduced in Node.js v18.0.0, is now available with all the changes done to it up to Node.js v18.7.0. ##### Improved interoperability of the Web Crypto API To better align Node.js' experimental implementation of the Web Crypto API with other runtimes, several changes were made: - Support for CFRG curves was added, with the `'Ed25519'`, `'Ed448'`, `'X25519'`, and `'X448'` algorithms. - The proprietary `'NODE-DSA'`, `'NODE-DH'`, `'NODE-SCRYPT'`, `'NODE-ED25519'`, `'NODE-ED448'`, `'NODE-X25519'`, and `'NODE-X448'` algorithms were removed. - The proprietary `'node.keyObject'` import/export format was removed. Contributed by Filip Skokan - [#42507](https://togithub.com/nodejs/node/pull/42507), [#43310](https://togithub.com/nodejs/node/pull/43310) ##### Dependency updates - Updated Corepack to 0.12.1 - [#43965](https://togithub.com/nodejs/node/pull/43965) - Updated ICU to 71.1 - [#42655](https://togithub.com/nodejs/node/pull/42655) - Updated npm to 8.15.0 - [#43917](https://togithub.com/nodejs/node/pull/43917) - Updated Undici to 5.8.0 - [#43886](https://togithub.com/nodejs/node/pull/43886) ##### Other notable changes - \[[`5f1e9e2030`](https://togithub.com/nodejs/node/commit/5f1e9e2030)] - **(SEMVER-MINOR)** **crypto**: make authTagLength optional for CC20P1305 (Tobias Nießen) [#42427](https://togithub.com/nodejs/node/pull/42427) - \[[`934077a137`](https://togithub.com/nodejs/node/commit/934077a137)] - **(SEMVER-MINOR)** **crypto**: align webcrypto RSA key import/export with other implementations (Filip Skokan) [#42816](https://togithub.com/nodejs/node/pull/42816) - \[[`7683e9623c`](https://togithub.com/nodejs/node/commit/7683e9623c)] - **(SEMVER-MINOR)** **dns**: export error code constants from `dns/promises` (Feng Yu) [#43176](https://togithub.com/nodejs/node/pull/43176) - \[[`302a134b83`](https://togithub.com/nodejs/node/commit/302a134b83)] - **doc**: deprecate coercion to integer in process.exit (Daeyeon Jeong) [#43738](https://togithub.com/nodejs/node/pull/43738) - \[[`4884f18ce5`](https://togithub.com/nodejs/node/commit/4884f18ce5)] - **(SEMVER-MINOR)** **doc**: deprecate diagnostics_channel object subscribe method (Stephen Belanger) [#42714](https://togithub.com/nodejs/node/pull/42714) - \[[`90f395dda9`](https://togithub.com/nodejs/node/commit/90f395dda9)] - **(SEMVER-MINOR)** **errors**: add support for cause in aborterror (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`7a5de2cc0c`](https://togithub.com/nodejs/node/commit/7a5de2cc0c)] - **(SEMVER-MINOR)** **events**: expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#43885](https://togithub.com/nodejs/node/pull/43885) - \[[`087adbb7a3`](https://togithub.com/nodejs/node/commit/087adbb7a3)] - **(SEMVER-MINOR)** **events**: add `CustomEvent` (Daeyeon Jeong) [#43514](https://togithub.com/nodejs/node/pull/43514) - \[[`979c98a3cb`](https://togithub.com/nodejs/node/commit/979c98a3cb)] - **(SEMVER-MINOR)** **events**: propagate abortsignal reason in new AbortError ctor in events (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`e04c8a4921`](https://togithub.com/nodejs/node/commit/e04c8a4921)] - **(SEMVER-MINOR)** **fs**: propagate abortsignal reason in new AbortSignal constructors (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`464830993e`](https://togithub.com/nodejs/node/commit/464830993e)] - **(SEMVER-MINOR)** **fs**: make params in writing methods optional (LiviaMedeiros) [#42601](https://togithub.com/nodejs/node/pull/42601) - \[[`3d7808ec3f`](https://togithub.com/nodejs/node/commit/3d7808ec3f)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#42768](https://togithub.com/nodejs/node/pull/42768) - \[[`082a2630fd`](https://togithub.com/nodejs/node/commit/082a2630fd)] - **(SEMVER-MINOR)** **http**: add drop request event for http server (theanarkh) [#43806](https://togithub.com/nodejs/node/pull/43806) - \[[`5a74939770`](https://togithub.com/nodejs/node/commit/5a74939770)] - **(SEMVER-MINOR)** **http**: add diagnostics channel for http client (theanarkh) [#43580](https://togithub.com/nodejs/node/pull/43580) - \[[`f05fd1a423`](https://togithub.com/nodejs/node/commit/f05fd1a423)] - **(SEMVER-MINOR)** **http**: add perf_hooks detail for http request and client (theanarkh) [#43361](https://togithub.com/nodejs/node/pull/43361) - \[[`9d1b4b7e29`](https://togithub.com/nodejs/node/commit/9d1b4b7e29)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#41397](https://togithub.com/nodejs/node/pull/41397) - \[[`fa5ac5a2eb`](https://togithub.com/nodejs/node/commit/fa5ac5a2eb)] - **(SEMVER-MINOR)** **http2**: propagate abortsignal reason in new AbortError constructor (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`94070f152e`](https://togithub.com/nodejs/node/commit/94070f152e)] - **(SEMVER-MINOR)** **http2**: compat support for array headers (OneNail) [#42901](https://togithub.com/nodejs/node/pull/42901) - \[[`36dd39dec0`](https://togithub.com/nodejs/node/commit/36dd39dec0)] - **(SEMVER-MINOR)** **lib**: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`8adf7d5e91`](https://togithub.com/nodejs/node/commit/8adf7d5e91)] - **(SEMVER-MINOR)** **lib**: add abortSignal.throwIfAborted() (James M Snell) [#40951](https://togithub.com/nodejs/node/pull/40951) - \[[`3c1ed86840`](https://togithub.com/nodejs/node/commit/3c1ed86840)] - **(SEMVER-MINOR)** **lib**: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) [#42714](https://togithub.com/nodejs/node/pull/42714) - \[[`e6186af5cc`](https://togithub.com/nodejs/node/commit/e6186af5cc)] - **(SEMVER-MINOR)** **module**: add isBuiltIn method (hemanth.hm) [#43396](https://togithub.com/nodejs/node/pull/43396) - \[[`3d851d6d6b`](https://togithub.com/nodejs/node/commit/3d851d6d6b)] - **(SEMVER-MINOR)** **module,repl**: support 'node:'-only core modules (Colin Ihrig) [#42325](https://togithub.com/nodejs/node/pull/42325) - \[[`303bd08d88`](https://togithub.com/nodejs/node/commit/303bd08d88)] - **(SEMVER-MINOR)** **net**: add drop event for net server (theanarkh) [#43582](https://togithub.com/nodejs/node/pull/43582) - \[[`da03e9f484`](https://togithub.com/nodejs/node/commit/da03e9f484)] - **(SEMVER-MINOR)** **net**: add ability to reset a tcp socket (pupilTong) [#43112](https://togithub.com/nodejs/node/pull/43112) - \[[`73f852e1e3`](https://togithub.com/nodejs/node/commit/73f852e1e3)] - **(SEMVER-MINOR)** **node-api**: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) [#36510](https://togithub.com/nodejs/node/pull/36510) - \[[`6dcdcd7f50`](https://togithub.com/nodejs/node/commit/6dcdcd7f50)] - **(SEMVER-MINOR)** **perf_hooks**: add PerformanceResourceTiming (RafaelGSS) [#42725](https://togithub.com/nodejs/node/pull/42725) - \[[`5750358872`](https://togithub.com/nodejs/node/commit/5750358872)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#43116](https://togithub.com/nodejs/node/pull/43116) - \[[`e7b99e8c8d`](https://togithub.com/nodejs/node/commit/e7b99e8c8d)] - **(SEMVER-MINOR)** **src**: add --openssl-legacy-provider option (Daniel Bevenius) [#40478](https://togithub.com/nodejs/node/pull/40478) - \[[`1281a48b89`](https://togithub.com/nodejs/node/commit/1281a48b89)] - **(SEMVER-MINOR)** **src**: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) [#42757](https://togithub.com/nodejs/node/pull/42757) - \[[`9ea9797d34`](https://togithub.com/nodejs/node/commit/9ea9797d34)] - **(SEMVER-MINOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://togithub.com/nodejs/node/pull/43124) - \[[`046debaee0`](https://togithub.com/nodejs/node/commit/046debaee0)] - **(SEMVER-MINOR)** **stream**: use cause options in AbortError constructors (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`6641fda10a`](https://togithub.com/nodejs/node/commit/6641fda10a)] - **(SEMVER-MINOR)** **stream**: add iterator helper find (Nitzan Uziely) [#41849](https://togithub.com/nodejs/node/pull/41849) - \[[`edec73032c`](https://togithub.com/nodejs/node/commit/edec73032c)] - **(SEMVER-MINOR)** **stream**: add writableAborted (Robert Nagy) [#40802](https://togithub.com/nodejs/node/pull/40802) - \[[`2aae868fa2`](https://togithub.com/nodejs/node/commit/2aae868fa2)] - **(SEMVER-MINOR)** **timers**: propagate signal.reason in awaitable timers (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`513f52445b`](https://togithub.com/nodejs/node/commit/513f52445b)] - **(SEMVER-MINOR)** **v8**: add v8.startupSnapshot utils (Joyee Cheung) [#43329](https://togithub.com/nodejs/node/pull/43329) - \[[`a8eca74450`](https://togithub.com/nodejs/node/commit/a8eca74450)] - **(SEMVER-MINOR)** **v8**: export more fields in getHeapStatistics (theanarkh) [#42784](https://togithub.com/nodejs/node/pull/42784) - \[[`845279e331`](https://togithub.com/nodejs/node/commit/845279e331)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#42849](https://togithub.com/nodejs/node/pull/42849) ##### Commits ##### Semver-minor commits - \[[`58279d5b76`](https://togithub.com/nodejs/node/commit/58279d5b76)] - **(SEMVER-MINOR)** **buffer**: graduate Blob from experimental (James M Snell) [#41270](https://togithub.com/nodejs/node/pull/41270) - \[[`72a0c5c743`](https://togithub.com/nodejs/node/commit/72a0c5c743)] - **(SEMVER-MINOR)** **crypto**: remove Node.js-specific webcrypto extensions (Filip Skokan) [#43310](https://togithub.com/nodejs/node/pull/43310) - \[[`2e3a69a2ba`](https://togithub.com/nodejs/node/commit/2e3a69a2ba)] - **(SEMVER-MINOR)** **crypto**: add CFRG curves to Web Crypto API (Filip Skokan) [#42507](https://togithub.com/nodejs/node/pull/42507) - \[[`5f1e9e2030`](https://togithub.com/nodejs/node/commit/5f1e9e2030)] - **(SEMVER-MINOR)** **crypto**: make authTagLength optional for CC20P1305 (Tobias Nießen) [#42427](https://togithub.com/nodejs/node/pull/42427) - \[[`934077a137`](https://togithub.com/nodejs/node/commit/934077a137)] - **(SEMVER-MINOR)** **crypto**: align webcrypto RSA key import/export with other implementations (Filip Skokan) [#42816](https://togithub.com/nodejs/node/pull/42816) - \[[`7683e9623c`](https://togithub.com/nodejs/node/commit/7683e9623c)] - **(SEMVER-MINOR)** **dns**: export error code constants from `dns/promises` (Feng Yu) [#43176](https://togithub.com/nodejs/node/pull/43176) - \[[`4884f18ce5`](https://togithub.com/nodejs/node/commit/4884f18ce5)] - **(SEMVER-MINOR)** **doc**: deprecate diagnostics_channel object subscribe method (Stephen Belanger) [#42714](https://togithub.com/nodejs/node/pull/42714) - \[[`90f395dda9`](https://togithub.com/nodejs/node/commit/90f395dda9)] - **(SEMVER-MINOR)** **errors**: add support for cause in aborterror (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`247a6f6e85`](https://togithub.com/nodejs/node/commit/247a6f6e85)] - **(SEMVER-MINOR)** **esm**: add chaining to loaders (Jacob Smith) [#42623](https://togithub.com/nodejs/node/pull/42623) - \[[`7a5de2cc0c`](https://togithub.com/nodejs/node/commit/7a5de2cc0c)] - **(SEMVER-MINOR)** **events**: expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#43885](https://togithub.com/nodejs/node/pull/43885) - \[[`087adbb7a3`](https://togithub.com/nodejs/node/commit/087adbb7a3)] - **(SEMVER-MINOR)** **events**: add `CustomEvent` (Daeyeon Jeong) [#43514](https://togithub.com/nodejs/node/pull/43514) - \[[`979c98a3cb`](https://togithub.com/nodejs/node/commit/979c98a3cb)] - **(SEMVER-MINOR)** **events**: propagate abortsignal reason in new AbortError ctor in events (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`e04c8a4921`](https://togithub.com/nodejs/node/commit/e04c8a4921)] - **(SEMVER-MINOR)** **fs**: propagate abortsignal reason in new AbortSignal constructors (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`464830993e`](https://togithub.com/nodejs/node/commit/464830993e)] - **(SEMVER-MINOR)** **fs**: make params in writing methods optional (LiviaMedeiros) [#42601](https://togithub.com/nodejs/node/pull/42601) - \[[`3d7808ec3f`](https://togithub.com/nodejs/node/commit/3d7808ec3f)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#42768](https://togithub.com/nodejs/node/pull/42768) - \[[`082a2630fd`](https://togithub.com/nodejs/node/commit/082a2630fd)] - **(SEMVER-MINOR)** **http**: add drop request event for http server (theanarkh) [#43806](https://togithub.com/nodejs/node/pull/43806) - \[[`5a74939770`](https://togithub.com/nodejs/node/commit/5a74939770)] - **(SEMVER-MINOR)** **http**: add diagnostics channel for http client (theanarkh) [#43580](https://togithub.com/nodejs/node/pull/43580) - \[[`f05fd1a423`](https://togithub.com/nodejs/node/commit/f05fd1a423)] - **(SEMVER-MINOR)** **http**: add perf_hooks detail for http request and client (theanarkh) [#43361](https://togithub.com/nodejs/node/pull/43361) - \[[`9d1b4b7e29`](https://togithub.com/nodejs/node/commit/9d1b4b7e29)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#41397](https://togithub.com/nodejs/node/pull/41397) - \[[`fa5ac5a2eb`](https://togithub.com/nodejs/node/commit/fa5ac5a2eb)] - **(SEMVER-MINOR)** **http2**: propagate abortsignal reason in new AbortError constructor (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`94070f152e`](https://togithub.com/nodejs/node/commit/94070f152e)] - **(SEMVER-MINOR)** **http2**: compat support for array headers (OneNail) [#42901](https://togithub.com/nodejs/node/pull/42901) - \[[`36dd39dec0`](https://togithub.com/nodejs/node/commit/36dd39dec0)] - **(SEMVER-MINOR)** **lib**: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`8adf7d5e91`](https://togithub.com/nodejs/node/commit/8adf7d5e91)] - **(SEMVER-MINOR)** **lib**: add abortSignal.throwIfAborted() (James M Snell) [#40951](https://togithub.com/nodejs/node/pull/40951) - \[[`3c1ed86840`](https://togithub.com/nodejs/node/commit/3c1ed86840)] - **(SEMVER-MINOR)** **lib**: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) [#42714](https://togithub.com/nodejs/node/pull/42714) - \[[`e6186af5cc`](https://togithub.com/nodejs/node/commit/e6186af5cc)] - **(SEMVER-MINOR)** **module**: add isBuiltIn method (hemanth.hm) [#43396](https://togithub.com/nodejs/node/pull/43396) - \[[`3d851d6d6b`](https://togithub.com/nodejs/node/commit/3d851d6d6b)] - **(SEMVER-MINOR)** **module,repl**: support 'node:'-only core modules (Colin Ihrig) [#42325](https://togithub.com/nodejs/node/pull/42325) - \[[`303bd08d88`](https://togithub.com/nodejs/node/commit/303bd08d88)] - **(SEMVER-MINOR)** **net**: add drop event for net server (theanarkh) [#43582](https://togithub.com/nodejs/node/pull/43582) - \[[`da03e9f484`](https://togithub.com/nodejs/node/commit/da03e9f484)] - **(SEMVER-MINOR)** **net**: add ability to reset a tcp socket (pupilTong) [#43112](https://togithub.com/nodejs/node/pull/43112) - \[[`73f852e1e3`](https://togithub.com/nodejs/node/commit/73f852e1e3)] - **(SEMVER-MINOR)** **node-api**: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) [#36510](https://togithub.com/nodejs/node/pull/36510) - \[[`6dcdcd7f50`](https://togithub.com/nodejs/node/commit/6dcdcd7f50)] - **(SEMVER-MINOR)** **perf_hooks**: add PerformanceResourceTiming (RafaelGSS) [#42725](https://togithub.com/nodejs/node/pull/42725) - \[[`5750358872`](https://togithub.com/nodejs/node/commit/5750358872)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#43116](https://togithub.com/nodejs/node/pull/43116) - \[[`e7b99e8c8d`](https://togithub.com/nodejs/node/commit/e7b99e8c8d)] - **(SEMVER-MINOR)** **src**: add --openssl-legacy-provider option (Daniel Bevenius) [#40478](https://togithub.com/nodejs/node/pull/40478) - \[[`1281a48b89`](https://togithub.com/nodejs/node/commit/1281a48b89)] - **(SEMVER-MINOR)** **src**: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) [#42757](https://togithub.com/nodejs/node/pull/42757) - \[[`9ea9797d34`](https://togithub.com/nodejs/node/commit/9ea9797d34)] - **(SEMVER-MINOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://togithub.com/nodejs/node/pull/43124) - \[[`046debaee0`](https://togithub.com/nodejs/node/commit/046debaee0)] - **(SEMVER-MINOR)** **stream**: use cause options in AbortError constructors (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`6641fda10a`](https://togithub.com/nodejs/node/commit/6641fda10a)] - **(SEMVER-MINOR)** **stream**: add iterator helper find (Nitzan Uziely) [#41849](https://togithub.com/nodejs/node/pull/41849) - \[[`edec73032c`](https://togithub.com/nodejs/node/commit/edec73032c)] - **(SEMVER-MINOR)** **stream**: add writableAborted (Robert Nagy) [#40802](https://togithub.com/nodejs/node/pull/40802) - \[[`9a530832cb`](https://togithub.com/nodejs/node/commit/9a530832cb)] - **(SEMVER-MINOR)** **test**: add initial test module (Colin Ihrig) [#42325](https://togithub.com/nodejs/node/pull/42325) - \[[`61a2ddc597`](https://togithub.com/nodejs/node/commit/61a2ddc597)] - **(SEMVER-MINOR)** **test_runner**: expose `describe` and `it` (Moshe Atlow) [#43420](https://togithub.com/nodejs/node/pull/43420) - \[[`cd6f24be4c`](https://togithub.com/nodejs/node/commit/cd6f24be4c)] - **(SEMVER-MINOR)** **test_runner**: add initial CLI runner (Colin Ihrig) [#42658](https://togithub.com/nodejs/node/pull/42658) - \[[`a4b277cb4d`](https://togithub.com/nodejs/node/commit/a4b277cb4d)] - **(SEMVER-MINOR)** **test_runner**: support 'only' tests (Colin Ihrig) [#42514](https://togithub.com/nodejs/node/pull/42514) - \[[`2aae868fa2`](https://togithub.com/nodejs/node/commit/2aae868fa2)] - **(SEMVER-MINOR)** **timers**: propagate signal.reason in awaitable timers (James M Snell) [#41008](https://togithub.com/nodejs/node/pull/41008) - \[[`432e3054be`](https://togithub.com/nodejs/node/commit/432e3054be)] - **(SEMVER-MINOR)** **util**: add tokens to parseArgs (John Gee) [#43459](https://togithub.com/nodejs/node/pull/43459) - \[[`a1e122be62`](https://togithub.com/nodejs/node/commit/a1e122be62)] - **(SEMVER-MINOR)** **util**: add parseArgs module (Benjamin Coe) [#42675](https://togithub.com/nodejs/node/pull/42675) - \[[`513f52445b`](https://togithub.com/nodejs/node/commit/513f52445b)] - **(SEMVER-MINOR)** **v8**: add v8.startupSnapshot utils (Joyee Cheung) [#43329](https://togithub.com/nodejs/node/pull/43329) - \[[`a8eca74450`](https://togithub.com/nodejs/node/commit/a8eca74450)] - **(SEMVER-MINOR)** **v8**: export more fields in getHeapStatistics (theanarkh) [#42784](https://togithub.com/nodejs/node/pull/42784) - \[[`845279e331`](https://togithub.com/nodejs/node/commit/845279e331)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#42849](https://togithub.com/nodejs/node/pull/42849) ##### Semver-patch commits - \[[`480a754ddc`](https://togithub.com/nodejs/node/commit/480a754ddc)] - **assert**: callTracker throw a specific error message when possible (Moshe Atlow) [#43640](https://togithub.com/nodejs/node/pull/43640) - \[[`ebb334b124`](https://togithub.com/nodejs/node/commit/ebb334b124)] - **assert**: fix CallTracker wraps the function causes the length to be lost (OneNail) [#42909](https://togithub.com/nodejs/node/pull/42909) - \[[`7f8f83d4d0`](https://togithub.com/nodejs/node/commit/7f8f83d4d0)] - **assert**: make `assert.fail` less affected by prototype tampering (Antoine du Hamel) [#42918](https://togithub.com/nodejs/node/pull/42918) - \[[`a6a46f9578`](https://togithub.com/nodejs/node/commit/a6a46f9578)] - **async_hooks**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://togithub.com/nodejs/node/pull/43159) - \[[`84075821be`](https://togithub.com/nodejs/node/commit/84075821be)] - **async_hooks**: remove destroyed symbol on Promises (Gerhard Stöbich) [#42402](https://togithub.com/nodejs/node/pull/42402) - \[[`b69396a41a`](https://togithub.com/nodejs/node/commit/b69396a41a)] - **async_hooks**: avoid decrementing iterator after erase (Gabriel Bota) [#42749](https://togithub.com/nodejs/node/pull/42749) - \[[`6b7c6192ff`](https://togithub.com/nodejs/node/commit/6b7c6192ff)] - **bootstrap**: move global initialization to js (Alena Khineika) [#43625](https://togithub.com/nodejs/node/pull/43625) - \[[`4fbe24588a`](https://togithub.com/nodejs/node/commit/4fbe24588a)] - **bootstrap**: use the isolate snapshot in workers (Joyee Cheung) [#42702](https://togithub.com/nodejs/node/pull/42702) - \[[`3a83e5cfd9`](https://togithub.com/nodejs/node/commit/3a83e5cfd9)] - **bootstrap**: move embedded snapshot to SnapshotBuilder (Joyee Cheung) [#42702](https://togithub.com/nodejs/node/pull/42702) - \[[`b4201ace9b`](https://togithub.com/nodejs/node/commit/b4201ace9b)] - **bootstrap**: reset process.\_exit and process.exitCode in pre-execution (Joyee Cheung) [#42466](https://togithub.com/nodejs/node/pull/42466) - \[[`f8f7c1e5bd`](https://togithub.com/nodejs/node/commit/f8f7c1e5bd)] - **bootstrap**: run inspector and event loop in snapshot builder (Joyee Cheung) [#42466](https://togithub.com/nodejs/node/pull/42466) - \[[`2d79480fcb`](https://togithub.com/nodejs/node/commit/2d79480fcb)] - **bootstrap**: make I/O streams work with user-land snapshot (Joyee Cheung) [#42466](https://togithub.com/nodejs/node/pull/42466) - \[[`1b2946b1a4`](https://togithub.com/nodejs/node/commit/1b2946b1a4)] - **bootstrap**: refresh options in pre-execution (Joyee Cheung) [#42466](https://togithub.com/nodejs/node/pull/42466) - \[[`ca57563522`](https://togithub.com/nodejs/node/commit/ca57563522)] - **bootstrap**: use SnapshotData to pass snapshot data around (Joyee Cheung) [#42360](https://togithub.com/nodejs/node/pull/42360) - \[[`60d032b89c`](https://togithub.com/nodejs/node/commit/60d032b89c)] - **buffer**: do not leak memory if buffer is too big (Keyhan Vakil) [#43938](https://togithub.com/nodejs/node/pull/43938) - \[[`5ddd367bec`](https://togithub.com/nodejs/node/commit/5ddd367bec)] - **buffer**: improve Blob constructor error message when passing a string (Xuguang Mei) [#42338](https://togithub.com/nodejs/node/pull/42338) - \[[`691e5d8bf3`](https://togithub.com/nodejs/node/commit/691e5d8bf3)] - **buffer**: fix `atob` input validation (Antoine du Hamel) [#42539](https://togithub.com/nodejs/node/pull/42539) - \[[`a948fb8b56`](https://togithub.com/nodejs/node/commit/a948fb8b56)] - **build**: add .gitattributes for npm and other shims (Hrishikesh Kadam) [#43879](https://togithub.com/nodejs/node/pull/43879) - \[[`623dd2a70b`](https://togithub.com/nodejs/node/commit/623dd2a70b)] - **build**: remove precompiled header and debug information for host builds (Niyas Sait) [#42538](https://togithub.com/nodejs/node/pull/42538) - \[[`129b05e0c5`](https://togithub.com/nodejs/node/commit/129b05e0c5)] - **build**: fix various shared library build issues (William Marlow) [#41850](https://togithub.com/nodejs/node/pull/41850) - \[[`fba6e96326`](https://togithub.com/nodejs/node/commit/fba6e96326)] - **build**: fix indeterminacy of icu_locales value (Sergey Nazaryev) [#42865](https://togithub.com/nodejs/node/pull/42865) - \[[`74bce1c448`](https://togithub.com/nodejs/node/commit/74bce1c448)] - **build**: improve reliability of find_python.cmd script (Luigi Pinca) [#42810](https://togithub.com/nodejs/node/pull/42810) - \[[`637af6c068`](https://togithub.com/nodejs/node/commit/637af6c068)] - **build**: windows/arm64 native compilation support (Niyas Sait) [#42408](https://togithub.com/nodejs/node/pull/42408) - \[[`fe661fadad`](https://togithub.com/nodejs/node/commit/fe661fadad)] - **build**: add --node-snapshot-main configure option (Joyee Cheung) [#42466](https://togithub.com/nodejs/node/pull/42466) - \[[`daadd58baa`](https://togithub.com/nodejs/node/commit/daadd58baa)] - **build,test**: increase stack size limit on Windows (Tobias Nießen) [#43632](https://togithub.com/nodejs/node/pull/43632) - \[[`1e1634ae99`](https://togithub.com/nodejs/node/commit/1e1634ae99)] - **child_process**: do not need to count length when maxBuffer is Infinity (theanarkh) [#43822](https://togithub.com/nodejs/node/pull/43822) - \[[`2b6e98b6b2`](https://togithub.com/nodejs/node/commit/2b6e98b6b2)] - **child_process**: improve ipc write performance (rubikscraft) [#42931](https://togithub.com/nodejs/node/pull/42931) - \[[`7aac430b3f`](https://togithub.com/nodejs/node/commit/7aac430b3f)] - **child_process**: speed up 'advanced' ipc receiving (rubikscraft) [#42931](https://togithub.com/nodejs/node/pull/42931) - \[[`6844930290`](https://togithub.com/nodejs/node/commit/6844930290)] - **child_process**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://togithub.com/nodejs/node/pull/43159) - \[[`72400b7a7b`](https://togithub.com/nodejs/node/commit/72400b7a7b)] - **child_process**: add env contents types in JSDoc (Rich Trott) [#42494](https://togithub.com/nodejs/node/pull/42494) - \[[`fe57e5685d`](https://togithub.com/nodejs/node/commit/fe57e5685d)] - **cluster**: send connection to other server when worker drop it (theanarkh) [#43747](https://togithub.com/nodejs/node/pull/43747) - \[[`61b5d4a999`](https://togithub.com/nodejs/node/commit/61b5d4a999)] - **cluster**: fix closing dgram sockets in cluster workers throws errors (Ouyang Yadong) [#43709](https://togithub.com/nodejs/node/pull/43709) - \[[`97f4cc7766`](https://togithub.com/nodejs/node/commit/97f4cc7766)] - **cluster**: fix fd leak (theanarkh) [#43650](https://togithub.com/nodejs/node/pull/43650) - \[[`1cb19ec96a`](https://togithub.com/nodejs/node/commit/1cb19ec96a)] - **cluster**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://togithub.com/nodejs/node/pull/43159) - \[[`c8706f3a7f`](https://togithub.com/nodejs/node/commit/c8706f3a7f)] - **cluster, net**: fix listen pipe with readable and writable in cluster (theanarkh) [#43634](https://togithub.com/nodejs/node/pull/43634) - \[[`35fc1c205e`](https://togithub.com/nodejs/node/commit/35fc1c205e)] - **console**: fix console.dir crash on a revoked proxy (Daeyeon Jeong) [#43100](https://togithub.com/nodejs/node/pull/43100) - \[[`3449472f3d`](https://togithub.com/nodejs/node/commit/3449472f3d)] - **crypto**: remove unneeded guard (Rich Trott) [#43856](https://togithub.com/nodejs/node/pull/43856) - \[[`a3a845b8ba`](https://togithub.com/nodejs/node/commit/a3a845b8ba)] - **crypto**: don't disable TLS 1.3 without suites (Adam Majer) [#43427](https://togithub.com/nodejs/node/pull/43427) - \[[`588a84e11d`](https://togithub.com/nodejs/node/commit/588a84e11d)] - **crypto**: handle webcrypto generateKey() usages edge case (Filip Skokan) [#43454](https://togithub.com/nodejs/node/pull/43454) - \[[`224d3f40dc`](https://togithub.com/nodejs/node/commit/224d3f40dc)] - **crypto**: update Wrapping and unwrapping keys webcrypto example (Filip Skokan) [#43452](https://togithub.com/nodejs/node/pull/43452) - \[[`8dca8d7805`](https://togithub.com/nodejs/node/commit/8dca8d7805)] - **crypto**: fix webcrypto generateKey() with empty usages (Filip Skokan) [#43431](https://togithub.com/nodejs/node/pull/43431) - \[[`bef600e787`](https://togithub.com/nodejs/node/commit/bef600e787)] - **crypto**: fix webcrypto digest() invalid algorithm (Filip Skokan) [#43431](https://togithub.com/nodejs/node/pull/43431) - \[[`077ad7e90d`](https://togithub.com/nodejs/node/commit/077ad7e90d)] - **crypto**: fix webcrypto RSA generateKey() use of publicExponent (Filip Skokan) [#43431](https://togithub.com/nodejs/node/pull/43431) - \[[`04572ec914`](https://togithub.com/nodejs/node/commit/04572ec914)] - **crypto**: fix webcrypto AES-KW keys accepting encrypt/decrypt usages (Filip Skokan) [#43431](https://togithub.com/nodejs/node/pull/43431) - \[[`52ea86908d`](https://togithub.com/nodejs/node/commit/52ea86908d)] - **crypto**: fix webcrypto deriveBits for non-byte lengths (Filip Skokan) [#43431](https://togithub.com/nodejs/node/pull/43431) - \[[`97b2fef24a`](https://togithub.com/nodejs/node/commit/97b2fef24a)] - **crypto**: fix webcrypto import of cfrg raw public keys (Filip Skokan) [#43404](https://togithub.com/nodejs/node/pull/43404) - \[[`a57149d14e`](https://togithub.com/nodejs/node/commit/a57149d14e)] - **crypto**: fix webcrypto JWK EC and OKP import crv check (Filip Skokan) [#43346](https://togithub.com/nodejs/node/pull/43346) - \[[`1cb267261c`](https://togithub.com/nodejs/node/commit/1cb267261c)] - **crypto**: test webcrypto ec raw public key import (Filip Skokan) [#43405](https://togithub.com/nodejs/node/pull/43405) - \[[`02cf57b8d6`](https://togithub.com/nodejs/node/commit/02cf57b8d6)] - **crypto**: use `kEmptyObject` (LiviaMedeiros) [#43159](https://togithub.com/nodejs/node/pull/43159) - \[[`4600892a45`](https://togithub.com/nodejs/node/commit/4600892a45)] - **crypto**: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) [#42944](https://togithub.com/nodejs/node/pull/42944) - \[[`baaf77898b`](https://togithub.com/nodejs/node/commit/baaf77898b)] - **crypto**: clean up parameter validation in HKDF (Tobias Nießen) [#42924](https://togithub.com/nodejs/node/pull/42924) - \[[`3f43dadeda`](https://togithub.com/nodejs/node/commit/3f43dadeda)] - **crypto**: validate `this` in all webcrypto methods and getters (Filip Skokan) [#42815](https://togithub.com/nodejs/node/pull/42815) - \[[`297e374565`](https://togithub.com/nodejs/node/commit/297e374565)] - **crypto**: do not add undefined hash in webcrypto normalizeAlgorithm (Filip Skokan) [#42559](https://togithub.com/nodejs/node/pull/42559) - \[[`c764e81a69`](https://togithub.com/nodejs/node/commit/c764e81a69)] - **crypto**: cleanup webcrypto jwk code (Filip Skokan) [#42562](https://togithub.com/nodejs/node/pull/42562) - \[[`c605ad1343`](https://togithub.com/nodejs/node/commit/c605ad1343)] - **crypto**: fix webcrypto derive key lengths (Filip Skokan) [#42542](https://togithub.com/nodejs/node/pull/42542) - \[[`0b1b616a9c`](https://togithub.com/nodejs/node/commit/0b1b616a9c)] - **crypto**: improve prime size argument validation (Tobias Nießen) [#42234](https://togithub.com/nodejs/node/pull/42234) - \[[`f1c12aa6df`](https://togithub.com/nodejs/node/commit/f1c12aa6df)] - **debugger**: throw a more useful error when the frame is missing (Kohei Ueno) [#42776](https://togithub.com/nodejs/node/pull/42776) - \[[`f75a5a92ec`](https://togithub.com/nodejs/node/commit/f75a5a92ec)] - **debugger**: fix inconsistent inspector output of exec new Map() (Kohei Ueno) [#42423](https://togithub.com/nodejs/node/pull/42423) - \[[`e3d8893265`](https://togithub.com/nodejs/node/commit/e3d8893265)] - **deps**: V8: backport [`22698d2`](https://togithub.com/nodejs/node/commit/22698d267667) (Chengzhong Wu) [#43751](https://togithub.com/nodejs/node/pull/43751) - \[[`06a6bdaf7a`](https://togithub.com/nodejs/node/commit/06a6bdaf7a)] - **deps**: update corepack to 0.12.1 (Node.js GitHub Bot) [#43965](https://togithub.com/nodejs/node/pull/43965) - \[[`c7be356dd7`](https://togithub.com/nodejs/node/commit/c7be356dd7)] - **deps**: update hast-util-raw (Moshe Atlow) [#43927](https://togithub.com/nodejs/node/pull/43927) - \[[`62c27d0d84`](https://togithub.com/nodejs/node/commit/62c27d0d84)] - **deps**: update undici to 5.8.0 (Node.js GitHub Bot) [#43886](https://togithub.com/nodejs/node/pull/43886) - \[[`92051cb4a1`](https://togithub.com/nodejs/node/commit/92051cb4a1)] - **deps**: cherry-pick [libuv/libuv@`3a7b955`](https://togithub.com/libuv/libuv/commit/3a7b955) (Ben Noordhuis) [#43950](https://togithub.com/nodejs/node/pull/43950) - \[[`8835898e43`](https://togithub.com/nodejs/node/commit/8835898e43)] - **deps**: cherry-pick [libuv/libuv@`abb109f`](https://togithub.com/libuv/libuv/commit/abb109f) (Ben Noordhuis) [#43950](https://togithub.com/nodejs/node/pull/43950) - \[[`1566854218`](https://togithub.com/nodejs/node/commit/1566854218)] - **deps**: upgrade npm to 8.15.0 (npm team) [#43917](https://togithub.com/nodejs/node/pull/43917) - \[[`e6baa8a113`](https://togithub.com/nodejs/node/commit/e6baa8a113)] - **deps**: upgrade npm to 8.14.0 (npm team) [#43826](https://togithub.com/nodejs/node/pull/43826) - \[[`aa137caac3`](https://togithub.com/nodejs/node/commit/aa137caac3)] - **deps**: update corepack to 0.12.0 (Node.js GitHub Bot) [#43748](https://togithub.com/nodejs/node/pull/43748) - \[[`04188e54f5`](https://togithub.com/nodejs/node/commit/04188e54f5)] - **deps**: update undici to 5.7.0 (Node.js GitHub Bot) [#43790](https://togithub.com/nodejs/node/pull/43790) - \[[`09f9060f7d`](https://togithub.com/nodejs/node/commit/09f9060f7d)] - **deps**: upgrade npm to 8.13.2 (npm team) [#43622](https://togithub.com/nodejs/node/pull/43622) - \[[`1343615224`](https://togithub.com/nodejs/node/commit/1343615224)] - **deps**: upgrade npm to 8.13.1 (npm team) [#43552](https://togithub.com/nodejs/node/pull/43552) - \[[`49080bc42f`](https://togithub.com/nodejs/node/commit/49080bc42f)] - **deps**: patch V8 to 9.4.146.26 (Michaël Zasso) [#43778](https://togithub.com/nodejs/node/pull/43778) - \[[`705a8afd81`](https://togithub.com/nodejs/node/commit/705a8afd81)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#43402](https://togithub.com/nodejs/node/pull/43402) - \[[`552e91121b`](https://togithub.com/nodejs/node/commit/552e91121b)] - **deps**: update undici to 5.5.1 (Node.js GitHub Bot) [#43412](https://togithub.com/nodejs/node/pull/43412) - \[[`0ff00945d5`](https://togithub.com/nodejs/node/commit/0ff00945d5)] - **deps**: update undici to 5.4.0 (Node.js GitHub Bot) [#43262](https://togithub.com/nodejs/node/pull/43262) - \[[`170bec811b`](https://togithub.com/nodejs/node/commit/170bec811b)] - **deps**: update undici to 5.3.0 (Node.js GitHub Bot) [#43197](https://togithub.com/nodejs/node/pull/43197) - \[[`b97075dfec`](https://togithub.com/nodejs/node/commit/b97075dfec)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#43059](https://togithub.com/nodejs/node/pull/43059) - \[[`4d4e00a6b0`](https://togithub.com/nodejs/node/commit/4d4e00a6b0)] - **deps**: update undici to 5.1.1 (Michaël Zasso) [#42939](https://togithub.com/nodejs/node/pull/42939) - \[[`cba4f6c8a0`](https://togithub.com/nodejs/node/commit/cba4f6c8a0)] - **deps**: update Acorn to v8.7.0 (Michaël Zasso) [#42667](https://togithub.com/nodejs/node/pull/42667) - \[[`a5507fd409`](https://togithub.com/nodejs/node/commit/a5507fd409)] - **deps**: update ICU to 71.1 (Michaël Zasso) [#42655](https://togithub.com/nodejs/node/pull/42655) - \[[`cbb253e61e`](https://togithub.com/nodejs/node/commit/cbb253e61e)] - **deps**: upgrade npm to 8.12.1 (npm team) [#43301](https://togithub.com/nodejs/node/pull/43301) - \[[`01e7d1f349`](https://togithub.com/nodejs/node/commit/01e7d1f349)] - **deps**: cherry-pick [`4ab70f6`](https://togithub.com/nodejs/node/commit/4ab70f6) from V8 upstream (Khaidi Chu) [#43328](https://togithub.com/nodejs/node/pull/43328) - \[[`fea892a168`](https://togithub.com/nodejs/node/commit/fea892a168)] - **dns**: fix getServers return undefined (jiahao.si) [#43922](https://togithub.com/nodejs/node/pull/43922) - \[[`43a3239d85`](https://togithub.com/nodejs/node/commit/43a3239d85)] - **dns**: fix cares memory leak (theanarkh) [#43912](https://togithub.com/nodejs/node/pull/43912) - \[[`8d2a256bf4`](https://togithub.com/nodejs/node/commit/8d2a256bf4)] - **dns**: make promise API fully constructed from `lib/internal/dns/promises` (Feng Yu) [#43227](https://togithub.com/nodejs/node/pull/43227) - \[[`71f7b00fca`](https://togithub.com/nodejs/node/commit/71f7b00fca)] - **domain**: fix vm promise tracking while keeping isolation (Stephen Belanger) [#43556](https://togithub.com/nodejs/node/pull/43556) - \[[`9f75f26ad9`](https://togithub.com/nodejs/node/commit/9f75f26ad9)] - **errors**: extract type detection & use in `ERR_INVALID_RETURN_VALUE` (Jacob Smith) [#43558](https://togithub.com/nodejs/node/pull/43558) - \[[`f5115b4abc`](https://togithub.com/nodejs/node/commit/f5115b4abc)] - **errors,console**: refactor to use ES2021 syntax (小菜) [#42872](https://togithub.com/nodejs/node/pull/42872) - \[[`85ba4e069d`](https://togithub.com/nodejs/node/commit/85ba4e069d)] - **errors,vm**: update error and use cause (Gus Caplan) [#42820](https://togithub.com/nodejs/node/pull/42820) - \[[`ae157d9098`](https://togithub.com/nodejs/node/commit/ae157d9098)] - **esm**: fix loader hooks accepting too many arguments (Jacob Smith) [#44109](https://togithub.com/nodejs/node/pull/44109) - \[[`3139c110dc`](https://togithub.com/nodejs/node/commit/3139c110dc)] - **esm**: remove superfluous argument (Rich Trott) [#43884](https://togithub.com/nodejs/node/pull/43884) - \[[`63228efe08`](https://togithub.com/nodejs/node/commit/63228efe08)] - **esm**: throw on any non-2xx response (LiviaMedeiros) [#43742](https://togithub.com/nodejs/node/pull/43742) - \[[`a6d4d31da5`](https://togithub.com/nodejs/node/commit/a6d4d31da5)] - **esm**: fix erroneous re-initialization of ESMLoader (Jacob Smith) [#43763](https://togithub.com/nodejs/node/pull/43763) - \[[`953e663e58`](https://togithub.com/nodejs/node/commit/953e663e58)] - **esm**: treat `307` and `308` as redirects in HTTPS imports (Kid) [#43689](https://togithub.com/nodejs/node/pull/43689) - \[[`33a2902a33`](https://togithub.com/nodejs/node/commit/33a2902a33)] - **esm**: restore `nextConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.