Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump discord-api-types from 0.25.2 to 0.26.1 #94

Merged
merged 1 commit into from Jan 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2022

Bumps discord-api-types from 0.25.2 to 0.26.1.

Release notes

Sourced from discord-api-types's releases.

0.26.1

0.26.1 (2022-01-02)

Bug Fixes

  • APIApplicationCommandOption: correct type for integer and number (#284) (fe1f531)

Features

  • APIAuditLogChangeData: Add communication_disabled_until (#281) (0cf51ab)
  • APIGuildScheduledEvent: add more precise types for stage instance/voice/external events (#278) (751aee6)
  • ApplicationFlags: add embedded application flags (#277) (9f4f59c)

Full Changelog: discordjs/discord-api-types@0.26.0...0.26.1

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

... (truncated)

Changelog

Sourced from discord-api-types's changelog.

0.26.1 (2022-01-02)

Bug Fixes

  • APIApplicationCommandOption: correct type for integer and number (#284) (fe1f531)

Features

  • APIAuditLogChangeData: Add communication_disabled_until (#281) (0cf51ab)
  • APIGuildScheduledEvent: add more precise types for stage instance/voice/external events (#278) (751aee6)
  • ApplicationFlags: add embedded application flags (#277) (9f4f59c)

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
  • 7ecf9b2 chore(release): 0.26.1 馃帀 (#285)
  • fe1f531 fix(APIApplicationCommandOption): correct type for integer and number (#284)
  • 0cf51ab feat(APIAuditLogChangeData): Add communication_disabled_until (#281)
  • 751aee6 feat(APIGuildScheduledEvent): add more precise types for stage instance/voice...
  • 9f4f59c feat(ApplicationFlags): add embedded application flags (#277)
  • 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)
  • 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)

Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.25.2 to 0.26.1.
- [Release notes](https://github.com/discordjs/discord-api-types/releases)
- [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md)
- [Commits](discordjs/discord-api-types@0.25.2...0.26.1)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 3, 2022
@3eif 3eif merged commit 3439835 into master Jan 5, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/discord-api-types-0.26.1 branch January 5, 2022 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant