shitcorp / discord-bot-dashboard

The npm package for using the Discord Bot Dashboard inside your own source code
312 stars 124 forks source link

Bump discord.js from 11.3.2 to 11.4.1 #31

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps discord.js from 11.3.2 to 11.4.1.

Release notes *Sourced from [discord.js's releases](https://github.com/discordjs/discord.js/releases).* > ## 11.4.1 > ## Overview > - Fixes bugs from `11.4.0` > > ## Deprecations > - `Guild#defaultChannel`, there will be no fallback/alternative (407500bf52c932fc184ec558df637d929dd417f5) > - Permissions: `READ_MESSAGES`, use `VIEW_CHANNEL` instead (1fe201ae90d554feafbd476bdc12dd00190d8a50) > - `ClientUser#setGame`, use `ClientUser#setActivity` instead (cd066849ad14a61229a95ff7796886ee1560388e) > - `Collection#filterArray`, convert to an array and filter, or the other way round instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - `Collection#findAll`, same as `Collection#filterArray` but also pass a function instead (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - `Collection#exists`, use `Collection#filter` and convert to a boolean instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - `Collection#find ` and `Collection#findKey`'s `'key', 'property'` overload, pass a function instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - All user bot methods (95a2d25b7df69fc7c76426b63f1014346f5edca4) > > ## Fixes > - `RichEmbed` fields not getting set (7126cade4559233ebf96ee3ba78bb27da1923596) > - Preemptively replacing channels when it already exists (d772bff6329543413e988b4cb43b47589cb1d286) > - Voice dependencies (72bb9cb532003557d7b83453263849eef1a9f7dc) > > ## 11.4.0 > ## Overview > - Fixes bugs from `11.3` > - Backports features such as Rich Presence > > ## Deprecations > - `Guild#defaultChannel`, there will be no fallback/alternative (407500bf52c932fc184ec558df637d929dd417f5) > - Permissions: `READ_MESSAGES`, use `VIEW_CHANNEL` instead (1fe201ae90d554feafbd476bdc12dd00190d8a50) > - `ClientUser#setGame`, use `ClientUser#setActivity` instead (cd066849ad14a61229a95ff7796886ee1560388e) > - `Collection#filterArray`, convert to an array and filter, or the other way round instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - `Collection#findAll`, same as `Collection#filterArray` but also pass a function instead (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - `Collection#exists`, use `Collection#filter` and convert to a boolean instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - `Collection#find ` and `Collection#findKey`'s `'key', 'property'` overload, pass a function instead. (09ddbcb88a42ccb51046c958a5960598b6c6d416) > - All user bot methods (95a2d25b7df69fc7c76426b63f1014346f5edca4) > > ## Additions > - Backport `GuildChannel#manageable` getter (49ad8cc2ccac996e634f80ccf5b67c1fbd521cb2) > - Backport `Guild#mfaLevel` property (7b9e84dff59c63a3b5cb69c2775bbb7d509a44c5) > - Backport the ability to dynamically generate Snowflakes (d9a091f674eb892c4c2b4112e275524e49a1ee8a) > - Backport `DiscordAPIError#method` property (8700e965c5dec8ba8f2ddda6db5de4fe7ced1337) > - Backport support for `discord.gg/invite/` invites when using `Client#fetchInvite` (21326f67a0205bdae067526fd5ffeee9a2db598e) > - Backport `Emoji#deletable` getter (ed8ab9178271346fd76a6390a996578725f9bf9c) > - Backport `Permissions#valueOf` method (2d831269abc342146381479a09685454aadba696) > - Backport 2 basic role colors, `LUMINOUS_VIVID_PINK` and `DARK_VIVID_PINK` (96b115ef7b505a677df96665560e10c7b26bd20d) > - Backport `Guild#verified` getter (9169958264bb6a450a1c1687cf9f533d048f7f8d) > - Backport `TextChannel#setNSFW` method (54913d9edb6f8334d929d21c05bcd31d94ee5650) > - Backport `Game#toString` method (c0ca73a40c7d2074466d1ae054c05495e12bf089) > - Backport `Emoji#fetchAuthor` method (dd7eedbd48e2925866965826a48dc7f1b01f76ac) > - Backport `GuildChannel#fetchInvites` method (99041671f0d9bbf8756b251e1bbb61aa03628a60) > - Backport `GuildMember#manageable` getter (9bb883161900223473bb7a669b7f54cae2532a21) > - Backport `Collection#sweep` method (2b6592ed54f34d1d7a0a5c5a759fb5be898c7efe) > ... (truncated)
Commits - [`b5df860`](https://github.com/discordjs/discord.js/commit/b5df8603e8768b9b50ece24f94e455c3410ef9a2) Update version in web builds example - [`8b1bb95`](https://github.com/discordjs/discord.js/commit/8b1bb95b1ad805cbcf9104e4a528eb02202b375e) docs: update for 11.4.0 ([#2727](https://github-redirect.dependabot.com/discordjs/discord.js/issues/2727)) - [`6775684`](https://github.com/discordjs/discord.js/commit/6775684ff0955c96419d403483242511d567af74) chore: update typings & bump version - [`d772bff`](https://github.com/discordjs/discord.js/commit/d772bff6329543413e988b4cb43b47589cb1d286) fix(ClientDataManager): replacing channels unecessarily - [`8adfc97`](https://github.com/discordjs/discord.js/commit/8adfc97409312890e2063ae2c107ac974e5410e8) docs(Client): actually fix rateLimit's event params - [`72bb9cb`](https://github.com/discordjs/discord.js/commit/72bb9cb532003557d7b83453263849eef1a9f7dc) voice deps: fix prism-media requirement - [`0e370d7`](https://github.com/discordjs/discord.js/commit/0e370d7a4c44d08d10fe4b5a50bc0470872ac587) docs: fix client#rateLimit parameters - [`7126cad`](https://github.com/discordjs/discord.js/commit/7126cade4559233ebf96ee3ba78bb27da1923596) fix: richEmbed#_apiTransform fields - [`bef0715`](https://github.com/discordjs/discord.js/commit/bef07152c830900f50167f304c1a5604ed3e591b) chore: update typings & bump version - [`16331d9`](https://github.com/discordjs/discord.js/commit/16331d9e85a547e7b9e596247258a8a9582549c2) chore: update typings - Additional commits viewable in [compare view](https://github.com/discordjs/discord.js/compare/11.3.2...11.4.1)


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 merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.