Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump discord.js from 13.3.1 to 13.4.0 #64

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2021

Bumps discord.js from 13.3.1 to 13.4.0.

Release notes

Sourced from discord.js's releases.

13.4.0

Bug Fixes

  • BaseMessageComponent: don't create new class instances (#7140) (e6f41b5)
  • Make the followUp function error more clear (#7129) (b763dab)
  • ActionsManager: revert to manual requires (#7034) (0193efa)
  • GuildAuditLog: Remove Promises in constructor (#7089) (9cf44d1)
  • GuildChannel: default to this.rawPosition in clone() (#7057) (5fcda73)
  • InteractionCollector: handle thread (and parent) deletion (#7070) (b5cd288)
  • MessageManager: Allow a string for edit() (#7033) (54f937d)
  • MessageManager: do not use client.emojis (#7039) (fd63139)
  • MessagePayload: prevent spread of undefined (#7029) (fabd343)
  • MessageReaction: Cache myself when MessageReaction#me is true. (#6956) (b001e19)
  • ReactionCollector: check for channel.threads (#7069) (3846f0d)
  • ShardingManager: fix respawnAll not passing delay correctly (#7084) (de61fe4)
  • StickerPack: Nullify bannerId (#7119) (6bb03f2)
  • avoid sending bot auth on token endpoints (#7022) (7efeff4)
  • Interaction channel type should be GuildTextBasedChannels when in guild (#6998) (da86bd4)
  • webhook typeguards should use string comparisons (#7127) (645b3f8)
  • Message: remove usage of .deleted (#7109) (a0fe0ac)
  • Sharding: properly handle errors in fetchClientValues (#6990) (c0ba2d4)
  • StoreChannel: mark as deprecated (#7072) (5ec542d)
  • Util: fix sorting for GuildChannels (#7002) (c07207f)
  • VoiceState: set streaming to false when the stream ended (#6992) (fdb09cb)

Features

Changelog

Sourced from discord.js's changelog.

13.4.0 (2021-12-24)

Bug Fixes

  • BaseMessageComponent: don't create new class instances (#7140) (e6f41b5)
  • Make the followUp function error more clear (#7129) (b763dab)
  • ActionsManager: revert to manual requires (#7034) (0193efa)
  • GuildAuditLog: Remove Promises in constructor (#7089) (9cf44d1)
  • GuildChannel: default to this.rawPosition in clone() (#7057) (5fcda73)
  • InteractionCollector: handle thread (and parent) deletion (#7070) (b5cd288)
  • MessageManager: Allow a string for edit() (#7033) (54f937d)
  • MessageManager: do not use client.emojis (#7039) (fd63139)
  • MessagePayload: prevent spread of undefined (#7029) (fabd343)
  • MessageReaction: Cache myself when MessageReaction#me is true. (#6956) (b001e19)
  • ReactionCollector: check for channel.threads (#7069) (3846f0d)
  • ShardingManager: fix respawnAll not passing delay correctly (#7084) (de61fe4)
  • StickerPack: Nullify bannerId (#7119) (6bb03f2)
  • avoid sending bot auth on token endpoints (#7022) (7efeff4)
  • Interaction channel type should be GuildTextBasedChannels when in guild (#6998) (da86bd4)
  • webhook typeguards should use string comparisons (#7127) (645b3f8)
  • Message: remove usage of .deleted (#7109) (a0fe0ac)
  • Sharding: properly handle errors in fetchClientValues (#6990) (c0ba2d4)
  • StoreChannel: mark as deprecated (#7072) (5ec542d)
  • Util: fix sorting for GuildChannels (#7002) (c07207f)
  • VoiceState: set streaming to false when the stream ended (#6992) (fdb09cb)

Features

Commits
  • bf346e7 chore: release
  • 3912110 chore: deps
  • 1626dde types(CategoryChannel): fix createChannel return type (#7138)
  • e6f41b5 fix(BaseMessageComponent): don't create new class instances (#7140)
  • 1316fd4 feat: add support for GuildScheduledEvent (#6493)
  • aa7c1b2 feat(GuildMember): Add timeouts (#7104)
  • 2ed02f7 refactor(UserManager): Move methods to the manager (#7087)
  • a0a5b0e types(CategoryChannel): createChannel should default to a text channel (#7132)
  • b763dab fix: Make the followUp function error more clear (#7129)
  • 7b65a04 types: make channel types a lot stricter (#7120)
  • 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)

Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.3.1 to 13.4.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/CHANGELOG.md)
- [Commits](discordjs/discord.js@13.3.1...13.4.0)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Dec 27, 2021
@SocketSomeone
Copy link
Member

Closed by compilation error discordjs/builders#67

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 28, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/discord.js-13.4.0 branch December 28, 2021 05:03
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant