sapphiredev / framework

Discord bot framework built on top of discord.js for advanced and amazing bots.
https://www.sapphirejs.dev/
MIT License
653 stars 74 forks source link

fix(deps): update all non-major dependencies #752

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/builders (source) ^1.7.0 -> ^1.8.1 age adoption passing confidence
@types/node (source) ^20.12.7 -> ^20.12.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.7.1 -> ^7.8.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.7.1 -> ^7.8.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
discord.js (source) ^14.14.1 -> ^14.15.2 age adoption passing confidence
vite (source) ^5.2.10 -> ^5.2.11 age adoption passing confidence
vitest (source) ^1.5.2 -> ^1.6.0 age adoption passing confidence
yarn (source) 4.1.1 -> 4.2.1 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/builders) ### [`v1.8.1`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/builders/CHANGELOG.md#discordjsbuilders181---2024-05-05) [Compare Source](https://togithub.com/discordjs/discord.js/compare/@discordjs/builders@1.8.0...@discordjs/builders@1.8.1) #### Bug Fixes - Slashcommand builder type split ([#​10253](https://togithub.com/discordjs/discord.js/issues/10253)) ([07c1210](https://togithub.com/discordjs/discord.js/commit/07c12101e534fdce836a94bc571b53f75979ea86)) ### [`v1.8.0`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/builders/CHANGELOG.md#discordjsbuilders180---2024-05-04) [Compare Source](https://togithub.com/discordjs/discord.js/compare/@discordjs/builders@1.7.0...@discordjs/builders@1.8.0) #### Bug Fixes - Don't mutate user provided array ([#​10014](https://togithub.com/discordjs/discord.js/issues/10014)) ([7ea3638](https://togithub.com/discordjs/discord.js/commit/7ea3638dbcf38926596fb5da8b85040e70f1b98b)) - Minify mainlib docs json ([#​9963](https://togithub.com/discordjs/discord.js/issues/9963)) ([4b88306](https://togithub.com/discordjs/discord.js/commit/4b88306dcb2b16b840ec61e9e33047af3a31c45d)) #### Documentation - Split docs.api.json into multiple json files ([597340f](https://togithub.com/discordjs/discord.js/commit/597340f288437c35da8c703d9b621274de60d880)) #### Features - **api-extractor:** Support `export * as ___` syntax ([#​10173](https://togithub.com/discordjs/discord.js/issues/10173)) ([1c5de21](https://togithub.com/discordjs/discord.js/commit/1c5de21a2905fe21b54dea805013f089ed9000d0)) - Allow RestOrArray for command option builders ([#​10175](https://togithub.com/discordjs/discord.js/issues/10175)) ([a1a3a95](https://togithub.com/discordjs/discord.js/commit/a1a3a95c94194a8ab789d567a778b376e13ea973)) - Local and preview detection ([79fbda3](https://togithub.com/discordjs/discord.js/commit/79fbda3aac6d4f0f8bfb193e797d09cbe331d315)) #### Refactor - Docs ([#​10126](https://togithub.com/discordjs/discord.js/issues/10126)) ([18cce83](https://togithub.com/discordjs/discord.js/commit/18cce83d80598c430218775c53441b6b2ecdc776)) - Make builders types great again ([#​10026](https://togithub.com/discordjs/discord.js/issues/10026)) ([a0c83a2](https://togithub.com/discordjs/discord.js/commit/a0c83a254c21dad5ac14b649a95ded57d6678d95))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#780-2024-04-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.1...v7.8.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-unsafe-argument] handle tagged templates - **eslint-plugin:** \[prefer-optional-chain] suggests optional chaining during strict null equality check - **eslint-plugin:** \[consistent-type-assertions] handle tagged templates - **eslint-plugin:** \[no-unsafe-return] handle union types - **eslint-plugin:** \[no-unused-vars] clear error report range ##### ❤️ Thank You - auvred - Josh Goldberg ✨ - jsfm01 - Kim Sang Du - YeonJuan 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.8.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#780-2024-04-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.1...v7.8.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.
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v1.6.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.6.0) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.3...v1.6.0) #####    🚀 Features - Support standalone mode  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5565](https://togithub.com/vitest-dev/vitest/issues/5565) [(bdce0)](https://togithub.com/vitest-dev/vitest/commit/bdce0a29) - Custom "snapshotEnvironment" option  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5449](https://togithub.com/vitest-dev/vitest/issues/5449) [(30f72)](https://togithub.com/vitest-dev/vitest/commit/30f728bc) - **benchmark**: Support comparing benchmark result  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) and [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5398](https://togithub.com/vitest-dev/vitest/issues/5398) [(f8d3d)](https://togithub.com/vitest-dev/vitest/commit/f8d3d22e) - **browser**: Allow injecting scripts  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5656](https://togithub.com/vitest-dev/vitest/issues/5656) [(21e58)](https://togithub.com/vitest-dev/vitest/commit/21e58bd8) - **reporter**: Support `includeConsoleOutput` and `addFileAttribute` in junit  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5659](https://togithub.com/vitest-dev/vitest/issues/5659) [(2f913)](https://togithub.com/vitest-dev/vitest/commit/2f913222) - **ui**: Sort items by file name  -  by [@​btea](https://togithub.com/btea) in [https://github.com/vitest-dev/vitest/issues/5652](https://togithub.com/vitest-dev/vitest/issues/5652) [(1f726)](https://togithub.com/vitest-dev/vitest/commit/1f7268fa) #####    🐞 Bug Fixes - Keep order of arguments for .each in custom task collectors  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5640](https://togithub.com/vitest-dev/vitest/issues/5640) [(7d57c)](https://togithub.com/vitest-dev/vitest/commit/7d57c116) - Call `resolveId('vitest')` after `buildStart`  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5646](https://togithub.com/vitest-dev/vitest/issues/5646) [(f5faf)](https://togithub.com/vitest-dev/vitest/commit/f5faf423) - Hash the name of the file when caching  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5654](https://togithub.com/vitest-dev/vitest/issues/5654) [(c9e68)](https://togithub.com/vitest-dev/vitest/commit/c9e68ced) - Don't panic on empty files in node_modules  -  by [@​sheremet-va](https://togithub.com/sheremet-va) [(40c29)](https://togithub.com/vitest-dev/vitest/commit/40c299fe) - Use `toJSON` for error serialization  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5526](https://togithub.com/vitest-dev/vitest/issues/5526) [(19a21)](https://togithub.com/vitest-dev/vitest/commit/19a21e49) - **coverage**: - Exclude `*.test-d.*` by default  -  by [@​MindfulPol](https://togithub.com/MindfulPol) in [https://github.com/vitest-dev/vitest/issues/5634](https://togithub.com/vitest-dev/vitest/issues/5634) [(bfe8a)](https://togithub.com/vitest-dev/vitest/commit/bfe8ad9d) - Apply `vite-node`'s wrapper only to executed files  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5642](https://togithub.com/vitest-dev/vitest/issues/5642) [(c9883)](https://togithub.com/vitest-dev/vitest/commit/c9883f3e) - **vm**: - Support network imports  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5610](https://togithub.com/vitest-dev/vitest/issues/5610) [(103a6)](https://togithub.com/vitest-dev/vitest/commit/103a6002) #####    🏎 Performance - Improve performance of forks pool  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5592](https://togithub.com/vitest-dev/vitest/issues/5592) [(d8304)](https://togithub.com/vitest-dev/vitest/commit/d8304bb4) - Unnecessary rpc call when coverage is disabled  -  by [@​AriPerkkio](https://togithub.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/5658](https://togithub.com/vitest-dev/vitest/issues/5658) [(c5712)](https://togithub.com/vitest-dev/vitest/commit/c571276a) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.3...v1.6.0) ### [`v1.5.3`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.5.3) [Compare Source](https://togithub.com/vitest-dev/vitest/compare/v1.5.2...v1.5.3) #####    🐞 Bug Fixes - Use package.json name for a workspace project if not provided  -  by [@​sheremet-va](https://togithub.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/5608](https://togithub.com/vitest-dev/vitest/issues/5608) [(48fba)](https://togithub.com/vitest-dev/vitest/commit/48fba190) - Backport jest iterable equality within object  -  by [@​sukovanej](https://togithub.com/sukovanej) in [https://github.com/vitest-dev/vitest/issues/5621](https://togithub.com/vitest-dev/vitest/issues/5621) [(30e5d)](https://togithub.com/vitest-dev/vitest/commit/30e5dc1b) - **browser**: Support benchmark  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5622](https://togithub.com/vitest-dev/vitest/issues/5622) [(becab)](https://togithub.com/vitest-dev/vitest/commit/becabb5e) - **reporter**: Use default error formatter for JUnit  -  by [@​hi-ogawa](https://togithub.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/5629](https://togithub.com/vitest-dev/vitest/issues/5629) [(20060)](https://togithub.com/vitest-dev/vitest/commit/200609cc) #####     [View changes on GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.5.2...v1.5.3)
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))
vitejs/vite (vite) ### [`v5.2.11`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5211-2024-05-02-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.10...v5.2.11) - feat: improve dynamic import variable failure error message ([#​16519](https://togithub.com/vitejs/vite/issues/16519)) ([f8feeea](https://togithub.com/vitejs/vite/commit/f8feeea)), closes [#​16519](https://togithub.com/vitejs/vite/issues/16519) - fix: dynamic-import-vars plugin normalize path issue ([#​16518](https://togithub.com/vitejs/vite/issues/16518)) ([f71ba5b](https://togithub.com/vitejs/vite/commit/f71ba5b)), closes [#​16518](https://togithub.com/vitejs/vite/issues/16518) - fix: scripts and styles were missing from built HTML on Windows ([#​16421](https://togithub.com/vitejs/vite/issues/16421)) ([0e93f58](https://togithub.com/vitejs/vite/commit/0e93f58)), closes [#​16421](https://togithub.com/vitejs/vite/issues/16421) - fix(deps): update all non-major dependencies ([#​16488](https://togithub.com/vitejs/vite/issues/16488)) ([2d50be2](https://togithub.com/vitejs/vite/commit/2d50be2)), closes [#​16488](https://togithub.com/vitejs/vite/issues/16488) - fix(deps): update all non-major dependencies ([#​16549](https://togithub.com/vitejs/vite/issues/16549)) ([2d6a13b](https://togithub.com/vitejs/vite/commit/2d6a13b)), closes [#​16549](https://togithub.com/vitejs/vite/issues/16549) - fix(dev): watch publicDir explicitly to include it outside the root ([#​16502](https://togithub.com/vitejs/vite/issues/16502)) ([4d83eb5](https://togithub.com/vitejs/vite/commit/4d83eb5)), closes [#​16502](https://togithub.com/vitejs/vite/issues/16502) - fix(preload): skip preload for non-static urls ([#​16556](https://togithub.com/vitejs/vite/issues/16556)) ([bb79c9b](https://togithub.com/vitejs/vite/commit/bb79c9b)), closes [#​16556](https://togithub.com/vitejs/vite/issues/16556) - fix(ssr): handle class declaration and expression name scoping ([#​16569](https://togithub.com/vitejs/vite/issues/16569)) ([c071eb3](https://togithub.com/vitejs/vite/commit/c071eb3)), closes [#​16569](https://togithub.com/vitejs/vite/issues/16569) - fix(ssr): handle function expression name scoping ([#​16563](https://togithub.com/vitejs/vite/issues/16563)) ([02db947](https://togithub.com/vitejs/vite/commit/02db947)), closes [#​16563](https://togithub.com/vitejs/vite/issues/16563)
yarnpkg/berry (yarn) ### [`v4.2.1`](https://togithub.com/yarnpkg/berry/compare/9a853e35cfe44d1cbd17b9739f68e90d1c79c96e...bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf) [Compare Source](https://togithub.com/yarnpkg/berry/compare/9a853e35cfe44d1cbd17b9739f68e90d1c79c96e...bf24f592eb0a7e8ac207387b0d60ea2ac7d66ebf) ### [`v4.2.0`](https://togithub.com/yarnpkg/berry/compare/6b7621f0736ef7ed423672392882d68592d61c81...9a853e35cfe44d1cbd17b9739f68e90d1c79c96e) [Compare Source](https://togithub.com/yarnpkg/berry/compare/6b7621f0736ef7ed423672392882d68592d61c81...9a853e35cfe44d1cbd17b9739f68e90d1c79c96e)

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

renovate[bot] commented 6 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.