tako-discord / kayano

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

[dependabot](deps): Bump discord-api-types from 0.23.1 to 0.24.0 #5

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps discord-api-types from 0.23.1 to 0.24.0.

Release notes

Sourced from discord-api-types's releases.

0.24.0

0.24.0 (2021-10-16)

Bug Fixes

  • APISelectMenuComponent: make options field optional (#209) (0c592a0)

Code Refactoring

  • APIVoiceRegion: removed vip property (#214) (7db6953)

Features

  • APIApplicationCommand: add channel_types field to channel options (#198) (77396b5)
  • APIAttachment: add ephemeral field (#199) (2aee879)
  • APIGuildMember: add per guild avatars (#208) (0331518)
  • APIRole: add role icons (#204) (1076822)
  • InteractionResolvedChannels: add parent_id and thread_metadata fields to resolved channels (#210) (64e4e52)
  • PermissionFlagBits: update thread permissions (#181) (68d97ae)
  • PermissionFlagsBits: add StartEmbeddedActivities (#197) (4bbe1ea)
  • RESTJSONErrorCodes: add error 50101 (#202) (b453d75)
  • Routes: add missing OAuth2 routes (#218) (9dd3446)

BREAKING CHANGES

  • APIVoiceRegion: The vip property has been removed.

New Contributors

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

Changelog

Sourced from discord-api-types's changelog.

0.24.0 (2021-10-16)

Bug Fixes

  • APISelectMenuComponent: make options field optional (#209) (0c592a0)

Code Refactoring

  • APIVoiceRegion: removed vip property (#214) (7db6953)

Features

  • APIApplicationCommand: add channel_types field to channel options (#198) (77396b5)
  • APIAttachment: add ephemeral field (#199) (2aee879)
  • APIGuildMember: add per guild avatars (#208) (0331518)
  • APIRole: add role icons (#204) (1076822)
  • InteractionResolvedChannels: add parent_id and thread_metadata fields to resolved channels (#210) (64e4e52)
  • PermissionFlagBits: update thread permissions (#181) (68d97ae)
  • PermissionFlagsBits: add StartEmbeddedActivities (#197) (4bbe1ea)
  • RESTJSONErrorCodes: add error 50101 (#202) (b453d75)
  • Routes: add missing OAuth2 routes (#218) (9dd3446)

BREAKING CHANGES

  • APIVoiceRegion: The vip property has been removed.
Commits
  • a507765 chore(release): 0.24.0 🎉 (#220)
  • 9dd3446 feat(Routes): add missing OAuth2 routes (#218)
  • 24f658d chore(GuildFeature): sort guild features (#216)
  • 329451c chore(APIRole): make icon and unicode_emoji nullable (#217)
  • 7db6953 refactor(APIVoiceRegion): removed vip property (#214)
  • 77396b5 feat(APIApplicationCommand): add channel_types field to channel options (#198)
  • 0331518 feat(APIGuildMember): add per guild avatars (#208)
  • 64e4e52 feat(InteractionResolvedChannels): add parent_id and thread_metadata fiel...
  • b453d75 feat(RESTJSONErrorCodes): add error 50101 (#202)
  • 1076822 feat(APIRole): add role icons (#204)
  • 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)