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 #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2024

This PR contains the following updates:

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

Release Notes

sapphiredev/plugins (@​sapphire/plugin-subcommands)

v7.0.1

Compare Source

🐛 Bug Fixes

  • Update sapphire dependencies (a837459)

📝 Documentation

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

v6.0.3

Compare Source

🐛 Bug Fixes

  • Update transitive sapphire dependencies (c78017c)
  • Ensure cts file extensions in dist/cjs (#​537) (6f863f8)
  • subcommands: Bump transitive dependencies (6985cbf)

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants