killbasa / Amaneko

Discord bot for VTuber livestream relays and notifications.
https://docs.amaneko.ca/
MIT License
2 stars 1 forks source link

fix(deps): update dependency @sapphire/plugin-subcommands to v7 #148

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sapphire/plugin-subcommands (source) ^6.0.3 -> ^7.0.0 age adoption passing confidence

Release Notes

sapphiredev/plugins (@​sapphire/plugin-subcommands) ### [`v7.0.0`](https://redirect.github.com/sapphiredev/plugins/blob/HEAD/packages/subcommands/CHANGELOG.md#sapphireplugin-subcommands700---2024-08-07) [Compare Source](https://redirect.github.com/sapphiredev/plugins/compare/@sapphire/plugin-subcommands@6.0.3...@sapphire/plugin-subcommands@7.0.0) #### 🏠 Refactor - Changed no match errors to emit on a subcommand listener instead of the root MessageCommandError / ChatInputCommandError ([6e7a5bf](https://redirect.github.com/sapphiredev/plugins/commit/6e7a5bf89feb869e656cb1a07bb29a664b1ebd41)) ([#​601](https://redirect.github.com/sapphiredev/plugins/pull/601) by [@​favna](https://redirect.github.com/favna)) - πŸ’₯ **BREAKING CHANGE:** If no subcommand matched the error was emitted to `MessageCommandError` or `ChatInputCommandError`. This was inconsistent with errors during runtime emitted to `MessageSubcommandError` and `ChatInputSubcommandError` respectively. Therefore these events are now emitted to the new events `PluginMessageSubcommandNoMatch` and `PluginChatInputSubcommandNoMatch` respectively. New built-in listeners for these events will log the infractions to the console at the error level. You can override these listeners to provide your functionality. #### πŸ› Bug Fixes - **deps:** Update all non-major dependencies ([43df709](https://redirect.github.com/sapphiredev/plugins/commit/43df70954d837f7b14d62ea9123aca4b1da9ae36)) ([#​574](https://redirect.github.com/sapphiredev/plugins/pull/574) by [@​renovate](https://redirect.github.com/renovate)\[bot]) - **deps:** Update all non-major dependencies ([7909d16](https://redirect.github.com/sapphiredev/plugins/commit/7909d16fcec9a8e5e9a3f8816c90a26fbc7d1284)) ([#​573](https://redirect.github.com/sapphiredev/plugins/pull/573) by [@​renovate](https://redirect.github.com/renovate)\[bot]) - **subcommands:** Export cooldown precondition on top level and deprecate namespaced exports ([e71f926](https://redirect.github.com/sapphiredev/plugins/commit/e71f9260de9b04f2ff010d4f8697fb78f230c1bb)) - **deps:** Update all non-major dependencies ([ee64834](https://redirect.github.com/sapphiredev/plugins/commit/ee64834c799a5ac28b1ae172cb19f77a1887f3d4)) ([#​546](https://redirect.github.com/sapphiredev/plugins/pull/546) by [@​renovate](https://redirect.github.com/renovate)\[bot]) - **subcommands:** Update transitive dependencies ([342090e](https://redirect.github.com/sapphiredev/plugins/commit/342090efa7a6c2c5a82a6e97eced374d60885be9))

Configuration

πŸ“… Schedule: Branch creation - "before 10am on Saturday" (UTC), Automerge - At any time (no schedule defined).

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

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

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.