codinglab-io / discord-bot

Discord bot for Codinglab's server.
https://discord.com/invite/codinglab-174169014568878080
MIT License
18 stars 14 forks source link

chore(deps): update all dependencies #142

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@keyv/redis 2.8.4 -> 2.8.5 age adoption passing confidence dependencies patch
@types/node (source) 20.12.7 -> 20.12.12 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.8.0 -> 7.9.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.8.0 -> 7.9.0 age adoption passing confidence devDependencies minor
change-case (source) 5.2.0 -> 5.4.4 age adoption passing confidence dependencies minor
discord.js (source) 14.14.1 -> 14.15.2 age adoption passing confidence dependencies minor
node (source) 22.0.0 -> 22.2.0 age adoption passing confidence minor
node (source) 22.0.0 -> 22.2.0 age adoption passing confidence engines minor
node 22.0.0-alpine -> 22.2.0-alpine age adoption passing confidence final minor
node 22.0.0-alpine -> 22.2.0-alpine age adoption passing confidence stage minor
npm-run-all2 6.1.2 -> 6.2.0 age adoption passing confidence devDependencies minor
pnpm (source) 9.0.6 -> 9.1.1 age adoption passing confidence packageManager minor
type-fest 4.18.0 -> 4.18.2 age adoption passing confidence devDependencies patch
vitest (source) 1.5.3 -> 1.6.0 age adoption passing confidence devDependencies minor
zod (source) 3.23.5 -> 3.23.8 age adoption passing confidence dependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) ##### 🩹 Fixes - **eslint-plugin:** \[explicit-function-return-types] fix false positive on default parameters ##### ❤️ Thank You - Kirk Waiblinger - Sheetal Nandi - Vinccool96 You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#790-2024-05-13) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.8.0...v7.9.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
blakeembrey/change-case (change-case) ### [`v5.4.4`](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.3...8aaff31471c918d3eac2b40939c601bee37375dd) [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.3...change-case@5.4.4) ### [`v5.4.3`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.4.3): Fix recursive options in keys change case [Compare Source](https://togithub.com/blakeembrey/change-case/compare/4343da03da28f150d9f06d7562a23d43bd3854e0...change-case@5.4.3) **Fixed** - Fixes options used recursively in `change-case/keys` - previously options were ignored after the first level [https://github.com/blakeembrey/change-case/pull/334](https://togithub.com/blakeembrey/change-case/pull/334) by [@​Quicksaver](https://togithub.com/Quicksaver) ### [`v5.4.2`](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.1...4343da03da28f150d9f06d7562a23d43bd3854e0) [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.1...4343da03da28f150d9f06d7562a23d43bd3854e0) ### [`v5.4.1`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.4.1): Remove regex lookbehind [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.4.0...change-case@5.4.1) **Fixed** - Remove lookbehind from regex for older browser support (https://github.com/blakeembrey/change-case/commit/6512635f043beee4ff51d524d1d72c671af385f7) ### [`v5.4.0`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.4.0): Add `split` option to `change-case` [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.3.0...change-case@5.4.0) **Added** - Added a `split` option to the `change-case` transform functions to allow for customization on how words are extracted from input **Changed** - The package exports are now `default` instead of `import` to fix some tooling that doesn't work properly with `import` - The exported `split` utility no longer accepts a second options argument ### [`v5.3.0`](https://togithub.com/blakeembrey/change-case/releases/tag/change-case%405.3.0): Add `suffixCharacters` option [Compare Source](https://togithub.com/blakeembrey/change-case/compare/change-case@5.2.0...change-case@5.3.0) **Added** - New `suffixCharacters` option to retain characters during case conversion. Useful for retaining something like the `_` in `type_`. Closes [https://github.com/blakeembrey/change-case/issues/322](https://togithub.com/blakeembrey/change-case/issues/322).
discordjs/discord.js (discord.js) ### [`v14.15.2`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14152---2024-05-05) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.15.1...14.15.2) #### Bug Fixes - **PollAnswer:** FetchVoters route changed to MessageManager ([#​10251](https://togithub.com/discordjs/discord.js/issues/10251)) ([30d79e8](https://togithub.com/discordjs/discord.js/commit/30d79e85fb8502aee5c63fe7effd9029e347d266)) ### [`v14.15.1`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14151---2024-05-04) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.15.0...14.15.1) #### Bug Fixes - **MessageManager:** Poll methods don't need a channel id ([#​10249](https://togithub.com/discordjs/discord.js/issues/10249)) ([0474a43](https://togithub.com/discordjs/discord.js/commit/0474a4375146b57b35074dadbaa83274416f899e)) ### [`v14.15.0`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14150---2024-05-04) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.14.1...14.15.0) #### Bug Fixes - **Message:** Not crosspostable if has a poll ([#​10246](https://togithub.com/discordjs/discord.js/issues/10246)) ([a6b9f1b](https://togithub.com/discordjs/discord.js/commit/a6b9f1b37e60a9cd6689cec9d9d062a01d179165)) - **actions:** Always emit message create for own messages ([#​10211](https://togithub.com/discordjs/discord.js/issues/10211)) ([798f28c](https://togithub.com/discordjs/discord.js/commit/798f28cb9b25f9f1760be1300465869772f43978)) - **Embed:** Address `equals` method issue ([#​10152](https://togithub.com/discordjs/discord.js/issues/10152)) ([ddc927f](https://togithub.com/discordjs/discord.js/commit/ddc927fabdc4d79a00a89652fb7d6310a40e6397)) - **types:** Export `ReadonlyCollection` ([#​10184](https://togithub.com/discordjs/discord.js/issues/10184)) ([6cc5fa2](https://togithub.com/discordjs/discord.js/commit/6cc5fa28e6dc540a48c9e6f734ffb3832b78b3df)) - Anchor link for events ([0efd1be](https://togithub.com/discordjs/discord.js/commit/0efd1bea46fa2fc8bcd3dcfd0ac5cd608a0a7df0)) - **resolveColor:** Address case for numbers ([#​10115](https://togithub.com/discordjs/discord.js/issues/10115)) ([3755e66](https://togithub.com/discordjs/discord.js/commit/3755e66d411efd6ed210d5070a0257c742c336d6)) - Invert deletable message types list ([#​10093](https://togithub.com/discordjs/discord.js/issues/10093)) ([42bc5d2](https://togithub.com/discordjs/discord.js/commit/42bc5d2c744d59a63ba2cccff2099092556da49e)) - **BaseClient:** Fall back to `userAgentAppendix` ([#​10113](https://togithub.com/discordjs/discord.js/issues/10113)) ([b16647e](https://togithub.com/discordjs/discord.js/commit/b16647e6cc6c1d0ee13ac5ce3bf31fd743355eb3)) - **InteractionResponses:** Check if ephemeral message flag is used ([#​10021](https://togithub.com/discordjs/discord.js/issues/10021)) ([62e31cb](https://togithub.com/discordjs/discord.js/commit/62e31cb9ee4b21b15fcce45b2cdfab970bb89824)) - Replace internal calls to Emoji#url ([#​10025](https://togithub.com/discordjs/discord.js/issues/10025)) ([941642a](https://togithub.com/discordjs/discord.js/commit/941642ad2ff31017cfe0419fda55f1f2a1f12286)) - Export "ESM" types when discord.js is imported in ESM land ([#​10009](https://togithub.com/discordjs/discord.js/issues/10009)) ([e412a22](https://togithub.com/discordjs/discord.js/commit/e412a22ceb92f142fbeddb6b9330e046bec92c69)) - **website:** Discord-api-types links, URL links and some minor doc issues ([#​9990](https://togithub.com/discordjs/discord.js/issues/9990)) ([57c414b](https://togithub.com/discordjs/discord.js/commit/57c414be21157a83a5dfe0f720b0f8d495e28538)) - **website:** Cross package deprecated links ([#​9981](https://togithub.com/discordjs/discord.js/issues/9981)) ([802ec63](https://togithub.com/discordjs/discord.js/commit/802ec63a4872430577431a2b8fbff87d504f81e4)) - Minify mainlib docs json ([#​9963](https://togithub.com/discordjs/discord.js/issues/9963)) ([4b88306](https://togithub.com/discordjs/discord.js/commit/4b88306dcb2b16b840ec61e9e33047af3a31c45d)) - **website:** Misc improvements ([#​9940](https://togithub.com/discordjs/discord.js/issues/9940)) ([b79351b](https://togithub.com/discordjs/discord.js/commit/b79351ba99d71b1c0e9263539634cd2532ee7b60)) #### Documentation - Remove unused `Locale` typedef ([#​10191](https://togithub.com/discordjs/discord.js/issues/10191)) ([f1f2683](https://togithub.com/discordjs/discord.js/commit/f1f2683dc7179a84f9efe0217381fe0a9f61283e)) - **ActionRow:** Fix deprecated message ([#​10130](https://togithub.com/discordjs/discord.js/issues/10130)) ([f67da74](https://togithub.com/discordjs/discord.js/commit/f67da74a5aca929aa71d5b1ff040cef17eda7c62)) - **ApplicationCommandPermissionsManager:** Remove incorrect comment ([#​10123](https://togithub.com/discordjs/discord.js/issues/10123)) ([e9d6547](https://togithub.com/discordjs/discord.js/commit/e9d654772d1edb55e3aed69e7778e84c204b38e7)) - Split docs.api.json into multiple json files ([597340f](https://togithub.com/discordjs/discord.js/commit/597340f288437c35da8c703d9b621274de60d880)) - Convert comment into private remark ([#​10097](https://togithub.com/discordjs/discord.js/issues/10097)) ([bfc7bb5](https://togithub.com/discordjs/discord.js/commit/bfc7bb55641c60d4d67e57c27c9d1e63b6f30c9b)) - **BaseInteraction:** Correct return type of `member` ([#​10096](https://togithub.com/discordjs/discord.js/issues/10096)) ([f48787e](https://togithub.com/discordjs/discord.js/commit/f48787eef183ff3ae24cf353c191f3c672c8de73)) - **ThreadMember:** Fix docblock async return type ([#​10058](https://togithub.com/discordjs/discord.js/issues/10058)) ([4824ac1](https://togithub.com/discordjs/discord.js/commit/4824ac154d89e5168754d46c5a55f3493c5ae14f)) - **CategoryCreateChannelOptions:** Update reference ([#​10031](https://togithub.com/discordjs/discord.js/issues/10031)) ([8ace6fa](https://togithub.com/discordjs/discord.js/commit/8ace6face82315d7e6453f49ca121663e36bcb1e)) - **resolvePartialEmoji:** Add `@internal` to all overloads ([#​10033](https://togithub.com/discordjs/discord.js/issues/10033)) ([e245a39](https://togithub.com/discordjs/discord.js/commit/e245a390e7b8c665e5dcd1dbfeb0265af91db4e7)) - **PermissionOverwriteManager:** `PermissionsFlagsBit` typo ([#​10004](https://togithub.com/discordjs/discord.js/issues/10004)) ([b992019](https://togithub.com/discordjs/discord.js/commit/b992019a78d4e35024fe9bb5536ec352672a2de9)) - Fix links in [@​deprecated](https://togithub.com/deprecated) tags ([#​9976](https://togithub.com/discordjs/discord.js/issues/9976)) ([9868772](https://togithub.com/discordjs/discord.js/commit/9868772b6418d521650c3690dd5f5172e2a36d00)) #### Features - **MessageManager:** Poll methods ([#​10239](https://togithub.com/discordjs/discord.js/issues/10239)) ([6cf094c](https://togithub.com/discordjs/discord.js/commit/6cf094c28214c24fd70045e848c48bfb33eaf47a)) - Consumable entitlements ([#​10235](https://togithub.com/discordjs/discord.js/issues/10235)) ([9978870](https://togithub.com/discordjs/discord.js/commit/997887069a00b732e62ba7bdceed714e3ede1079)) - Polls ([#​10185](https://togithub.com/discordjs/discord.js/issues/10185)) ([a1aeaeb](https://togithub.com/discordjs/discord.js/commit/a1aeaeb9d804b126dd525b6090c6f2ff9591cb9c)) - **ClientUser:** Add support for setting bot banner ([#​10176](https://togithub.com/discordjs/discord.js/issues/10176)) ([de14c92](https://togithub.com/discordjs/discord.js/commit/de14c92c1158d3e5d7d87d29d2fe9d99eb407df5)) - **GuildBanManager:** Add `bulkCreate()` method ([#​10182](https://togithub.com/discordjs/discord.js/issues/10182)) ([b6bdd57](https://togithub.com/discordjs/discord.js/commit/b6bdd578b9c26158ce5552993e649e92c52f1024)) - Local and preview detection ([79fbda3](https://togithub.com/discordjs/discord.js/commit/79fbda3aac6d4f0f8bfb193e797d09cbe331d315)) - **MessageCreateOptions:** Add `enforceNonce` ([#​10129](https://togithub.com/discordjs/discord.js/issues/10129)) ([992aa67](https://togithub.com/discordjs/discord.js/commit/992aa67841720bedb41829076580f22bbbdfbab6)) - Add support for `using` keyword on discord.js `Client` and `WebSocketManager` ([#​10063](https://togithub.com/discordjs/discord.js/issues/10063)) ([543d617](https://togithub.com/discordjs/discord.js/commit/543d61737e0709b9d88029d01156d48cfcaf3bcc)) - **Webhook:** Allow setting `appliedTags` on `send()` ([#​10027](https://togithub.com/discordjs/discord.js/issues/10027)) ([33674be](https://togithub.com/discordjs/discord.js/commit/33674be85ef705e35307a66ffdfa232059386ca6)) - Premium application subscriptions ([#​9907](https://togithub.com/discordjs/discord.js/issues/9907)) ([c4fcee3](https://togithub.com/discordjs/discord.js/commit/c4fcee3ef6021c440f162a5764d5d9465f06dc9b)) - **website:** Show union members of type aliases ([#​10001](https://togithub.com/discordjs/discord.js/issues/10001)) ([a44ada6](https://togithub.com/discordjs/discord.js/commit/a44ada661f14504b56102e081b1c7108f4d9b06e)) #### Performance - **Presence:** Prefer boolean client status comparison before activity checks ([#​10213](https://togithub.com/discordjs/discord.js/issues/10213)) ([4ad2858](https://togithub.com/discordjs/discord.js/commit/4ad285804bfd72b157139dde61c3fd8ac2544322)) #### Refactor - **ThreadChannel:** Use single thread member endpoint ([#​10136](https://togithub.com/discordjs/discord.js/issues/10136)) ([f500ad6](https://togithub.com/discordjs/discord.js/commit/f500ad6e2ee7e3cd75371bce37fc3908c19d6466)) - Docs ([#​10126](https://togithub.com/discordjs/discord.js/issues/10126)) ([18cce83](https://togithub.com/discordjs/discord.js/commit/18cce83d80598c430218775c53441b6b2ecdc776)) - Remove usage of mixin on error classes ([#​10128](https://togithub.com/discordjs/discord.js/issues/10128)) ([f48cb2a](https://togithub.com/discordjs/discord.js/commit/f48cb2a357b754ac1748d67dd71be93f9795e038)) - **resolveColor:** Prioritise number type check ([#​10116](https://togithub.com/discordjs/discord.js/issues/10116)) ([d4472f8](https://togithub.com/discordjs/discord.js/commit/d4472f85a57a13a9ddd90b877cca977d18be5dee)) - **Messages:** Improve `ColorConvert` error ([#​10108](https://togithub.com/discordjs/discord.js/issues/10108)) ([fc1f8ae](https://togithub.com/discordjs/discord.js/commit/fc1f8ae3748354cb2fc847bbc3e631d1adb7b2e6)) - **formatters:** Add support for object and name param in `formatEmoji()` ([#​10076](https://togithub.com/discordjs/discord.js/issues/10076)) ([7b8e0de](https://togithub.com/discordjs/discord.js/commit/7b8e0debebb944184b5817edd76cb0ac7e870993)) - Document relevant types as `@internal` ([#​9974](https://togithub.com/discordjs/discord.js/issues/9974)) ([2b8ac35](https://togithub.com/discordjs/discord.js/commit/2b8ac35e56f1684f696bda9bcd5f772eefb39fdc)) - **ThreadMemberManager:** #remove accepts UserResolvable ([#​10000](https://togithub.com/discordjs/discord.js/issues/10000)) ([179af38](https://togithub.com/discordjs/discord.js/commit/179af387d06fd38c40d7a51b73bb73b41b298c2a)) #### Typings - Add `Poll` to `Message` ([#​10245](https://togithub.com/discordjs/discord.js/issues/10245)) ([cb961f5](https://togithub.com/discordjs/discord.js/commit/cb961f5be3369cc2fc7c65e84e3cea534c3fa683)) - Generic for Webhook type ([#​10188](https://togithub.com/discordjs/discord.js/issues/10188)) ([980a2b7](https://togithub.com/discordjs/discord.js/commit/980a2b71c7b2b27bcea58b6e9d98f16d5b509006)) - Fix duplicate props in merged interfaces ([#​10160](https://togithub.com/discordjs/discord.js/issues/10160)) ([a1010c6](https://togithub.com/discordjs/discord.js/commit/a1010c61f5978093d1a9ff087679a2d7ddff5b03)) - Update accessibility modifiers on constructors ([#​10147](https://togithub.com/discordjs/discord.js/issues/10147)) ([efa3cac](https://togithub.com/discordjs/discord.js/commit/efa3cac6f223d8781b1ebab857f1da6a25c3e6b4)) - **Builder.from:** Fix wrong types ([#​10071](https://togithub.com/discordjs/discord.js/issues/10071)) ([bfbd62e](https://togithub.com/discordjs/discord.js/commit/bfbd62e3e00ab47013f6f4a7a63c29074452de54)) - Use readonly array / collection types for user input ([#​10045](https://togithub.com/discordjs/discord.js/issues/10045)) ([bcd4c2c](https://togithub.com/discordjs/discord.js/commit/bcd4c2cb23a1121b06e00e0a39c364c7b1de6e8a)) - **InteractionReplyOptions:** Allow setting `MessageFlags.SuppressNotifications` ([#​9199](https://togithub.com/discordjs/discord.js/issues/9199)) ([c89c343](https://togithub.com/discordjs/discord.js/commit/c89c343b0a6f74fc760ae6a2dab42cc07fef6b39)) - Replace Mixins with interface merging ([#​10094](https://togithub.com/discordjs/discord.js/issues/10094)) ([54106db](https://togithub.com/discordjs/discord.js/commit/54106dbd8175881840654a1936988e05b5f60c1e)) - **DirectoryChannel:** Ensure directory channels cannot contain user mentions when stringified ([#​10043](https://togithub.com/discordjs/discord.js/issues/10043)) ([db56324](https://togithub.com/discordjs/discord.js/commit/db56324624b4eca706b487f425df990a2e44a369)) - Change Awaitable to void ([#​10017](https://togithub.com/discordjs/discord.js/issues/10017)) ([1acc9ab](https://togithub.com/discordjs/discord.js/commit/1acc9abae2c3c6aafac464bd7a85be994b55737f)) - Omit unnecessary methods from .options ([#​10003](https://togithub.com/discordjs/discord.js/issues/10003)) ([17a6f5d](https://togithub.com/discordjs/discord.js/commit/17a6f5d3c971bf8d47dfed37c96e064ae74535e3)) - **InteractionWebhook:** Add `client` ([#​9997](https://togithub.com/discordjs/discord.js/issues/9997)) ([30f6a5f](https://togithub.com/discordjs/discord.js/commit/30f6a5fc5666e2131270a5b358fca2a6948f0d57))
nodejs/node (node) ### [`v22.2.0`](https://togithub.com/nodejs/node/releases/tag/v22.2.0): 2024-05-15, Version 22.2.0 (Current), @​targos [Compare Source](https://togithub.com/nodejs/node/compare/v22.0.0...v22.2.0) ##### Notable Changes - \[[`fb85d38e80`](https://togithub.com/nodejs/node/commit/fb85d38e80)] - **(SEMVER-MINOR)** **cli**: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) [#​52766](https://togithub.com/nodejs/node/pull/52766) - \[[`23a0d3339f`](https://togithub.com/nodejs/node/commit/23a0d3339f)] - **doc**: add pimterry to collaborators (Tim Perry) [#​52874](https://togithub.com/nodejs/node/pull/52874) - \[[`7d7a762156`](https://togithub.com/nodejs/node/commit/7d7a762156)] - **(SEMVER-MINOR)** **fs**: allow 'withFileTypes' to be used with globs (Aviv Keller) [#​52837](https://togithub.com/nodejs/node/pull/52837) - \[[`8748dd6477`](https://togithub.com/nodejs/node/commit/8748dd6477)] - **(SEMVER-MINOR)** **inspector**: introduce the `--inspect-wait` flag (Kohei Ueno) [#​52734](https://togithub.com/nodejs/node/pull/52734) - \[[`9a7ae9b6c4`](https://togithub.com/nodejs/node/commit/9a7ae9b6c4)] - **lib,src**: remove --experimental-policy (Rafael Gonzaga) [#​52583](https://togithub.com/nodejs/node/pull/52583) - \[[`1f7c2a93fc`](https://togithub.com/nodejs/node/commit/1f7c2a93fc)] - **(SEMVER-MINOR)** **perf_hooks**: add `deliveryType` and `responseStatus` fields (Matthew Aitken) [#​51589](https://togithub.com/nodejs/node/pull/51589) - \[[`2f59529dc5`](https://togithub.com/nodejs/node/commit/2f59529dc5)] - **(SEMVER-MINOR)** **test_runner**: support test plans (Colin Ihrig) [#​52860](https://togithub.com/nodejs/node/pull/52860) - \[[`6b4dac3eb5`](https://togithub.com/nodejs/node/commit/6b4dac3eb5)] - **(SEMVER-MINOR)** **zlib**: expose zlib.crc32() (Joyee Cheung) [#​52692](https://togithub.com/nodejs/node/pull/52692) ##### Commits - \[[`0f5716c364`](https://togithub.com/nodejs/node/commit/0f5716c364)] - **assert**: add deep equal check for more Error type (Zhenwei Jin) [#​51805](https://togithub.com/nodejs/node/pull/51805) - \[[`2c7d7caa8a`](https://togithub.com/nodejs/node/commit/2c7d7caa8a)] - **benchmark**: filter non-present deps from `start-cli-version` (Adam Majer) [#​51746](https://togithub.com/nodejs/node/pull/51746) - \[[`5db4c54bd6`](https://togithub.com/nodejs/node/commit/5db4c54bd6)] - **bootstrap**: print `--help` message using `console.log` (Jacob Hummer) [#​51463](https://togithub.com/nodejs/node/pull/51463) - \[[`67fcb6b85e`](https://togithub.com/nodejs/node/commit/67fcb6b85e)] - **buffer**: even faster atob (Daniel Lemire) [#​52443](https://togithub.com/nodejs/node/pull/52443) - \[[`a5d63f9052`](https://togithub.com/nodejs/node/commit/a5d63f9052)] - **buffer**: use size_t instead of uint32\_t to avoid segmentation fault (Xavier Stouder) [#​48033](https://togithub.com/nodejs/node/pull/48033) - \[[`f1bc994826`](https://togithub.com/nodejs/node/commit/f1bc994826)] - **buffer**: remove lines setting indexes to integer value (Zhenwei Jin) [#​52588](https://togithub.com/nodejs/node/pull/52588) - \[[`a97ff753ab`](https://togithub.com/nodejs/node/commit/a97ff753ab)] - **build**: add option to enable clang-cl on Windows (Michaël Zasso) [#​52870](https://togithub.com/nodejs/node/pull/52870) - \[[`f96466a92c`](https://togithub.com/nodejs/node/commit/f96466a92c)] - **build**: enable building with shared uvwasi lib (Pooja D P) [#​43987](https://togithub.com/nodejs/node/pull/43987) - \[[`b463385aa8`](https://togithub.com/nodejs/node/commit/b463385aa8)] - **build**: remove deprecated calls for argument groups (Mohammed Keyvanzadeh) [#​52913](https://togithub.com/nodejs/node/pull/52913) - \[[`daeb7dbb3e`](https://togithub.com/nodejs/node/commit/daeb7dbb3e)] - **build**: sync V8 warning cflags with BUILD.gn (Michaël Zasso) [#​52873](https://togithub.com/nodejs/node/pull/52873) - \[[`eed967430d`](https://togithub.com/nodejs/node/commit/eed967430d)] - **build**: harmonize Clang checks (Michaël Zasso) [#​52873](https://togithub.com/nodejs/node/pull/52873) - \[[`e4b187433d`](https://togithub.com/nodejs/node/commit/e4b187433d)] - **build**: compile with C++20 support (Michaël Zasso) [#​52838](https://togithub.com/nodejs/node/pull/52838) - \[[`aea6ca25ba`](https://togithub.com/nodejs/node/commit/aea6ca25ba)] - **build**: drop base64 dep in GN build (Cheng) [#​52856](https://togithub.com/nodejs/node/pull/52856) - \[[`7f866a8225`](https://togithub.com/nodejs/node/commit/7f866a8225)] - **build**: make simdjson a public dep in GN build (Cheng) [#​52755](https://togithub.com/nodejs/node/pull/52755) - \[[`e1bd53c098`](https://togithub.com/nodejs/node/commit/e1bd53c098)] - **build**: define `NOMINMAX` in common.gypi (Chengzhong Wu) [#​52794](https://togithub.com/nodejs/node/pull/52794) - \[[`18c530f8f7`](https://togithub.com/nodejs/node/commit/18c530f8f7)] - **build, tools**: copy release assets to staging R2 bucket once built (flakey5) [#​51394](https://togithub.com/nodejs/node/pull/51394) - \[[`fb85d38e80`](https://togithub.com/nodejs/node/commit/fb85d38e80)] - **(SEMVER-MINOR)** **cli**: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) [#​52766](https://togithub.com/nodejs/node/pull/52766) - \[[`11e978916f`](https://togithub.com/nodejs/node/commit/11e978916f)] - **cluster**: replace `forEach` with `for-of` loop (Jérôme Benoit) [#​50317](https://togithub.com/nodejs/node/pull/50317) - \[[`db76c58d68`](https://togithub.com/nodejs/node/commit/db76c58d68)] - **console**: colorize console error and warn (Jithil P Ponnan) [#​51629](https://togithub.com/nodejs/node/pull/51629) - \[[`0d040a3035`](https://togithub.com/nodejs/node/commit/0d040a3035)] - **crypto**: fix duplicated switch-case return values (Mustafa Ateş UZUN) [#​49030](https://togithub.com/nodejs/node/pull/49030) - \[[`ab7219f0b2`](https://togithub.com/nodejs/node/commit/ab7219f0b2)] - **deps**: update googletest to [`fa6de7f`](https://togithub.com/nodejs/node/commit/fa6de7f) (Node.js GitHub Bot) [#​52949](https://togithub.com/nodejs/node/pull/52949) - \[[`4ab096eccc`](https://togithub.com/nodejs/node/commit/4ab096eccc)] - **deps**: update simdjson to 3.9.2 (Node.js GitHub Bot) [#​52947](https://togithub.com/nodejs/node/pull/52947) - \[[`89f275b1df`](https://togithub.com/nodejs/node/commit/89f275b1df)] - **deps**: update corepack to 0.28.1 (Node.js GitHub Bot) [#​52946](https://togithub.com/nodejs/node/pull/52946) - \[[`fc568b4b42`](https://togithub.com/nodejs/node/commit/fc568b4b42)] - **deps**: update simdutf to 5.2.8 (Node.js GitHub Bot) [#​52727](https://togithub.com/nodejs/node/pull/52727) - \[[`e399360182`](https://togithub.com/nodejs/node/commit/e399360182)] - **deps**: update simdutf to 5.2.6 (Node.js GitHub Bot) [#​52727](https://togithub.com/nodejs/node/pull/52727) - \[[`232831f013`](https://togithub.com/nodejs/node/commit/232831f013)] - **deps**: enable unbundling of simdjson, simdutf, ada (Daniel Lemire) [#​52924](https://togithub.com/nodejs/node/pull/52924) - \[[`7ca83a5abc`](https://togithub.com/nodejs/node/commit/7ca83a5abc)] - **deps**: update googletest to [`2d16ed0`](https://togithub.com/nodejs/node/commit/2d16ed0) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`3b15eb5911`](https://togithub.com/nodejs/node/commit/3b15eb5911)] - **deps**: update googletest to [`d83fee1`](https://togithub.com/nodejs/node/commit/d83fee1) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`4190d70035`](https://togithub.com/nodejs/node/commit/4190d70035)] - **deps**: update googletest to [`5a37b51`](https://togithub.com/nodejs/node/commit/5a37b51) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`7a166a2871`](https://togithub.com/nodejs/node/commit/7a166a2871)] - **deps**: update googletest to [`5197b1a`](https://togithub.com/nodejs/node/commit/5197b1a) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`812dbd749f`](https://togithub.com/nodejs/node/commit/812dbd749f)] - **deps**: update googletest to [`eff443c`](https://togithub.com/nodejs/node/commit/eff443c) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`cb3ae4b9ef`](https://togithub.com/nodejs/node/commit/cb3ae4b9ef)] - **deps**: update googletest to [`c231e6f`](https://togithub.com/nodejs/node/commit/c231e6f) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`d97317aaa1`](https://togithub.com/nodejs/node/commit/d97317aaa1)] - **deps**: update googletest to [`e4fdb87`](https://togithub.com/nodejs/node/commit/e4fdb87) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`ad8ca1259f`](https://togithub.com/nodejs/node/commit/ad8ca1259f)] - **deps**: update googletest to [`5df0241`](https://togithub.com/nodejs/node/commit/5df0241) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`828f0d7096`](https://togithub.com/nodejs/node/commit/828f0d7096)] - **deps**: update googletest to [`b75ecf1`](https://togithub.com/nodejs/node/commit/b75ecf1) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`3b60dbcf7b`](https://togithub.com/nodejs/node/commit/3b60dbcf7b)] - **deps**: update googletest to [`4565741`](https://togithub.com/nodejs/node/commit/4565741) (Node.js GitHub Bot) [#​51657](https://togithub.com/nodejs/node/pull/51657) - \[[`37098eb880`](https://togithub.com/nodejs/node/commit/37098eb880)] - **deps**: update simdjson to 3.9.1 (Node.js GitHub Bot) [#​52397](https://togithub.com/nodejs/node/pull/52397) - \[[`a13cf1c049`](https://togithub.com/nodejs/node/commit/a13cf1c049)] - **deps**: update uvwasi to 0.0.21 (Node.js GitHub Bot) [#​52863](https://togithub.com/nodejs/node/pull/52863) - \[[`faf8ada719`](https://togithub.com/nodejs/node/commit/faf8ada719)] - **deps**: V8: cherry-pick [`f6bef09`](https://togithub.com/nodejs/node/commit/f6bef09b3b0a) (Richard Lau) [#​52802](https://togithub.com/nodejs/node/pull/52802) - \[[`8e5844c2a4`](https://togithub.com/nodejs/node/commit/8e5844c2a4)] - **doc**: remove reference to AUTHORS file (Marco Ippolito) [#​52960](https://togithub.com/nodejs/node/pull/52960) - \[[`1f3634e30f`](https://togithub.com/nodejs/node/commit/1f3634e30f)] - **doc**: update hljs with the latest styles (Aviv Keller) [#​52911](https://togithub.com/nodejs/node/pull/52911) - \[[`9102255749`](https://togithub.com/nodejs/node/commit/9102255749)] - **doc**: mention quicker way to build docs (Alex Crawford) [#​52937](https://togithub.com/nodejs/node/pull/52937) - \[[`15db3ef5fb`](https://togithub.com/nodejs/node/commit/15db3ef5fb)] - **doc**: mention push.followTags config (Rafael Gonzaga) [#​52906](https://togithub.com/nodejs/node/pull/52906) - \[[`80fa675af2`](https://togithub.com/nodejs/node/commit/80fa675af2)] - **doc**: document pipeline with `end` option (Alois Klink) [#​48970](https://togithub.com/nodejs/node/pull/48970) - \[[`c0000f4118`](https://togithub.com/nodejs/node/commit/c0000f4118)] - **doc**: add example for `execFileSync` method and ref to stdio (Evan Shortiss) [#​39412](https://togithub.com/nodejs/node/pull/39412) - \[[`e0148e2653`](https://togithub.com/nodejs/node/commit/e0148e2653)] - **doc**: add examples and notes to http server.close et al (mary marchini) [#​49091](https://togithub.com/nodejs/node/pull/49091) - \[[`030f56ee6d`](https://togithub.com/nodejs/node/commit/030f56ee6d)] - **doc**: fix `dns.lookup` family `0` and `all` descriptions (Adam Jones) [#​51653](https://togithub.com/nodejs/node/pull/51653) - \[[`a6d624cd5a`](https://togithub.com/nodejs/node/commit/a6d624cd5a)] - **doc**: update `fs.realpath` documentation (sinkhaha) [#​48170](https://togithub.com/nodejs/node/pull/48170) - \[[`5dab187ca8`](https://togithub.com/nodejs/node/commit/5dab187ca8)] - **doc**: update fs read documentation for clarity (Mert Can Altin) [#​52453](https://togithub.com/nodejs/node/pull/52453) - \[[`5d3ee7205d`](https://togithub.com/nodejs/node/commit/5d3ee7205d)] - **doc**: watermark string behavior (Benjamin Gruenbaum) [#​52842](https://togithub.com/nodejs/node/pull/52842) - \[[`2dd8f092a8`](https://togithub.com/nodejs/node/commit/2dd8f092a8)] - **doc**: exclude commits with baking-for-lts (Marco Ippolito) [#​52896](https://togithub.com/nodejs/node/pull/52896) - \[[`0c2539b913`](https://togithub.com/nodejs/node/commit/0c2539b913)] - **doc**: add names next to release key bash commands (Aviv Keller) [#​52878](https://togithub.com/nodejs/node/pull/52878) - \[[`23a0d3339f`](https://togithub.com/nodejs/node/commit/23a0d3339f)] - **doc**: add pimterry to collaborators (Tim Perry) [#​52874](https://togithub.com/nodejs/node/pull/52874) - \[[`15aad62e0c`](https://togithub.com/nodejs/node/commit/15aad62e0c)] - **doc**: update BUILDING.md previous versions links (Michaël Zasso) [#​52852](https://togithub.com/nodejs/node/pull/52852) - \[[`f770a993d4`](https://togithub.com/nodejs/node/commit/f770a993d4)] - **doc**: add more definitions to GLOSSARY.md (Aviv Keller) [#​52798](https://togithub.com/nodejs/node/pull/52798) - \[[`f35b838a65`](https://togithub.com/nodejs/node/commit/f35b838a65)] - **doc**: make docs more welcoming and descriptive for newcomers (Serkan Özel) [#​38056](https://togithub.com/nodejs/node/pull/38056) - \[[`562a019a14`](https://togithub.com/nodejs/node/commit/562a019a14)] - **doc**: add OpenSSL errors to API docs (John Lamp) [#​34213](https://togithub.com/nodejs/node/pull/34213) - \[[`0cb7cf7aa9`](https://togithub.com/nodejs/node/commit/0cb7cf7aa9)] - **doc**: fix grammatical mistake (codershiba) [#​52808](https://togithub.com/nodejs/node/pull/52808) - \[[`a0147ff8d0`](https://togithub.com/nodejs/node/commit/a0147ff8d0)] - **doc**: simplify copy-pasting of `branch-diff` commands (Antoine du Hamel) [#​52757](https://togithub.com/nodejs/node/pull/52757) - \[[`fce31fc829`](https://togithub.com/nodejs/node/commit/fce31fc829)] - **doc**: add test_runner to subsystem (Raz Luvaton) [#​52774](https://togithub.com/nodejs/node/pull/52774) - \[[`ca5607bbc8`](https://togithub.com/nodejs/node/commit/ca5607bbc8)] - **events**: update MaxListenersExceededWarning message log (sinkhaha) [#​51921](https://togithub.com/nodejs/node/pull/51921) - \[[`96566fc696`](https://togithub.com/nodejs/node/commit/96566fc696)] - **events**: add stop propagation flag to `Event.stopImmediatePropagation` (Mickael Meausoone) [#​39463](https://togithub.com/nodejs/node/pull/39463) - \[[`5ee69243ed`](https://togithub.com/nodejs/node/commit/5ee69243ed)] - **events**: replace NodeCustomEvent with CustomEvent (Feng Yu) [#​43876](https://togithub.com/nodejs/node/pull/43876) - \[[`f076e721cb`](https://togithub.com/nodejs/node/commit/f076e721cb)] - **fs**: keep fs.promises.readFile read until EOF is reached (Zhenwei Jin) [#​52178](https://togithub.com/nodejs/node/pull/52178) - \[[`7d7a762156`](https://togithub.com/nodejs/node/commit/7d7a762156)] - **(SEMVER-MINOR)** **fs**: allow 'withFileTypes' to be used with globs (Aviv Keller) [#​52837](https://togithub.com/nodejs/node/pull/52837) - \[[`ad9c4bddb1`](https://togithub.com/nodejs/node/commit/ad9c4bddb1)] - **http**: correctly translate HTTP method (Paolo Insogna) [#​52701](https://togithub.com/nodejs/node/pull/52701) - \[[`8748dd6477`](https://togithub.com/nodejs/node/commit/8748dd6477)] - **(SEMVER-MINOR)** **inspector**: introduce the `--inspect-wait` flag (Kohei Ueno) [#​52734](https://togithub.com/nodejs/node/pull/52734) - \[[`9a7ae9b6c4`](https://togithub.com/nodejs/node/commit/9a7ae9b6c4)] - **lib,src**: remove --experimental-policy (Rafael Gonzaga) [#​52583](https://togithub.com/nodejs/node/pull/52583) - \[[`a850219600`](https://togithub.com/nodejs/node/commit/a850219600)] - **meta**: move `@anonrig` to TSC regular member (Yagiz Nizipli) [#​52932](https://togithub.com/nodejs/node/pull/52932) - \[[`4dc8a387b3`](https://togithub.com/nodejs/node/commit/4dc8a387b3)] - **meta**: add mailmap entry for legendecas (Chengzhong Wu) [#​52795](https://togithub.com/nodejs/node/pull/52795) - \[[`d10182d81d`](https://togithub.com/nodejs/node/commit/d10182d81d)] - **meta**: bump actions/checkout from 4.1.1 to 4.1.4 (dependabot\[bot]) [#​52787](https://togithub.com/nodejs/node/pull/52787) - \[[`48d0ac0665`](https://togithub.com/nodejs/node/commit/48d0ac0665)] - **meta**: bump github/codeql-action from 3.24.9 to 3.25.3 (dependabot\[bot]) [#​52786](https://togithub.com/nodejs/node/pull/52786) - \[[`7c7a25150e`](https://togithub.com/nodejs/node/commit/7c7a25150e)] - **meta**: bump actions/upload-artifact from 4.3.1 to 4.3.3 (dependabot\[bot]) [#​52785](https://togithub.com/nodejs/node/pull/52785) - \[[`d9abf18342`](https://togithub.com/nodejs/node/commit/d9abf18342)] - **meta**: bump actions/download-artifact from 4.1.4 to 4.1.7 (dependabot\[bot]) [#​52784](https://togithub.com/nodejs/node/pull/52784) - \[[`590e5c6c45`](https://togithub.com/nodejs/node/commit/590e5c6c45)] - **meta**: bump codecov/codecov-action from 4.1.1 to 4.3.1 (dependabot\[bot]) [#​52783](https://togithub.com/nodejs/node/pull/52783) - \[[`b3d1720515`](https://togithub.com/nodejs/node/commit/b3d1720515)] - **meta**: bump step-security/harden-runner from 2.7.0 to 2.7.1 (dependabot\[bot]) [#​52782](https://togithub.com/nodejs/node/pull/52782) - \[[`f74beb53de`](https://togithub.com/nodejs/node/commit/f74beb53de)] - **module**: cache synchronous module jobs before linking (Joyee Cheung) [#​52868](https://togithub.com/nodejs/node/pull/52868) - \[[`8fbf6628d6`](https://togithub.com/nodejs/node/commit/8fbf6628d6)] - **module**: have a single hooks thread for all workers (Gabriel Bota) [#​52706](https://togithub.com/nodejs/node/pull/52706) - \[[`609d90bb4b`](https://togithub.com/nodejs/node/commit/609d90bb4b)] - **path**: fix toNamespacedPath on Windows (Hüseyin Açacak) [#​52915](https://togithub.com/nodejs/node/pull/52915) - \[[`1f7c2a93fc`](https://togithub.com/nodejs/node/commit/1f7c2a93fc)] - **(SEMVER-MINOR)** **perf_hooks**: add `deliveryType` and `responseStatus` fields (Matthew Aitken) [#​51589](https://togithub.com/nodejs/node/pull/51589) - \[[`0bbc62c42a`](https://togithub.com/nodejs/node/commit/0bbc62c42a)] - **process**: improve event-loop (Aras Abbasi) [#​52108](https://togithub.com/nodejs/node/pull/52108) - \[[`619ac79abb`](https://togithub.com/nodejs/node/commit/619ac79abb)] - **quic**: address coverity warning (Michael Dawson) [#​52824](https://togithub.com/nodejs/node/pull/52824) - \[[`04de5766ee`](https://togithub.com/nodejs/node/commit/04de5766ee)] - **repl**: fix disruptive autocomplete without inspector (Nitzan Uziely) [#​40661](https://togithub.com/nodejs/node/pull/40661) - \[[`663bb973ab`](https://togithub.com/nodejs/node/commit/663bb973ab)] - **src**: fix Worker termination in `inspector.waitForDebugger` (Daeyeon Jeong) [#​52527](https://togithub.com/nodejs/node/pull/52527) - \[[`fca38b2d6e`](https://togithub.com/nodejs/node/commit/fca38b2d6e)] - **src**: use `S_ISDIR` to check if the file is a directory (theanarkh) [#​52164](https://togithub.com/nodejs/node/pull/52164) - \[[`b228db579f`](https://togithub.com/nodejs/node/commit/b228db579f)] - **src**: allow preventing debug signal handler start (Shelley Vohr) [#​46681](https://togithub.com/nodejs/node/pull/46681) - \[[`ace65a9aac`](https://togithub.com/nodejs/node/commit/ace65a9aac)] - **src**: make sure pass the `argv` to worker threads (theanarkh) [#​52827](https://togithub.com/nodejs/node/pull/52827) - \[[`75004d32ab`](https://togithub.com/nodejs/node/commit/75004d32ab)] - **src**: fix typo Unabled -> Unable (Simon Siefke) [#​52820](https://togithub.com/nodejs/node/pull/52820) - \[[`c40a8273ef`](https://togithub.com/nodejs/node/commit/c40a8273ef)] - **src**: avoid unused variable 'error' warning (Michaël Zasso) [#​52886](https://togithub.com/nodejs/node/pull/52886) - \[[`d169d0f181`](https://togithub.com/nodejs/node/commit/d169d0f181)] - **src**: fix positional args in task runner (Yagiz Nizipli) [#​52810](https://togithub.com/nodejs/node/pull/52810) - \[[`9c76c95c10`](https://togithub.com/nodejs/node/commit/9c76c95c10)] - **src**: only apply fix in main thread (Paolo Insogna) [#​52702](https://togithub.com/nodejs/node/pull/52702) - \[[`e1cba97df3`](https://togithub.com/nodejs/node/commit/e1cba97df3)] - **src**: fix test local edge case (Paolo Insogna) [#​52702](https://togithub.com/nodejs/node/pull/52702) - \[[`dc41c135d7`](https://togithub.com/nodejs/node/commit/dc41c135d7)] - **src**: reduce unnecessary serialization of CLI options in C++ (Joyee Cheung) [#​52451](https://togithub.com/nodejs/node/pull/52451) - \[[`fb24c4475c`](https://togithub.com/nodejs/node/commit/fb24c4475c)] - **src**: rewrite task runner in c++ (Yagiz Nizipli) [#​52609](https://togithub.com/nodejs/node/pull/52609) - \[[`323f95de9e`](https://togithub.com/nodejs/node/commit/323f95de9e)] - **src**: migrate to new V8 interceptors API (Michaël Zasso) [#​52745](https://togithub.com/nodejs/node/pull/52745) - \[[`850ff02931`](https://togithub.com/nodejs/node/commit/850ff02931)] - **src,permission**: resolve path on fs_permission (Rafael Gonzaga) [#​52761](https://togithub.com/nodejs/node/pull/52761) - \[[`8d3b0b7ade`](https://togithub.com/nodejs/node/commit/8d3b0b7ade)] - **stream**: use `ByteLengthQueuingStrategy` when not in `objectMode` (Jason) [#​48847](https://togithub.com/nodejs/node/pull/48847) - \[[`fa715437b0`](https://togithub.com/nodejs/node/commit/fa715437b0)] - **stream**: fix util.inspect for compression/decompressionStream (Mert Can Altin) [#​52283](https://togithub.com/nodejs/node/pull/52283) - \[[`b0e6a6b3d5`](https://togithub.com/nodejs/node/commit/b0e6a6b3d5)] - **string_decoder**: throw an error when writing a too long buffer (zhenweijin) [#​52215](https://togithub.com/nodejs/node/pull/52215) - \[[`e016e952e6`](https://togithub.com/nodejs/node/commit/e016e952e6)] - **test**: add `Debugger.setInstrumentationBreakpoint` known issue (Konstantin Ulitin) [#​31137](https://togithub.com/nodejs/node/pull/31137) - \[[`a589de0886`](https://togithub.com/nodejs/node/commit/a589de0886)] - **test**: use `for-of` instead of `forEach` (Gibby Free) [#​49790](https://togithub.com/nodejs/node/pull/49790) - \[[`578868ddf8`](https://togithub.com/nodejs/node/commit/578868ddf8)] - **test**: verify request payload is uploaded consistently (Austin Wright) [#​34066](https://togithub.com/nodejs/node/pull/34066) - \[[`c676e522e6`](https://togithub.com/nodejs/node/commit/c676e522e6)] - **test**: add fuzzer for native/js string conversion (Adam Korczynski) [#​51120](https://togithub.com/nodejs/node/pull/51120) - \[[`5f6415b41d`](https://togithub.com/nodejs/node/commit/5f6415b41d)] - **test**: add fuzzer for `ClientHelloParser` (AdamKorcz) [#​51088](https://togithub.com/nodejs/node/pull/51088) - \[[`4d50d51a5e`](https://togithub.com/nodejs/node/commit/4d50d51a5e)] - **test**: fix broken env fuzzer by initializing process (AdamKorcz) [#​51080](https://togithub.com/nodejs/node/pull/51080) - \[[`cd00cdcbc8`](https://togithub.com/nodejs/node/commit/cd00cdcbc8)] - **test**: replace `forEach()` in `test-stream-pipe-unpipe-stream` (Dario) [#​50786](https://togithub.com/nodejs/node/pull/50786) - \[[`5469adf458`](https://togithub.com/nodejs/node/commit/5469adf458)] - **test**: test pipeline `end` on transform streams (Alois Klink) [#​48970](https://togithub.com/nodejs/node/pull/48970) - \[[`ea6070b0e8`](https://togithub.com/nodejs/node/commit/ea6070b0e8)] - **test**: improve coverage of lib/readline.js (Rongjian Zhang) [#​38646](https://togithub.com/nodejs/node/pull/38646) - \[[`4f96b00307`](https://togithub.com/nodejs/node/commit/4f96b00307)] - **test**: updated for each to for of in test file (lyannel) [#​50308](https://togithub.com/nodejs/node/pull/50308) - \[[`5d91cf1976`](https://togithub.com/nodejs/node/commit/5d91cf1976)] - **test**: move `test-http-server-request-timeouts-mixed` to sequential (Madhuri) [#​45722](https://togithub.com/nodejs/node/pull/45722) - \[[`f47e8fccbb`](https://togithub.com/nodejs/node/commit/f47e8fccbb)] - **test**: fix DNS cancel tests (Szymon Marczak) [#​44432](https://togithub.com/nodejs/node/pull/44432) - \[[`0b073f885a`](https://togithub.com/nodejs/node/commit/0b073f885a)] - **test**: add http agent to `executionAsyncResource` (psj-tar-gz) [#​34966](https://togithub.com/nodejs/node/pull/34966) - \[[`fbce3178ba`](https://togithub.com/nodejs/node/commit/fbce3178ba)] - **test**: reduce memory usage of test-worker-stdio (Adam Majer) [#​37769](https://togithub.com/nodejs/node/pull/37769) - \[[`1f8eaec454`](https://togithub.com/nodejs/node/commit/1f8eaec454)] - **test**: add common.expectRequiredModule() (Joyee Cheung) [#​52868](https://togithub.com/nodejs/node/pull/52868) - \[[`5e731da572`](https://togithub.com/nodejs/node/commit/5e731da572)] - **test**: skip unstable shadow realm gc tests (Chengzhong Wu) [#​52855](https://togithub.com/nodejs/node/pull/52855) - \[[`30a35ae522`](https://togithub.com/nodejs/node/commit/30a35ae522)] - **test**: crypto-rsa-dsa testing for dynamic openssl (Michael Dawson) [#​52781](https://togithub.com/nodejs/node/pull/52781) - \[[`968fe6a8b1`](https://togithub.com/nodejs/node/commit/968fe6a8b1)] - **test**: skip some console tests on dumb terminal (Adam Majer) [#​37770](https://togithub.com/nodejs/node/pull/37770) - \[[`1448959e0d`](https://togithub.com/nodejs/node/commit/1448959e0d)] - **test**: skip v8-updates/test-linux-perf-logger (Michaël Zasso) [#​52821](https://togithub.com/nodejs/node/pull/52821) - \[[`30a4248b48`](https://togithub.com/nodejs/node/commit/30a4248b48)] - **test**: add env variable test for --run (Yagiz Nizipli) [#​52811](https://togithub.com/nodejs/node/pull/52811) - \[[`edb4ed3bc9`](https://togithub.com/nodejs/node/commit/edb4ed3bc9)] - **test**: drop test-crypto-timing-safe-equal-benchmarks (Rafael Gonzaga) [#​52751](https://togithub.com/nodejs/node/pull/52751) - \[[`944ae598b5`](https://togithub.com/nodejs/node/commit/944ae598b5)] - **test, crypto**: use correct object on assert (响马) [#​51820](https://togithub.com/nodejs/node/pull/51820) - \[[`a814e720fa`](https://togithub.com/nodejs/node/commit/a814e720fa)] - **test_runner**: fix watch mode race condition (Moshe Atlow) [#​52954](https://togithub.com/nodejs/node/pull/52954) - \[[`2f59529dc5`](https://togithub.com/nodejs/node/commit/2f59529dc5)] - **(SEMVER-MINOR)** **test_runner**: support test plans (Colin Ihrig) [#​52860](https://togithub.com/nodejs/node/pull/52860) - \[[`3267b3c063`](https://togithub.com/nodejs/node/commit/3267b3c063)] - **test_runner**: display failed test stack trace with dot reporter (Mihir Bhansali) [#​52655](https://togithub.com/nodejs/node/pull/52655) - \[[`b96868b4e7`](https://togithub.com/nodejs/node/commit/b96868b4e7)] - **test_runner**: preserve hook promise when executed twice (Moshe Atlow) [#​52791](https://togithub.com/nodejs/node/pull/52791) - \[[`74341ba3c9`](https://togithub.com/nodejs/node/commit/74341ba3c9)] - **tools**: fix v8-update workflow (Michaël Zasso) [#​52957](https://togithub.com/nodejs/node/pull/52957) - \[[`afe39ed0df`](https://togithub.com/nodejs/node/commit/afe39ed0df)] - **tools**: add --certify-safe to nci-ci (Matteo Collina) [#​52940](https://togithub.com/nodejs/node/pull/52940) - \[[`bb97e1ccdd`](https://togithub.com/nodejs/node/commit/bb97e1ccdd)] - **tools**: fix doc update action (Ma

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.