mcb-dev / mCodingBot

The Discord bot for the mCoding Discord server.
https://mcoding.io/discord
MIT License
12 stars 4 forks source link

Update hikari-crescent requirement from ^0.3.3 to ^0.4.0 #84

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on hikari-crescent to permit the latest version.

Release notes

Sourced from hikari-crescent's releases.

v0.4.0

What's Changed

Full Changelog: https://github.com/magpie-dev/hikari-crescent/compare/v0.3.8...v0.4.0

Breaking Changes

  • Permissions must now be declared inside of crescent.Group instead of subcommands
  • Dependency groups may need to be installed for ext.
    • hikari-crescent[cron] from crescent.ext.tasks
    • hikari-crescent[i18n] from crescent.ext.locales
    • hikari-crescent[cooldowns] from crescent.ext.cooldowns
Commits
  • fab8146 :sparkles: Support localization in groups and subgroups (#264)
  • a39fa64 :bug: Move permissions to crescent.Group (#263)
  • 9d5a61c :heavy_minus_sign: Add dependency groups for ext (#262)
  • d2353df :sparkles: Locale extension - i18n and LocaleMap (#259)
  • ad33163 :green_heart: Update poetry support in CI and remove automerge dependabot (#261)
  • bfa2e9c :sparkles: Add Locale Implementation (#258)
  • d93376e :arrow_up: Support python 3.11 (#256)
  • f34c816 :arrow_up: Bump hikari to dev112 (#255)
  • b51f43c :children_crossing: Add user guide to README
  • a933732 :sparkles: Add min and max string length (#253)
  • Additional commits viewable in compare view


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)