Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
discord-api-types (source) ^0.30.0 -> ^0.37.0 age adoption passing confidence

Release Notes

discordjs/discord-api-types

v0.37.12

Compare Source

v0.37.11

Compare Source

Features
  • APIGuildForumChannel: add default_sort_order (#​589) (143b003)
  • APIGuildForumChannel: update and add missing features (#​575) (0f118d3)

v0.37.10

Compare Source

Features

v0.37.9

Compare Source

Features

v0.37.8

Compare Source

Features

v0.37.7

Compare Source

Bug Fixes
  • ChannelType: bring back old names (b08f2e3)

v0.37.6

Compare Source

Bug Fixes
  • APIModalSubmission: components is not optional (#​574) (f69b586)
  • GuildChannelType: add missing GuildCategory type (#​579) (815c68f)
  • RESTPatchAPIGuildVoiceStateCurrentMemberJSONBody: channel_id is optional (#​547) (b7b855b)
Features

v0.37.5

Compare Source

Features

v0.37.4

Compare Source

Features

v0.37.3

Compare Source

Features

v0.37.2

Compare Source

Bug Fixes
  • GatewayGuildMembersChunkDispatchData: make chunk pagination properties mandatory (#​558) (0e03e39)
  • GatewayRequestGuildMembersData: limit being required with user_ids (#​559) (dc3d5df)
  • RESTGetAPIChannelUsersThreadsArchivedResult: add has_more missing field (#​543) (796f6d8)
Features
  • add search that might or might not work (f8a9c8b)
  • APIVoiceChannel: support text in voice, properties last_message_id and rate_limit_per_user (#​544) (4488d8f)
  • GatewayReadyDispatchData: add resume_gateway_url (#​552) (9a50367)

v0.37.1

Compare Source

v0.37.0

Compare Source

Code Refactoring
  • RESTJSONErrorCodes: use MaximumThreadParticipantsReached instead in error code 30033 (#​540) (cecf17b)
BREAKING CHANGES
  • RESTJSONErrorCodes: MaximumThreadParticipants was renamed to MaximumThreadParticipantsReached for consistency with the rest of the codes

0.36.3 (2022-07-21)

Features

0.36.2 (2022-07-14)

Features

0.36.1 (2022-07-04)

Features
  • APIApplicationCommandStringOption: add min_length and max_length (#​513) (2cade98)

v0.36.3

Compare Source

Features

v0.36.2

Compare Source

Features

v0.36.1

Compare Source

Features
  • APIApplicationCommandStringOption: add min_length and max_length (#​513) (2cade98)

v0.36.0

Compare Source

Features
BREAKING CHANGES
  • MessageType: The following message types have been renamed:
  • GuildMemberJoin -> UserJoin
  • UserPremiumGuildSubscription -> GuildBoost
  • UserPremiumGuildSubscriptionTier1 -> GuildBoostTier1
  • UserPremiumGuildSubscriptionTier2 -> GuildBoostTier2
  • UserPremiumGuildSubscriptionTier3 -> GuildBoostTier3

v0.35.0

Compare Source

Code Refactoring
  • GatewayIdentifyProperties: remove $ prefix from keys (#​493) (3b10c60)
Features
BREAKING CHANGES
  • GatewayIdentifyProperties: The fields for identify no longer use the $ prefix for the values.

v0.34.0

Compare Source

Code Refactoring
  • separate MESSAGE_CREATE fields from APIMessage object (#​434) (0bb2204)
Features
BREAKING CHANGES
  • Certain fields that come only through the gateway are now correctly typed as such

0.33.5 (2022-06-07)

Bug Fixes
  • GatewayGuildCreateDispatch: add missing GatewayGuildCreateDispatch (#​477) (d268e0b)
  • RESTPostAPIWebhookWithTokenJSONBody: thread_name should be optional (#​479) (eff8892)
Features

0.33.4 (2022-06-06)

Features
  • RESTPostAPIWebhookWithTokenJSONBody: add thread_name (#​463) (8e5f07e)

0.33.3 (2022-06-04)

Bug Fixes
  • AddUndefinedToPossiblyUndefinedProperties: recurse down objects (#​471) (43c372d)

0.33.2 (2022-06-01)

Bug Fixes
  • docs-site: website link colors (#​457) (51e664d)
  • GatewayGuildCreateDispatch: add extra fields that were missing (#​458) (15fcd1b)
  • RestPostAPIBaseApplicationJSONBody: make default_member_permissions optional (#​460) (6a813be)

0.33.1 (2022-05-26)

Bug Fixes
  • RESTPostAPIApplicationGuildCommands: correct types due to unions (#​447) (6d85ad6)
Features

v0.33.5

Compare Source

Bug Fixes
  • GatewayGuildCreateDispatch: add missing GatewayGuildCreateDispatch (#​477) (d268e0b)
  • RESTPostAPIWebhookWithTokenJSONBody: thread_name should be optional (#​479) (eff8892)
Features

v0.33.4

Compare Source

Features
  • RESTPostAPIWebhookWithTokenJSONBody: add thread_name (#​463) (8e5f07e)

v0.33.3

Compare Source

Bug Fixes
  • AddUndefinedToPossiblyUndefinedProperties: recurse down objects (#​471) (43c372d)

v0.33.2

Compare Source

Bug Fixes
  • docs-site: website link colors (#​457) (51e664d)
  • GatewayGuildCreateDispatch: add extra fields that were missing (#​458) (15fcd1b)
  • RestPostAPIBaseApplicationJSONBody: make default_member_permissions optional (#​460) (6a813be)

v0.33.1

Compare Source

Bug Fixes
  • RESTPostAPIApplicationGuildCommands: correct types due to unions (#​447) (6d85ad6)
Features

v0.33.0

Compare Source

Code Refactoring
  • GuildFeature: thread archive durations are no longer boost locked (#​412) (1737ade)
  • separate GUILD_CREATE fields from APIGuild object (#​423) (17f5caa)
Features
BREAKING CHANGES
  • APIGuild now correctly shows just the properties that are obtainable through rest/GUILD_UPDATE, while the extra fields have been moved to GatewayGuildCreateDispatchData to correctly represent the data received
  • GuildFeature: SevenDayThreadArchive and ThreeDayThreadArchive have been removed as they are no longer valid

0.32.1 (2022-05-05)

Features

v0.32.1

Compare Source

Features

v0.32.0

Compare Source

Bug Fixes
Code Refactoring
BREAKING CHANGES
  • APIGuildIntegration: enabled is now properly marked as optional

0.31.2 (2022-04-18)

Features
  • RESTPostAPIGuildChannelJSONBody: add default_auto_archive prop (#​400) (6a192b1)

0.31.1 (2022-04-11)

Features

v0.31.2

Compare Source

Features
  • RESTPostAPIGuildChannelJSONBody: add default_auto_archive prop (#​400) (6a192b1)

v0.31.1

Compare Source

Features

v0.31.0

Compare Source

Code Refactoring
Features
BREAKING CHANGES
  • The deprecated summary field has been removed
  • Store channels have been removed, alongside their types
  • APIGroupDMChannel: The name field is now also nullable for Group DM Channels

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 12, 2022
@renovate renovate bot merged commit 1b84bd7 into main Oct 12, 2022
@renovate renovate bot deleted the renovate/discord-api-types-0.x branch October 12, 2022 21:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant