jowsey / discord.js-menu

💬 Create Discord.js embed-menus, with customizable reactions and unlimited pages.
https://npm.im/discord.js-menu
MIT License
120 stars 19 forks source link

Bump discord.js from 12.5.3 to 13.3.1 #29

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps discord.js from 12.5.3 to 13.3.1.

Release notes

Sourced from discord.js's releases.

13.3.1

Bug Fixes

  • assert channel types in message actions (#6919) (9bd3689)
  • MessageEmbed: only compare image urls in #equals (#6926) (95d2a4d)
  • correctly access guild IDs inside managers (#6927) (2d9ffb8)

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)

13.2.0

Bug Fixes

  • *RoleManager: Create set of role ids correctly (#6674) (f8aa4bd)
  • AllowedImageSizes: add new image sizes (#6754) (d0025be)
  • BaseClient: Remove selfbot ability (#6429) (9a833b1)
  • CachedManager: return updated data when cache is false (#6685) (8426770)
  • Constants: allow undefined size (#6686) (d3da833)
  • GuildChannel: Fix manageable method for voice-channels (#6447) (9301c9b)

... (truncated)

Changelog

Sourced from discord.js's changelog.

13.3.1 (2021-11-01)

Bug Fixes

  • assert channel types in message actions (#6919) (9bd3689)
  • MessageEmbed: only compare image urls in #equals (#6926) (95d2a4d)
  • correctly access guild IDs inside managers (#6927) (2d9ffb8)

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)

13.2.0 (2021-10-05)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by crawl, a new releaser for discord.js since your current version.


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)