Androz2091 / discord-backup

📦 Complete framework to facilitate server backup using discord.js v13
https://npmjs.com/package/discord-backup
MIT License
434 stars 81 forks source link

⬆️ Bump discord.js from 12.5.3 to 13.8.1 #420

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps discord.js from 12.5.3 to 13.8.1.

Release notes

Sourced from discord.js's releases.

13.8.1

Bug Fixes

Documentation

  • TextBasedChannel-> TextBasedChannels typos (v13) (#8155) (65444f5)

Refactor

  • Deprecate $ prefix from ws.properties keys (#8095) (3638b40)

Typings

  • Shard#reconnecting: Backport to v13 - Fix event name (#8126) (70450f6)
  • AutocompleteOption: Backport fix and improve types (#8078) (613fd43)
  • GuildChannel: Fix type of .isText() method (#8061) (0d0190a)

13.8.0

Bug Fixes

  • guildchannelmanager: Wrong parameter in _sortedChannels call (#8011) (876816a)
  • websocketshard: Deal with zombie connection caused by 4009 (#7581) (114bcc0)
  • Video quality mode data property (#7946) (76df9fd)
  • ApplicationCommandOptionType: Add attachment to jsdoc (#7952) (a51420f)

Features

13.7.0

Bug Fixes

  • MessageEmbed: Fix a typo (#7906) (ea28638)
  • GuildEditData: Some fields can be null for v13 (#7633) (816936e)
  • Apply v14 fix (#7756) (ab6c2ba)
  • GuildChannelManager: delete method accessing wrong id (#7771) (c9e4562)
  • GuildScheduledEvent: Handle missing image for v13 (#7627) (dfea9c2)
  • messagementions: Fix has method for v13 (#7591) (7a52785)
  • Check if member has admininistrator on moderatable (v13) (#7578) (13dd82d)
  • ThreadChannel: Require sendable for unarchivable (#7555) (49397c0)
  • Backport MessageReaction#me being incorrectly false (#7553) (5f621c1)
  • typings: SweepStageInstances typo (#7521) (f096069)
  • MessagePayload: V13 don't set reply flags to target flags (#7515) (30baff7)
  • Shard: V13 EventEmitter listener warning (#7479) (77b8e01)
  • MessageEmbed: Set footer to undefined (#7358) (bc5ddc3)

... (truncated)

Changelog

Sourced from discord.js's changelog.

13.8.1 - (2022-06-23)

Bug Fixes

Documentation

  • TextBasedChannel-> TextBasedChannels typos (v13) (#8155) (65444f5)

Refactor

  • Deprecate $ prefix from ws.properties keys (#8095) (3638b40)

Typings

  • Shard#reconnecting: Backport to v13 - Fix event name (#8126) (70450f6)
  • AutocompleteOption: Backport fix and improve types (#8078) (613fd43)
  • GuildChannel: Fix type of .isText() method (#8061) (0d0190a)

13.8.0 - (2022-06-05)

Bug Fixes

  • guildchannelmanager: Wrong parameter in _sortedChannels call (#8011) (876816a)
  • websocketshard: Deal with zombie connection caused by 4009 (#7581) (114bcc0)
  • Video quality mode data property (#7946) (76df9fd)
  • ApplicationCommandOptionType: Add attachment to jsdoc (#7952) (a51420f)

Features

13.7.0 - (2022-05-13)

Bug Fixes

  • MessageEmbed: Fix a typo (#7906) (ea28638)
  • GuildEditData: Some fields can be null for v13 (#7633) (816936e)
  • Apply v14 fix (#7756) (ab6c2ba)
  • GuildChannelManager: delete method accessing wrong id (#7771) (c9e4562)
  • GuildScheduledEvent: Handle missing image for v13 (#7627) (dfea9c2)
  • messagementions: Fix has method for v13 (#7591) (7a52785)
  • Check if member has admininistrator on moderatable (v13) (#7578) (13dd82d)
  • ThreadChannel: Require sendable for unarchivable (#7555) (49397c0)
  • Backport MessageReaction#me being incorrectly false (#7553) (5f621c1)
  • typings: SweepStageInstances typo (#7521) (f096069)

... (truncated)

Commits
  • 7e1904c chore(release): version
  • c61fc80 fix(VoiceChannel): NSFW property (v13) (#8161)
  • 65444f5 docs: TextBasedChannel-> TextBasedChannels typos (v13) (#8155)
  • 70450f6 typings(Shard#reconnecting): Backport to v13 - Fix event name (#8126)
  • 3638b40 refactor: deprecate $ prefix from ws.properties keys (#8095)
  • 0ab2227 fix(ModalSubmitInteraction): add isFromMessage() missing method (#8092)
  • afb18b9 fix: destroy options during cleanup (#8082)
  • 613fd43 types(AutocompleteOption): backport fix and improve types (#8078)
  • 3095f35 fix(AuditLog): default changes to empty array (#8076)
  • 0d0190a types(GuildChannel): fix type of .isText() method (#8061)
  • Additional commits viewable in compare view
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)
dependabot[bot] commented 2 years ago

Superseded by #426.