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 11.5.1 to 12.3.1 #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps discord.js from 11.5.1 to 12.3.1.

Release notes

Sourced from discord.js's releases.

12.3.1

Bug Fixes

  • User: set User#bot to false if not partial (#4706) (db512d8)

Reverts

  • Shard: "fix missing child_process silent option of Shard to allow listening to output" (#4707) (5249cf3)

12.3.0

Bug Fixes

  • APIMessage: respect allowedMentions with split (#4588) (a663ea4)
  • APIMessage: add reply user to allowedMentions (#4591) (b6ddd4c)
  • APIMessage: only pass allowedMentions if content is defined (#4269) (15b5350)
  • BaseManager: properly type valueOf (#4594) (b4d6510)
  • Collector: support async (#4123) (124afeb)
  • DataResolver: resolveInviteCode to support new domain (#4281) (5955498)
  • Guild: name acronym (#4104) (97cbbb1)
  • GuildChannel: make lockPermissions use parent overwrites (#4627) (599cde3)
  • Integration: user might not be present (#4691) (baffbdb)
  • Message: include MessageEmbed type (#4675) (bbfc715)
  • Message: Message#createdTimestamp uses deconstructed message id to get timestamp (#4632) (2be68e4)
  • MessageEmbed: explicitly mark proxyIconURL as undefined (#4097) (605ee85)
  • MessageReactionAdd: prevent double messageReactionAdd triggering (#4682) (6caeaeb)
  • Partials: correctly set properties as nullable (#4636) (980243f)
  • Extendables: correctly import VoiceState (#4616) (c5b6c4d)
  • PacketHandler: guild members chunk packet handler should… (#4092) (5af1a55)
  • Typing: dmChannel bulkDelete (#4115) (819e04a)
  • User: jsdoc for User#flags (#4094) (6fbaf0a)
  • Util: support empty array for flatten (#4590) (317f240)
  • Channel: consider #nsfw false if not present in data (#4593) (fab3153)
  • Guild: fix vanityURLUses desc, internally use fetchVanityData (#4335) (1c275af)
  • PresenceStatus: include invisible in typings (#4585) (276dddc)
  • GuildMember: set #nickname to null as the default value (#4641) (2adb581)
  • Typings: setSpeaking public (#4109) (e3303ac)
  • Typings: allow custom events (#4162) (47151fc)
  • Typings: correct spelling of APIError (#4687) (c55b5c8)
  • Typings: add optional Set to shardReady event (#4099) (97d23de)
  • Typings: Channel#delete returns bad type (#4118) (3df9993)
  • User: type dmChannel as nullable (#4609) (f9f3661)
  • Util: Fix cleanContent mention exploit (#4663) (fb1dd6b)
  • Client: in/de-crement max listener for client events (#4168) (407bc77)
  • Channel: typing start event emitting on non text based channels (#4349) (16847a3)
  • Voice: correctly set speaking data in the voice ssrcMap (d3c9384)
  • Webpack: add Buffer polyfill in browser (#4102) (67a74c3)

Features

Commits
  • 56e8ef2 chore(Release): version upgrade
  • db512d8 fix(User): set User#bot to false if not partial (#4706)
  • 5249cf3 revert(Shard): "fix missing child_process silent option of Shard to allow lis...
  • 09bde74 chore: bump version in package-lock.json (#4705)
  • a4dbfdc chore(Release): version upgrade
  • dea48d6 chore(Deps): upgrade deps (#4701)
  • 178439e feat: trigger userUpdate on GUILD_MEMBER_UPDATE (#4697)
  • f1194af feat(GuildMemberManager#prune): roles query param (#4142)
  • 2742923 feat(GuildManager): adds GuildManager#fetch (#4086)
  • 0b38c5d docs: updated applications URL (#4699)
  • 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)
  • @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)
  • 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 11.5.1 to 12.3.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](discordjs/discord.js@11.5.1...12.3.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 1, 2020
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