tako-discord / kayano

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

[dependabot]: Bump discord-api-types from 0.25.2 to 0.26.0 #41

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps discord-api-types from 0.25.2 to 0.26.0.

Release notes

Sourced from discord-api-types's releases.

0.26.0

0.26.0 (2021-12-24)

Bug Fixes

  • APIInvite: channel can be null (#182) (c67d426)
  • GatewayStageInstance: Stage Instance dispatches not included in GatewayDispatchPayload (#267) (46db72d)
  • NonDispatchPayload: t & s fields are always null on non-dispatch payloads (#259) (315ce35)
  • only a partial object is needed when updating attachments (#263) (7ab780b)
  • StickerPack: Optional banner_asset_id (#270) (7eee39d)

Features

  • Add API error code 50055 (#256) (b01716b)
  • Add API error code 50109 (#268) (bfc5e46)
  • add support for user guild member read oauth2 scope and route (#254) (e9d02a1)
  • APIAuditLog: add guild_scheduled_events prop (#251) (c7efcd5)
  • APIGuildMember: add guild timeouts (#235) (0bbc972)
  • GatewayThreadMemberUpdateDispatchData: add guild_id extra field (#266) (2c72242)
  • RESTJSONErrorCodes: add error 20029 (#257) (9e619fc)
  • bring in support for TS 4.5's exactOptionalPropertyTypes (#275) (c20e5ae)

Cleanups

  • Make application command option union easier to use (#250) (8bbb819)
  • ChatInputCommandOptions: cleanup chat input options (#274) (7fe78ce)

BREAKING CHANGES

  • StickerPack: banner_asset_id is now optional. Reference PR: discord/discord-api-docs#4245
  • APIInvite: this marks the channel property of invites as possibly null
  • ChatInputCommandOptions: A lot of the options were renamed and split up to clean up internal code. All option interfaces that ended in a plural (*Options) have had their pluralization removed (*Option now). APIApplicationCommandInteractionDataOptionWithValues has been renamed to APIApplicationCommandInteractionDataBasicOption, and every *InteractionDataOptions{Type} interfaces have been renamed to *InteractionData{Type}Option (i.e.: ApplicationCommandInteractionDataOptionString -> APIApplicationCommandInteractionDataStringOption).

New Contributors

Full Changelog: https://github.com/discordjs/discord-api-types/compare/0.25.2...0.26.0

Changelog

Sourced from discord-api-types's changelog.

0.26.0 (2021-12-24)

Bug Fixes

  • APIInvite: channel can be null (#182) (c67d426)
  • GatewayStageInstance: Stage Instance dispatches not included in GatewayDispatchPayload (#267) (46db72d)
  • NonDispatchPayload: t & s fields are always null on non-dispatch payloads (#259) (315ce35)
  • only a partial object is needed when updating attachments (#263) (7ab780b)
  • StickerPack: Optional banner_asset_id (#270) (7eee39d)

Features

  • Add API error code 50055 (#256) (b01716b)
  • Add API error code 50109 (#268) (bfc5e46)
  • add support for user guild member read oauth2 scope and route (#254) (e9d02a1)
  • APIAuditLog: add guild_scheduled_events prop (#251) (c7efcd5)
  • APIGuildMember: add guild timeouts (#235) (0bbc972)
  • GatewayThreadMemberUpdateDispatchData: add guild_id extra field (#266) (2c72242)
  • RESTJSONErrorCodes: add error 20029 (#257) (9e619fc)
  • bring in support for TS 4.5's exactOptionalPropertyTypes (#275) (c20e5ae)

Cleanups

  • Make application command option union easier to use (#250) (8bbb819)
  • ChatInputCommandOptions: cleanup chat input options (#274) (7fe78ce)

BREAKING CHANGES

  • StickerPack: banner_asset_id is now optional. Reference PR: discord/discord-api-docs#4245
  • APIInvite: this marks the channel property of invites as possibly null
  • ChatInputCommandOptions: A lot of the options were renamed and split up to clean up internal code. All option interfaces that ended in a plural (*Options) have had their pluralization removed (*Option now). APIApplicationCommandInteractionDataOptionWithValues has been renamed to APIApplicationCommandInteractionDataBasicOption, and every *InteractionDataOptions{Type} interfaces have been renamed to *InteractionData{Type}Option (i.e.: ApplicationCommandInteractionDataOptionString -> APIApplicationCommandInteractionDataStringOption).
Commits
  • cd580fa chore(release): 0.26.0 🎉 (#276)
  • c20e5ae chore: bring in support for TS 4.5's exactOptionalPropertyTypes (#275)
  • 7fe78ce chore: cleanup chat input options (#274)
  • bfc5e46 feat: Add API error code 50109 (#268)
  • 8bbb819 types: make application command option union easier to use (#250)
  • 46db72d fix(GatewayStageInstance): Stage Instance dispatches not included in `Gateway...
  • 0bbc972 feat(APIGuildMember): add guild timeouts (#235)
  • 7eee39d fix(StickerPack): Optional banner_asset_id (#270)
  • 2c72242 feat(GatewayThreadMemberUpdateDispatchData): add guild_id extra field (#266)
  • 7ab780b fix: only a partial object is needed when updating attachments (#263)
  • 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 #46.