alexlyee / massdm

MassDM v3, a bot to send mass DMs to members of your Discord server.
Apache License 2.0
43 stars 139 forks source link

[Snyk] Upgrade discord.js from 11.4.1 to 11.6.4 #14

Closed snyk-bot closed 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade discord.js from 11.4.1 to 11.6.4.

merge advice

✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏

:information_source: 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.


Release notes
Package name: discord.js
  • 11.6.4 - 2020-04-05

    Overview

    11.6.4 is being released to fix a bug related to the grouping of reaction related endpoints.

    Deprecations

    • All user account-only methods have been deprecated (95a2d25)
    • ClientUser#setGame in favor of ClientUser#setActivity (cd06684)
    • Collection#exists in favor of Collection#some (09ddbcb)
    • Collection#find and Collection#findKey's 'prop', 'val' overload is deprecated, pass a function instead (09ddbcb)
    • Collection#filterArray, convert to an array and filter, or the other way around instead. (09ddbcb)
    • Collection#findAll, filter and then convert to an array, or the other way around. In addition, the 'prop', 'val' overload is also deprecated - pass a function instead (09ddbcb)
    • Guild#createChannel when specifying options without using an options object (7ea88ad)
    • Guild#defaultChannel, there will be no fallback/alternative (407500b)
    • Guild#deleteEmoji in favor of Emoji#delete (c355236)
    • The old method signature of GuildChannel#clone in favor of using an options object (ab866d6)
    • Permissions.flags: READ_MESSAGES in favor of VIEW_CHANNEL (1fe201a)
    • Permissions#allowed and Permissions#denied in favor of Permissions#allow and Permissions#deny respectively (58ba2c7)
    • PermissionOverwrites#allowed and PermissionOverwrites#denied in favor of PermissionOverwrites#allow and PermissionOverwrites#deny (db492e6)
    • The peer dependency @discordjs/uws is now deprecated and will be removed with the next major release (5556b05)
    • The peer dependency node-opus is now deprecated, use @discordjs/opus instead (6ab4649)

    Fixes

    • Group reaction requests into one handler per channel (747d76d)
  • 11.6.3 - 2020-03-20

    Overview

    11.6.3 is being released to fix a regression introduced in 11.6.2.

    Deprecations

    • All user account-only methods have been deprecated (95a2d25)
    • ClientUser#setGame in favor of ClientUser#setActivity (cd06684)
    • Collection#exists in favor of Collection#some (09ddbcb)
    • Collection#find and Collection#findKey's 'prop', 'val' overload is deprecated, pass a function instead (09ddbcb)
    • Collection#filterArray, convert to an array and filter, or the other way around instead. (09ddbcb)
    • Collection#findAll, filter and then convert to an array, or the other way around. In addition, the 'prop', 'val' overload is also deprecated - pass a function instead (09ddbcb)
    • Guild#createChannel when specifying options without using an options object (7ea88ad)
    • Guild#defaultChannel, there will be no fallback/alternative (407500b)
    • Guild#deleteEmoji in favor of Emoji#delete (c355236)
    • The old method signature of GuildChannel#clone in favor of using an options object (ab866d6)
    • Permissions.flags: READ_MESSAGES in favor of VIEW_CHANNEL (1fe201a)
    • Permissions#allowed and Permissions#denied in favor of Permissions#allow and Permissions#deny respectively (58ba2c7)
    • PermissionOverwrites#allowed and PermissionOverwrites#denied in favor of PermissionOverwrites#allow and PermissionOverwrites#deny (db492e6)
    • The peer dependency @discordjs/uws is now deprecated and will be removed with the next major release (5556b05)
    • The peer dependency node-opus is now deprecated, use @discordjs/opus instead (6ab4649)

    Fixes

    • messageReactionRemove emission (bb4cb3e)
  • 11.6.2 - 2020-03-08

    Overview

    11.6.2 is being released to fix a bug involving the ReactionCollector.

    Deprecations

    • All user account-only methods have been deprecated (95a2d25)
    • ClientUser#setGame in favor of ClientUser#setActivity (cd06684)
    • Collection#exists in favor of Collection#some (09ddbcb)
    • Collection#find and Collection#findKey's 'prop', 'val' overload is deprecated, pass a function instead (09ddbcb)
    • Collection#filterArray, convert to an array and filter, or the other way around instead. (09ddbcb)
    • Collection#findAll, filter and then convert to an array, or the other way around. In addition, the 'prop', 'val' overload is also deprecated - pass a function instead (09ddbcb)
    • Guild#createChannel when specifying options without using an options object (7ea88ad)
    • Guild#defaultChannel, there will be no fallback/alternative (407500b)
    • Guild#deleteEmoji in favor of Emoji#delete (c355236)
    • The old method signature of GuildChannel#clone in favor of using an options object (ab866d6)
    • Permissions.flags: READ_MESSAGES in favor of VIEW_CHANNEL (1fe201a)
    • Permissions#allowed and Permissions#denied in favor of Permissions#allow and Permissions#deny respectively (58ba2c7)
    • PermissionOverwrites#allowed and PermissionOverwrites#denied in favor of PermissionOverwrites#allow and PermissionOverwrites#deny (db492e6)
    • The peer dependency @discordjs/uws is now deprecated and will be removed with the next major release (5556b05)
    • The peer dependency node-opus is now deprecated, use @discordjs/opus instead (6ab4649)

    Fixes

    • Only modify users and total when a reaction was actually collected (20075e3)
  • 11.6.1 - 2020-02-29

    Overview

    11.6.1 is being released to update version references in the documentation; No code changes are included.

    Deprecations

    • All user account-only methods have been deprecated (95a2d25)
    • ClientUser#setGame in favor of ClientUser#setActivity (cd06684)
    • Collection#exists in favor of Collection#some (09ddbcb)
    • Collection#find and Collection#findKey's 'prop', 'val' overload is deprecated, pass a function instead (09ddbcb)
    • Collection#filterArray, convert to an array and filter, or the other way around instead. (09ddbcb)
    • Collection#findAll, filter and then convert to an array, or the other way around. In addition, the 'prop', 'val' overload is also deprecated - pass a function instead (09ddbcb)
    • Guild#createChannel when specifying options without using an options object (7ea88ad)
    • Guild#defaultChannel, there will be no fallback/alternative (407500b)
    • Guild#deleteEmoji in favor of Emoji#delete (c355236)
    • The old method signature of GuildChannel#clone in favor of using an options object (ab866d6)
    • Permissions.flags: READ_MESSAGES in favor of VIEW_CHANNEL (1fe201a)
    • Permissions#allowed and Permissions#denied in favor of Permissions#allow and Permissions#deny respectively (58ba2c7)
    • PermissionOverwrites#allowed and PermissionOverwrites#denied in favor of PermissionOverwrites#allow and PermissionOverwrites#deny (db492e6)
    • The peer dependency @discordjs/uws is now deprecated and will be removed with the next major release (5556b05)
    • The peer dependency node-opus is now deprecated, use @discordjs/opus instead (6ab4649)
  • 11.6.0 - 2020-02-29
  • 11.5.1 - 2019-05-29
  • 11.5.0 - 2019-05-11
  • 11.4.2 - 2018-08-13
  • 11.4.1 - 2018-08-12
