Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 20, 2025

Bumps Discord.Net and Newtonsoft.Json. These dependencies needed to be updated together.
Updates Discord.Net from 3.14.1 to 3.17.2

Release notes

Sourced from Discord.Net's releases.

v3.17.2

[3.17.2] - 2025-03-09

This minor release fixes a few bugs in prepare for Component V2 update

Added

  • #3074 Add excludeDeleted argument to GetEntitlementsAsync (9c9407b)

Fixed

  • #3063 SocketApplicationCommand missing GuildId (c625f5f)
  • #3064 Correct empty value exception (6e7b3c2)
  • #3068 Consider AutoServiceScopes in autocomplete handler executions (7fb537f)
  • #3070 Possibly fix mute & deaf state for guild users (5f6c26b)
  • #3072 AutoServiceScopes strikes again (d71fcb1)
  • #3073 SocketGuild.GetApplicationCommandAsync was fetching global commands (aa66928)
  • #3078 Add EmptyServiceScope (54e8416)

Misc

  • #3075 Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public (41ad6ac)
  • #3061 yeet FluentAssertions (52c2f0d)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.1...3.17.2

v3.17.1

[3.17.1] - 2025-01-19

This minor release addresses the dependency issue brought in 3.17.0, fixes some bugs and features a few neat little additions.

Added

  • #3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3)
  • #3052 Added Header and Subtext to the Format class (0174745)

Fixed

  • #3057 Use 8.0.x dependencies for net6 support (50aa278)
  • #3049 Task.Delay(0) => Task.CompletedTask (b5f5df0)
  • #3014 An AddSlashCommand overload should be AddAutocompleteCommand in ModuleBuilder (35e8122)
  • #3053 DiscordSocketClient.GetEntitlementsAsync requiring unused BaseDiscordClient parameter (d828cd8)

Misc

  • #3046 Refactor & update member search v2 (36439b6)

New Contributors

Full Changelog: discord-net/Discord.Net@3.17.0...3.17.1

v3.17.0

... (truncated)

Changelog

Sourced from Discord.Net's changelog.

[3.17.2] - 2025-03-09

Added

  • #3074 Add excludeDeleted argument to GetEntitlementsAsync (9c9407b)

Fixed

  • #3063 SocketApplicationCommand missing GuildId (c625f5f)
  • #3064 Correct empty value exception (6e7b3c2)
  • #3068 Consider AutoServiceScopes in autocomplete handler executions (7fb537f)
  • #3070 Possibly fix mute & deaf state for guild users (5f6c26b)
  • #3072 AutoServiceScopes strikes again (d71fcb1)
  • #3073 SocketGuild.GetApplicationCommandAsync was fetching global commands (aa66928)
  • #3078 Add EmptyServiceScope (54e8416)

Misc

  • #3075 Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() public (41ad6ac)
  • #3061 yeet FluentAssertions (52c2f0d)

[3.17.1] - 2025-01-19

Added

  • #3056 Add IAutomodRule.MentionRaidProtectionEnabled (0e9caf3)
  • #3052 Added Header and Subtext to the Format class (0174745)

Fixed

  • #3057 Use 8.0.x dependencies for net6 support (50aa278)
  • #3049 Task.Delay(0) => Task.CompletedTask (b5f5df0)
  • #3014 An AddSlashCommand overload should be AddAutocompleteCommand in ModuleBuilder (35e8122)
  • #3053 DiscordSocketClient.GetEntitlementsAsync requiring unused BaseDiscordClient parameter (d828cd8)

Misc

  • #3046 Refactor & update member search v2 (36439b6)

[3.17.0] - 2024-12-20

Added

  • #3025 Build with .NET 9 SDK (164a289)

  • #3032 Add net8.0 and net9.0 (d780d6c)

  • #3033 Add net8.0 and net9.0 to the metapackage (93229f6)

  • #3005 Add StickerId to REST and WebSocket Sticker audit log data classes (8a2ea4b)

  • #3023 Scheduled event recurrence rule (b7208d4)

  • #3024 Support sending voice messages (5904ecd)

  • #3036 Support for multiple subscription tiers (79fade6)

  • #3017 Add support for keyed services. (3017f6b)

Fixed

  • #2974 rest client add webporxy config, keep the processing logic with WebSocketProvider (292f8c4)
  • #3008 fix webhook ctor (433bdc2)

... (truncated)

Commits
  • 3a40b58 Meta 3.17.2 (#3077)
  • 54e8416 Add empty service scopes (#3078)
  • 41ad6ac Make Make GetShardFor(ulong guildId) & DiscordShardedClient.GetUserAsync() pu...
  • 9c9407b [Feature] Add excludeDeleted argument to GetEntitlementsAsync (#3074)
  • aa66928 [Fix] SocketGuild.GetApplicationCommandAsync was fetching global commands (#3...
  • d71fcb1 AutoServiceScopes strikes again (#3072)
  • 6fb2a29 add package lock files for | add prop in targets | update action (#3071)
  • 81e49f7 cache nuget packages in the dotnet.yml action
  • 7fb537f [Featured] Consider AutoServiceScopes in autocomplete handler executions (#...
  • 5f6c26b Possibly fix mute & deaf state for guild users (#3070)
  • Additional commits viewable in compare view

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

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 show <dependency name> 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)

Bumps [Discord.Net](https://github.com/discord-net/Discord.Net) and [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json). These dependencies needed to be updated together.

Updates `Discord.Net` from 3.14.1 to 3.17.2
- [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@3.14.1...3.17.2)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

---
updated-dependencies:
- dependency-name: Discord.Net
  dependency-version: 3.17.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 20, 2025
@github-actions
Copy link

🚀 Deploy this PR to an environment

You can deploy this PR to either development or staging environment:

  • Comment /deploy_dev to deploy to the development environment

Alternatively, you can:

  1. Go to Actions tab
  2. Click on "Manual Deploy to Firebase" workflow
  3. Click the "Run workflow" button
  4. Select branch: dependabot/nuget/multi-c03dbd761c
  5. Choose environment: DEV
  6. Enter a deployment message
  7. Click "Run workflow"

@Pierre-Demessence Pierre-Demessence merged commit 5ef319a into master Apr 23, 2025
5 checks passed
@Pierre-Demessence Pierre-Demessence deleted the dependabot/nuget/multi-c03dbd761c branch April 23, 2025 13:53
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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants