eliteSchwein / mooncord

Moonraker discord Bot
MIT License
133 stars 24 forks source link

Bump discord.js from 13.2.0 to 13.3.0 #144

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps discord.js from 13.2.0 to 13.3.0.

Release notes

Sourced from discord.js's releases.

13.3.0

Bug Fixes

  • Handle message bulk delete and thread delete in collectors (#6902) (d6685b1)
  • AllowedImageSizes: add new image sizes (#6844) (ef01b84)
  • ApplicationCommandManager: update guild command cache on c/u/d (#6841) (f169c8f)
  • Guild: guild.available is never set on new joins (#6769) (29667c9)
  • GuildBanManager: send reason in the headers instead of json body (#6800) (bfb89de)
  • GuildMember: more explicit partial check (#6760) (b1656bf)
  • MessageComponentInteraction: component getter is not null anymore (#6835) (7621e9d)
  • TextBasedChannel: return the cached message instead of clone it (#6877) (ceaf738)
  • PartialGuildMember#id is not null (#6840) (4dff279)
  • MessageReaction: Prevent event double fire from uncached messages (#6818) (267a4b3)
  • Role: check for presence of icon and unicode_emoji before patching (#6780) (e31c5ca)
  • Types: export more types (#6808) (b474677)
  • User: don't generate the banner URL when not cached (#6783) (0d599a1)
  • Webhook: Resolve source guild only if cached (#6834) (d193d04)

Features

  • ThreadMemberManager: allow individual members to be fetched (#6889) (14716df)
  • add support for autocomplete interactions (#6672) (ddf759c)
  • MessageEmbed: add #equals (#6885) (fae4abf)
  • StartThreadOptions: default autoArchiveDuration to channel's defaultAutoArchiveDuration (#6278) (740d3f0)
  • Add rtcRegion to GuildManager#create() (#6858) (399e720)
  • add typeguards to webhooks (#6850) (e0afcad)
  • Client: add apiResponse and apiRequest events (#6739) (26f927b)
  • CommandInteraction: add toString method (#6793) (bd48e6d)
  • GuildChannelManager: add 'rtcRegion' option to 'create' method (#6849) (487d32d)
  • Interaction: add isApplicationCommand check (#6801) (6898fa3)
  • ModuleImporter: implement import module compatible with bundlers (#6709) (d399a28)
  • Permissions: add checkAdmin to permission overwrite checks (#6847) (7513b45)
Changelog

Sourced from discord.js's changelog.

13.3.0 (2021-10-29)

Bug Fixes

  • Handle message bulk delete and thread delete in collectors (#6902) (d6685b1)
  • AllowedImageSizes: add new image sizes (#6844) (ef01b84)
  • ApplicationCommandManager: update guild command cache on c/u/d (#6841) (f169c8f)
  • Guild: guild.available is never set on new joins (#6769) (29667c9)
  • GuildBanManager: send reason in the headers instead of json body (#6800) (bfb89de)
  • GuildMember: more explicit partial check (#6760) (b1656bf)
  • MessageComponentInteraction: component getter is not null anymore (#6835) (7621e9d)
  • TextBasedChannel: return the cached message instead of clone it (#6877) (ceaf738)
  • PartialGuildMember#id is not null (#6840) (4dff279)
  • MessageReaction: Prevent event double fire from uncached messages (#6818) (267a4b3)
  • Role: check for presence of icon and unicode_emoji before patching (#6780) (e31c5ca)
  • Types: export more types (#6808) (b474677)
  • User: don't generate the banner URL when not cached (#6783) (0d599a1)
  • Webhook: Resolve source guild only if cached (#6834) (d193d04)

Features

  • ThreadMemberManager: allow individual members to be fetched (#6889) (14716df)
  • add support for autocomplete interactions (#6672) (ddf759c)
  • MessageEmbed: add #equals (#6885) (fae4abf)
  • StartThreadOptions: default autoArchiveDuration to channel's defaultAutoArchiveDuration (#6278) (740d3f0)
  • Add rtcRegion to GuildManager#create() (#6858) (399e720)
  • add typeguards to webhooks (#6850) (e0afcad)
  • Client: add apiResponse and apiRequest events (#6739) (26f927b)
  • CommandInteraction: add toString method (#6793) (bd48e6d)
  • GuildChannelManager: add 'rtcRegion' option to 'create' method (#6849) (487d32d)
  • Interaction: add isApplicationCommand check (#6801) (6898fa3)
  • ModuleImporter: implement import module compatible with bundlers (#6709) (d399a28)
  • Permissions: add checkAdmin to permission overwrite checks (#6847) (7513b45)
Commits
  • 0238da4 chore(Release): publish
  • 27fb5e5 chore: repo changes
  • 673c03f types(fix): BaseCommandInteractionOptionResolver and CommandInteraction (#6910)
  • d6685b1 fix: Handle message bulk delete and thread delete in collectors (#6902)
  • 14716df feat(ThreadMemberManager): allow individual members to be fetched (#6889)
  • aa4d055 docs(Constants): Document missing autocomplete interaction constants (#6916)
  • 7be9170 types(Constants): remove deleted properties from Package (#6908)
  • 5d987ee docs(InteractionCollector): Add info block about being prone to always runnin...
  • 49e686a ci: release dev version only if required (#6879)
  • ddf759c feat: add support for autocomplete interactions (#6672)
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #148.