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.3.1 to 12.4.1 #57

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 24, 2020

Bumps discord.js from 12.3.1 to 12.4.1.

Release notes

Sourced from discord.js's releases.

12.4.1

Bug Fixes

  • Action: attempt to get a User if GuildMember not returned (#4922) (3d158f4)
  • GuildChannel: parentID shouldn't be set in the constructor (#4919) (250c3ae)

12.4.0

Bug Fixes

  • Action: Don't crash when partials are disabled (#4822) (8fa3a89)
  • Action: Sanity-Check if Discord includes all required data (#4841) (4e79e39)
  • Actions: Avoid crash in InviteCreate with unknown channel (#4882) (dd12912)
  • ESM: add missing exports (#4911) (4bbe716)
  • Guild: cache fetched widget data (#4760) (7ba9440)
  • GuildChannel: Default parentID to null (#4881) (6e4308b)
  • GuildChannel: make setTopic argument nullable (#4875) (b9ad510)
  • GuildEmojiCreate: Prevent double fire from emoji creation (#4863) (6261dd6)
  • GuildEmojiManager: check for guild in methods that use it (#4886) (728b3f9)
  • GuildMember: properly check permissions for hasPermissions (#4677) (7db6978)
  • GuildMemberManager: options.roles on 'prune' (#4838) (a45cc11)
  • GuildMemberManager: Use actually random nonce in fetch (#4884) (937153a)
  • Message: use Promise#reject instead of Throw on Message#delete (#4818) (1e63f37)
  • MessageManager: throw if delete param is not MessageResolvable (#4825) (13d64e6)
  • Partials: Use more user objects available from the gateway (#4791) (eeb4c14)
  • Rest: resolved a regression, added retried AbortError (#4852) (d234165)
  • Shard: avoid caching null child in eval/fetchClientValue (#4823) (77c0788)
  • Typing: change NodeJS.Timer into NodeJS.Timeout (#4755) (405b487)
  • Typings: bot cannot be null (#4719) (e0e2711)
  • Typings: remove Partial types from some events (#4781) (a28754b)
  • Util: throw token invalid for fetching rec. shard amount (#4779) (77b6a7d)
  • *: correctly import extendable classes (#4744) (6aab9c3)

Features

  • ActivityTypes: add Competing (type 5) (#4824) (9c76129)
  • Channel: add isText() type guard (#4745) (b0ab37d)
  • Client: allow options for generateInvite (#4741) (727b29c)
  • Guild: add includeApplications option for fetchIntegrations (#4762) (3141f7c)
  • GuildManager: add AFK and system channel options in create (#4837) (f2bbad3)
  • Message: add messageEditHistoryMaxSize to limit stored msg edits (#4867) (c412cd7)
  • Message: add support for crossposting (#4105) (bcb7c72)
  • Message: allow custom emoji format for react (#4895) (30808f9)
  • NewsChannel: add support for following (#4805) (f83b3d7)
  • Rest: switch queue to AsyncQueue (#4835) (32fe72f)
  • UserFlags: add renamed UserFlags (#4761) (f973163)
Commits
  • 7ec0bd9 chore(Release): version upgrade
  • 3d158f4 fix(Action): attempt to get a User if GuildMember not returned (#4922)
  • 250c3ae fix(GuildChannel): parentID shouldn't be set in the constructor (#4919)
  • 94c9cc2 fix(Webpack): revert webpack upgrade
  • e9f36b5 chore(Release): version upgrade
  • 30808f9 feat(Message): allow custom emoji format for react (#4895)
  • af670fc refactor: improve the accuracy of docs/improve docs (#4845)
  • 4bbe716 fix(esm): add missing exports (#4911)
  • a7af4a8 docs(PresenceData): add YouTube and remove application (#4910)
  • 89feeda revert: "fix(GuildEmojiManager): check for guild in methods that use it" (#4912)
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [discord.js](https://github.com/discordjs/discord.js) from 12.3.1 to 12.4.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](discordjs/discord.js@12.3.1...12.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 24, 2020
@dependabot-preview
Copy link
Contributor Author

Looks like discord.js is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/discord.js-12.4.1 branch November 2, 2020 19:04
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.

None yet

0 participants