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): bump discord.js from 13.8.0 to 13.9.2 #1224

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps discord.js from 13.8.0 to 13.9.2.

Release notes

Sourced from discord.js's releases.

13.9.2

Bug Fixes

  • MessageMentions: ignoreRepliedUser option in has() (v13) (#8365) (d0a4199)
  • GuildChannelManager: Allow unsetting rtcRegion (v13) (#8362) (9612507)
  • ThreadChannel: Omit webhook fetching (v13) (#8352) (4f7c1e3)

13.9.1

Bug Fixes

  • ApplicationCommandManager: Allow passing 0n to defaultMemberPermissions (v13) (#8312) (4cf0555)

Refactor

13.9.0

Bug Fixes

  • PermissionOverwriteManager: Mutates user (#8282) (4d86cf4)
  • GuildChannelManager: Access resolveId correctly (v13) (#8297) (beb3d8e)
  • GuildChannelManager: Edit lockPermissions (#8267) (8fe166d)
  • applicationcommandmanager: Explicitly allow passing builders to methods (v13) (#8229) (f457cdd)
  • Pass in the expected query object type for application commands (#8189) (f704b26)
  • Use non-global flag whilst resolving regular expressions (#8178) (4063b90)
  • GuildStickerManager.fetchUser: Changed guildId to guild.id (#8176) (0e0f784)
  • guildmemberremove: Remove member's presence for v13 (#8182) (e8d72c7)
  • WebSocketShard: Backport error handler preservation on connections (#8164) (c198e89)

Documentation

Features

  • ApplicationCommand: Add min_length and max_length for string option (v13) (#8217) (a93f4b1)
  • interaction: Add appPermissions (v13) (#8195) (222fc9c)
  • Partially backport perms v2 for v13 (#8162) (125696f)

Typings

13.8.1

Bug Fixes

... (truncated)

Changelog

Sourced from discord.js's changelog.

13.9.2 - (2022-07-29)

Bug Fixes

  • MessageMentions: ignoreRepliedUser option in has() (v13) (#8365) (d0a4199)
  • GuildChannelManager: Allow unsetting rtcRegion (v13) (#8362) (9612507)
  • ThreadChannel: Omit webhook fetching (v13) (#8352) (4f7c1e3)

13.9.1 - (2022-07-23)

Bug Fixes

  • ApplicationCommandManager: Allow passing 0n to defaultMemberPermissions (v13) (#8312) (4cf0555)

Refactor

13.9.0 - (2022-07-17)

Bug Fixes

  • PermissionOverwriteManager: Mutates user (#8282) (4d86cf4)
  • GuildChannelManager: Access resolveId correctly (v13) (#8297) (beb3d8e)
  • GuildChannelManager: Edit lockPermissions (#8267) (8fe166d)
  • applicationcommandmanager: Explicitly allow passing builders to methods (v13) (#8229) (f457cdd)
  • Pass in the expected query object type for application commands (#8189) (f704b26)
  • Use non-global flag whilst resolving regular expressions (#8178) (4063b90)
  • GuildStickerManager.fetchUser: Changed guildId to guild.id (#8176) (0e0f784)
  • guildmemberremove: Remove member's presence for v13 (#8182) (e8d72c7)
  • WebSocketShard: Backport error handler preservation on connections (#8164) (c198e89)

Documentation

Features

  • ApplicationCommand: Add min_length and max_length for string option (v13) (#8217) (a93f4b1)
  • interaction: Add appPermissions (v13) (#8195) (222fc9c)
  • Partially backport perms v2 for v13 (#8162) (125696f)

Typings

... (truncated)

Commits
  • 7321507 chore(discord.js): release discord.js@13.9.2
  • d0a4199 fix(MessageMentions): ignoreRepliedUser option in has() (v13) (#8365)
  • 9612507 fix(GuildChannelManager): allow unsetting rtcRegion (v13) (#8362)
  • 7b41fb6 chore: disable scope-case rule for commitlint (v13) (#8363)
  • 4f7c1e3 fix(ThreadChannel): Omit webhook fetching (v13) (#8352)
  • 622c77b chore(discord.js): release discord.js@13.9.1
  • be35db2 refactor(embed): deprecate addField (#8318)
  • e95caa7 refactor(Presence): Remove redundant date parsing (v13) (#8341)
  • 5c1e558 ci: add vercel check deploy branch script
  • 4cf0555 fix(ApplicationCommandManager): allow passing 0n to defaultMemberPermissions ...
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2022
Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.8.0 to 13.9.2.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/13.9.2/CHANGELOG.md)
- [Commits](discordjs/discord.js@13.8.0...13.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/discord.js-13.9.2 branch from 5b78d8c to 709e7d7 Compare August 3, 2022 13:15
@eritislami eritislami merged commit 88ebd48 into master Aug 3, 2022
@eritislami eritislami deleted the dependabot/npm_and_yarn/discord.js-13.9.2 branch August 3, 2022 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant