modrunner / discord-bot

Node.js application powering the Modrunner Discord bot.
https://modrunner.net
Apache License 2.0
11 stars 5 forks source link

Bump discord.js from 13.8.1 to 14.0.1 #17

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps discord.js from 13.8.1 to 14.0.1.

Release notes

Sourced from discord.js's releases.

14.0.1

Info

  • 14.0.1 release bump, no new features.

14.0.0

Changelog: https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md#1400---2022-07-17

For breaking changes please reference: https://discordjs.guide/additional-info/changes-in-v14.html

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

Commits
  • f0b7734 chore: bump dev version
  • b0a9131 chore(discord.js): release discord.js
  • 29be5b5 chore: deps
  • d677c31 chore: update dev versions
  • f6ef92a chore: release @​discordjs/builders, @​discordjs/collection, @​discordjs/proxy, ...
  • 52a9e21 fix(GuildMemberManager): Allow setting own nickname (#8066)
  • b7e6238 test(builders): improve coverage (#8274)
  • cafde77 refactor(Util)!: rename fetchRecommendedShards (#8298)
  • b7d4e55 types(GuildFeature): allow feature strings to be passed (#8264)
  • 5aeed99 docs: align webhook method return types with implementation (#8253)
  • 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)