+
Skip to content

chore: Bump the dependencies group with 3 updates #16

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

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 3 updates: Discord.Net.WebSocket, Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Console.

Updates Discord.Net.WebSocket from 3.17.1 to 3.17.2

Release notes

Sourced from Discord.Net.WebSocket'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

Changelog

Sourced from Discord.Net.WebSocket'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)
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 Microsoft.Extensions.Hosting from 9.0.2 to 9.0.3

Release notes

Sourced from Microsoft.Extensions.Hosting's releases.

.NET 9.0.3

Release

What's Changed

... (truncated)

Commits
  • 831d23e Merge commit 'c97d3a415dfcf6cbf099a31747dad98ce7c13279'
  • c97d3a4 Merge pull request #112453 from vseanreesermsft/internal-merge-9.0-2025-02-11...
  • 4045f55 Disable loc from release/9.0 (#112443)
  • ddae4fe Merge commit '80aa709f5d919c6814726788dc6dabe23e79e672' into internal-merge-9...
  • 710b9e0 Merge commit '9988faba42c61a4e42737b9cb9d5eff75d967af2'
  • 9988fab [9.0] Backport labeling workflow changes (#112240)
  • 95e028d Merge commit '689f4e9a5a2f8430455266a27921444ec1605eb6'
  • 689f4e9 Merge pull request #112382 from carlossanlop/release/9.0-staging
  • 10a6130 Backport pr 111723 to 9.0 staging (#112322)
  • 49a1042 [release/9.0-staging] Update dependencies from dotnet/arcade (#111483)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.Logging.Console from 9.0.2 to 9.0.3

Release notes

Sourced from Microsoft.Extensions.Logging.Console's releases.

.NET 9.0.3

Release

What's Changed

... (truncated)

Commits
  • 831d23e Merge commit 'c97d3a415dfcf6cbf099a31747dad98ce7c13279'
  • c97d3a4 Merge pull request #112453 from vseanreesermsft/internal-merge-9.0-2025-02-11...
  • 4045f55 Disable loc from release/9.0 (#112443)
  • ddae4fe Merge commit '80aa709f5d919c6814726788dc6dabe23e79e672' into internal-merge-9...
  • 710b9e0 Merge commit '9988faba42c61a4e42737b9cb9d5eff75d967af2'
  • 9988fab [9.0] Backport labeling workflow changes (#112240)
  • 95e028d Merge commit '689f4e9a5a2f8430455266a27921444ec1605eb6'
  • 689f4e9 Merge pull request #112382 from carlossanlop/release/9.0-staging
  • 10a6130 Backport pr 111723 to 9.0 staging (#112322)
  • 49a1042 [release/9.0-staging] Update dependencies from dotnet/arcade (#111483)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 3 updates: [Discord.Net.WebSocket](https://github.com/Discord-Net/Discord.Net), [Microsoft.Extensions.Hosting](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime).


Updates `Discord.Net.WebSocket` from 3.17.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.17.1...3.17.2)

Updates `Microsoft.Extensions.Hosting` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.2...v9.0.3)

Updates `Microsoft.Extensions.Logging.Console` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: Discord.Net.WebSocket
  dependency-version: 3.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 9.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from alex289 April 1, 2025 06:36
@alex289 alex289 merged commit 06d0a62 into main Apr 1, 2025
3 checks passed
@alex289 alex289 deleted the dependabot/nuget/dependencies-5d9a324de1 branch April 1, 2025 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载