uSebazz / Nino

Multipurpose entertainment bot that seeks to encourage activity on your server.
https://nino.fun
Apache License 2.0
29 stars 3 forks source link

fix(deps): update dependency @sapphire/framework to v4 - autoclosed #151

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/framework (source) ^3.2.0 -> ^4.8.5 age adoption passing confidence

Release Notes

sapphiredev/framework (@​sapphire/framework) ### [`v4.8.5`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#485---2023-12-03) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.4...v4.8.5) #### 🐛 Bug Fixes - Point ESM entrypoint to CJS build ([#​699](https://togithub.com/sapphiredev/framework/issues/699)) ([5132f62](https://togithub.com/sapphiredev/framework/commit/5132f6248b5067b30792a83ae43a2fff8ce4f027)) ### [`v4.8.4`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#484---2023-12-03) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.3...v4.8.4) #### 🐛 Bug Fixes - Convert .js imports to .cjs ([#​698](https://togithub.com/sapphiredev/framework/issues/698)) ([925e2c9](https://togithub.com/sapphiredev/framework/commit/925e2c983ef22e17708724d4129cbd5fabf45e2a)) ### [`v4.8.3`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#483---2023-12-02) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.2...v4.8.3) #### 🏠 Refactor - Switch to split cjs and esm builds and fully build with tsup ([#​697](https://togithub.com/sapphiredev/framework/issues/697)) ([2502abb](https://togithub.com/sapphiredev/framework/commit/2502abb08b90e6676338457f551b51cc8eaa17a0)) - **Command:** Make type guards check the type ([3a6b259](https://togithub.com/sapphiredev/framework/commit/3a6b2598e4ccb2a7ed8b3304aa943e3edc165403)) #### 🐛 Bug Fixes - **computeDifference:** Correctly check for extra properties and split up compute difference ([#​695](https://togithub.com/sapphiredev/framework/issues/695)) ([281d118](https://togithub.com/sapphiredev/framework/commit/281d11883f3cf33cbc5f878a2d96457f83c03714)) - **Command:** `parentCategory` failing with `fullCategory.length === 1` ([04bc519](https://togithub.com/sapphiredev/framework/commit/04bc519745a7b32b9672a64bad01664f26e49631)) #### 📝 Documentation - **Command:** Update `fullCategory`'s outdated docs ([d2d7967](https://togithub.com/sapphiredev/framework/commit/d2d7967f3a90b43d2fc6116eacb5f79297cdd784)) ### [`v4.8.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#482---2023-11-16) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.1...v4.8.2) #### 🐛 Bug Fixes - Register `CoreReady` piece correctly ([#​690](https://togithub.com/sapphiredev/framework/issues/690)) ([4b99b37](https://togithub.com/sapphiredev/framework/commit/4b99b377c33c8991ae52174a5bda88a047fb0971)) ### [`v4.8.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#481---2023-11-16) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.8.0...v4.8.1) #### 🏠 Refactor - **cooldown:** Improve error message ([#​689](https://togithub.com/sapphiredev/framework/issues/689)) ([3dc2019](https://togithub.com/sapphiredev/framework/commit/3dc20190938b43d48e452ac9647403bde3eff544)) #### 📝 Documentation - Fix link to discord.js ([#​683](https://togithub.com/sapphiredev/framework/issues/683)) ([2f160ba](https://togithub.com/sapphiredev/framework/commit/2f160bae0ec6825fdbb1ce26605484171812a11c)) ### [`v4.8.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#480---2023-11-16) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.7.2...v4.8.0) #### 🏠 Refactor - Support latest /pieces type utilities ([#​687](https://togithub.com/sapphiredev/framework/issues/687)) ([a1907e3](https://togithub.com/sapphiredev/framework/commit/a1907e305a9f311c686c36a31d4b635c654efcf1)) - **cooldown:** Use id properties for channelId and guildId ([#​688](https://togithub.com/sapphiredev/framework/issues/688)) ([633d325](https://togithub.com/sapphiredev/framework/commit/633d3253ff16a7981b8b67f91fe8612527699dc0)) - **Listener:** Make loader hooks more resilient ([#​685](https://togithub.com/sapphiredev/framework/issues/685)) ([d310a8a](https://togithub.com/sapphiredev/framework/commit/d310a8affb32cbbf275f74d4c014af68da30b570)) #### 🐛 Bug Fixes - Update transitive dependencies ([85c0280](https://togithub.com/sapphiredev/framework/commit/85c0280b08754475c2fbad8787c33c153bf9c8df)) - Set `engines.node` to `>=18` ([7cbec42](https://togithub.com/sapphiredev/framework/commit/7cbec42c0b793cef8c4c60a3b2403262b6bae1df)) #### 🚀 Features - Make all pieces virtual ([#​686](https://togithub.com/sapphiredev/framework/issues/686)) ([41bcc9b](https://togithub.com/sapphiredev/framework/commit/41bcc9b50054e920a7dfba3172648b2c20ab9a5a)) ### [`v4.7.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#472---2023-10-23) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.7.1...v4.7.2) #### 🏠 Refactor - Move preconditions resolvers to dedicated files ([#​679](https://togithub.com/sapphiredev/framework/issues/679)) ([d9bbb28](https://togithub.com/sapphiredev/framework/commit/d9bbb28159504f53f5b0d262da3f66bbfb3d0bd6)) - Move command types to its own file ([#​678](https://togithub.com/sapphiredev/framework/issues/678)) ([832c979](https://togithub.com/sapphiredev/framework/commit/832c979a5702891f57539db5aded5eba24a9e95b)) ### [`v4.7.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#471---2023-10-16) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.7.0...v4.7.1) #### 🏠 Refactor - Expose `runInTypeIsSpecificsObject` as public static method on `Command` ([6bbe2c1](https://togithub.com/sapphiredev/framework/commit/6bbe2c10315a6e5f8277c46fa627fef90117acd0)) ### [`v4.7.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#470---2023-10-15) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.6.1...v4.7.0) #### 🚀 Features - **command:** Make it possible for runIn to be command type specific ([#​673](https://togithub.com/sapphiredev/framework/issues/673)) ([99ab31e](https://togithub.com/sapphiredev/framework/commit/99ab31ece05319451560868a72344d2ee4051489)) ### [`v4.6.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#461---2023-10-05) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.6.0...v4.6.1) #### 🐛 Bug Fixes - **events:** Add missing discordjs events ([#​667](https://togithub.com/sapphiredev/framework/issues/667)) ([a88c706](https://togithub.com/sapphiredev/framework/commit/a88c706b1754c3f58048a2d8bdd24b14d266d1ce)) - **ClientPermissions:** Fixed permissions checking ([#​668](https://togithub.com/sapphiredev/framework/issues/668)) ([370755e](https://togithub.com/sapphiredev/framework/commit/370755ec1a81c335bbde0f9225ae0dbfab1619de)) - Fixed types for Node 20 types ([de8e8d0](https://togithub.com/sapphiredev/framework/commit/de8e8d09c24f367da0278e9ece8bc89355988b6e)) ### [`v4.6.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#460---2023-09-06) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.5.3...v4.6.0) #### 🏠 Refactor - Change to tsc emitted declarations ([#​661](https://togithub.com/sapphiredev/framework/issues/661)) ([ac99774](https://togithub.com/sapphiredev/framework/commit/ac997749779390496a9d73c08c5cb0cfb3a1070d)) #### 🐛 Bug Fixes - Update transitive dependencies ([dc0cf8a](https://togithub.com/sapphiredev/framework/commit/dc0cf8afb660611801eb576d9427ebf43e03bfa7)) #### 📝 Documentation - Temporarily typedoc docgen until typedoc-json-parser is fixed ([4eb8306](https://togithub.com/sapphiredev/framework/commit/4eb830625ff03663c45a020b993912432c4043f6)) - **SapphireClient:** Fix link to DiscordJS docs ([341d57a](https://togithub.com/sapphiredev/framework/commit/341d57a881410b6d9288c5ee7c157c1e4255f77a)) #### 🚀 Features - Add global config for setting the guild ids to register commands to ([#​659](https://togithub.com/sapphiredev/framework/issues/659)) ([de5e8eb](https://togithub.com/sapphiredev/framework/commit/de5e8ebb84e814794d05535bcb8f22cb1e204480)) ### [`v4.5.3`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#453---2023-08-23) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.5.2...v4.5.3) #### 🐛 Bug Fixes - **Command:** Make `resolveConstructorPreConditionsRunType` `protected` instead of `private` ([ce73c44](https://togithub.com/sapphiredev/framework/commit/ce73c4439cf30880e915bbf2946b2af2066efe85)) ### [`v4.5.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#452---2023-08-21) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.5.1...v4.5.2) #### 🏠 Refactor - **preconditions:** Add `RunIn`, deprecate everything else ([#​655](https://togithub.com/sapphiredev/framework/issues/655)) ([2ed7fa5](https://togithub.com/sapphiredev/framework/commit/2ed7fa540031b247f83889751c8564de9aa81dcb)) #### 🐛 Bug Fixes - **deps:** Update all non-major dependencies ([#​656](https://togithub.com/sapphiredev/framework/issues/656)) ([6d3b4fc](https://togithub.com/sapphiredev/framework/commit/6d3b4fc7510d9fb2ca29d831d8f785bfc5d222e6)) - Bump transitive dependencies ([9103253](https://togithub.com/sapphiredev/framework/commit/9103253c8da170c229dd87f5e22ef0031d96c436)) - **deps:** Update all non-major dependencies ([b8ce85d](https://togithub.com/sapphiredev/framework/commit/b8ce85dd16f4abf1401dfbfb14ebfadd80a023e5)) ### [`v4.5.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#451---2023-07-21) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.5.0...v4.5.1) #### 🐛 Bug Fixes - **preconditions:** Resolve deprecated discordjs code ([71cf295](https://togithub.com/sapphiredev/framework/commit/71cf295366eac9ac4dfc1b0159eb8beec132ee15)) - **identifiers:** Fix wrong string for Identifiers.ArgumentGuildNewsThreadChannelError ([c711e8c](https://togithub.com/sapphiredev/framework/commit/c711e8c9cc43718bdee3d7f901c0af9d2d309963)) - Update transitive sapphire dependencies ([f97ca21](https://togithub.com/sapphiredev/framework/commit/f97ca21911d0714c4c6c82e6375919636eb701e5)) ### [`v4.5.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#450---2023-06-29) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.4.4...v4.5.0) #### 🐛 Bug Fixes - **deps:** Update dependency [@​sapphire/discord](https://togithub.com/sapphire/discord).js-utilities to v7 ([#​639](https://togithub.com/sapphiredev/framework/issues/639)) ([a101ccb](https://togithub.com/sapphiredev/framework/commit/a101ccb67be3a0a68c16cd7056c50656995e47fa)) #### 🚀 Features - **interaction-handlers:** Add events for parse return states ([#​641](https://togithub.com/sapphiredev/framework/issues/641)) ([a069d5f](https://togithub.com/sapphiredev/framework/commit/a069d5f8c5f2e710fdaf45d93ae8bd22a5ce2291)) ### [`v4.4.4`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#444---2023-05-24) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.4.3...v4.4.4) #### 🐛 Bug Fixes - **deps:** Update all non-major dependencies ([#​634](https://togithub.com/sapphiredev/framework/issues/634)) ([32015af](https://togithub.com/sapphiredev/framework/commit/32015afd6d4583642f5d0c8cbf28964fb4e33195)) - **deps:** Update all non-major dependencies ([#​633](https://togithub.com/sapphiredev/framework/issues/633)) ([fa918b5](https://togithub.com/sapphiredev/framework/commit/fa918b5cde435d1543d7154b7e4f3984f232ced8)) - Update dependencies ([defaefb](https://togithub.com/sapphiredev/framework/commit/defaefbfbca706e0c1d181a3dc40fb99a72c6eab)) ### [`v4.4.3`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#443---2023-05-02) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.4.2...v4.4.3) #### 🐛 Bug Fixes - Update dependencies ([852302e](https://togithub.com/sapphiredev/framework/commit/852302e9ca6144430b8f8c611560af3b5664e15f)) ### [`v4.4.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#442---2023-04-27) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.4.1...v4.4.2) #### 🐛 Bug Fixes - Add missing permission to account for discord-api-types@0.37.40 ([8c5ce9d](https://togithub.com/sapphiredev/framework/commit/8c5ce9dfafbb7a0a329f6feb7d5e216f1df6cedf)) - **deps:** Update all non-major dependencies ([#​631](https://togithub.com/sapphiredev/framework/issues/631)) ([d9115d2](https://togithub.com/sapphiredev/framework/commit/d9115d266e2782604e82f0b22537771055cb8bb5)) ### [`v4.4.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#441---2023-04-18) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.4.0...v4.4.1) #### 🐛 Bug Fixes - **permissions:** Add missing permission strings ([#​630](https://togithub.com/sapphiredev/framework/issues/630)) ([23645bb](https://togithub.com/sapphiredev/framework/commit/23645bbe527119ab6be3824d2435f2dbb5bf89db)) - **ArgType:** Update `type` for guild\*ThreadChannel ([#​628](https://togithub.com/sapphiredev/framework/issues/628)) ([222d50e](https://togithub.com/sapphiredev/framework/commit/222d50e0459f7769bea660ae9ae5ce412b927cdb)) #### 📝 Documentation - Add code of conduct to the repo ([f4a9897](https://togithub.com/sapphiredev/framework/commit/f4a9897142224b0f8c238667a2d1c1180b844435)) ### [`v4.4.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#440---2023-04-12) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.3.1...v4.4.0) #### 🚀 Features - Make the Application Command Registries status listeners optional ([#​627](https://togithub.com/sapphiredev/framework/issues/627)) ([0e6d59a](https://togithub.com/sapphiredev/framework/commit/0e6d59ad0321e8a92544e86984a76cc9ffa63bb7)) ### [`v4.3.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#431---2023-04-10) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.3.0...v4.3.1) #### 🐛 Bug Fixes - **deps:** Update pieces and utilities to latest version ([e83009a](https://togithub.com/sapphiredev/framework/commit/e83009a056759551cb8fc00c428448404aa856fa)) ### [`v4.3.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#430---2023-04-10) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.2.2...v4.3.0) #### 🐛 Bug Fixes - Add missing type modifiers ([75fb220](https://togithub.com/sapphiredev/framework/commit/75fb2209cb496edfc9c45eb19c32a91774180bde)) - Update dependencies ([7555627](https://togithub.com/sapphiredev/framework/commit/7555627c60b93a3f4fd2dd05700cebfc39715b9a)) - **ApplicationCommandRegistries:** Emit event if user is listening for bulk overwrites errors ([#​622](https://togithub.com/sapphiredev/framework/issues/622)) ([55b26ad](https://togithub.com/sapphiredev/framework/commit/55b26adfa0565deba08df4ba0233cb3aab93169a)) - **deps:** Update all non-major dependencies ([#​620](https://togithub.com/sapphiredev/framework/issues/620)) ([5212e8c](https://togithub.com/sapphiredev/framework/commit/5212e8c131b498bb4365436afa43b7f406e2ab3c)) #### 🚀 Features - **Args:** Add guild argument ([#​626](https://togithub.com/sapphiredev/framework/issues/626)) ([ed414f4](https://togithub.com/sapphiredev/framework/commit/ed414f4b107b371a062d576887a24eee65ae53ef)) ### [`v4.2.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#422---2023-03-14) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.2.1...v4.2.2) #### 🐛 Bug Fixes - Update to discordjs v14.8.0 ([00db5f3](https://togithub.com/sapphiredev/framework/commit/00db5f33409cc9d0c07bd1150c525e43770ebb76)) - **deps:** Update dependency [@​sapphire/ratelimits](https://togithub.com/sapphire/ratelimits) to ^2.4.6 ([#​617](https://togithub.com/sapphiredev/framework/issues/617)) ([ab9242a](https://togithub.com/sapphiredev/framework/commit/ab9242a46d62173ce714c1c5285c53a9bb2414b0)) ### [`v4.2.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#421---2023-03-09) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.2.0...v4.2.1) #### 🐛 Bug Fixes - **ClientPermissions:** Fixed permission checking for old applications ([#​616](https://togithub.com/sapphiredev/framework/issues/616)) ([725a7d3](https://togithub.com/sapphiredev/framework/commit/725a7d3a8e8f92860aaf946aecfc988abc8d9553)) - **events:** Add missing discordjs events ([#​612](https://togithub.com/sapphiredev/framework/issues/612)) ([f9606c3](https://togithub.com/sapphiredev/framework/commit/f9606c3c862fd1ebed52c17d8973b37513499567)) ### [`v4.2.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#420---2023-02-22) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.1.1...v4.2.0) #### 🏠 Refactor - Expose argument context types ([#​610](https://togithub.com/sapphiredev/framework/issues/610)) ([5ff473f](https://togithub.com/sapphiredev/framework/commit/5ff473fa7178c4389f00ee3cb65aab6894b4dd62)) #### 🚀 Features - Allow member arg to not do a fuzzy search ([#​611](https://togithub.com/sapphiredev/framework/issues/611)) ([22892c3](https://togithub.com/sapphiredev/framework/commit/22892c30108258a60327ffe47bd037ac4e903530)) ### [`v4.1.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#411---2023-02-18) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.1.0...v4.1.1) #### 🐛 Bug Fixes - Typescript fix for discord-api-types 0.37.35 ([#​608](https://togithub.com/sapphiredev/framework/issues/608)) ([37fdcb4](https://togithub.com/sapphiredev/framework/commit/37fdcb42e6da7d556701db565464531fcf855651)) ### [`v4.1.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#410---2023-02-08) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.0.2...v4.1.0) #### 🐛 Bug Fixes - **Command:** Do not attempt to execute application command reloading logic when a command does not have any application commands ([#​598](https://togithub.com/sapphiredev/framework/issues/598)) ([61e96d2](https://togithub.com/sapphiredev/framework/commit/61e96d27236d9b86f23a5dbaa93495653af5d70d)) - Use `declare` for store properties to avoid the need for `as *Store` ([#​602](https://togithub.com/sapphiredev/framework/issues/602)) ([b243bcd](https://togithub.com/sapphiredev/framework/commit/b243bcd5665d934674867f54f233826fc0bbfa95)) - **Command:** Support `BulkOverwrite` for reloads ([#​600](https://togithub.com/sapphiredev/framework/issues/600)) ([b4c252e](https://togithub.com/sapphiredev/framework/commit/b4c252e0815323c3c48d5937f2a6ef1c0198f043)) - **Args:** Ensure proper error types are always thrown ([#​601](https://togithub.com/sapphiredev/framework/issues/601)) ([ee8be2e](https://togithub.com/sapphiredev/framework/commit/ee8be2e1d586b60ee9f17bf353fa37502ca8b18f)) #### 🚀 Features - Remove `CommandChatInputRegisterShortcut` alias interface, prefer using `ApplicationCommandRegistry.RegisterOptions` instead ([#​597](https://togithub.com/sapphiredev/framework/issues/597)) ([18ad9fa](https://togithub.com/sapphiredev/framework/commit/18ad9fa9c403165b4310793cc1dfcf917ce8af48)) ### [`v4.0.2`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#402---2023-01-15) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.0.1...v4.0.2) #### 🐛 Bug Fixes - Fixed deprecated djs code select menu ([#​593](https://togithub.com/sapphiredev/framework/issues/593)) ([534fcb8](https://togithub.com/sapphiredev/framework/commit/534fcb86355236737603b50c0919e7ce8b83e87c)) - **deps:** Update sapphire dependencies ([#​592](https://togithub.com/sapphiredev/framework/issues/592)) ([02d4e1b](https://togithub.com/sapphiredev/framework/commit/02d4e1b741effee93bea98c6cb9baef1747ab242)) ### [`v4.0.1`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#401---2023-01-11) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v4.0.0...v4.0.1) #### 🐛 Bug Fixes - **ApplicationCommandRegistry:** Context menu command matching went wrong ([#​590](https://togithub.com/sapphiredev/framework/issues/590)) ([779dda4](https://togithub.com/sapphiredev/framework/commit/779dda4a512641beef2077affb1b0b51f60f9b13)) ### [`v4.0.0`](https://togithub.com/sapphiredev/framework/blob/HEAD/CHANGELOG.md#400---2023-01-08) [Compare Source](https://togithub.com/sapphiredev/framework/compare/v3.2.0...v4.0.0) #### 🚀 Features - **deps:** Support for djs v14 ([#​512](https://togithub.com/sapphiredev/framework/issues/512)) ([e81cba2](https://togithub.com/sapphiredev/framework/commit/e81cba2c7801c63a311ceee305e6750cd509e05f)) - 💥 **Co-authored-by:** renovate\[bot] <29139614+renovate\[bot][@​users](https://togithub.com/users).noreply.github.com> - 💥 **Co-authored-by:** Jeroen Claassens - 💥 **Co-authored-by:** Hezekiah Hendry - 💥 **Co-authored-by:** Ben <34194692+BenSegal855@​users.noreply.github.com> - 💥 **Co-authored-by:** Urcute <75350256+itsUrcute@users.noreply.github.com> - 💥 **Co-authored-by:** Lioness100

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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