Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

[Snyk] Upgrade discord.js from 12.2.0 to 12.3.1 #11

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade discord.js from 12.2.0 to 12.3.1.

merge advice

✨ Snyk has automatically assigned this pull request, set who gets assigned.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2020-08-15.
Release notes
Package name: discord.js
  • 12.3.1 - 2020-08-15

    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 - 2020-08-14

    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

    • Client: trigger userUpdate on GUILD_MEMBER_UPDATE (#4697) (178439e)
    • BitField: add problematic bit to error (#4617) (0225851)
    • Guild: add fetchVanityData (#4103) (8030612)
    • Guild: discovery splash (#4619) (5be6630)
    • Guild: updates for Community guilds (#4377) (57ca3d7)
    • Guild: fetch withCount param (#4111) (0266917)
    • GuildEmoji: cache the author (#4334) (b7740d4)
    • GuildManager: adds GuildManager#fetch (#4086) (2742923)
    • GuildMemberManager: nonce and chunk_count for _fetchMany (#4130) (ec0227a)
    • GuildMemberManager: prune roles query param (#4142) (f1194af)
    • Message: support pin and unpin with reason (#4586) (c79ac4d)
    • MessageMentions: fix typings/docs, add resolvables support (#4339) (214981f)
    • Module: add ReactionManager to exports (#4372) (2b6e6d8), closes #4363
    • Typings: BitFieldResolvable use ReadonlyArray (#4604) (f2f31a1)
    • Typings: add number type for setExplicitContentFilter method (#4694) (e7eda72)
    • Typings: use readonly arrays in parameters (#4692) (f451be0)
    • DataResolver: add Blob support for browser (#4338) (1fbaf88)
    • *: bypass cache check with forceFetch param (#4592) (290938b)
    • Guild: deprecate GuildEmbed methods and properties in favour of GuildWidget (#4121) (e92cbc4)
    • REST: allow options.query as URLSearchParams (#4143) (257371d)
    • Typings: TypeScript support for changing $browser (#4667) (e54c21b)
    • Util: add missing colors to docs (#3843) (03580b2)
    • VoiceState: add self_video property (#4346) (54a7fda)
  • 12.2.0 - 2020-04-17
    Read more
from discord.js GitHub release notes
Commit messages
Package name: discord.js
  • 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 listening to output" (#4707)
  • 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)
  • f451be0 feat(typings): use readonly arrays in parameters (#4692)
  • f991bd4 chore(Constants): update large_threshold default (#4698)
  • 139e56c docs(ReactionCollector): update remove and dispose events (#4136)
  • e7eda72 feat(typings): add number type for setExplicitContentFilter method (#4694)
  • 980243f fix(Partials): correctly set properties as nullable (#4636)
  • b6ddd4c fix(APIMessage): add reply user to allowedMentions (#4591)
  • 6caeaeb fix(MessageReactionAdd): prevent double messageReactionAdd triggering (#4682)
  • 290938b feat: bypass cache check with forceFetch param (#4592)
  • 0225851 feat(BitField): add problematic bit to error (#4617)
  • 2a7f749 docs(Embeds): Added descriptions to the typedefs (#4303)
  • 57ca3d7 feat(Guild): updates for Community guilds (#4377)
  • de8d26d docs(Constants): Improve large_threshold description (#3744)
  • 5be6630 feat(Guild): discovery splash (#4619)
  • 446bbfe docs(Ban): days must be 0-7 (#4693)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant