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

[Snyk] Upgrade discord.js from 11.4.2 to 11.6.4 #2

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Jun 4, 2021

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

merge advice
ℹ️ 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 7 versions ahead of your current version.
  • The recommended version was released a year ago, on 2020-04-05.
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
  • 11.6.2 - 2020-03-08
  • 11.6.1 - 2020-02-29
  • 11.6.0 - 2020-02-29
  • 11.5.1 - 2019-05-29
  • 11.5.0 - 2019-05-11
  • 11.4.2 - 2018-08-13
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

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

Successfully merging this pull request may close these issues.

1 participant