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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update dependency discord-api-types to ^0.37.0 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 18, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

discordjs/discord-api-types

v0.37.46

Compare Source

Features

v0.37.45

Compare Source

v0.37.44

Compare Source

Features

v0.37.43

Compare Source

Features

v0.37.42

Compare Source

Bug Fixes
  • allow sending empty choices with autocomplete: true (#​762) (0e6b19d)

v0.37.41

Compare Source

Bug Fixes
  • GatewayGuildMembersChunkDispatchData: Omit guild_id for presences (#​761) (5079b16)
  • types: move types condition to the front (#​763) (9dce6ed)

v0.37.40

Compare Source

Features

v0.37.39

Compare Source

Bug Fixes
  • RESTPostAPIChannelMessagesThreadsJSONBody: mark auto_archive_duration as optional (ca6a95d)
Features

v0.37.38

Compare Source

Features

v0.37.37

Compare Source

Bug Fixes
Features

v0.37.36

Compare Source

Features
  • AutoModeration: add custom_message field support (#​727) (0d47c69)

v0.37.35

Compare Source

Bug Fixes

v0.37.34

Compare Source

Bug Fixes
Features

v0.37.33

Compare Source

Bug Fixes
  • GatewayDispatchPayload: add missing GuildAuditLogEntry (#​715) (602c16e)

v0.37.32

Compare Source

Features

v0.37.31

Compare Source

v0.37.30

Compare Source

Features
  • APIGuildMember: add support for guild member flags (#​700) (e902671)
  • GatewayDispatchEvents: add GuildAuditLogEntryCreate (#​692) (31ca234)

v0.37.29

Compare Source

v0.37.28

Compare Source

Bug Fixes
  • GuildIntegration: enabled and user are present on bots (#​660) (b10e9bb)
Features

v0.37.27

Compare Source

Features

v0.37.26

Compare Source

Features

v0.37.25

Compare Source

v0.37.24

Compare Source

Bug Fixes
  • APIApplicationRoleConnection: metadata values can be numbers (#​673) (8df9f14)

v0.37.23

Compare Source

Bug Fixes
  • APIChannel: correctly type present properties based on channel type (#​669) (2a5413d)
  • Interactions: make app_permissions required (#​652) (89bc0f4)
Features

v0.37.22

Compare Source

Bug Fixes
  • APIChannel: correctly type name based on channel type (#​666) (995126e)

v0.37.21

Compare Source

v0.37.20

Compare Source

v0.37.19

Compare Source

Bug Fixes
Features
  • GuildFeatures: Add APPLICATION_COMMAND_PERMISSIONS_V2 (#​646) (a1869a6)

v0.37.18

Compare Source

Features

v0.37.17

Compare Source

Features

v0.37.16

Compare Source

Bug Fixes

v0.37.15

Compare Source

Bug Fixes
  • default_thread_rate_limit_per_user is only for forum channels (#​596) (88ce291)
  • add missing gateway dispatch payloads to gateway event union (#​619) (348dd41)
  • APIGuild: change type of afk_timeout to allowed values (#​590) (aaa57b4)
Features

v0.37.14

Compare Source

Bug Fixes
  • APIAutoModeration: export v10 json payloads and correct route types (#​608) (bce0795)
Features

v0.37.13

Compare Source

Features
  • APIAutoModeration: add support for auto moderation (#​418) (b216f7a)

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

v0.37.3

Compare Source

Bug Fixes
  • RESTPostAPIChannelMessagesThreadsJSONBody: mark auto_archive_duration as optional (ca6a95d)
Features

v0.37.2

Compare Source

v0.37.1

Compare Source

Bug Fixes
Features
  • GuildFeatures: Add APPLICATION_COMMAND_PERMISSIONS_V2 (#​646) (a1869a6)

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](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0312-httpsgithubcomdiscordjsdisc


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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, check this box

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

@renovate renovate bot force-pushed the renovate/discord-api-types-0.x branch from 27b1191 to 326ee63 Compare March 7, 2022 11:14
@renovate renovate bot changed the title ⬆️ Update dependency discord-api-types to ^0.24.0 ⬆️ Update dependency discord-api-types to ^0.27.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/discord-api-types-0.x branch from 326ee63 to b3310bd Compare March 26, 2022 14:26
@renovate renovate bot changed the title ⬆️ Update dependency discord-api-types to ^0.27.0 ⬆️ Update dependency discord-api-types to ^0.30.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/discord-api-types-0.x branch from b3310bd to 27fde55 Compare April 24, 2022 19:14
@renovate renovate bot changed the title ⬆️ Update dependency discord-api-types to ^0.30.0 ⬆️ Update dependency discord-api-types to ^0.31.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/discord-api-types-0.x branch from 27fde55 to d7451c3 Compare May 15, 2022 22:59
@renovate renovate bot changed the title ⬆️ Update dependency discord-api-types to ^0.31.0 ⬆️ Update dependency discord-api-types to ^0.32.0 May 15, 2022
@renovate renovate bot force-pushed the renovate/discord-api-types-0.x branch from d7451c3 to 2a836f7 Compare June 18, 2022 15:28
@renovate renovate bot changed the title ⬆️ Update dependency discord-api-types to ^0.32.0 ⬆️ Update dependency discord-api-types to ^0.34.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/discord-api-types-0.x branch from 2a836f7 to 1c2ee97 Compare June 23, 2022 21:08
@renovate renovate bot changed the title ⬆️ Update dependency discord-api-types to ^0.34.0 ⬆️ Update dependency discord-api-types to ^0.35.0 Jun 23, 2022
@renovate renovate bot force-pushed the renovate/discord-api-types-0.x branch from 1c2ee97 to d590d57 Compare September 25, 2022 11:11
@renovate renovate bot changed the title ⬆️ Update dependency discord-api-types to ^0.35.0 ⬆️ Update dependency discord-api-types to ^0.37.0 Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants