Garlic-Team / gcommands

Powerful and flexible discord.js framework.
https://www.npmjs.com/package/gcommands
ISC License
38 stars 9 forks source link

fix(deps): update dependency discord-api-types to ^0.35.0 #493

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

discordjs/discord-api-types ### [`v0.35.0`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0350-httpsgithubcomdiscordjsdiscord-api-typescompare03400350-2022-06-23) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.34.0...0.35.0) ##### Code Refactoring - **GatewayIdentifyProperties:** remove `$` prefix from keys ([#​493](https://togithub.com/discordjs/discord-api-types/issues/493)) ([3b10c60](https://togithub.com/discordjs/discord-api-types/commit/3b10c60faa5943501ab1f7cfa0d5f3c5317cdbbd)) ##### Features - **APIEmbedVideo:** add missing `proxy_url` property ([#​496](https://togithub.com/discordjs/discord-api-types/issues/496)) ([56d491f](https://togithub.com/discordjs/discord-api-types/commit/56d491fa6808d9a8762bff606ca8feb5e11f13a4)) - **REST:** add `CDNRoutes` ([#​502](https://togithub.com/discordjs/discord-api-types/issues/502)) ([0609886](https://togithub.com/discordjs/discord-api-types/commit/06098869d552139fadcc204b5ce4e1a7e5352b68)) - **UserFlags:** add `Quarantined` flag ([#​495](https://togithub.com/discordjs/discord-api-types/issues/495)) ([fc3aa1c](https://togithub.com/discordjs/discord-api-types/commit/fc3aa1c9110e4730c6b8ba3e36815ecd2da66c68)) ##### BREAKING CHANGES - **GatewayIdentifyProperties:** The fields for identify no longer use the `$` prefix for the values. ### [`v0.34.0`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0340-httpsgithubcomdiscordjsdiscord-api-typescompare03350340-2022-06-13) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.33.5...0.34.0) ##### Code Refactoring - separate `MESSAGE_CREATE` fields from `APIMessage` object ([#​434](https://togithub.com/discordjs/discord-api-types/issues/434)) ([0bb2204](https://togithub.com/discordjs/discord-api-types/commit/0bb2204b5ddd32b791641a33d52669bc739bc208)) ##### Features - add guild mfa endpoint and error `50017` ([#​476](https://togithub.com/discordjs/discord-api-types/issues/476)) ([292c6b5](https://togithub.com/discordjs/discord-api-types/commit/292c6b58ee9384db2ce06addb80d2ea2bcd32de2)) - **RESTJSONErrorCodes:** add 220003 error ([#​466](https://togithub.com/discordjs/discord-api-types/issues/466)) ([20653b3](https://togithub.com/discordjs/discord-api-types/commit/20653b34819f6adf8116bef2a1e5edc3233c4117)) ##### BREAKING CHANGES - Certain fields that come only through the gateway are now correctly typed as such #### [0.33.5](https://togithub.com/discordjs/discord-api-types/compare/0.33.4...0.33.5) (2022-06-07) ##### Bug Fixes - **GatewayGuildCreateDispatch:** add missing `GatewayGuildCreateDispatch` ([#​477](https://togithub.com/discordjs/discord-api-types/issues/477)) ([d268e0b](https://togithub.com/discordjs/discord-api-types/commit/d268e0bff7429e1cde43174fdf6d2342569860d5)) - **RESTPostAPIWebhookWithTokenJSONBody:** `thread_name` should be optional ([#​479](https://togithub.com/discordjs/discord-api-types/issues/479)) ([eff8892](https://togithub.com/discordjs/discord-api-types/commit/eff8892b03656cfc2b709c6c30edb98e38bf2a1e)) ##### Features - **RESTJSONErrorCodes:** add error `30052` ([#​469](https://togithub.com/discordjs/discord-api-types/issues/469)) ([d854317](https://togithub.com/discordjs/discord-api-types/commit/d8543177cd978a19daa32fbb183892b6f8c24772)) #### [0.33.4](https://togithub.com/discordjs/discord-api-types/compare/0.33.3...0.33.4) (2022-06-06) ##### Features - **RESTPostAPIWebhookWithTokenJSONBody:** add `thread_name` ([#​463](https://togithub.com/discordjs/discord-api-types/issues/463)) ([8e5f07e](https://togithub.com/discordjs/discord-api-types/commit/8e5f07e2eebc14e5777dbfb932ef54f252165524)) #### [0.33.3](https://togithub.com/discordjs/discord-api-types/compare/0.33.2...0.33.3) (2022-06-04) ##### Bug Fixes - **AddUndefinedToPossiblyUndefinedProperties:** recurse down objects ([#​471](https://togithub.com/discordjs/discord-api-types/issues/471)) ([43c372d](https://togithub.com/discordjs/discord-api-types/commit/43c372d81722e48b105d5121a2cfdf614f1e7704)) #### [0.33.2](https://togithub.com/discordjs/discord-api-types/compare/0.33.1...0.33.2) (2022-06-01) ##### Bug Fixes - **docs-site:** website link colors ([#​457](https://togithub.com/discordjs/discord-api-types/issues/457)) ([51e664d](https://togithub.com/discordjs/discord-api-types/commit/51e664d8e826e7f0aa467c000f3a1707fc283a36)) - **GatewayGuildCreateDispatch:** add extra fields that were missing ([#​458](https://togithub.com/discordjs/discord-api-types/issues/458)) ([15fcd1b](https://togithub.com/discordjs/discord-api-types/commit/15fcd1b2a85e8d1e136416a66326a4aadcc301fb)) - **RestPostAPIBaseApplicationJSONBody:** make `default_member_permissions` optional ([#​460](https://togithub.com/discordjs/discord-api-types/issues/460)) ([6a813be](https://togithub.com/discordjs/discord-api-types/commit/6a813be83382e1606f1921cf00179fe1ce75c04f)) #### [0.33.1](https://togithub.com/discordjs/discord-api-types/compare/0.33.0...0.33.1) (2022-05-26) ##### Bug Fixes - **RESTPostAPIApplicationGuildCommands:** correct types due to unions ([#​447](https://togithub.com/discordjs/discord-api-types/issues/447)) ([6d85ad6](https://togithub.com/discordjs/discord-api-types/commit/6d85ad6b1d707b980f9897ea68dd4b7573b3a770)) ##### Features - **RESTJSONErrorCodes:** add error `50600` ([#​444](https://togithub.com/discordjs/discord-api-types/issues/444)) ([5ef49f4](https://togithub.com/discordjs/discord-api-types/commit/5ef49f41cecaa1d5937428a5c58f1d88bfc61266)) - **RESTPostAPIGuildChannels:** update post body fields ([#​419](https://togithub.com/discordjs/discord-api-types/issues/419)) ([748db34](https://togithub.com/discordjs/discord-api-types/commit/748db34e30338cf4a9fd8ce7b86d1d5c7dde63b1)) ### [`v0.33.5`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0335-httpsgithubcomdiscordjsdiscord-api-typescompare03340335-2022-06-07) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.33.4...0.33.5) ##### Bug Fixes - **GatewayGuildCreateDispatch:** add missing `GatewayGuildCreateDispatch` ([#​477](https://togithub.com/discordjs/discord-api-types/issues/477)) ([d268e0b](https://togithub.com/discordjs/discord-api-types/commit/d268e0bff7429e1cde43174fdf6d2342569860d5)) - **RESTPostAPIWebhookWithTokenJSONBody:** `thread_name` should be optional ([#​479](https://togithub.com/discordjs/discord-api-types/issues/479)) ([eff8892](https://togithub.com/discordjs/discord-api-types/commit/eff8892b03656cfc2b709c6c30edb98e38bf2a1e)) ##### Features - **RESTJSONErrorCodes:** add error `30052` ([#​469](https://togithub.com/discordjs/discord-api-types/issues/469)) ([d854317](https://togithub.com/discordjs/discord-api-types/commit/d8543177cd978a19daa32fbb183892b6f8c24772)) ### [`v0.33.4`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0334-httpsgithubcomdiscordjsdiscord-api-typescompare03330334-2022-06-06) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.33.3...0.33.4) ##### Features - **RESTPostAPIWebhookWithTokenJSONBody:** add `thread_name` ([#​463](https://togithub.com/discordjs/discord-api-types/issues/463)) ([8e5f07e](https://togithub.com/discordjs/discord-api-types/commit/8e5f07e2eebc14e5777dbfb932ef54f252165524)) ### [`v0.33.3`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0333-httpsgithubcomdiscordjsdiscord-api-typescompare03320333-2022-06-04) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.33.2...0.33.3) ##### Bug Fixes - **AddUndefinedToPossiblyUndefinedProperties:** recurse down objects ([#​471](https://togithub.com/discordjs/discord-api-types/issues/471)) ([43c372d](https://togithub.com/discordjs/discord-api-types/commit/43c372d81722e48b105d5121a2cfdf614f1e7704)) ### [`v0.33.2`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0332-httpsgithubcomdiscordjsdiscord-api-typescompare03310332-2022-06-01) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.33.1...0.33.2) ##### Bug Fixes - **docs-site:** website link colors ([#​457](https://togithub.com/discordjs/discord-api-types/issues/457)) ([51e664d](https://togithub.com/discordjs/discord-api-types/commit/51e664d8e826e7f0aa467c000f3a1707fc283a36)) - **GatewayGuildCreateDispatch:** add extra fields that were missing ([#​458](https://togithub.com/discordjs/discord-api-types/issues/458)) ([15fcd1b](https://togithub.com/discordjs/discord-api-types/commit/15fcd1b2a85e8d1e136416a66326a4aadcc301fb)) - **RestPostAPIBaseApplicationJSONBody:** make `default_member_permissions` optional ([#​460](https://togithub.com/discordjs/discord-api-types/issues/460)) ([6a813be](https://togithub.com/discordjs/discord-api-types/commit/6a813be83382e1606f1921cf00179fe1ce75c04f)) ### [`v0.33.1`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0331-httpsgithubcomdiscordjsdiscord-api-typescompare03300331-2022-05-26) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.33.0...0.33.1) ##### Bug Fixes - **RESTPostAPIApplicationGuildCommands:** correct types due to unions ([#​447](https://togithub.com/discordjs/discord-api-types/issues/447)) ([6d85ad6](https://togithub.com/discordjs/discord-api-types/commit/6d85ad6b1d707b980f9897ea68dd4b7573b3a770)) ##### Features - **RESTJSONErrorCodes:** add error `50600` ([#​444](https://togithub.com/discordjs/discord-api-types/issues/444)) ([5ef49f4](https://togithub.com/discordjs/discord-api-types/commit/5ef49f41cecaa1d5937428a5c58f1d88bfc61266)) - **RESTPostAPIGuildChannels:** update post body fields ([#​419](https://togithub.com/discordjs/discord-api-types/issues/419)) ([748db34](https://togithub.com/discordjs/discord-api-types/commit/748db34e30338cf4a9fd8ce7b86d1d5c7dde63b1)) ### [`v0.33.0`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0330-httpsgithubcomdiscordjsdiscord-api-typescompare03210330-2022-05-16) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.32.1...0.33.0) ##### Code Refactoring - **GuildFeature:** thread archive durations are no longer boost locked ([#​412](https://togithub.com/discordjs/discord-api-types/issues/412)) ([1737ade](https://togithub.com/discordjs/discord-api-types/commit/1737adea1fc3d5050db30266e49c63277b7a77fc)) - separate `GUILD_CREATE` fields from `APIGuild` object ([#​423](https://togithub.com/discordjs/discord-api-types/issues/423)) ([17f5caa](https://togithub.com/discordjs/discord-api-types/commit/17f5caa671da50a79d61393f5a970ce59c5d875e)) ##### Features - add support for application command permissions v2 ([#​415](https://togithub.com/discordjs/discord-api-types/issues/415)) ([d3163ca](https://togithub.com/discordjs/discord-api-types/commit/d3163ca22e5b7d8292f9f6ccd444aa5c93771d92)) - **OAuth2Scopes:** add new OAuth2 scopes ([#​435](https://togithub.com/discordjs/discord-api-types/issues/435)) ([8f16f45](https://togithub.com/discordjs/discord-api-types/commit/8f16f452ac7dc8988617d1211fc6a9547d254795)) - **rest:** add missing guild routes results ([#​438](https://togithub.com/discordjs/discord-api-types/issues/438)) ([1afce87](https://togithub.com/discordjs/discord-api-types/commit/1afce87fbef8e43ee040010e36019a4ebc6fecfe)) ##### 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](https://togithub.com/discordjs/discord-api-types/compare/0.32.0...0.32.1) (2022-05-05) ##### Features - **RESTJSONErrorCodes:** add error `50080` ([#​408](https://togithub.com/discordjs/discord-api-types/issues/408)) ([43cfbcb](https://togithub.com/discordjs/discord-api-types/commit/43cfbcba284a96de6bde101b866ad9ac306992b5)) - **RESTPostAPIGuildForumThreads:** add `message` field ([#​416](https://togithub.com/discordjs/discord-api-types/issues/416)) ([a28c824](https://togithub.com/discordjs/discord-api-types/commit/a28c824f82014b15a715b51b4426356428bb4ba2)) ### [`v0.32.1`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0321-httpsgithubcomdiscordjsdiscord-api-typescompare03200321-2022-05-05) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.32.0...0.32.1) ##### Features - **RESTJSONErrorCodes:** add error `50080` ([#​408](https://togithub.com/discordjs/discord-api-types/issues/408)) ([43cfbcb](https://togithub.com/discordjs/discord-api-types/commit/43cfbcba284a96de6bde101b866ad9ac306992b5)) - **RESTPostAPIGuildForumThreads:** add `message` field ([#​416](https://togithub.com/discordjs/discord-api-types/issues/416)) ([a28c824](https://togithub.com/discordjs/discord-api-types/commit/a28c824f82014b15a715b51b4426356428bb4ba2)) ### [`v0.32.0`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0320-httpsgithubcomdiscordjsdiscord-api-typescompare03120320-2022-04-25) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.31.2...0.32.0) ##### Bug Fixes - add `position` property to create channel options ([#​409](https://togithub.com/discordjs/discord-api-types/issues/409)) ([3fe53ce](https://togithub.com/discordjs/discord-api-types/commit/3fe53ced9f0e61473a8b92d0503c51084e6a58f3)) ##### Code Refactoring - **APIGuildIntegration:** make `enabled` optional ([#​406](https://togithub.com/discordjs/discord-api-types/issues/406)) ([1212eb9](https://togithub.com/discordjs/discord-api-types/commit/1212eb933e6bf1d82b1b41164030bd317e9c59eb)) ##### BREAKING CHANGES - **APIGuildIntegration:** `enabled` is now properly marked as optional #### [0.31.2](https://togithub.com/discordjs/discord-api-types/compare/0.31.1...0.31.2) (2022-04-18) ##### Features - **RESTPostAPIGuildChannelJSONBody:** add `default_auto_archive` prop ([#​400](https://togithub.com/discordjs/discord-api-types/issues/400)) ([6a192b1](https://togithub.com/discordjs/discord-api-types/commit/6a192b132c11f13d95ea3e7ed1eb556600f2f415)) #### [0.31.1](https://togithub.com/discordjs/discord-api-types/compare/0.31.0...0.31.1) (2022-04-11) ##### Features - **APIApplicationCommandInteractionData:** add `guild_id` ([#​396](https://togithub.com/discordjs/discord-api-types/issues/396)) ([bc6e97f](https://togithub.com/discordjs/discord-api-types/commit/bc6e97f309b1f5e0bc0063ada3aed77f34214e9f)) - **APIGuildForum:** add support for forums, part 1 ([#​398](https://togithub.com/discordjs/discord-api-types/issues/398)) ([bf08484](https://togithub.com/discordjs/discord-api-types/commit/bf084849885dd15b19f4f46aa260815037131600)) - student hubs ([#​215](https://togithub.com/discordjs/discord-api-types/issues/215)) ([69079ee](https://togithub.com/discordjs/discord-api-types/commit/69079ee132777977e9a9e163696ffdc8db82fe38)) ### [`v0.31.2`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0312-httpsgithubcomdiscordjsdiscord-api-typescompare03110312-2022-04-18) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.31.1...0.31.2) ##### Features - **RESTPostAPIGuildChannelJSONBody:** add `default_auto_archive` prop ([#​400](https://togithub.com/discordjs/discord-api-types/issues/400)) ([6a192b1](https://togithub.com/discordjs/discord-api-types/commit/6a192b132c11f13d95ea3e7ed1eb556600f2f415)) ### [`v0.31.1`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0311-httpsgithubcomdiscordjsdiscord-api-typescompare03100311-2022-04-11) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.31.0...0.31.1) ##### Features - **APIApplicationCommandInteractionData:** add `guild_id` ([#​396](https://togithub.com/discordjs/discord-api-types/issues/396)) ([bc6e97f](https://togithub.com/discordjs/discord-api-types/commit/bc6e97f309b1f5e0bc0063ada3aed77f34214e9f)) - **APIGuildForum:** add support for forums, part 1 ([#​398](https://togithub.com/discordjs/discord-api-types/issues/398)) ([bf08484](https://togithub.com/discordjs/discord-api-types/commit/bf084849885dd15b19f4f46aa260815037131600)) - student hubs ([#​215](https://togithub.com/discordjs/discord-api-types/issues/215)) ([69079ee](https://togithub.com/discordjs/discord-api-types/commit/69079ee132777977e9a9e163696ffdc8db82fe38)) ### [`v0.31.0`](https://togithub.com/discordjs/discord-api-types/blob/HEAD/CHANGELOG.md#​0310-httpsgithubcomdiscordjsdiscord-api-typescompare03000310-2022-04-04) [Compare Source](https://togithub.com/discordjs/discord-api-types/compare/0.30.0...0.31.0) ##### Code Refactoring - **APIGroupDMChannel:** make `name` nullable ([#​347](https://togithub.com/discordjs/discord-api-types/issues/347)) ([ed0049b](https://togithub.com/discordjs/discord-api-types/commit/ed0049b78f4008460b0c7a2ec68eb38f018be3bd)) - remove `summary` from applications ([#​386](https://togithub.com/discordjs/discord-api-types/issues/386)) ([f0ab4e8](https://togithub.com/discordjs/discord-api-types/commit/f0ab4e8c48895f8daee7fa296b8319a98fb7d4e1)) - remove store channels ([#​364](https://togithub.com/discordjs/discord-api-types/issues/364)) ([25677ff](https://togithub.com/discordjs/discord-api-types/commit/25677fff43533b3b11b88f01efe98f0875014cb5)) ##### Features - add `RESTGetAPIGuildBansQuery` ([#​391](https://togithub.com/discordjs/discord-api-types/issues/391)) ([b1bf7bf](https://togithub.com/discordjs/discord-api-types/commit/b1bf7bf0f9a37fa391a67e4b5b1dd288821d0ebb)) - **APIApplication:** app authorization links and tags ([#​239](https://togithub.com/discordjs/discord-api-types/issues/239)) ([93eab11](https://togithub.com/discordjs/discord-api-types/commit/93eab113cdcfd3bdd868f1d86bb4bc2a5247d844)) - **APIApplicationCommand:** add missing localization props ([#​383](https://togithub.com/discordjs/discord-api-types/issues/383)) ([9c12718](https://togithub.com/discordjs/discord-api-types/commit/9c1271816312382be3471cb2fdbb6260e973b4f6)) - **APIAuditLogChange:** add `APIAuditLogChangeKeyImageHash` ([#​379](https://togithub.com/discordjs/discord-api-types/issues/379)) ([f532002](https://togithub.com/discordjs/discord-api-types/commit/f532002574b655d87151c325be6c02fe6f65bbe0)) - **GuildFeatures:** add animated banners ([#​219](https://togithub.com/discordjs/discord-api-types/issues/219)) ([c23f2ac](https://togithub.com/discordjs/discord-api-types/commit/c23f2accf998ffa0c068d222fd9f34228a86a699)) - **RESTPostAPIStageInstanceJSONBody:** add `send_start_notification` ([#​378](https://togithub.com/discordjs/discord-api-types/issues/378)) ([b764e8d](https://togithub.com/discordjs/discord-api-types/commit/b764e8dc1a92e254161f3a443e17148a81240b66)) ##### 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: 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.



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

bucket-bot[bot] commented 2 years ago

I'm locking the conversation so as not to create unnecessary controversy. Use /unlock to unlock