Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps discord.js from 11.5.1 to 11.6.1.

Release notes

Sourced from discord.js's releases.

11.6.1

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 (95a2d25b7df69fc7c76426b63f1014346f5edca4)
  • ClientUser#setGame in favor of ClientUser#setActivity (cd066849ad14a61229a95ff7796886ee1560388e)
  • Collection#exists in favor of Collection#some (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • Collection#find and Collection#findKey's 'prop', 'val' overload is deprecated, pass a function instead (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • Collection#filterArray, convert to an array and filter, or the other way around instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • 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 (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • Guild#createChannel when specifying options without using an options object (7ea88adeca3e5916b88ffeb2252c0271c6b92783)
  • Guild#defaultChannel, there will be no fallback/alternative (407500bf52c932fc184ec558df637d929dd417f5)
  • Guild#deleteEmoji in favor of Emoji#delete (c355236f7f3bc7de5f421155c5ace870ff399180)
  • The old method signature of GuildChannel#clone in favor of using an options object (ab866d6b2e873fd81359d0f11ecd0e353021aabe)
  • Permissions.flags: READ_MESSAGES in favor of VIEW_CHANNEL (1fe201ae90d554feafbd476bdc12dd00190d8a50)
  • Permissions#allowed and Permissions#denied in favor of Permissions#allow and Permissions#deny respectively (58ba2c7b14b826b6e30b0ffc653726a85365551b)
  • PermissionOverwrites#allowed and PermissionOverwrites#denied in favor of PermissionOverwrites#allow and PermissionOverwrites#deny (db492e66e239c16accbfbd8bed16846f92f89de8)
  • The peer dependency @discordjs/uws is now deprecated and will be removed with the next major release (5556b05241eac2f768e7019fa53a01d338d7cb1a)
  • The peer dependency node-opus is now deprecated, use @discordjs/opus instead (6ab46491c80b2c67a3c9f6318fd62f6039c6c5c8)

11.6.0

Overview

11.6.0 is being released to backport new features from 12.0.0-dev.

Deprecations

  • All user account-only methods have been deprecated (95a2d25b7df69fc7c76426b63f1014346f5edca4)
  • ClientUser#setGame in favor of ClientUser#setActivity (cd066849ad14a61229a95ff7796886ee1560388e)
  • Collection#exists in favor of Collection#some (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • Collection#find and Collection#findKey's 'prop', 'val' overload is deprecated, pass a function instead (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • Collection#filterArray, convert to an array and filter, or the other way around instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • 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 (09ddbcb88a42ccb51046c958a5960598b6c6d416)
  • Guild#createChannel when specifying options without using an options object (7ea88adeca3e5916b88ffeb2252c0271c6b92783)
  • Guild#defaultChannel, there will be no fallback/alternative (407500bf52c932fc184ec558df637d929dd417f5)
  • Guild#deleteEmoji in favor of Emoji#delete (c355236f7f3bc7de5f421155c5ace870ff399180)
  • The old method signature of GuildChannel#clone in favor of using an options object (ab866d6b2e873fd81359d0f11ecd0e353021aabe)
  • Permissions.flags: READ_MESSAGES in favor of VIEW_CHANNEL (1fe201ae90d554feafbd476bdc12dd00190d8a50)
  • Permissions#allowed and Permissions#denied in favor of Permissions#allow and Permissions#deny respectively (58ba2c7b14b826b6e30b0ffc653726a85365551b)
  • PermissionOverwrites#allowed and PermissionOverwrites#denied in favor of PermissionOverwrites#allow and PermissionOverwrites#deny (db492e66e239c16accbfbd8bed16846f92f89de8)
  • The peer dependency @discordjs/uws is now deprecated and will be removed with the next major release (5556b05241eac2f768e7019fa53a01d338d7cb1a)
  • The peer dependency node-opus is now deprecated, use @discordjs/opus instead (6ab46491c80b2c67a3c9f6318fd62f6039c6c5c8)

Additions

  • Add support for @discordjs/opus (6ab46491c80b2c67a3c9f6318fd62f6039c6c5c8)
  • Add BitField class (46e8bc44fccc9b564ce2f58b89f3a1c32002e9a6)
  • Add Client#inviteCreate and Client#inviteDelete events (40afbc1d7e9e22760018bef6ea604113864454fc)
  • Add Client#messageReactionRemoveEmoji event and MessageReaction#removeAll (ab7f9e80b4b6f86ed8bf2ad56585188b3388dd36)
  • Add idle options to Collectors (ccd60438df2b4cc8761ad1244f096199450e5b2d)
  • Add Emoji#delete (c355236f7f3bc7de5f421155c5ace870ff399180)
  • Add Game#emoji, createdAt, and createdTimestamp (17b8b23b806fc26a2293bd851adca6c10c7f648e)
... (truncated)
Commits
  • 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)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by spaceeec, 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 11.6.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Commits](discordjs/discord.js@11.5.1...11.6.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 Mar 1, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #110.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/discord.js-11.6.1 branch April 1, 2020 03:37
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.

0 participants