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

[FF-1429]: Bump Discord.Net.Analyzers from 2.4.0 to 3.0.0 #88

Merged
merged 2 commits into from
Dec 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

Bumps Discord.Net.Analyzers from 2.4.0 to 3.0.0.

Release notes

Sourced from Discord.Net.Analyzers's releases.

v3.0.0

This release implements greatly anticipated features such as Interactions, Stage channels, Threads, and more. You can get support for all the new features in the Official Discord.Net Discord server.

Small bugs are expected to be present but this release has been tested on Discord.Net Labs.

Thanks to the following for their contributions in this release:

This version is a MAJOR release, please check out the v2 -> v3 guide on some breaking changes that have been made.

Added

  • #1152 Add characters commonly use in links to Sanitize (b9274d1)
  • #1518 Add default nullable enum typereader (f7a07ae)
  • #1700 Added Implementation of ValidateAndGetBestMatch (3cd9f39)
  • #1767 Add method to clear guild user cache (19a66bf)
  • #1847 Bump API version to 9 (06a64b7)
  • #1848 Remove obsolete sync voice regions methods and properties (ed8e573)
  • #1851 Remove DM cache and fix references (7a201e9)
  • #1860 Remove /users/@​me call for socket and rework sharded client a bit (384ad85)
  • #1863 Change GuildMemberUpdate before state to cacheable (c2e87f5)
  • #1666 Added negative TimeSpan handling (6abdfcb)
  • #1861 Add MaxBitrate to the interface (e0dbe7c)
  • #1865 Add null check to AllowedMentions.ToModel() (3cb662f)
  • #1879 Add Name property to Teams (c5b4b64)
  • #1890 Add default avatar to WithAuthor extension (c200861)
  • #1896 IVoiceChannel implements IMentionable (3395700)
  • #1923 Add Interaction Support (933ea42)
  • #1923 Add Application commands (933ea42)
  • #1923 Add Message Components (933ea42)

... (truncated)

Changelog

Sourced from Discord.Net.Analyzers's changelog.

[3.0.0] - 2021-12-13

Added

  • #1152 Add characters commonly use in links to Sanitize (b9274d1)
  • #1518 Add default nullable enum typereader (f7a07ae)
  • #1700 Added Implementation of ValidateAndGetBestMatch (3cd9f39)
  • #1767 Add method to clear guild user cache (19a66bf)
  • #1847 Bump API version to 9 (06a64b7)
  • #1848 Remove obsolete sync voice regions methods and properties (ed8e573)
  • #1851 Remove DM cache and fix references (7a201e9)
  • #1860 Remove /users/@​me call for socket and rework sharded client a bit (384ad85)
  • #1863 Change GuildMemberUpdate before state to cacheable (c2e87f5)
  • #1666 Added negative TimeSpan handling (6abdfcb)
  • #1861 Add MaxBitrate to the interface (e0dbe7c)
  • #1865 Add null check to AllowedMentions.ToModel() (3cb662f)
  • #1879 Add Name property to Teams (c5b4b64)
  • #1890 Add default avatar to WithAuthor extension (c200861)
  • #1896 IVoiceChannel implements IMentionable (3395700)
  • #1923 Add Interaction Support (933ea42)
  • #1923 Add Application commands (933ea42)
  • #1923 Add Message Components (933ea42)
  • #1923 Add Thread Channels (933ea42)
  • #1923 Add Stage Channels (933ea42)
  • #1923 Add Guild Events (933ea42)
  • #1923 Revamped Stickers (933ea42)
  • #1923 Add TimestampTag (933ea42)
  • #1923 Add name property to teams (933ea42)
  • #1923 Add url validation on embeds (933ea42)
  • #1923 Add NsfwLevel to Guilds (933ea42)
  • #1923 Add helpers to Emoji for parsing (933ea42)
  • #1923 Add banner and accent color to guild users (933ea42)
  • #1923 Add RatelimitCallback to RequestOptions (933ea42)
  • #1923 Add Emoji to roles (933ea42)
  • #1923 Add UseInteractionSnowflakeDate to config (933ea42)
  • #1923 Add checks for gateway intent in some methods (933ea42)
  • #1923 Add SendFilesAsync to channels (933ea42)
  • #1923 Add Attachments property to MessageProperties (933ea42)
  • #1942 Add multi-file upload to webhooks (bc440ab)
  • #1943 Handle bidirectional usernames (10afd96)
  • #1945 Updated socket presence and add new presence event (9d6dc62)
  • #1948 Added warnings on invalid gateway intents (51e06e9)
  • #1949 Add default application games (82276e3)
  • #1950 Add custom setter to Group property of ModuleBuilder to automatically invoke AddAliases (ba656e9)
  • #1958 Add Discord.Interactions framework (aa6bb5e)

Fixed

  • #1832 Grab correct Uses value for vanity urls (8ed8714)
  • #1849 Remove obsolete methods and properties (70aab6c)

... (truncated)

Commits

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)

Bumps [Discord.Net.Analyzers](https://github.com/Discord-Net/Discord.Net) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/Discord-Net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](discord-net/Discord.Net@2.4.0...3.0.0)

---
updated-dependencies:
- dependency-name: Discord.Net.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 20, 2021 03:04
@dependabot dependabot bot added Changelog Not Required dependencies Updates to dependencies dotnet Dotnet package updates labels Dec 20, 2021
@dependabot dependabot bot requested a review from credfeto December 20, 2021 03:04
@credfeto credfeto merged commit e7c525b into master Dec 20, 2021
@credfeto credfeto deleted the dependabot/nuget/Discord.Net.Analyzers-3.0.0 branch December 20, 2021 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog Not Required dependencies Updates to dependencies dotnet Dotnet package updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant