Skip to content

Bump discord.js from 13.7.0 to 13.8.0

Wolf Yuan requested to merge dependabot/npm_and_yarn/discord.js-13.8.0 into main

Created by: dependabot[bot]

Bumps discord.js from 13.7.0 to 13.8.0.

Release notes

Sourced from discord.js's releases.

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

Changelog

Sourced from discord.js's changelog.

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

Commits
  • 8f6df90 chore(release): version
  • 876816a fix(guildchannelmanager): wrong parameter in _sortedChannels call (#8011)
  • a8f2b2c chore: deps
  • ddfe15b feat: backport text-in-voice support to v13 (#7999)
  • 114bcc0 fix(websocketshard): deal with zombie connection caused by 4009 (#7581)
  • 76df9fd fix: video quality mode data property (#7946)
  • a51420f fix(ApplicationCommandOptionType): Add attachment to jsdoc (#7952)
  • See full diff 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)

Merge request reports