Xithrius / Xythrion-legacy

Graphing manipulated data in Discord.
MIT License
11 stars 3 forks source link

Bump disnake from 2.4.0 to 2.5.1 in /xythrion #137

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps disnake from 2.4.0 to 2.5.1.

Release notes

Sourced from disnake's releases.

v2.5.1

Small patch release to fix an issue with the @slash.autocomplete(...) decorator in v2.5.0.

Changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-1

v2.5.0

This version adds support for API v10 (which comes with a few breaking changes), forum channels, localizations, permissions v2, improves API coverage by adding support for previously missing features like guild previews, widgets, or welcome screens, and contains several miscellaneous enhancements and bugfixes.

Regarding the message content intent: Note that earlier versions will continue working fine after the message content intent deadline (August 31st 2022), as long as the intent is enabled in the developer portal. However, from this version (2.5.0) onward, the intent needs to be enabled in the developer portal and your code. See this page of the guide for more information. If you do not have access to the intent yet, you can temporarily continue using API v9 by calling disnake.http._workaround_set_api_version(9) before connecting, which will keep sending message content before the intent deadline, even with the intent disabled.

More details and full changelog: https://docs.disnake.dev/en/latest/whats_new.html#v2-5-0

Commits
  • a095e8b chore: bump version to 2.5.1
  • b994583 docs: add v2.5.1 changelog (#524)
  • ab93219 fix: paste command instance on autocomplete copies (#521)
  • 1b27223 release: add changelog for v2.5.0, bump version (#420)
  • 9b1758d docs: misc content/formatting improvements (#511)
  • 04cc4c6 typing: update pyright, fix new issues (#514)
  • 90ff919 feat(cogs): Add app-command equivalents to command_attrs kwarg (#501)
  • 5088fc8 typing: update MISSING and incorrect typehints (#482)
  • 3752e7b feat!: raise error instead of silently returning on interactions that do not ...
  • 4873114 feat!: implement application command permissions v2 (#405)
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #154.