Skip to content

Bump discord.js from 14.1.1 to 14.2.0

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

Created by: dependabot[bot]

Bumps discord.js from 14.1.1 to 14.2.0.

Release notes

Sourced from discord.js's releases.

14.2.0

Bug Fixes

  • ThreadChannel: Handle possibly null parent (#8466) (afa27b1)
  • Remove DM channels from Client#messageDeleteBulk's types (#8460) (6c6fe74)
  • Transformers: Do not transform Date objects (#8463) (0e2a095)
  • ModalSubmitInteraction: Allow deferUpdate (#8455) (0fab869)
  • Guild: Unable to fetch templates (#8420) (aac8acc)
  • MessageMentions: Infinite loop in parsedUsers getter (#8430) (b8a3136)
  • DataResolver: Make Buffer from string (#8416) (e72b986)

Documentation

Features

Typings

  • Message: Correct bulkDelete return type (#8465) (c5b96a1)
  • Fix missing types for mentionable options (#8443) (452e94f)
  • ApplicationCommandOption: Add ApplicationCommandBooleanOption (#8434) (38275fc)

14.1.2

Bug Fixes

Documentation

  • Embed: Ensure height and width are numbers (#8396) (fca3dad)
Commits
  • 9d8966f chore(discord.js): release discord.js@14.2.0
  • 4d128ac chore: deps
  • 831d650 chore: update changelog
  • c5b96a1 types(Message): correct bulkDelete return type (#8465)
  • afa27b1 fix(ThreadChannel): Handle possibly null parent (#8466)
  • 4d72839 chore: update changelog
  • 452e94f types: fix missing types for mentionable options (#8443)
  • 6c6fe74 fix: Remove DM channels from Client#messageDeleteBulk's types (#8460)
  • 0e2a095 fix(Transformers): do not transform Date objects (#8463)
  • 0fab869 fix(ModalSubmitInteraction): allow deferUpdate (#8455)
  • 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