Manechat / izzy-moonbot

Replacement admin bot for Manechat
https://manechat.net
MIT License
5 stars 4 forks source link

NuGet(deps): Bump Discord.Net from 3.12.0 to 3.13.0 in /Izzy-MoonbotTests #543

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 10 months ago

Bumps Discord.Net from 3.12.0 to 3.13.0.

Release notes

Sourced from Discord.Net's releases.

v3.13.0

[3.13.0] - 2023-11-18

This release adds a bunch of new Discord features into the library, as well as fixes some bugs.

Added

  • #2707 Added Super reactions support (9fd5c6c)
  • #2725 Added Media channel support (e3cd340)
  • #2753 Added additional Update/Modify Async Attachment's (ae275ab)
  • #2769 Added missing parameters to RespondWithModalAsync methods and implement missing overloads (4e78aec)
  • #2773 Added useful utility methods to ModalBuilder (8591de7)
  • #2776 Added Select menu default values (ac274d4)
  • #2777 Added Voice channel status support (8060dcf)
  • #2781 Added premium subscriptions support (7723f61)
  • #2782 Added Avatar decorations support (f64d9d6)
  • #2784 Added App subscriptions additional support (a9a8da4)
  • #2783 Added Guild incident actions (9b36df3)
  • #2787 Added Embed ToJsonString & (Try)Parse (7b5c40a)
  • #2791 Added Automod member profile moderation, new application fields, use clyde ai & guild invenory settings (699554a)
  • #2792 Added create roles with icons (b45b774)
  • #2796 Added clips support (poggers) (89bebc3)

Fixed

  • #2758 Fixed Slash Command Localizations lost after AddCommandsToGuildAsync and deleteMissing = false (8d5022a)
  • #2759 Fixed missing null checks in RoleConnectionProperties (ab3b30d)
  • #2766 Fixed UpdateAsync Remove Attachment Bug (a668757)
  • #2763 Fixed SocketKickAuditLogData User never having value (5cfec05)
  • #2770 Fixed URL encode timestamps sent as query parameters (589c58a)
  • #2774 Fixed some IDiscordClient methods are not properly implemented in clients (8baf913)
  • #2789 Fixed multiline values in short TextInputs (33e8340)

Misc

  • #2739 Remove some unnecessary async/await (86655a8)
  • #2754 Replace Moq with NSubstitute for Mocking in GuildHelperTests (b988a18)
  • #2765 Use Discord heartbeat interval in audio. (9cedfbc)
  • #2771 Extract GetDisplayAvatarUrl in IUser (b1787d8)
Changelog

Sourced from Discord.Net's changelog.

[3.13.0] - 2023-11-18

Added

  • #2707 Added Super reactions support (9fd5c6c)
  • #2725 Added Media channel support (e3cd340)
  • #2753 Added additional Update/Modify Async Attachment's (ae275ab)
  • #2769 Added missing parameters to RespondWithModalAsync methods and implement missing overloads (4e78aec)
  • #2773 Added useful utility methods to ModalBuilder (8591de7)
  • #2776 Added Select menu default values (ac274d4)
  • #2777 Added Voice channel status support (8060dcf)
  • #2781 Added premium subscriptions support (7723f61)
  • #2782 Added Avatar decorations support (f64d9d6)
  • #2784 Added App subscriptions additional support (a9a8da4)
  • #2783 Added Guild incident actions (9b36df3)
  • #2787 Added Embed ToJsonString & (Try)Parse (7b5c40a)
  • #2791 Added Automod member profile moderation, new application fields, use clyde ai & guild invenory settings (699554a)
  • #2792 Added create roles with icons (b45b774)
  • #2796 Added clips support (poggers) (89bebc3)

Fixed

  • #2758 Fixed Slash Command Localizations lost after AddCommandsToGuildAsync and deleteMissing = false (8d5022a)
  • #2759 Fixed missing null checks in RoleConnectionProperties (ab3b30d)
  • #2766 Fixed UpdateAsync Remove Attachment Bug (a668757)
  • #2763 Fixed SocketKickAuditLogData User never having value (5cfec05)
  • #2770 Fixed URL encode timestamps sent as query parameters (589c58a)
  • #2774 Fixed some IDiscordClient methods are not properly implemented in clients (8baf913)
  • #2789 Fixed multiline values in short TextInputs (33e8340)

Misc

  • #2739 Remove some unnecessary async/await (86655a8)
  • #2754 Replace Moq with NSubstitute for Mocking in GuildHelperTests (b988a18)
  • #2765 Use Discord heartbeat interval in audio. (9cedfbc)
  • #2771 Extract GetDisplayAvatarUrl in IUser (b1787d8)
Commits
  • 4994053 meta: 3.13.0 (#2797)
  • 86655a8 [Refactor] Remove some unnecessary async/await (#2739)
  • 699554a [Features] Automod member profile moderation, new application fields, use cly...
  • 89bebc3 poggers (#2796)
  • b988a18 [Refactor] Replace Moq with NSubstitute for Mocking in GuildHelperTests (#2754)
  • 9fd5c6c [Feature] Super reactions support (#2707)
  • e3cd340 [Feature] Media channel support (#2725)
  • 9cedfbc Use Discord heartbeat interval in audio. (#2765)
  • 8d5022a Fix Slash Command Localizations lost after AddCommandsToGuildAsync and delete...
  • ab3b30d [Fix] Missing null checks in RoleConnectionProperties (#2759)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Ixrec commented 8 months ago

Superseded by https://github.com/Manechat/izzy-moonbot/pull/560

dependabot[bot] commented 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.