Roave / DocbookTool

:books: Docbook Tool for static documentation generation from Markdown files
52 stars 4 forks source link

Update all non-major dependencies #370

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
composer stage minor 2.6.6 -> 2.7.7 age adoption passing confidence
docker/dockerfile syntax minor 1.6 -> 1.8 age adoption passing confidence
marked (source) dependencies patch ^12.0.0 -> ^12.0.2 age adoption passing confidence
monolog/monolog require minor ^3.5.0 -> ^3.7.0 age adoption passing confidence
node stage minor 21.6.2 -> 21.7.3 age adoption passing confidence
phpunit/phpunit (source) require-dev patch ^10.5.11 -> ^10.5.24 age adoption passing confidence
psalm/plugin-phpunit require-dev minor ^0.18.4 -> ^0.19.0 age adoption passing confidence
symfony/yaml (source) require minor ^7.0.3 -> ^7.1.1 age adoption passing confidence
twig/twig (source) require minor ^3.8.0 -> ^3.10.3 age adoption passing confidence
vimeo/psalm require-dev minor ^5.22.2 -> ^5.25.0 age adoption passing confidence

Release Notes

Seldaek/monolog (monolog/monolog) ### [`v3.7.0`](https://togithub.com/Seldaek/monolog/blob/HEAD/CHANGELOG.md#370-2024-06-28) [Compare Source](https://togithub.com/Seldaek/monolog/compare/3.6.0...3.7.0) - Added `NormalizerFormatter->setBasePath(...)` (and `JsonFormatter` by extension) that allows removing the project's path from the stack trace output ([`47e301d`](https://togithub.com/Seldaek/monolog/commit/47e301d3e)) - Fixed JsonFormatter handling of incomplete classes ([#​1834](https://togithub.com/Seldaek/monolog/issues/1834)) - Fixed private error handlers causing problems with custom StreamHandler implementations ([#​1866](https://togithub.com/Seldaek/monolog/issues/1866))
nodejs/node (node) ### [`v21.7.3`](https://togithub.com/nodejs/node/releases/tag/v21.7.3): 2024-04-10, Version 21.7.3 (Current), @​RafaelGSS [Compare Source](https://togithub.com/nodejs/node/compare/v21.7.2...v21.7.3) This is a security release. ##### Notable Changes - CVE-2024-27980 - Command injection via args parameter of `child_process.spawn` without shell option enabled on Windows ##### Commits - \[[`9095c914ed`](https://togithub.com/nodejs/node/commit/9095c914ed)] - **src**: disallow direct .bat and .cmd file spawning (Ben Noordhuis) [nodejs-private/node-private#562](https://togithub.com/nodejs-private/node-private/pull/562) ### [`v21.7.2`](https://togithub.com/nodejs/node/releases/tag/v21.7.2): 2024-04-03, Version 21.7.2 (Current), @​RafaelGSS prepared by @​marco-ippolito [Compare Source](https://togithub.com/nodejs/node/compare/v21.7.1...v21.7.2) This is a security release. ##### Notable changes - CVE-2024-27983 - Assertion failed in node::http2::Http2Session::~Http2Session() leads to HTTP/2 server crash- (High) - CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation- (Medium) - llhttp version 9.2.1 - undici version 6.11.1 ##### Commits - \[[`3dfc10c851`](https://togithub.com/nodejs/node/commit/3dfc10c851)] - **deps**: update undici to 6.11.1 (Node.js GitHub Bot) [#​52328](https://togithub.com/nodejs/node/pull/52328) - \[[`aceea1c5e7`](https://togithub.com/nodejs/node/commit/aceea1c5e7)] - **deps**: update undici to 6.10.2 (Node.js GitHub Bot) [#​52227](https://togithub.com/nodejs/node/pull/52227) - \[[`5f0f96b275`](https://togithub.com/nodejs/node/commit/5f0f96b275)] - **deps**: update llhttp to 9.2.0 (Node.js GitHub Bot) [#​51719](https://togithub.com/nodejs/node/pull/51719) - \[[`1a65e98e22`](https://togithub.com/nodejs/node/commit/1a65e98e22)] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-private#556](https://togithub.com/nodejs-private/node-private/pull/556) - \[[`3bd39fb474`](https://togithub.com/nodejs/node/commit/3bd39fb474)] - **src**: ensure to close stream when destroying session (Anna Henningsen) [nodejs-private/node-private#561](https://togithub.com/nodejs-private/node-private/pull/561) ### [`v21.7.1`](https://togithub.com/nodejs/node/releases/tag/v21.7.1): 2024-03-08, Version 21.7.1 (Current), @​targos [Compare Source](https://togithub.com/nodejs/node/compare/v21.7.0...v21.7.1) ##### Notable Changes This release reverts [#​51389](https://togithub.com/nodejs/node/pull/51389), which landed in Node.js 21.7.0. It is a documented feature that `t.after()` hooks are run even if a test has no subtests. The hook can be used to clean up the test itself. ##### Commits - \[[`0dfe810ac7`](https://togithub.com/nodejs/node/commit/0dfe810ac7)] - **benchmark**: update iterations of benchmark/async_hooks/async-local- (Lei Shi) [#​51420](https://togithub.com/nodejs/node/pull/51420) - \[[`625c9e0ac9`](https://togithub.com/nodejs/node/commit/625c9e0ac9)] - **benchmark**: update iterations of benchmark/domain/domain-fn-args.js (Lei Shi) [#​51408](https://togithub.com/nodejs/node/pull/51408) - \[[`7ff3551bad`](https://togithub.com/nodejs/node/commit/7ff3551bad)] - **build**: fix arm64 host cross-compilation in GN (Cheng Zhao) [#​51903](https://togithub.com/nodejs/node/pull/51903) - \[[`fd86ea8b71`](https://togithub.com/nodejs/node/commit/fd86ea8b71)] - ***Revert*** "**build**: workaround for node-core-utils" (Richard Lau) [#​51975](https://togithub.com/nodejs/node/pull/51975) - \[[`23c32ab3a7`](https://togithub.com/nodejs/node/commit/23c32ab3a7)] - **build**: respect the `NODE` env variable in `Makefile` (Antoine du Hamel) [#​51743](https://togithub.com/nodejs/node/pull/51743) - \[[`9617adc064`](https://togithub.com/nodejs/node/commit/9617adc064)] - ***Revert*** "**build**: fix warning in cares under GN build" (Luigi Pinca) [#​51865](https://togithub.com/nodejs/node/pull/51865) - \[[`5864534095`](https://togithub.com/nodejs/node/commit/5864534095)] - **deps**: update nghttp2 to 1.60.0 (Node.js GitHub Bot) [#​51948](https://togithub.com/nodejs/node/pull/51948) - \[[`fcf235d623`](https://togithub.com/nodejs/node/commit/fcf235d623)] - **doc**: add policy for distribution (Geoffrey Booth) [#​51918](https://togithub.com/nodejs/node/pull/51918) - \[[`87d2acc8b1`](https://togithub.com/nodejs/node/commit/87d2acc8b1)] - **doc**: fix actual result of example is different in events (Deokjin Kim) [#​51925](https://togithub.com/nodejs/node/pull/51925) - \[[`5908c121c6`](https://togithub.com/nodejs/node/commit/5908c121c6)] - **doc**: clarify Corepack threat model (Antoine du Hamel) [#​51917](https://togithub.com/nodejs/node/pull/51917) - \[[`20e0ba3b94`](https://togithub.com/nodejs/node/commit/20e0ba3b94)] - **doc,module**: clarify hook chain execution sequence (Jacob Smith) [#​51884](https://togithub.com/nodejs/node/pull/51884) - \[[`4d997971ac`](https://togithub.com/nodejs/node/commit/4d997971ac)] - **lib**: make sure close net server (theanarkh) [#​51929](https://togithub.com/nodejs/node/pull/51929) - \[[`fcc6d54aa3`](https://togithub.com/nodejs/node/commit/fcc6d54aa3)] - **lib**: return directly if udp socket close before lookup (theanarkh) [#​51914](https://togithub.com/nodejs/node/pull/51914) - \[[`10aaabd158`](https://togithub.com/nodejs/node/commit/10aaabd158)] - **meta**: bump github/codeql-action from 3.23.2 to 3.24.6 (dependabot\[bot]) [#​51942](https://togithub.com/nodejs/node/pull/51942) - \[[`78f38a0143`](https://togithub.com/nodejs/node/commit/78f38a0143)] - **meta**: bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot\[bot]) [#​51941](https://togithub.com/nodejs/node/pull/51941) - \[[`42ca5452c4`](https://togithub.com/nodejs/node/commit/42ca5452c4)] - **meta**: bump codecov/codecov-action from 4.0.1 to 4.1.0 (dependabot\[bot]) [#​51940](https://togithub.com/nodejs/node/pull/51940) - \[[`015a157375`](https://togithub.com/nodejs/node/commit/015a157375)] - **meta**: bump actions/cache from 4.0.0 to 4.0.1 (dependabot\[bot]) [#​51939](https://togithub.com/nodejs/node/pull/51939) - \[[`e476cb4a32`](https://togithub.com/nodejs/node/commit/e476cb4a32)] - **meta**: bump actions/download-artifact from 4.1.1 to 4.1.3 (dependabot\[bot]) [#​51938](https://togithub.com/nodejs/node/pull/51938) - \[[`67e8001790`](https://togithub.com/nodejs/node/commit/67e8001790)] - **meta**: bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot\[bot]) [#​51937](https://togithub.com/nodejs/node/pull/51937) - \[[`50343636e8`](https://togithub.com/nodejs/node/commit/50343636e8)] - **src**: fix --disable-single-executable-application (Joyee Cheung) [#​51808](https://togithub.com/nodejs/node/pull/51808) - \[[`a48c9ca0db`](https://togithub.com/nodejs/node/commit/a48c9ca0db)] - **stream**: do not defer construction by one microtick (Matteo Collina) [#​52005](https://togithub.com/nodejs/node/pull/52005) - \[[`bee3b364f9`](https://togithub.com/nodejs/node/commit/bee3b364f9)] - **test**: add regression test for test_runner after hook (Colin Ihrig) [#​51998](https://togithub.com/nodejs/node/pull/51998) - \[[`fff7f48f50`](https://togithub.com/nodejs/node/commit/fff7f48f50)] - **test**: reduce flakiness of `test-runner-output` (Antoine du Hamel) [#​51952](https://togithub.com/nodejs/node/pull/51952) - \[[`57ba8f5acb`](https://togithub.com/nodejs/node/commit/57ba8f5acb)] - **test**: fix flaky http-chunk-extensions-limit test (Ethan Arrowood) [#​51943](https://togithub.com/nodejs/node/pull/51943) - \[[`9d2c03990a`](https://togithub.com/nodejs/node/commit/9d2c03990a)] - **test**: remove flaky designation (Luigi Pinca) [#​51736](https://togithub.com/nodejs/node/pull/51736) - \[[`e992af81d3`](https://togithub.com/nodejs/node/commit/e992af81d3)] - **test**: skip SEA tests when SEA generation fails (Joyee Cheung) [#​51887](https://togithub.com/nodejs/node/pull/51887) - \[[`85aa6ca850`](https://togithub.com/nodejs/node/commit/85aa6ca850)] - ***Revert*** "**test_runner**: do not invoke after hook when test is empty" (Colin Ihrig) [#​51998](https://togithub.com/nodejs/node/pull/51998) ### [`v21.7.0`](https://togithub.com/nodejs/node/releases/tag/v21.7.0): 2024-03-06, Version 21.7.0 (Current), @​RafaelGSS prepared by @​marco-ippolito [Compare Source](https://togithub.com/nodejs/node/compare/v21.6.2...v21.7.0) ##### Text Styling - `util.styleText(format, text)`: This function returns a formatted text considering the `format` passed. A new API has been created to format text based on `util.inspect.colors`, enabling you to style text in different colors (such as red, blue, ...) and emphasis (italic, bold, ...). ```cjs const { styleText } = require('node:util'); const errorMessage = styleText('red', 'Error! Error!'); console.log(errorMessage); ``` Contributed by Rafael Gonzaga and Hemanth HM in [#​51850](https://togithub.com/nodejs/node/pull/51850). ##### Loading and parsing environment variables - `process.loadEnvFile(path)`: - Use this function to load the `.env` file. If no path is specified, it automatically loads the .env file in the current directory. Example: `process.loadEnvFile()`. - Load a specific .env file by specifying its path. Example: `process.loadEnvFile('./development.env')`. - `util.parseEnv(content)`: - Use this function to parse an existing string containing environment variable assignments. - Example usage: `require('node:util').parseEnv('HELLO=world')`. Contributed by Yagiz Nizipli in [#​51476](https://togithub.com/nodejs/node/pull/51476) ##### Support for multi-line values for `.env` file Node.js 21.7.0 will now support multi-line values in the .env file: ```text MULTI_LINE="HELLO WORLD" ``` Contributed by Ilyas Shabi [#​51289](https://togithub.com/nodejs/node/pull/51289) ##### sea: support embedding assets Users can now include assets by adding a key-path dictionary to the configuration as the `assets` field. At build time, Node.js would read the assets from the specified paths and bundle them into the preparation blob. In the generated executable, users can retrieve the assets using the `sea.getAsset()` and `sea.getAssetAsBlob()` API. ```json { "main": "/path/to/bundled/script.js", "output": "/path/to/write/the/generated/blob.blob", "assets": { "a.jpg": "/path/to/a.jpg", "b.txt": "/path/to/b.txt" } } ``` The single-executable application can access the assets as follows: ```cjs const { getAsset } = require('node:sea'); // Returns a copy of the data in an ArrayBuffer const image = getAsset('a.jpg'); // Returns a string decoded from the asset as UTF8. const text = getAsset('b.txt', 'utf8'); // Returns a Blob containing the asset without copying. const blob = getAssetAsBlob('a.jpg'); ``` Contributed by Joyee Cheung in [#​50960](https://togithub.com/nodejs/node/pull/50960) ##### vm: support using the default loader to handle dynamic import() This patch adds support for using `vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER` as the `importModuleDynamically` option in all vm APIs that take this option except `vm.SourceTextModule`. This allows users to have a shortcut to support dynamic `import()` in the compiled code without missing the compilation cache if they don't need customization of the loading process. We emit an experimental warning when the `import()` is actually handled by the default loader through this option instead of requiring `--experimental-vm-modules`. ```js const { Script, constants } = require('node:vm'); const { resolve } = require('node:path'); const { writeFileSync } = require('node:fs'); // Write test.js and test.txt to the directory where the current script // being run is located. writeFileSync(resolve(__dirname, 'test.mjs'), 'export const filename = "./test.json";'); writeFileSync(resolve(__dirname, 'test.json'), '{"hello": "world"}'); // Compile a script that loads test.mjs and then test.json // as if the script is placed in the same directory. const script = new Script( `(async function() { const { filename } = await import('./test.mjs'); return import(filename, { with: { type: 'json' } }) })();`, { filename: resolve(__dirname, 'test-with-default.js'), importModuleDynamically: constants.USE_MAIN_CONTEXT_DEFAULT_LOADER, }); // { default: { hello: 'world' } } script.runInThisContext().then(console.log); ``` Contributed by Joyee Cheung in [#​51244](https://togithub.com/nodejs/node/pull/51244) ##### crypto: implement crypto.hash() This patch introduces a helper crypto.hash() that computes a digest from the input at one shot. This can be 1.2-2x faster than the object-based createHash() for smaller inputs (<= 5MB) that are readily available (not streamed) and incur less memory overhead since no intermediate objects will be created. ```js const crypto = require('node:crypto'); // Hashing a string and return the result as a hex-encoded string. const string = 'Node.js'; // 10b3493287f831e81a438811a1ffba01f8cec4b7 console.log(crypto.hash('sha1', string)); ``` Contributed by Joyee Cheung in [#​51044](https://togithub.com/nodejs/node/pull/51044) ##### Other Notable Changes - \[[`8ae0eeb7f4`](https://togithub.com/nodejs/node/commit/8ae0eeb7f4)] - **(SEMVER-MINOR)** **build**: build opt to set local location of headers (Michael Dawson) [#​51525](https://togithub.com/nodejs/node/pull/51525) - \[[`496776cc78`](https://togithub.com/nodejs/node/commit/496776cc78)] - **crypto**: update root certificates to NSS 3.98 (Node.js GitHub Bot) [#​51794](https://togithub.com/nodejs/node/pull/51794) - \[[`a8c9e6f7e9`](https://togithub.com/nodejs/node/commit/a8c9e6f7e9)] - **doc**: add zcbenz to collaborators (Cheng Zhao) [#​51812](https://togithub.com/nodejs/node/pull/51812) - \[[`adbf2d3837`](https://togithub.com/nodejs/node/commit/adbf2d3837)] - **doc**: add lemire to collaborators (Daniel Lemire) [#​51572](https://togithub.com/nodejs/node/pull/51572) - \[[`4b1c6839f4`](https://togithub.com/nodejs/node/commit/4b1c6839f4)] - **(SEMVER-MINOR)** **http2**: add h2 compat support for appendHeader (Tim Perry) [#​51412](https://togithub.com/nodejs/node/pull/51412) - \[[`d8aa2bac0b`](https://togithub.com/nodejs/node/commit/d8aa2bac0b)] - **(SEMVER-MINOR)** **http2**: add server handshake utility (snek) [#​51172](https://togithub.com/nodejs/node/pull/51172) - \[[`b9275d9039`](https://togithub.com/nodejs/node/commit/b9275d9039)] - **(SEMVER-MINOR)** **http2**: receive customsettings (Marten Richter) [#​51323](https://togithub.com/nodejs/node/pull/51323) - \[[`5a2d2daad5`](https://togithub.com/nodejs/node/commit/5a2d2daad5)] - **(SEMVER-MINOR)** **lib**: move encodingsMap to internal/util (Joyee Cheung) [#​51044](https://togithub.com/nodejs/node/pull/51044) - \[[`e8d9065262`](https://togithub.com/nodejs/node/commit/e8d9065262)] - **(SEMVER-MINOR)** **sea**: support sea.getRawAsset() (Joyee Cheung) [#​50960](https://togithub.com/nodejs/node/pull/50960) - \[[`47186fbad5`](https://togithub.com/nodejs/node/commit/47186fbad5)] - **(SEMVER-MINOR)** **src**: print string content better in BlobDeserializer (Joyee Cheung) [#​50960](https://togithub.com/nodejs/node/pull/50960) - \[[`119e045053`](https://togithub.com/nodejs/node/commit/119e045053)] - **(SEMVER-MINOR)** **src**: do not coerce dotenv paths (Tobias Nießen) [#​51425](https://togithub.com/nodejs/node/pull/51425) - \[[`9ab353af00`](https://togithub.com/nodejs/node/commit/9ab353af00)] - **(SEMVER-MINOR)** **stream**: implement `min` option for `ReadableStreamBYOBReader.read` (Mattias Buelens) [#​50888](https://togithub.com/nodejs/node/pull/50888) ##### Commits - \[[`4ddb9b33d5`](https://togithub.com/nodejs/node/commit/4ddb9b33d5)] - **async_hooks,inspector**: implement inspector api without async_wrap (Gabriel Bota) [#​51501](https://togithub.com/nodejs/node/pull/51501) - \[[`7e06c11f55`](https://togithub.com/nodejs/node/commit/7e06c11f55)] - **benchmark**: update iterations of assert/deepequal-typedarrays.js (Lei Shi) [#​51419](https://togithub.com/nodejs/node/pull/51419) - \[[`72be232006`](https://togithub.com/nodejs/node/commit/72be232006)] - **benchmark**: update iterations of benchmark/assert/deepequal-map.js (Lei Shi) [#​51416](https://togithub.com/nodejs/node/pull/51416) - \[[`92e7c310cb`](https://togithub.com/nodejs/node/commit/92e7c310cb)] - **benchmark**: rename startup.js to startup-core.js (Joyee Cheung) [#​51669](https://togithub.com/nodejs/node/pull/51669) - \[[`c9ada533a2`](https://togithub.com/nodejs/node/commit/c9ada533a2)] - **build**: remove `librt` libs link for Android compatibility (BuShe Pie) [#​51632](https://togithub.com/nodejs/node/pull/51632) - \[[`86ac787889`](https://togithub.com/nodejs/node/commit/86ac787889)] - **build**: do not rely on gn_helpers in GN build (Cheng Zhao) [#​51439](https://togithub.com/nodejs/node/pull/51439) - \[[`9be6b7ccf0`](https://togithub.com/nodejs/node/commit/9be6b7ccf0)] - **build**: fix warning in cares under GN build (Cheng Zhao) [#​51687](https://togithub.com/nodejs/node/pull/51687) - \[[`d1a8c2e989`](https://togithub.com/nodejs/node/commit/d1a8c2e989)] - **build**: fix building js2c with GN (Cheng Zhao) [#​51818](https://togithub.com/nodejs/node/pull/51818) - \[[`9840715dc0`](https://togithub.com/nodejs/node/commit/9840715dc0)] - **build**: encode non-ASCII Latin1 characters as one byte in JS2C (Joyee Cheung) [#​51605](https://togithub.com/nodejs/node/pull/51605) - \[[`8ae0eeb7f4`](https://togithub.com/nodejs/node/commit/8ae0eeb7f4)] - **(SEMVER-MINOR)** **build**: build opt to set local location of headers (Michael Dawson) [#​51525](https://togithub.com/nodejs/node/pull/51525) - \[[`1999719877`](https://togithub.com/nodejs/node/commit/1999719877)] - **build**: use macOS m1 machines for testing (Yagiz Nizipli) [#​51620](https://togithub.com/nodejs/node/pull/51620) - \[[`85f63f3d7d`](https://togithub.com/nodejs/node/commit/85f63f3d7d)] - **build**: check before removing %config% link (liudonghua) [#​51437](https://togithub.com/nodejs/node/pull/51437) - \[[`cc37959232`](https://togithub.com/nodejs/node/commit/cc37959232)] - **build**: increase parallel executions in github (Yagiz Nizipli) [#​51554](https://togithub.com/nodejs/node/pull/51554) - \[[`2921d55121`](https://togithub.com/nodejs/node/commit/2921d55121)] - **build**: remove copyright header in node.gni (Cheng Zhao) [#​51535](https://togithub.com/nodejs/node/pull/51535) - \[[`9da0926396`](https://togithub.com/nodejs/node/commit/9da0926396)] - **build**: update GN build files for ngtcp2 (Cheng Zhao) [#​51313](https://togithub.com/nodejs/node/pull/51313) - \[[`59117317f3`](https://togithub.com/nodejs/node/commit/59117317f3)] - **build,tools**: make addons tests work with GN (Cheng Zhao) [#​50737](https://togithub.com/nodejs/node/pull/50737) - \[[`78c226281c`](https://togithub.com/nodejs/node/commit/78c226281c)] - **(SEMVER-MINOR)** **crypto**: implement crypto.hash() (Joyee Cheung) [#​51044](https://togithub.com/nodejs/node/pull/51044) - \[[`496776cc78`](https://togithub.com/nodejs/node/commit/496776cc78)] - **crypto**: update root certificates to NSS 3.98 (Node.js GitHub Bot) [#​51794](https://togithub.com/nodejs/node/pull/51794) - \[[`17c554f1ca`](https://togithub.com/nodejs/node/commit/17c554f1ca)] - **crypto**: use EVP_MD_fetch and cache EVP_MD for hashes (Joyee Cheung) [#​51034](https://togithub.com/nodejs/node/pull/51034) - \[[`014cc53541`](https://togithub.com/nodejs/node/commit/014cc53541)] - **deps**: upgrade npm to 10.5.0 (npm team) [#​51913](https://togithub.com/nodejs/node/pull/51913) - \[[`4ebb944800`](https://togithub.com/nodejs/node/commit/4ebb944800)] - **deps**: update undici to 6.6.2 (Michaël Zasso) [#​51667](https://togithub.com/nodejs/node/pull/51667) - \[[`3b29dff0ed`](https://togithub.com/nodejs/node/commit/3b29dff0ed)] - **deps**: update ngtcp2 to 1.3.0 (Node.js GitHub Bot) [#​51796](https://togithub.com/nodejs/node/pull/51796) - \[[`28c0ffb363`](https://togithub.com/nodejs/node/commit/28c0ffb363)] - **deps**: update simdjson to 3.7.0 (Daniel Lemire) [#​51859](https://togithub.com/nodejs/node/pull/51859) - \[[`58b1403693`](https://togithub.com/nodejs/node/commit/58b1403693)] - **deps**: update corepack to 0.25.2 (Node.js GitHub Bot) [#​51810](https://togithub.com/nodejs/node/pull/51810) - \[[`c7083720cc`](https://togithub.com/nodejs/node/commit/c7083720cc)] - **deps**: update c-ares to 1.27.0 (Node.js GitHub Bot) [#​51846](https://togithub.com/nodejs/node/pull/51846) - \[[`6d2699d40b`](https://togithub.com/nodejs/node/commit/6d2699d40b)] - **deps**: update timezone to 2024a (Michaël Zasso) [#​51723](https://togithub.com/nodejs/node/pull/51723) - \[[`8d2222714d`](https://togithub.com/nodejs/node/commit/8d2222714d)] - **deps**: update icu to 74.2 (Michaël Zasso) [#​51723](https://togithub.com/nodejs/node/pull/51723) - \[[`c3dbd7cccd`](https://togithub.com/nodejs/node/commit/c3dbd7cccd)] - **deps**: update c-ares to 1.26.0 (Node.js GitHub Bot) [#​51582](https://togithub.com/nodejs/node/pull/51582) - \[[`dfc3811056`](https://togithub.com/nodejs/node/commit/dfc3811056)] - **deps**: update googletest to [`6a59382`](https://togithub.com/nodejs/node/commit/6a59382) (Node.js GitHub Bot) [#​51580](https://togithub.com/nodejs/node/pull/51580) - \[[`8235c2676e`](https://togithub.com/nodejs/node/commit/8235c2676e)] - **deps**: update nghttp2 to 1.59.0 (Node.js GitHub Bot) [#​51581](https://togithub.com/nodejs/node/pull/51581) - \[[`2ad665e24f`](https://togithub.com/nodejs/node/commit/2ad665e24f)] - **deps**: V8: cherry-pick [`efb1133`](https://togithub.com/nodejs/node/commit/efb1133eb894) (Joyee Cheung) [#​51551](https://togithub.com/nodejs/node/pull/51551) - \[[`e5db8d416f`](https://togithub.com/nodejs/node/commit/e5db8d416f)] - **deps**: update corepack to 0.24.1 (Node.js GitHub Bot) [#​51459](https://togithub.com/nodejs/node/pull/51459) - \[[`fe597de72e`](https://togithub.com/nodejs/node/commit/fe597de72e)] - **deps**: update ada to 2.7.6 (Node.js GitHub Bot) [#​51542](https://togithub.com/nodejs/node/pull/51542) - \[[`5aca6f54f9`](https://togithub.com/nodejs/node/commit/5aca6f54f9)] - **deps**: update ada to 2.7.5 (Node.js GitHub Bot) [#​51542](https://togithub.com/nodejs/node/pull/51542) - \[[`8f63f6ff57`](https://togithub.com/nodejs/node/commit/8f63f6ff57)] - **deps**: update ngtcp2 to 1.2.0 (Node.js GitHub Bot) [#​51584](https://togithub.com/nodejs/node/pull/51584) - \[[`a04aa36ce8`](https://togithub.com/nodejs/node/commit/a04aa36ce8)] - **deps**: update googletest to [`7c07a86`](https://togithub.com/nodejs/node/commit/7c07a86) (Node.js GitHub Bot) [#​51458](https://togithub.com/nodejs/node/pull/51458) - \[[`4b1d25b68d`](https://togithub.com/nodejs/node/commit/4b1d25b68d)] - **deps**: update ngtcp2 to 1.1.0 (Node.js GitHub Bot) [#​51319](https://togithub.com/nodejs/node/pull/51319) - \[[`682f4f67b0`](https://togithub.com/nodejs/node/commit/682f4f67b0)] - **deps**: update acorn-walk to 8.3.2 (Node.js GitHub Bot) [#​51457](https://togithub.com/nodejs/node/pull/51457) - \[[`365a9dc2cb`](https://togithub.com/nodejs/node/commit/365a9dc2cb)] - **deps**: update timezone to 2023d (Node.js GitHub Bot) [#​51461](https://togithub.com/nodejs/node/pull/51461) - \[[`40e8b362a2`](https://togithub.com/nodejs/node/commit/40e8b362a2)] - **deps**: update base64 to 0.5.2 (Node.js GitHub Bot) [#​51455](https://togithub.com/nodejs/node/pull/51455) - \[[`139a626264`](https://togithub.com/nodejs/node/commit/139a626264)] - **deps**: compile c-ares with C11 support (Michaël Zasso) [#​51410](https://togithub.com/nodejs/node/pull/51410) - \[[`1cc37c4355`](https://togithub.com/nodejs/node/commit/1cc37c4355)] - **deps**: upgrade npm to 10.3.0 (npm team) [#​51431](https://togithub.com/nodejs/node/pull/51431) - \[[`942e10f5b5`](https://togithub.com/nodejs/node/commit/942e10f5b5)] - **deps**: update c-ares to 1.25.0 (Node.js GitHub Bot) [#​51385](https://togithub.com/nodejs/node/pull/51385) - \[[`17cb4af5a9`](https://togithub.com/nodejs/node/commit/17cb4af5a9)] - **deps**: update uvwasi to 0.0.20 and fixup tests (Michael Dawson) [#​51355](https://togithub.com/nodejs/node/pull/51355) - \[[`76582e434c`](https://togithub.com/nodejs/node/commit/76582e434c)] - **deps**: add nghttp3/\*\*/.deps to .gitignore (Luigi Pinca) [#​51400](https://togithub.com/nodejs/node/pull/51400) - \[[`4a889e8ea3`](https://togithub.com/nodejs/node/commit/4a889e8ea3)] - **doc**: add stability index to crypto.hash() (Joyee Cheung) [#​51978](https://togithub.com/nodejs/node/pull/51978) - \[[`3fdaeba9e6`](https://togithub.com/nodejs/node/commit/3fdaeba9e6)] - **doc**: remove redundant backquote which breaks sentence (JounQin) [#​51904](https://togithub.com/nodejs/node/pull/51904) - \[[`58747734a2`](https://togithub.com/nodejs/node/commit/58747734a2)] - **doc**: update node-api/node-addon-api team link to sharing project news (Ulises Gascón) [#​51877](https://togithub.com/nodejs/node/pull/51877) - \[[`2cdfe35437`](https://togithub.com/nodejs/node/commit/2cdfe35437)] - **doc**: add website team to sharing project news (Ulises Gascón) [#​49002](https://togithub.com/nodejs/node/pull/49002) - \[[`db30428f06`](https://togithub.com/nodejs/node/commit/db30428f06)] - **doc**: update guide link for Event Loop (Shrujal Shah) [#​51874](https://togithub.com/nodejs/node/pull/51874) - \[[`a5a17a18e3`](https://togithub.com/nodejs/node/commit/a5a17a18e3)] - **doc**: change `ExperimentalWarnings` to `ExperimentalWarning` (Ameet Kaustav) [#​51741](https://togithub.com/nodejs/node/pull/51741) - \[[`32d92aca1f`](https://togithub.com/nodejs/node/commit/32d92aca1f)] - **doc**: add Paolo to TSC members (Michael Dawson) [#​51825](https://togithub.com/nodejs/node/pull/51825) - \[[`2de1e85268`](https://togithub.com/nodejs/node/commit/2de1e85268)] - **doc**: reserve 123 for Electron 30 (Keeley Hammond) [#​51803](https://togithub.com/nodejs/node/pull/51803) - \[[`ad8cefcbf1`](https://togithub.com/nodejs/node/commit/ad8cefcbf1)] - **doc**: add mention to GPG_TTY (Rafael Gonzaga) [#​51806](https://togithub.com/nodejs/node/pull/51806) - \[[`a8c9e6f7e9`](https://togithub.com/nodejs/node/commit/a8c9e6f7e9)] - **doc**: add zcbenz to collaborators (Cheng Zhao) [#​51812](https://togithub.com/nodejs/node/pull/51812) - \[[`4e0c79bea9`](https://togithub.com/nodejs/node/commit/4e0c79bea9)] - **doc**: add entry to stewards (Rafael Gonzaga) [#​51760](https://togithub.com/nodejs/node/pull/51760) - \[[`7fa30812ea`](https://togithub.com/nodejs/node/commit/7fa30812ea)] - **doc**: update technical priorities for 2023 (Jean Burellier) [#​47523](https://togithub.com/nodejs/node/pull/47523) - \[[`af6b5b1722`](https://togithub.com/nodejs/node/commit/af6b5b1722)] - **doc**: mark isWebAssemblyCompiledModule eol (Marco Ippolito) [#​51442](https://togithub.com/nodejs/node/pull/51442) - \[[`a62f69ecad`](https://togithub.com/nodejs/node/commit/a62f69ecad)] - **doc**: fix `globals.md` introduction (Antoine du Hamel) [#​51742](https://togithub.com/nodejs/node/pull/51742) - \[[`519dc8aad6`](https://togithub.com/nodejs/node/commit/519dc8aad6)] - **doc**: updates for better json generating (Dmitry Semigradsky) [#​51592](https://togithub.com/nodejs/node/pull/51592) - \[[`1b45ca4e38`](https://togithub.com/nodejs/node/commit/1b45ca4e38)] - **doc**: document the GN build (Cheng Zhao) [#​51676](https://togithub.com/nodejs/node/pull/51676) - \[[`37182c4c1f`](https://togithub.com/nodejs/node/commit/37182c4c1f)] - **doc**: fix uncaught exception example (Gabriel Schulhof) [#​51638](https://togithub.com/nodejs/node/pull/51638) - \[[`c9be260b7d`](https://togithub.com/nodejs/node/commit/c9be260b7d)] - **doc**: clarify execution of `after` hook on test suite completion (Ognjen Jevremović) [#​51523](https://togithub.com/nodejs/node/pull/51523) - \[[`8c0a257021`](https://togithub.com/nodejs/node/commit/8c0a257021)] - **doc**: fix `dns.lookup` and `dnsPromises.lookup` description (Duncan Chiu) [#​51517](https://togithub.com/nodejs/node/pull/51517) - \[[`177e13cb0d`](https://togithub.com/nodejs/node/commit/177e13cb0d)] - **doc**: note that path.normalize deviates from POSIX (Tobias Nießen) [#​51513](https://togithub.com/nodejs/node/pull/51513) - \[[`adbf2d3837`](https://togithub.com/nodejs/node/commit/adbf2d3837)] - **doc**: add lemire to collaborators (Daniel Lemire) [#​51572](https://togithub.com/nodejs/node/pull/51572) - \[[`fd2a3cef57`](https://togithub.com/nodejs/node/commit/fd2a3cef57)] - **doc**: fix historical experimental fetch flag (Kenrick) [#​51506](https://togithub.com/nodejs/node/pull/51506) - \[[`1d40a0067a`](https://togithub.com/nodejs/node/commit/1d40a0067a)] - **doc**: fix type of connectionAttempt parameter (Rafael Gonzaga) [#​51490](https://togithub.com/nodejs/node/pull/51490) - \[[`d3b78051ce`](https://togithub.com/nodejs/node/commit/d3b78051ce)] - **doc**: remove reference to resolved child_process v8 issue (Ian Kerins) [#​51467](https://togithub.com/nodejs/node/pull/51467) - \[[`2bf371886a`](https://togithub.com/nodejs/node/commit/2bf371886a)] - **doc**: update typos (Aranđel Šarenac) [#​51475](https://togithub.com/nodejs/node/pull/51475) - \[[`10f95283c6`](https://togithub.com/nodejs/node/commit/10f95283c6)] - **doc**: add notes on inspector breakpoints (Chengzhong Wu) [#​51417](https://togithub.com/nodejs/node/pull/51417) - \[[`4ea194ab33`](https://togithub.com/nodejs/node/commit/4ea194ab33)] - **doc**: add links in `offboarding.md` (Antoine du Hamel) [#​51440](https://togithub.com/nodejs/node/pull/51440) - \[[`fc5629616b`](https://togithub.com/nodejs/node/commit/fc5629616b)] - **doc**: fix spelling mistake (u9g) [#​51454](https://togithub.com/nodejs/node/pull/51454) - \[[`70e88cf159`](https://togithub.com/nodejs/node/commit/70e88cf159)] - **doc**: add check for security reverts (Michael Dawson) [#​51376](https://togithub.com/nodejs/node/pull/51376) - \[[`74d4e382a7`](https://togithub.com/nodejs/node/commit/74d4e382a7)] - **doc**: fix some policy scope typos (Tim Kuijsten) [#​51234](https://togithub.com/nodejs/node/pull/51234) - \[[`d7658ca6a2`](https://togithub.com/nodejs/node/commit/d7658ca6a2)] - **doc**: improve subtests documentation (Marco Ippolito) [#​51379](https://togithub.com/nodejs/node/pull/51379) - \[[`c18a813638`](https://togithub.com/nodejs/node/commit/c18a813638)] - **doc**: add missing word in `child_process.md` (Joseph Joy) [#​50370](https://togithub.com/nodejs/node/pull/50370) - \[[`fabd5c4b21`](https://togithub.com/nodejs/node/commit/fabd5c4b21)] - **doc**: fixup alignment of warning subsection (James M Snell) [#​51374](https://togithub.com/nodejs/node/pull/51374) - \[[`80c750c8c1`](https://togithub.com/nodejs/node/commit/80c750c8c1)] - **doc,crypto**: further clarify RSA_PKCS1\_PADDING support (Tobias Nießen) [#​51799](https://togithub.com/nodejs/node/pull/51799) - \[[`b53919d988`](https://togithub.com/nodejs/node/commit/b53919d988)] - **doc,crypto**: add changelog and note about disabled RSA_PKCS1\_PADDING (Filip Skokan) [#​51782](https://togithub.com/nodejs/node/pull/51782) - \[[`08832e76d3`](https://togithub.com/nodejs/node/commit/08832e76d3)] - **esm**: improve error when calling `import.meta.resolve` from `data:` URL (Antoine du Hamel) [#​49516](https://togithub.com/nodejs/node/pull/49516) - \[[`78f818069a`](https://togithub.com/nodejs/node/commit/78f818069a)] - **events**: no stopPropagation call in cancelBubble (mert.altin) [#​50405](https://togithub.com/nodejs/node/pull/50405) - \[[`f130a33438`](https://togithub.com/nodejs/node/commit/f130a33438)] - ***Revert*** "**fs**: remove workaround for `esm` package" (Jeremy Meng) [#​50907](https://togithub.com/nodejs/node/pull/50907) - \[[`5a8af3d362`](https://togithub.com/nodejs/node/commit/5a8af3d362)] - **fs**: load rimraf lazily in fs/promises (Joyee Cheung) [#​51617](https://togithub.com/nodejs/node/pull/51617) - \[[`15a7f2103b`](https://togithub.com/nodejs/node/commit/15a7f2103b)] - **fs**: remove race condition for recursive watch on Linux (Matteo Collina) [#​51406](https://togithub.com/nodejs/node/pull/51406) - \[[`d8bb4b2c1e`](https://togithub.com/nodejs/node/commit/d8bb4b2c1e)] - **fs**: update jsdoc for `filehandle.createWriteStream` and `appendFile` (Jungku Lee) [#​51494](https://togithub.com/nodejs/node/pull/51494) - \[[`e8fffebdd3`](https://togithub.com/nodejs/node/commit/e8fffebdd3)] - **fs,test**: add URL to string to fs.watch (Rafael Gonzaga) [#​51346](https://togithub.com/nodejs/node/pull/51346) - \[[`ec17fd73cc`](https://togithub.com/nodejs/node/commit/ec17fd73cc)] - **http**: fix `close` return value mismatch between doc and implementation (kylo5aby) [#​51797](https://togithub.com/nodejs/node/pull/51797) - \[[`b8e7a87aa9`](https://togithub.com/nodejs/node/commit/b8e7a87aa9)] - **http**: split set-cookie when using setHeaders (Marco Ippolito) [#​51649](https://togithub.com/nodejs/node/pull/51649) - \[[`682951af60`](https://togithub.com/nodejs/node/commit/682951af60)] - **http2**: close idle connections when allowHTTP1 is true (xsbchen) [#​51569](https://togithub.com/nodejs/node/pull/51569) - \[[`4b1c6839f4`](https://togithub.com/nodejs/node/commit/4b1c6839f4)] - **(SEMVER-MINOR)** **http2**: add h2 compat support for appendHeader (Tim Perry) [#​51412](https://togithub.com/nodejs/node/pull/51412) - \[[`d8aa2bac0b`](https://togithub.com/nodejs/node/commit/d8aa2bac0b)] - **(SEMVER-MINOR)** **http2**: add server handshake utility (snek) [#​51172](https://togithub.com/nodejs/node/pull/51172) - \[[`b9275d9039`](https://togithub.com/nodejs/node/commit/b9275d9039)] - **(SEMVER-MINOR)** **http2**: receive customsettings (Marten Richter) [#​51323](https://togithub.com/nodejs/node/pull/51323) - \[[`58e2015a03`](https://togithub.com/nodejs/node/commit/58e2015a03)] - **inspector**: add NodeRuntime.waitingForDebugger event (mary marchini) [#​51560](https://togithub.com/nodejs/node/pull/51560) - \[[`af32d433ee`](https://togithub.com/nodejs/node/commit/af32d433ee)] - **lib**: account for cwd access from snapshot serialization cb (Anna Henningsen) [#​51901](https://togithub.com/nodejs/node/pull/51901) - \[[`1edbc7d353`](https://togithub.com/nodejs/node/commit/1edbc7d353)] - **lib**: fix http client socket path (theanarkh) [#​51900](https://togithub.com/nodejs/node/pull/51900) - \[[`4dfc9e092e`](https://togithub.com/nodejs/node/commit/4dfc9e092e)] - **lib**: only build the ESM facade for builtins when they are needed (Joyee Cheung) [#​51669](https://togithub.com/nodejs/node/pull/51669) - \[[`5a2d2daad5`](https://togithub.com/nodejs/node/commit/5a2d2daad5)] - **(SEMVER-MINOR)** **lib**: move encodingsMap to internal/util (Joyee Cheung) [#​51044](https://togithub.com/nodejs/node/pull/51044) - \[[`eb1089ab17`](https://togithub.com/nodejs/node/commit/eb1089ab17)] - **lib**: do not access process.noDeprecation at build time (Joyee Cheung) [#​51447](https://togithub.com/nodejs/node/pull/51447) - \[[`614ca327c8`](https://togithub.com/nodejs/node/commit/614ca327c8)] - **lib**: add assertion for user ESM execution (Joyee Cheung) [#​51748](https://togithub.com/nodejs/node/pull/51748) - \[[`77ae03f723`](https://togithub.com/nodejs/node/commit/77ae03f723)] - **lib**: create global console properties at snapshot build time (Joyee Cheung) [#​51700](https://togithub.com/nodejs/node/pull/51700) - \[[`7f698f064e`](https://togithub.com/nodejs/node/commit/7f698f064e)] - **lib**: define FormData and fetch etc. in the built-in snapshot (Joyee Cheung) [#​51598](https://togithub.com/nodejs/node/pull/51598) - \[[`4b583bfcc5`](https://togithub.com/nodejs/node/commit/4b583bfcc5)] - **lib**: allow checking the test result from afterEach (Tim Stableford) [#​51485](https://togithub.com/nodejs/node/pull/51485) - \[[`ec60639cc0`](https://togithub.com/nodejs/node/commit/ec60639cc0)] - **lib**: remove unnecessary refreshHrtimeBuffer() (Joyee Cheung) [#​51446](https://togithub.com/nodejs/node/pull/51446) - \[[`8dc3f91eb4`](https://togithub.com/nodejs/node/commit/8dc3f91eb4)] - **lib,src**: extract sourceMappingURL from module (unbyte) [#​51690](https://togithub.com/nodejs/node/pull/51690) - \[[`84c71fa895`](https://togithub.com/nodejs/node/commit/84c71fa895)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#​51726](https://togithub.com/nodejs/node/pull/51726) - \[[`e5c52a2a6b`](https://togithub.com/nodejs/node/commit/e5c52a2a6b)] - **meta**: bump codecov/codecov-action from 3.1.4 to 4.0.1 (dependabot\[bot]) [#​51648](https://togithub.com/nodejs/node/pull/51648) - \[[`16aa6e5341`](https://togithub.com/nodejs/node/commit/16aa6e5341)] - **meta**: bump actions/download-artifact from 4.1.0 to 4.1.1 (dependabot\[bot]) [#​51644](https://togithub.com/nodejs/node/pull/51644) - \[[`97825603ae`](https://togithub.com/nodejs/node/commit/97825603ae)] - **meta**: bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot\[bot]) [#​51643](https://togithub.com/nodejs/node/pull/51643) - \[[`51f0d80876`](https://togithub.com/nodejs/node/commit/51f0d80876)] - **meta**: bump step-security/harden-runner from 2.6.1 to 2.7.0 (dependabot\[bot]) [#​51641](https://togithub.com/nodejs/node/pull/51641) - \[[`97e3cb5844`](https://togithub.com/nodejs/node/commit/97e3cb5844)] - **meta**: bump actions/cache from 3.3.2 to 4.0.0 (dependabot\[bot]) [#​51640](https://togithub.com/nodejs/node/pull/51640) - \[[`dcf5f28d68`](https://togithub.com/nodejs/node/commit/dcf5f28d68)] - **meta**: bump github/codeql-action from 3.22.12 to 3.23.2 (dependabot\[bot]) [#​51639](https://togithub.com/nodejs/node/pull/51639) - \[[`c4a28b2211`](https://togithub.com/nodejs/node/commit/c4a28b2211)] - **meta**: add .mailmap entry for lemire (Daniel Lemire) [#​51600](https://togithub.com/nodejs/node/pull/51600) - \[[`dbf44744ba`](https://togithub.com/nodejs/node/commit/dbf44744ba)] - **meta**: mark security-wg codeowner for deps folder (Marco Ippolito) [#​51529](https://togithub.com/nodejs/node/pull/51529) - \[[`16fea71d08`](https://togithub.com/nodejs/node/commit/16fea71d08)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#​51468](https://togithub.com/nodejs/node/pull/51468) - \[[`015c4dcacf`](https://togithub.com/nodejs/node/commit/015c4dcacf)] - **meta**: move RaisinTen to emeritus and remove from strategic initiatives (Darshan Sen) [#​51411](https://togithub.com/nodejs/node/pull/51411) - \[[`e942dc1d0c`](https://togithub.com/nodejs/node/commit/e942dc1d0c)] - **meta**: add .temp and .lock tags to ignore (Rafael Gonzaga) [#​51343](https://togithub.com/nodejs/node/pull/51343) - \[[`595542e330`](https://togithub.com/nodejs/node/commit/595542e330)] - **meta**: bump actions/setup-python from 4.7.1 to 5.0.0 (dependabot\[bot]) [#​51335](https://togithub.com/nodejs/node/pull/51335) - \[[`6c3ba73d03`](https://togithub.com/nodejs/node/commit/6c3ba73d03)] - **meta**: bump actions/setup-node from 4.0.0 to 4.0.1 (dependabot\[bot]) [#​51334](https://togithub.com/nodejs/node/pull/51334) - \[[`e4f9f0a260`](https://togithub.com/nodejs/node/commit/e4f9f0a260)] - **meta**: bump github/codeql-action from 2.22.8 to 3.22.12 (dependabot\[bot]) [#​51333](https://togithub.com/nodejs/node/pull/51333) - \[[`77598c3a8e`](https://togithub.com/nodejs/node/commit/77598c3a8e)] - **meta**: bump actions/stale from 8.0.0 to 9.0.0 (dependabot\[bot]) [#​51332](https://togithub.com/nodejs/node/pull/51332) - \[[`22a11c32c0`](https://togithub.com/nodejs/node/commit/22a11c32c0)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#​51329](https://togithub.com/nodejs/node/pull/51329) - \[[`391aeb1996`](https://togithub.com/nodejs/node/commit/391aeb1996)] - **module**: fix crash when built-in module export a `default` key (Antoine du Hamel) [#​51481](https://togithub.com/nodejs/node/pull/51481) - \[[`615b0ae307`](https://togithub.com/nodejs/node/commit/615b0ae307)] - **module**: fix `--preserve-symlinks-main` (per4uk) [#​51312](https://togithub.com/nodejs/node/pull/51312) - \[[`c6cc3ed3b4`](https://togithub.com/nodejs/node/commit/c6cc3ed3b4)] - **net**: fix connect crash when call destroy in lookup handler (theanarkh) [#​51826](https://togithub.com/nodejs/node/pull/51826) - \[[`63e0ceb48f`](https://togithub.com/nodejs/node/commit/63e0ceb48f)] - **net**: fix example IPv4 in dns docs (Aras Abbasi) [#​51377](https://togithub.com/nodejs/node/pull/51377) - \[[`bc6f33d8d1`](https://togithub.com/nodejs/node/commit/bc6f33d8d1)] - **node-api**: make napi_get_buffer_info check if passed buffer is valid (Janrupf) [#​51571](https://togithub.com/nodejs/node/pull/51571) - \[[`5b94ff44ec`](https://togithub.com/nodejs/node/commit/5b94ff44ec)] - **node-api**: move NAPI_EXPERIMENTAL definition to gyp file (Gabriel Schulhof) [#​51254](https://togithub.com/nodejs/node/pull/51254) - \[[`66c11f31c3`](https://togithub.com/nodejs/node/commit/66c11f31c3)] - **node-api**: optimize napi_set_property for perf (Mert Can Altın) [#​50282](https://togithub.com/nodejs/node/pull/50282) - \[[`cb621863c6`](https://togithub.com/nodejs/node/commit/cb621863c6)] - **perf_hooks**: performance milestone time origin timestamp improvement (IlyasShabi) [#​51713](https://togithub.com/nodejs/node/pull/51713) - \[[`4d06d80675`](https://togithub.com/nodejs/node/commit/4d06d80675)] - **quic**: various additional cleanups, fixes in Endpoint (James M Snell) [#​51310](https://togithub.com/nodejs/node/pull/51310) - \[[`3e579ab2fd`](https://togithub.com/nodejs/node/commit/3e579ab2fd)] - **repl**: fix `NO_COLORS` env var is ignored (Moshe Atlow) [#​51568](https://togithub.com/nodejs/node/pull/51568) - \[[`7ceb6d6700`](https://togithub.com/nodejs/node/commit/7ceb6d6700)] - **sea**: update stability index (Joyee Cheung) [#​51774](https://togithub.com/nodejs/node/pull/51774) - \[[`e8d9065262`](https://togithub.com/nodejs/node/commit/e8d9065262)] - **(SEMVER-MINOR)** **sea**: support sea.getRawAsset() (Joyee Cheung) [#​50960](https://togithub.com/nodejs/node/pull/50960) - \[[`cea5295c16`](https://togithub.com/nodejs/node/commit/cea5295c16)] - **(SEMVER-MINOR)** **sea**: support embedding assets (Joyee Cheung) [#​50960](https://togithub.com/nodejs/node/pull/50960) - \[[`7543e774bd`](https://togithub.com/nodejs/node/commit/7543e774bd)] - **src**: simplify direct queries of env vars in C++ land (Joyee Cheung) [#​51829](https://togithub.com/nodejs/node/pull/51829) - \[[`8f10543c58`](https://togithub.com/nodejs/node/commit/8f10543c58)] - **src**: stop the profiler and the inspector before snapshot serialization (Joyee Cheung) [#​51815](https://togithub.com/nodejs/node/pull/51815) - \[[`ccc76bbfd7`](https://togithub.com/nodejs/node/commit/ccc76bbfd7)] - **src**: simplify embedder entry point execution (Joyee Cheung) [#​51557](https://togithub.com/nodejs/node/pull/51557) - \[[`0c41210865`](https://togithub.com/nodejs/node/commit/0c41210865)] - **src**: compile code eagerly in snapshot builder (Joyee Cheung) [#​51672](https://togithub.com/nodejs/node/pull/51672) - \[[`2a46dc7b86`](https://togithub.com/nodejs/node/commit/2a46dc7b86)] - **src**: check empty before accessing string (Cheng Zhao) [#​51665](https://togithub.com/nodejs/node/pull/51665) - \[[`47186fbad5`](https://togithub.com/nodejs/node/commit/47186fbad5)] - **(SEMVER-MINOR)** **src**: print string content better in BlobDeserializer (Joyee Cheung) [#​50960](https://togithub.com/nodejs/node/pull/50960) - \[[`6603d32ce3`](https://togithub.com/nodejs/node/commit/6603d32ce3)] - **src**: fix vm bug for configurable globalThis (F. Hinkelmann) [#​51602](https://togithub.com/nodejs/node/pull/51602) - \[[`c7912c3d5a`](https://togithub.com/nodejs/node/commit/c7912c3d5a)] - **(SEMVER-MINOR)** **src**: support multi-line values for .env file (IlyasShabi) [#​51289](https://togithub.com/nodejs/node/pull/51289) - \[[`b8ae5c27c6`](https://togithub.com/nodejs/node/commit/b8ae5c27c6)] - **(SEMVER-MINOR)** **src**: add `process.loadEnvFile` and `util.parseEnv` (Yagiz Nizipli) [#​51476](https://togithub.com/nodejs/node/pull/51476) - \[[`e3a63843f2`](https://togithub.com/nodejs/node/commit/e3a63843f2)] - **src**: terminate correctly double-quote in env variable (Marco Ippolito) [#​51510](https://togithub.com/nodejs/node/pull/51510) - \[[`119e045053`](https://togithub.com/nodejs/node/commit/119e045053)] - **(SEMVER-MINOR)** **src**: do not coerce dotenv paths (Tobias Nießen) [#​51425](https://togithub.com/nodejs/node/pull/51425) - \[[`b271cc5b16`](https://togithub.com/nodejs/node/commit/b271cc5b16)] - **src**: refactor `GetCreationContext` calls (Jungku Lee) [#​51367](https://togithub.com/nodejs/node/pull/51367) - \[[`36e42aa570`](https://togithub.com/nodejs/node/commit/36e42aa570)] - **src**: do not read string out of bounds (Cheng Zhao) [#​51358](https://togithub.com/nodejs/node/pull/51358) - \[[`8ea7d79082`](https://togithub.com/nodejs/node/commit/8ea7d79082)] - **src**: avoid shadowed string in fs_permission (Shelley Vohr) [#​51123](https://togithub.com/nodejs/node/pull/51123) - \[[`5b06af7814`](https://togithub.com/nodejs/node/commit/5b06af7814)] - **stream**: fix eventNames() to not return not defined events (IlyasShabi) [#​51331](https://togithub.com/nodejs/node/pull/51331) - \[[`438b7fd049`](https://togithub.com/nodejs/node/commit/438b7fd049)] - **stream**: fix cloned webstreams not being unref correctly (tsctx) [#​51526](https://togithub.com/nodejs/node/pull/51526) - \[[`9ab353af00`](https://togithub.com/nodejs/node/commit/9ab353af00)] - **(SEMVER-MINOR)** **stream**: implement `min` option for `ReadableStreamBYOBReader.read` (Mattias Buelens) [#​50888](https://togithub.com/nodejs/node/pull/50888) - \[[`17ab5ae570`](https://togithub.com/nodejs/node/commit/17ab5ae570)] - **test**: fix unreliable assumption in js-native-api/test_cannot_run_js (Joyee Cheung) [#​51898](https://togithub.com/nodejs/node/pull/51898) - \[[`e2c51385c7`](https://togithub.com/nodejs/node/commit/e2c51385c7)] - **test**: test surrogate pair filenames on windows (Mert Can Altın) [#​51800](https://togithub.com/nodejs/node/pull/51800) - \[[`049e5f5e8c`](https://togithub.com/nodejs/node/commit/049e5f5e8c)] - **test**: deflake test-http2-large-write-multiple-requests (Joyee Cheung) [#​51863](https://togithub.com/nodejs/node/pull/51863) - \[[`2bf03ee678`](https://togithub.com/nodejs/node/commit/2bf03ee678)] - **test**: fix test-debugger-profile for coverage generation (Joyee Cheung) [#​51816](https://togithub.com/nodejs/node/pull/51816) - \[[`d47a95f3b1`](https://togithub.com/nodejs/node/commit/d47a95f3b1)] - **test**: fix test-bootstrap-modules for coverage generation (Joyee Cheung) [#​51816](https://togithub.com/nodejs/node/pull/51816) - \[[`c0918f082f`](https://togithub.com/nodejs/node/commit/c0918f082f)] - **test**: ensure delay in recursive fs watch tests (Joyee Cheung) [#​51842](https://togithub.com/nodejs/node/pull/51842) - \[[`1f6551dda2`](https://togithub.com/nodejs/node/commit/1f6551dda2)] - **test**: fix test-child-process-fork-net (Joyee Cheung) [#​51841](https://togithub.com/nodejs/node/pull/51841) - \[[`f845a16c58`](https://togithub.com/nodejs/node/commit/f845a16c58)] - **test**: split wasi tests (Joyee Cheung) [#​51836](https://togithub.com/nodejs/node/pull/51836) - \[[`275cea0fdb`](https://togithub.com/nodejs/node/commit/275cea0fdb)] - **test**: mark test-wasi as flaky on Windows on ARM (Joyee Cheung) [#​51834](https://togithub.com/nodejs/node/pull/51834) - \[[`2fb620cd00`](https://togithub.com/nodejs/node/commit/2fb620cd00)] - **test**: remove test-fs-stat-bigint flaky designation (Luigi Pinca) [#​51735](https://togithub.com/nodejs/node/pull/51735) - \[[`b046712e86`](https://togithub.com/nodejs/node/commit/b046712e86)] - **test**: skip test-http-correct-hostname on loong64 (Shi Pujin) [#​51663](https://togithub.com/nodejs/node/pull/51663) - \[[`83f581d4c1`](https://togithub.com/nodejs/node/commit/83f581d4c1)] - **test**: increase platform timeout zlib-brotli-16gb (Rafael Gonzaga) [#​51792](https://togithub.com/nodejs/node/pull/51792) - \[[`ea08350c83`](https://togithub.com/nodejs/node/commit/ea08350c83)] - **test**: remove test-cli-node-options flaky designation (Luigi Pinca) [#​51716](https://togithub.com/nodejs/node/pull/51716) - \[[`9d3a014f67`](https://togithub.com/nodejs/node/commit/9d3a014f67)] - **test**: remove test-domain-error-types flaky designation (Luigi Pinca) [#​51717](https://togithub.com/nodejs/node/pull/51717) - \[[`d7563a5448`](https://togithub.com/nodejs/node/commit/d7563a5448)] - **test**: fix `internet/test-inspector-help-page` (Richard Lau) [#​51693](https://togithub.com/nodejs/node/pull/51693) - \[[`e9299255ca`](https://togithub.com/nodejs/node/commit/e9299255ca)] - **test**: remove duplicate entry for flaky test (Luigi Pinca) [#​51654](https://togithub.com/nodejs/node/pull/51654) - \[[`a8ac337250`](https://togithub.com/nodejs/node/commit/a8ac337250)] - **test**: remove test-crypto-keygen flaky designation (Luigi Pinca) [#​51567](https://togithub.com/nodejs/node/pull/51567) - \[[`c820166e4b`](https://togithub.com/nodejs/node/commit/c820166e4b)] - **test**: remove test-fs-rmdir-recursive flaky designation (Luigi Pinca) [#​51566](https://togithub.com/nodejs/node/pull/51566) -

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



Read more about the use of Renovate Bot within ocramius/* projects.

renovate[bot] commented 4 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.