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

Bump hikari-lightbulb from 2.2.0 to 2.3.2 #37

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps hikari-lightbulb from 2.2.0 to 2.3.2.

Release notes

Sourced from hikari-lightbulb's releases.

v2.3.2

Potentially Breaking Changes

  • Module lightbulb.utils.parser has been moved up a level to lightbulb.parser.

  • OptionsProxy will now raise an AttributeError when trying to access an option that does not exist.

Other Changes

  • Slash commands now have full custom converter support.

  • Permission checks improved to use interaction permission fields where appropriate.

  • Fix lightbulb.commands.base.ApplicationCommand.nsfw not applying correctly for global commands.

  • Implement min_length and max_length for command options.

  • Fix deferral of slash subcommands not working as intended.

v2.3.1

Potentially Breaking Changes

  • lightbulb.cooldown_algorithms.CooldownStatus has been moved from the buckets module to the cooldown_algorithms module.

  • commands_run attribute has been removed from the lightbulb.buckets.Bucket class.

Other Changes

  • Add lightbulb.commands.base.CommandLike.nsfw and nsfw kwarg in lightbulb.decorators.command decorator in order to mark a command as only usable in NSFW channels.

  • Deprecate lightbulb.checks.nsfw_channel_only. Use the above new feature instead. The check will be removed in version 2.4.0.

  • Add lightbulb.context.base.Context.respond_with_modal. Note that this will not work if called on an instance of lightbulb.context.prefix.PrefixContext.

  • Add lightbulb.plugins.Plugin.listeners.

  • Improve lightbulb.converters.special.MessageConverter to support conversion of channelid-messageid format.

  • Implement multiple built-in cooldown algorithms which can be specified when adding a cooldown to a command.

v2.3.0

Breaking Changes

  • lightbulb.utils.Parser api has been completely changed. If you use this class directly in your own codebase then you will need to change your code.

Other Changes

... (truncated)

Commits
  • 6726151 Update guides and docs, update signatures for new hikari features, remove des...
  • 434bc04 Minor code changes
  • 429139e Fix deferral of slash sub-commands
  • 15c3cdb Fix deferral of slash sub-commands (#299)
  • 58e9a2d Fix version numbers and changelog
  • 7ad364b Update hikari requirement from ~=2.0.0.dev113 to ~=2.0.0.dev116 (#305)
  • 87ebbaf Implement min_length and max_length for command options
  • 23c65f5 Update sphinx requirement from ~=5.3.0 to ~=6.1.3 (#304)
  • 1c9b7c8 Fix formatting and typing
  • 0e2e781 Fix nsfw not being applied to global commands
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [hikari-lightbulb](https://github.com/tandemdude/hikari-lightbulb) from 2.2.0 to 2.3.2.
- [Release notes](https://github.com/tandemdude/hikari-lightbulb/releases)
- [Changelog](https://github.com/tandemdude/hikari-lightbulb/blob/development/release_helpers.py)
- [Commits](tandemdude/hikari-lightbulb@2.2.0...2.3.2)

---
updated-dependencies:
- dependency-name: hikari-lightbulb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants