Artivain / artibot

Powerful, modular and modern open-source Discord bot system.
https://artibot.artivain.com
GNU General Public License v3.0
6 stars 2 forks source link

[Snyk] Upgrade discord-api-types from 0.25.2 to 0.31.0 #32

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade discord-api-types from 0.25.2 to 0.31.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: discord-api-types
  • 0.31.0 - 2022-04-04

    0.31.0 (2022-04-04)

    Code Refactoring

    Features

    • add RESTGetAPIGuildBansQuery (#391) (b1bf7bf)
    • APIApplication: app authorization links and tags (#239) (93eab11)
    • APIApplicationCommand: add missing localization props (#383) (9c12718)
    • APIAuditLogChange: add APIAuditLogChangeKeyImageHash (#379) (f532002)
    • GuildFeatures: add animated banners (#219) (c23f2ac)
    • RESTPostAPIStageInstanceJSONBody: add send_start_notification (#378) (b764e8d)

    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

    New Contributors

    Full Changelog: 0.30.0...0.31.0

  • 0.31.0-next.fffd9f9.1648748092 - 2022-03-31
  • 0.31.0-next.feba5b7.1648575554 - 2022-03-29
  • 0.31.0-next.f0ab4e8.1648579774 - 2022-03-29
  • 0.31.0-next.c23f2ac.1648575637 - 2022-03-29
  • 0.31.0-next.b1bf7bf.1648760771 - 2022-03-31
  • 0.31.0-next.9c12718.1648578710 - 2022-03-29
  • 0.31.0-next.6b0f662.1648578569 - 2022-03-29
  • 0.31.0-next.6900b74.1648732704 - 2022-03-31
  • 0.31.0-next.25677ff.1648578628 - 2022-03-29
  • 0.30.1-next.f532002.1648250193 - 2022-03-25
  • 0.30.1-next.f173b18.1648288382 - 2022-03-26
  • 0.30.1-next.16a996d.1648575419 - 2022-03-29
  • 0.30.0 - 2022-03-24

    0.30.0 (2022-03-24)

    Bug Fixes

    • APIGuildIntegrationType: correct name of type (#366) (fa740eb)

    Features

    • APIApplicationCommand: add command localization (#370) (f702988)

    Reverts

    • fix(GatewayVoiceState): some fields are optional instead of nullable (#367) (e822e45)

    BREAKING CHANGES

    • APIGuildIntegrationType: APIGuildInteractionType is now correctly named APIGuildIntegrationType

    New Contributors

    Full Changelog: 0.29.0...0.30.0

  • 0.30.0-next.fa740eb.1647039226 - 2022-03-11
  • 0.30.0-next.f702988.1648076699 - 2022-03-23
  • 0.30.0-next.e822e45.1647086028 - 2022-03-12
  • 0.29.1-next.8cb629b.1646956786 - 2022-03-11
  • 0.29.0 - 2022-03-10

    0.29.0 (2022-03-10)

    Bug Fixes

    • GatewayVoiceState: some fields are optional instead of nullable (#345) (fddff21)
    • RESTJSONErrorCodes: typo in error 30046 (#362) (854aa36)

    Code Refactoring

    • APIGuildScheduledEventBase: make description nullable (#359) (e5710d0)
    • make things optional and nullable where applicable (#361) (10fdeaa)
    • RESTJSONErrorCodes: update error 50008 key (#338) (9a57848)

    Features

    • APIInviteGuild: add boost count (#323) (cb92843)
    • APIStageInstance: add guild_scheduled_event_id (#350) (d06d2d6)
    • RESTJSONErrorCodes: add error 10065 (#336) (e8127b8)

    BREAKING CHANGES

    • RESTJSONErrorCodes: MaximumNumberOfEditsToMessagesOlderThanOneHourReached is no longer mistyped as MaxmimumNumberOfEditsToMessagesOlderThanOneHourReached
    • APIGuildScheduledEventBase: The type for description can also be null, not just optional
    • RESTJSONErrorCodes: The error code 50008 has been renamed from CannotSendMessagesInVoiceChannel to CannotSendMessagesInNonTextChannel
    • The deprecated asset field for stickers is correctly marked as optional now. The image field for Guild Scheduled Events is now correctly typed as optional.
    • GatewayVoiceState: channel_id and request_to_speak_timestamp are correctly typed as optional, not nullable now.

    Full Changelog: 0.28.0...0.29.0

  • 0.29.0-next.fddff21.1646851592 - 2022-03-09
  • 0.29.0-next.e5710d0.1646853206 - 2022-03-09
  • 0.29.0-next.d06d2d6.1646862421 - 2022-03-09
  • 0.29.0-next.cb92843.1646862587 - 2022-03-09
  • 0.29.0-next.9a57848.1646853159 - 2022-03-09
  • 0.29.0-next.854aa36.1646856646 - 2022-03-09
  • 0.28.1-next.e8127b8.1646851505 - 2022-03-09
  • 0.28.0 - 2022-03-07

    0.28.0 (2022-03-07)

    Code Refactoring

    • PermissionFlagsBits: rename StartEmbeddedActivities to UseEmbeddedActivities (#342) (3e3acb5)

    Features

    • add support for TS module: NodeNext (#356) (e9ee696)
    • MessageComponentInteraction: export specific interaction aliases (#353) (3503a4f)
    • Utils: add more typeguard functions to determine the interaction types (#355) (dec7717)

    BREAKING CHANGES

    • PermissionFlagsBits: The StartEmbeddedActivities permission flag has been renamed to UseEmbeddedActivities

    New Contributors

    Full Changelog: 0.27.3...0.28.0

  • 0.28.0-next.ed1f717.1644755287 - 2022-02-13
  • 0.28.0-next.e9ee696.1646505019 - 2022-03-05
  • 0.28.0-next.dec7717.1646505074 - 2022-03-05
  • 0.28.0-next.d5d228e.1644496171 - 2022-02-10
  • 0.28.0-next.a3b1006.1646505147 - 2022-03-05
  • 0.28.0-next.7abeb2e.1644668901 - 2022-02-12
  • 0.28.0-next.7abeb2e.1644628263 - 2022-02-12
  • 0.28.0-next.72e9617.1644582531 - 2022-02-11
  • 0.28.0-next.72e9617.1644541885 - 2022-02-11
  • 0.28.0-next.5056da5.1644714686 - 2022-02-13
  • 0.28.0-next.3e3acb5.1645823148 - 2022-02-25
  • 0.28.0-next.3503a4f.1646275715 - 2022-03-03
  • 0.28.0-next.1eba8a3.1645989709 - 2022-02-27
  • 0.27.3 - 2022-02-24

    0.27.3 (2022-02-24)

    Bug Fixes

    • APIApplicationCommandAutocompleteInteraction: make options field required for v10 (PR #332 redo) (#339) (8d432f2)

    Full Changelog: 0.27.2...0.27.3

  • 0.27.3-next.8d432f2.1645207075 - 2022-02-18
  • 0.27.2 - 2022-02-17

    0.27.2 (2022-02-17)

    Bug Fixes

    • APIApplicationCommandAutocompleteInteraction: make options field required (#332) (5396daf)
    • APIInteractionResponse: add APIModalInteractionResponse to union (#333) (a8f19e6)

    Features

    Full Changelog: 0.27.1...0.27.2

  • 0.27.2-next.d8a5f78.1644953044 - 2022-02-15
  • 0.27.2-next.a8f19e6.1644888206 - 2022-02-15
  • 0.27.2-next.8e87b3e.1644952972 - 2022-02-15
  • 0.27.2-next.5396daf.1644931037 - 2022-02-15
  • 0.27.2-next.3b1acdf.1644961926 - 2022-02-15
  • 0.27.1 - 2022-02-14

    0.27.1 (2022-02-14)

    Bug Fixes

    • APIInteraction: add modal submit interaction & make data required in APIModalSubmit (#321) (f88727b)
    • APIInteractions: export ApplicationCommandAutocomplete (#309) (5056da5)
    • CI: skip pull request checks for runs that don't include the token (#327) (0ad06fc)
    • make data required in autocomplete interaction and add separate dm/guild types (#322) (7abeb2e)

    Features

    New Contributors

    Full Changelog: 0.27.0...0.27.1

  • 0.27.1-next.0ad06fc.1644796817 - 2022-02-14
  • 0.27.0 - 2022-02-10
  • 0.27.0-next.d95d956.1643113850 - 2022-01-25
  • 0.27.0-next.d95d956.1643073045 - 2022-01-25
  • 0.27.0-next.d95d956.1643027393 - 2022-01-24
  • 0.27.0-next.d95d956.1642986309 - 2022-01-24
  • 0.27.0-next.d95d956.1642940963 - 2022-01-23
  • 0.27.0-next.d95d956.1642899867 - 2022-01-23
  • 0.27.0-next.d95d956.1642854517 - 2022-01-22
  • 0.27.0-next.d95d956.1642813309 - 2022-01-22
  • 0.27.0-next.d95d956.1642768207 - 2022-01-21
  • 0.27.0-next.d95d956.1642726952 - 2022-01-21
  • 0.27.0-next.d95d956.1642681833 - 2022-01-20
  • 0.27.0-next.d95d956.1642641361 - 2022-01-20
  • 0.27.0-next.cd580fa.1640394276 - 2021-12-25
  • 0.27.0-next.9f4f59c.1640521935 - 2021-12-26
  • 0.27.0-next.9f4f59c.1640481015 - 2021-12-26
  • 0.27.0-next.9f4f59c.1640435454 - 2021-12-25
  • 0.27.0-next.8e13cd8.1643718625 - 2022-02-01
  • 0.27.0-next.8e13cd8.1643677651 - 2022-02-01
  • 0.27.0-next.87b9b08.1644323640 - 2022-02-08
  • 0.27.0-next.87b9b08.1644282457 - 2022-02-08
  • 0.27.0-next.87b9b08.1644237291 - 2022-02-07
  • 0.27.0-next.87b9b08.1644195904 - 2022-02-07
  • 0.27.0-next.87b9b08.1644150478 - 2022-02-06
  • 0.27.0-next.87b9b08.1644110001 - 2022-02-06
  • 0.27.0-next.87b9b08.1644063761 - 2022-02-05
  • 0.27.0-next.87b9b08.1644022571 - 2022-02-05
  • 0.27.0-next.87b9b08.1643977470 - 2022-02-04
  • 0.27.0-next.87b9b08.1643936616 - 2022-02-04
  • 0.27.0-next.87b9b08.1643891419 - 2022-02-03
  • 0.27.0-next.87b9b08.1643850162 - 2022-02-03
  • 0.27.0-next.7ecf9b2.1641558761 - 2022-01-07
  • 0.27.0-next.7ecf9b2.1641518042 - 2022-01-07
  • 0.27.0-next.7ecf9b2.1641472425 - 2022-01-06
  • 0.27.0-next.7ecf9b2.1641431631 - 2022-01-06
  • 0.27.0-next.7ecf9b2.1641385986 - 2022-01-05
  • 0.27.0-next.7ecf9b2.1641344987 - 2022-01-05
  • 0.27.0-next.7ecf9b2.1641299556 - 2022-01-04
  • 0.27.0-next.7ecf9b2.1641258476 - 2022-01-04
  • 0.27.0-next.7ecf9b2.1641213169 - 2022-01-03
  • 0.27.0-next.7ecf9b2.1641172017 - 2022-01-03
  • 0.27.0-next.7ecf9b2.1641126687 - 2022-01-02
  • 0.27.0-next.7e54215.1643804971 - 2022-02-02
  • 0.27.0-next.7e54215.1643763954 - 2022-02-02
  • 0.27.0-next.751aee6.1640608845 - 2021-12-27
  • 0.27.0-next.751aee6.1640567294 - 2021-12-27
  • 0.27.0-next.71c4e6a.1644455250 - 2022-02-10
  • 0.27.0-next.71c4e6a.1644410091 - 2022-02-09
  • 0.27.0-next.71c4e6a.1644369012 - 2022-02-09
  • 0.27.0-next.70bab5d.1643632238 - 2022-01-31
  • 0.27.0-next.70bab5d.1643590982 - 2022-01-31
  • 0.27.0-next.70bab5d.1643545681 - 2022-01-30
  • 0.27.0-next.70bab5d.1643504725 - 2022-01-30
  • 0.27.0-next.70bab5d.1643459293 - 2022-01-29
  • 0.27.0-next.70bab5d.1643418005 - 2022-01-29
  • 0.27.0-next.70bab5d.1643372952 - 2022-01-28
  • 0.27.0-next.70bab5d.1643331867 - 2022-01-28
  • 0.27.0-next.70bab5d.1643286727 - 2022-01-27
  • 0.27.0-next.70bab5d.1643245496 - 2022-01-27
  • 0.27.0-next.663c4e9.1643200425 - 2022-01-26
  • 0.27.0-next.663c4e9.1643159453 - 2022-01-26
  • 0.27.0-next.5056b0f.1641731514 - 2022-01-09
  • 0.27.0-next.5056b0f.1641690682 - 2022-01-09
  • 0.27.0-next.5056b0f.1641645108 - 2022-01-08
  • 0.27.0-next.5056b0f.1641604056 - 2022-01-08
  • 0.27.0-next.0cf51ab.1641085812 - 2022-01-02
  • 0.27.0-next.0cf51ab.1641040293 - 2022-01-01
  • 0.27.0-next.0cf51ab.1640999333 - 2022-01-01
  • 0.27.0-next.0cf51ab.1640953920 - 2021-12-31
  • 0.27.0-next.0cf51ab.1640912890 - 2021-12-31
  • 0.27.0-next.0cf51ab.1640867552 - 2021-12-30
  • 0.27.0-next.0cf51ab.1640826356 - 2021-12-30
  • 0.27.0-next.0cf51ab.1640781162 - 2021-12-29
  • 0.27.0-next.0cf51ab.1640739941 - 2021-12-29
  • 0.27.0-next.0cf51ab.1640694743 - 2021-12-28
  • 0.27.0-next.0cf51ab.1640653628 - 2021-12-28
  • 0.27.0-next.08a8b28.1642595391 - 2022-01-19
  • 0.27.0-next.08a8b28.1642554114 - 2022-01-19
  • 0.27.0-next.03f12d7.1641818014 - 2022-01-10
  • 0.27.0-next.03f12d7.1641776804 - 2022-01-10
  • 0.27.0-next.03b8d3f.1642509222 - 2022-01-18
  • 0.27.0-next.03b8d3f.1642468251 - 2022-01-18
  • 0.27.0-next.03b8d3f.1642422840 - 2022-01-17
  • 0.27.0-next.03b8d3f.1642381768 - 2022-01-17
  • 0.27.0-next.03b8d3f.1642336320 - 2022-01-16
  • 0.27.0-next.03b8d3f.1642295543 - 2022-01-16
  • 0.27.0-next.03b8d3f.1642249936 - 2022-01-15
  • 0.27.0-next.03b8d3f.1642208844 - 2022-01-15
  • 0.27.0-next.03b8d3f.1642163575 - 2022-01-14
  • 0.27.0-next.03b8d3f.1642122611 - 2022-01-14
  • 0.27.0-next.03b8d3f.1642077216 - 2022-01-13
  • 0.27.0-next.03b8d3f.1642036278 - 2022-01-13
  • 0.27.0-next.03b8d3f.1641990816 - 2022-01-12
  • 0.27.0-next.03b8d3f.1641949710 - 2022-01-12
  • 0.27.0-next.03b8d3f.1641904350 - 2022-01-11
  • 0.27.0-next.03b8d3f.1641863385 - 2022-01-11
  • 0.26.1 - 2022-01-02
  • 0.26.0 - 2021-12-24
  • 0.26.0-next.c7efcd5.1638793910 - 2021-12-06
  • 0.26.0-next.c7efcd5.1638752723 - 2021-12-06
  • 0.26.0-next.c7efcd5.1638707414 - 2021-12-05
  • 0.26.0-next.c7efcd5.1638666502 - 2021-12-05
  • 0.26.0-next.c7efcd5.1638621080 - 2021-12-04
  • 0.26.0-next.c7efcd5.1638579763 - 2021-12-04
  • 0.26.0-next.c7efcd5.1638534656 - 2021-12-03
  • 0.26.0-next.c7efcd5.1638493365 - 2021-12-03
  • 0.26.0-next.c7efcd5.1638448268 - 2021-12-02
  • 0.26.0-next.c7efcd5.1638406995 - 2021-12-02
  • 0.26.0-next.c7efcd5.1638361909 - 2021-12-01
  • 0.26.0-next.c67d426.1638966718 - 2021-12-08
  • 0.26.0-next.c67d426.1638925574 - 2021-12-08
  • 0.26.0-next.bfc5e46.1640349132 - 2021-12-24
  • 0.26.0-next.bfc5e46.1640307915 - 2021-12-24
  • 0.26.0-next.bfc5e46.1640262765 - 2021-12-23
  • 0.26.0-next.b01716b.1638880431 - 2021-12-07
  • 0.26.0-next.b01716b.1638839193 - 2021-12-07
  • 0.26.0-next.8bbb819.1640221560 - 2021-12-23
  • 0.26.0-next.7eee39d.1640089968 - 2021-12-21
  • 0.26.0-next.7eee39d.1640048914 - 2021-12-21
  • 0.26.0-next.7eee39d.1640003600 - 2021-12-20
  • 0.26.0-next.7eee39d.1639962404 - 2021-12-20
  • 0.26.0-next.7eee39d.1639917082 - 2021-12-19
  • 0.26.0-next.7eee39d.1639876219 - 2021-12-19
  • 0.26.0-next.7eee39d.1639830632 - 2021-12-18
  • 0.26.0-next.7eee39d.1639789691 - 2021-12-18
  • 0.26.0-next.7eee39d.1639744275 - 2021-12-17
  • 0.26.0-next.7eee39d.1639703220 - 2021-12-17
  • 0.26.0-next.7ab780b.1639485087 - 2021-12-14
  • 0.26.0-next.7ab780b.1639444069 - 2021-12-14
  • 0.26.0-next.7ab780b.1639398708 - 2021-12-13
  • 0.26.0-next.68d5c08.1638234134 - 2021-11-30
  • 0.26.0-next.68d5c08.1638189075 - 2021-11-29
  • 0.26.0-next.52c91f8.1638320785 - 2021-12-01
  • 0.26.0-next.46db72d.1640176354 - 2021-12-22
  • 0.26.0-next.46db72d.1640135279 - 2021-12-22
  • 0.26.0-next.3ff85ee.1638275447 - 2021-11-30
  • 0.26.0-next.315ce35.1639357478 - 2021-12-13
  • 0.26.0-next.315ce35.1639312214 - 2021-12-12
  • 0.26.0-next.315ce35.1639271255 - 2021-12-12
  • 0.26.0-next.315ce35.1639225806 - 2021-12-11
  • 0.26.0-next.315ce35.1639184610 - 2021-12-11
  • 0.26.0-next.315ce35.1639139487 - 2021-12-10
  • 0.26.0-next.315ce35.1639098291 - 2021-12-10
  • 0.26.0-next.315ce35.1639053114 - 2021-12-09
  • 0.26.0-next.315ce35.1639011871 - 2021-12-09
  • 0.26.0-next.2c72242.1639657904 - 2021-12-16
  • 0.26.0-next.2c72242.1639616658 - 2021-12-16
  • 0.26.0-next.2c72242.1639571503 - 2021-12-15
  • 0.26.0-next.2c72242.1639530245 - 2021-12-15
  • 0.25.2 - 2021-11-30
from discord-api-types GitHub release notes
Commit messages
Package name: discord-api-types
  • d703a66 chore(release): 0.31.0 πŸŽ‰ (#395)
  • b1bf7bf feat: add `RESTGetAPIGuildBansQuery` (#391)
  • fffd9f9 docs(APIApplicationCommand): use the new regex (#390)
  • 6900b74 ci: correctly delete the head branch (#388)
  • f0ab4e8 refactor: remove `summary` from applications (#386)
  • 9c12718 feat(APIApplicationCommand): add missing localization props (#383)
  • 25677ff refactor: remove store channels (#364)
  • 6b0f662 refactor(APIApplicationCommand): nullable localization fields (#382)
  • b764e8d feat(RESTPostAPIStageInstanceJSONBody): add `send_start_notification` (#378)
  • 93eab11 feat(APIApplication): app authorization links and tags (#239)
  • c23f2ac feat(GuildFeatures): add animated banners (#219)
  • feba5b7 docs(UserFlags): update misleading `Hypesquad` description (#374)
  • ed0049b refactor(APIGroupDMChannel): make `name` nullable (#347)
  • 16a996d docs(APIGuild): any guild can have `description` (#384)
  • f173b18 chore(deno): give deno the v10 exports they desire (#380)
  • c983822 ci: automatic PR triage (#381)
  • f532002 feat(APIAuditLogChange): add `APIAuditLogChangeKeyImageHash` (#379)
  • f75c632 chore(deps): bump minimist from 1.2.5 to 1.2.6 (#377)
  • dad9eea chore(release): 0.30.0 πŸŽ‰ (#376)
  • f702988 feat(APIApplicationCommand): add command localization (#370)
  • e822e45 revert: fix(GatewayVoiceState): some fields are optional instead of nullable (#367)
  • fa740eb fix(APIGuildIntegrationType): correct name of type (#366)
  • 8cb629b chore(.gitignore): fix capitalization error for DS_Store (#365)
  • b0443a0 chore(release): 0.29.0 πŸŽ‰ (#363)
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

πŸ›  Adjust upgrade PR settings

πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit 1407a918 and detected 97 issues on this pull request.

Here's the issue category breakdown:

Category Count
Compatibility 1
Style 96

View more on Code Climate.

cloudflare-workers-and-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1407a91
Status:🚫  Build failed.

View logs