Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

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

Compare Source

🏠 Refactor

  • Changed no match errors to emit on a subcommand listener instead of the root MessageCommandError / ChatInputCommandError (6e7a5bf) (#​601 by @​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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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

@JirayuSrisawat-Github JirayuSrisawat-Github merged commit f227ebf into main Sep 30, 2024
2 checks passed
@renovate renovate bot deleted the renovate/sapphire-plugin-subcommands-7.x branch September 30, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant