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

Bump discord.js from 12.5.3 to 13.1.0 #54

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2021

Bumps discord.js from 12.5.3 to 13.1.0.

Release notes

Sourced from discord.js's releases.

13.1.0

Bug Fixes

  • Constants: fix CDN endpoint typings (#6332) (47d2ef3)
  • ContextMenuInteractin: store message as raw value (#6400) (d9456a1)
  • Guild: preferredLocale to always be a string (#6402) (4a64662)
  • GuildMemberRoleManager: typo (#6335) (d87299b)
  • Managers: fix typo in unsupported warning (#6338) (917e71a)
  • StageInstance: Ensure discoverableDisabled is not undefined (#6395) (dce8fc7)
  • Util: remove truthy check before isNaN check (#6358) (3c17939)
  • WidgetMember: Default to null and not undefined (#6399) (44bbfa5)

Features

  • CommandInteractionResolvedData: access to "raw" resolved data (#6384) (fff887b)
  • GuildManager: allow setting with_counts to false (#6407) (14aea12)
  • GuildMemberManager: add 'list' method (#6403) (2bf0970)
  • Utils: add additional formatters (#6388) (cd40292)
  • ContextMenus: right-clickybois (context menu support for ApplicationCommand and CommandInteraction) (#6176) (0266f28)
  • Threads: max autoArchiveDuration option (#6304) (394d486)

13.0.1

Bug Fixes

13.0.0

Changelog: https://github.com/discordjs/discord.js/blob/master/CHANGELOG.md#1300-2021-08-06

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

Changelog

Sourced from discord.js's changelog.

13.1.0 (2021-08-12)

Bug Fixes

  • Constants: fix CDN endpoint typings (#6332) (47d2ef3)
  • ContextMenuInteractin: store message as raw value (#6400) (d9456a1)
  • Guild: preferredLocale to always be a string (#6402) (4a64662)
  • GuildMemberRoleManager: typo (#6335) (d87299b)
  • Managers: fix typo in unsupported warning (#6338) (917e71a)
  • StageInstance: Ensure discoverableDisabled is not undefined (#6395) (dce8fc7)
  • Util: remove truthy check before isNaN check (#6358) (3c17939)
  • WidgetMember: Default to null and not undefined (#6399) (44bbfa5)

Features

  • CommandInteractionResolvedData: access to "raw" resolved data (#6384) (fff887b)
  • GuildManager: allow setting with_counts to false (#6407) (14aea12)
  • GuildMemberManager: add 'list' method (#6403) (2bf0970)
  • Utils: add additional formatters (#6388) (cd40292)
  • ContextMenus: right-clickybois (context menu support for ApplicationCommand and CommandInteraction) (#6176) (0266f28)
  • Threads: max autoArchiveDuration option (#6304) (394d486)

13.0.1 (2021-08-07)

Bug Fixes

13.0.0 (2021-08-06)

Bug Fixes

  • Action: getChannel interaction DM (#6280) (a72b5a3)
  • BaseGuildTextChannel: call patch (#6298) (3eb4140)
  • Caching: sweep archived threads in all channel caches (#6312) (3725dca)
  • Channel: add default for destructured options (#6203) (6872547)
  • ChannelUpdate: restore accidentally removed line (#6263) (774f5b7)
  • CommandInteractionOptionResolver: Export CommandInteractionOptio… (#6146) (8ccfd6e)
  • CommandInteractionOptionResolver: type should be USER (#6148) (02f55f0)
  • Guild: add invite manager property, extend CachedManager (#6049) (e3d877d)
  • GuildChannel: Add missing 'cache' property (#6019) (7e30011)

... (truncated)

Commits
  • d0bc4d7 chore(Release): version
  • 2bf0970 feat(GuildMemberManager): add 'list' method (#6403)
  • dcc556c typings(ApplicationCommandData): make type field optional (#6405)
  • 14aea12 feat(GuildManager): allow setting with_counts to false (#6407)
  • e6f48d8 docs: remove unparsed examples (#6404)
  • 933d2c5 docs(GuildManager): increase fetch limit to 200 (#6406)
  • bbda3c4 chore(exports): allow imports of specific paths (#6367)
  • dce8fc7 fix(StageInstance): Ensure discoverableDisabled is not undefined (#6395)
  • 44bbfa5 fix(WidgetMember): Default to null and not undefined (#6399)
  • 4a64662 fix(Guild): preferredLocale to always be a string (#6402)
  • 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)

Bumps [discord.js](https://github.com/discordjs/discord.js) from 12.5.3 to 13.1.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@12.5.3...13.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies This issue or pull request concerns a dependency label Aug 13, 2021
@dependabot dependabot bot requested a review from utarwyn August 13, 2021 04:18
@sonarcloud
Copy link

sonarcloud bot commented Aug 13, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@utarwyn
Copy link
Owner

utarwyn commented Aug 16, 2021

@dependabot ignore this major version
Check #48 to have more info.

@dependabot dependabot bot closed this Aug 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2021

OK, I won't notify you about version 13.x.x again, unless you re-open this PR or update to a 13.x.x release yourself.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/discord.js-13.1.0 branch August 16, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue or pull request concerns a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant