tako-discord / kayano

Source code of the Kayano bot
MIT License
5 stars 0 forks source link

[dependabot]: Bump discord-api-types from 0.24.0 to 0.25.0 #23

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps discord-api-types from 0.24.0 to 0.25.0.

Release notes

Sourced from discord-api-types's releases.

0.25.0

0.25.0 (2021-11-29)

Bug Fixes

  • APIApplicationCommandOption: remove default property (#242) (faa8bf4)
  • correct types for autocomplete interaction data (#234) (691abb5)
  • correct types for REST attachments (#238) (fa54b9d)
  • make subcommand options optional (#241) (7379a34)

Code Refactoring

Features

  • add guild scheduled event (#186) (d333962)
  • RESTPostAPIChannelThreadsJSONBody: add rate_limit_per_user (#237) (1e52e0c)
  • add max/min option for number-based options (#221) (bc1d03e)
  • add maze api error (#228) (7a15c97)
  • ActivityFlags: add new flags (#207) (0f51d8e)
  • ApplicationFlags: add message content intent flags (#226) (d189e36)
  • Attachments: multi uploads and alt text (#223) (fdf133e)
  • GuildSystemChannelFlags: add suppress member join sticker replies flag (#222) (4021dae)
  • Interactions: add autocomplete api types (#205) (3b9320d)
  • UserFlags: add BOT_HTTP_INTERACTIONS flag (#212) (a015f96)

BREAKING CHANGES

  • UserFlags: All user flags now follow the internal name, with descriptions added for what they represent. This means you'll have to do some minor renaming in your code if you check for flags.
  • APIApplicationCommandOption: If you were using the default property for ApplicationCommandOptions, it has been removed, as Discord wasn't even taking it into account anymore.
  • The types for autocomplete interactions have been corrected.

New Contributors

Full Changelog: https://github.com/discordjs/discord-api-types/compare/0.24.0...0.25.0

Changelog

Sourced from discord-api-types's changelog.

0.25.0 (2021-11-29)

Bug Fixes

  • APIApplicationCommandOption: remove default property (#242) (faa8bf4)
  • correct types for autocomplete interaction data (#234) (691abb5)
  • correct types for REST attachments (#238) (fa54b9d)
  • make subcommand options optional (#241) (7379a34)

Code Refactoring

Features

  • add guild scheduled event (#186) (d333962)
  • RESTPostAPIChannelThreadsJSONBody: add rate_limit_per_user (#237) (1e52e0c)
  • add max/min option for number-based options (#221) (bc1d03e)
  • add maze api error (#228) (7a15c97)
  • ActivityFlags: add new flags (#207) (0f51d8e)
  • ApplicationFlags: add message content intent flags (#226) (d189e36)
  • Attachments: multi uploads and alt text (#223) (fdf133e)
  • GuildSystemChannelFlags: add suppress member join sticker replies flag (#222) (4021dae)
  • Interactions: add autocomplete api types (#205) (3b9320d)
  • UserFlags: add BOT_HTTP_INTERACTIONS flag (#212) (a015f96)

BREAKING CHANGES

  • UserFlags: All user flags now follow the internal name, with descriptions added for what they represent. This means you'll have to do some minor renaming in your code if you check for flags.
  • APIApplicationCommandOption: If you were using the default property for ApplicationCommandOptions, it has been removed, as Discord wasn't even taking it into account anymore.
  • The types for autocomplete interactions have been corrected.
Commits
  • 68d5c08 chore(release): 0.25.0 🎉 (#244)
  • d333962 feat: add guild scheduled event (#186)
  • f2d62e3 refactor(UserFlags): update flag names (#229)
  • faa8bf4 fix(APIApplicationCommandOption): remove default property (#242)
  • 7379a34 fix: make subcommand options optional (#241)
  • fa54b9d fix: correct types for REST attachments (#238)
  • 1e52e0c feat(RESTPostAPIChannelThreadsJSONBody): add rate_limit_per_user (#237)
  • 691abb5 fix: correct types for autocomplete interaction data (#234)
  • 7a15c97 feat: add maze api error (#228)
  • bc1d03e feat: add max/min option for number-based options (#221)
  • 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 #24.