Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps @sapphire/plugin-subcommands from 2.1.1 to 7.0.1.

Release notes

Sourced from @​sapphire/plugin-subcommands's releases.

@​sapphire/plugin-subcommands@​7.0.1

@​sapphire/plugin-subcommands@​7.0.1 - (2024-11-02)

🐛 Bug Fixes

  • Update sapphire dependencies (a837459)

📝 Documentation

@​sapphire/plugin-subcommands@​7.0.0

@​sapphire/plugin-subcommands@​7.0.0 - (2024-08-07)

🏠 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

Changelog

Sourced from @​sapphire/plugin-subcommands's changelog.

@​sapphire/plugin-subcommands@​7.0.1 - (2024-11-02)

🐛 Bug Fixes

  • Update sapphire dependencies (a837459)

📝 Documentation

@​sapphire/plugin-subcommands@​7.0.0 - (2024-08-07)

🏠 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

@​sapphire/plugin-subcommands@​6.0.3 - (2024-01-19)

🐛 Bug Fixes

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

@​sapphire/plugin-subcommands@​6.0.2 - (2023-12-30)

🐛 Bug Fixes

  • subcommands: Bump transitive dependencies (4765979)
  • plugins: Fixed name for plugin subcommnad cooldown precondition (#531) (f6cd4b6)

@​sapphire/plugin-subcommands@​6.0.1 - (2023-12-05)

↩️ Revert

  • "refactor(register): cleanup unnecessary side effect imports of index" (c2af242)

@​sapphire/plugin-subcommands@​6.0.0 - (2023-12-05)

... (truncated)

Commits
  • 21d90cf chore(plugin-subcommands): release @​sapphire/plugin-subcommands@​7.0.1
  • a837459 fix: update sapphire dependencies
  • 11c369d chore: update dev deps
  • 5aa5898 chore(deps): update dependency @​favware/cliff-jumper to v5 (#643)
  • 6a148bb chore(deps): update all non-major dependencies
  • f177359 docs(SubcommandMappings): fix messageRun example (#631)
  • 8de2057 chore(deps): update all non-major dependencies
  • 9b36bae chore(deps): update dependency concurrently to v9 (#625)
  • 8b575e9 chore(deps): update all non-major dependencies
  • 73cea33 chore(deps): update all non-major dependencies
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@sapphire/plugin-subcommands](https://github.com/sapphiredev/plugins/tree/HEAD/packages/subcommands) from 2.1.1 to 7.0.1.
- [Release notes](https://github.com/sapphiredev/plugins/releases)
- [Changelog](https://github.com/sapphiredev/plugins/blob/main/packages/subcommands/CHANGELOG.md)
- [Commits](https://github.com/sapphiredev/plugins/commits/@sapphire/[email protected]/packages/subcommands)

---
updated-dependencies:
- dependency-name: "@sapphire/plugin-subcommands"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant