Skip to content

Bump discord.js from 14.8.0 to 14.10.0

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

Created by: dependabot[bot]

Bumps discord.js from 14.8.0 to 14.10.0.

Release notes

Sourced from discord.js's releases.

14.10.0

Bug Fixes

Documentation

Features

Performance

  • RoleManager: Dont call Role#position getter twice per role (#9352) (bfee6c8)

Refactor

  • WebSocketManager: Use /ws package internally (#9099) (a9e0de4)
  • Remove fromInteraction in internal channel creation (#9335) (794abe8)

Typings

  • AutoModerationActionMetadataOptions: Make channel property optional (#9460) (d26df5f)
  • CategoryChannel: Ensure parent and parentId are null (#9327) (8218ffc)
  • GuildTextBasedChannel: Remove unnecessary exclusion of forum channels (#9326) (7ff3d52)

14.9.0

Bug Fixes

  • Add support for new guild feature GUILD_WEB_PAGE_VANITY_URL (#9219) (de1aac6)

... (truncated)

Changelog

Sourced from discord.js's changelog.

14.10.0 - (2023-05-01)

Bug Fixes

Documentation

Features

Performance

  • RoleManager: Dont call Role#position getter twice per role (#9352) (bfee6c8)

Refactor

  • WebSocketManager: Use /ws package internally (#9099) (a9e0de4)
  • Remove fromInteraction in internal channel creation (#9335) (794abe8)

Typings

  • AutoModerationActionMetadataOptions: Make channel property optional (#9460) (d26df5f)
  • CategoryChannel: Ensure parent and parentId are null (#9327) (8218ffc)
  • GuildTextBasedChannel: Remove unnecessary exclusion of forum channels (#9326) (7ff3d52)

14.9.0 - (2023-04-01)

Bug Fixes

... (truncated)

Commits
  • 853e5e5 chore(discord.js): release discord.js@14.10.0
  • a9e0de4 refactor(WebSocketManager): use /ws package internally (#9099)
  • 0762ddb chore: deps
  • ad217cc fix(ShardClientUtil): Fix client event names (#9474)
  • 1ba7394 chore: deps
  • 217e5d8 fix(BaseClient): Prevent user agent mutation (#9425)
  • 40d07fb fix(BitField): use only enum names in iterating (#9357)
  • 1b15d31 docs(AutoModerationRule): update docs (#9464)
  • d26df5f types(AutoModerationActionMetadataOptions): make channel property optional (#...
  • 1b4d34c chore: Add directory to package.json (#9456)
  • 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)

Merge request reports