Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Updated Microsoft.CodeAnalysis.Common from 4.8.0 to 4.14.0.

Release notes

Sourced from Microsoft.CodeAnalysis.Common's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.CodeAnalysis.CSharp.Scripting from 4.8.0 to 4.14.0.

Updated Microsoft.CodeAnalysis.CSharp.Workspaces from 4.8.0 to 4.14.0.

Updated NATS.Net from 2.6.3 to 2.6.6.

Release notes

Sourced from NATS.Net's releases.

2.6.6

This is a bug fixes patch release.

What's Changed

Full Changelog: nats-io/nats.net@v2.6.5...v2.6.6

2.6.4

This is a patch release with a few minor features introduced since the last release notes.

What's Changed

New Contributors

Full Changelog: nats-io/nats.net@v2.6.1...v2.6.4

Commits viewable in compare view.

Updated Pomelo.EntityFrameworkCore.MySql from 9.0.0-preview.3.efcore.9.0.0 to 9.0.0-rc.1.efcore.9.0.0.

Release notes

Sourced from Pomelo.EntityFrameworkCore.MySql's releases.

9.0.0-rc.1.efcore.9.0.0

This prerelease is compatible with .NET 8.0+, EF Core 9.0.x, MySQL 8.4/8.0, MariaDB 11.6/11.5/11.4/11.3/10.11/10.6/10.5 and MySqlConnector 2.4.0+.

For all new features and bugfixes contained in this prerelease, see related issues and pull requests.
The EF Core 9.0 compatible release train is tracked by #​1841.

Commits viewable in compare view.

Updated SixLabors.ImageSharp from 3.1.10 to 3.1.11.

Release notes

Sourced from SixLabors.ImageSharp's releases.

3.1.11

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.10...v3.1.11

Commits viewable in compare view.

Updated System.IdentityModel.Tokens.Jwt from 8.12.1 to 8.13.0.

Release notes

Sourced from System.IdentityModel.Tokens.Jwt's releases.

8.13.0

8.13.0

Fundamentals

  • CaseSensitiveClaimsIdentity.SecurityToken setter is now protected internal (was internal). See PR #​3278 for details.
  • Update .NET SDK version to 9.0.108 used when building or running the code. See PR #​3274 for details.
  • Update RsaSecurityKey.cs to replace the Pkcs1 padding by Pss from HasPrivateKey check. See #​3280 for details.

What's Changed

New Contributors

Full Changelog: AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.12.1...8.13.0

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 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 Microsoft.CodeAnalysis.Common from 4.8.0 to 4.14.0
Bumps Microsoft.CodeAnalysis.CSharp.Scripting from 4.8.0 to 4.14.0
Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.8.0 to 4.14.0
Bumps NATS.Net from 2.6.3 to 2.6.6
Bumps Pomelo.EntityFrameworkCore.MySql from 9.0.0-preview.3.efcore.9.0.0 to 9.0.0-rc.1.efcore.9.0.0
Bumps SixLabors.ImageSharp from 3.1.10 to 3.1.11
Bumps System.IdentityModel.Tokens.Jwt from 8.12.1 to 8.13.0

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.Common
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.CodeAnalysis.CSharp.Scripting
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: NATS.Net
  dependency-version: 2.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Pomelo.EntityFrameworkCore.MySql
  dependency-version: 9.0.0-rc.1.efcore.9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: SixLabors.ImageSharp
  dependency-version: 3.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 4, 2025
@Naptie Naptie requested a review from Copilot August 14, 2025 16:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates multiple NuGet package dependencies to their latest versions, including Roslyn compiler packages, NATS.Net messaging library, Pomelo MySQL Entity Framework provider, SixLabors ImageSharp, and JWT token handling library.

  • Updates Microsoft.CodeAnalysis packages from 4.8.0 to 4.14.0
  • Updates NATS.Net from 2.6.3 to 2.6.6
  • Updates other dependencies including Pomelo.EntityFrameworkCore.MySql, SixLabors.ImageSharp, and System.IdentityModel.Tokens.Jwt

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@Naptie Naptie merged commit 2ee99b6 into main Aug 14, 2025
@Naptie Naptie deleted the dependabot/nuget/multi-2b101093cf branch August 14, 2025 16:17
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