from discord.js GitHub release notes
Commit messages
Package name: discord.js
  • da39e85 chore(Release): version 11.6.4
  • 747d76d fix(APIRequest): group reaction requests into one route per channel (#4017)
  • de0cacd chore(release): version
  • bb4cb3e fix: messageReactionRemove emission (#3966)
  • 08865a9 chore(release): publish
  • 20075e3 fix(ReactionCollector): only modify users and total on collect (#3905)
  • d721727 v11.6.1
  • 34d352d docs: bump version to 11.6.0 (#3863)
  • b3931ea v11.6.0
  • 08e7328 docs(readme): remove mention of uws
  • 97457e1 feat(RichEmbed): add toJSON returning an api-compatible object
  • 6eaf63f feat(RichEmbed): backport spliceFields and normalizeField (#3762)
  • cf646b5 fix(typings): MessageOptions#split (#3834)
  • b0aed05 feat(Guild): add rulesChannel and publicUpdatesChannel (#3810)
  • b0d0b81 feat: add new MessageTypes (14 and 15) (#3812)
  • 7e9c995 feat(Message*): add missing fields, add support for flag editing (#3795)
  • 330c410 feat(Guild): add support for system channel flags (#3793)
  • ab866d6 feat(GuildChannel): add support for clone options, deprecate old signature (#3792)
  • 544b14a docs(PermissionResolvable): move definition outside of class
  • 46e8bc4 feat(BitField): add BitField base class (#3759)
  • b7ccf9a docs: info tag for ActivityType regarding CUSTOM_STATUS (#3758)
  • dbdb49e feat(GuildAuditLogs): handle new event types (#3760)
  • 83bc6e0 fix(Guild): update premiumSinceTimestamp on guild member update
  • 364914f fix(GuildMember): manageable - let owner override (#3766)
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

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs