deps: Bump the nuget-minor group with 11 updates#693
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps Azure.Security.KeyVault.Keys from 4.7.0 to 4.9.0 Bumps Dapper from 2.1.66 to 2.1.72 Bumps docfx from 2.78.4 to 2.78.5 Bumps dotnet-reportgenerator-globaltool from 5.5.1 to 5.5.3 Bumps dotnet-stryker from 4.12.0 to 4.13.0 Bumps JetBrains.Annotations from 2025.2.2 to 2025.2.4 Bumps Marten from 8.22.2 to 8.23.0 Bumps Meziantou.Analyzer from 3.0.19 to 3.0.20 Bumps Microsoft.CodeAnalysis.CSharp from 4.12.0 to 4.14.0 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.12.0 to 4.14.0 Bumps TUnit from 1.18.21 to 1.19.16 --- updated-dependencies: - dependency-name: Azure.Security.KeyVault.Keys dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor - dependency-name: Dapper dependency-version: 2.1.72 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor - dependency-name: docfx dependency-version: 2.78.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor - dependency-name: dotnet-reportgenerator-globaltool dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor - dependency-name: dotnet-stryker dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor - dependency-name: JetBrains.Annotations dependency-version: 2025.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor - dependency-name: Marten dependency-version: 8.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor - dependency-name: Meziantou.Analyzer dependency-version: 3.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor - dependency-name: TUnit dependency-version: 1.19.16 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor ... Signed-off-by: dependabot[bot] <support@github.com>
c69ee8f to
f8d1953
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Azure.Security.KeyVault.Keys from 4.7.0 to 4.9.0.
Release notes
Sourced from Azure.Security.KeyVault.Keys's releases.
4.9.0
4.9.0 (2026-02-25)
Features Added
SecretClientSettingsto support creating aSecretClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.outContentTypequery parameter to theSecretClient.GetSecretandSecretClient.GetSecretAsyncto specify the format in which the certificate will be returned.previousVersionproperty toSecretProperties.Other Changes
2025-07-01.Commits viewable in compare view.
Updated Dapper from 2.1.66 to 2.1.72.
Release notes
Sourced from Dapper's releases.
2.1.72
What's Changed
New Contributors
Full Changelog: DapperLib/Dapper@2.1.66...2.1.72
Commits viewable in compare view.
Updated docfx from 2.78.4 to 2.78.5.
Release notes
Sourced from docfx's releases.
2.78.5
What's Changed
Add support for .NET 10 target framework by @filzrev in dotnet/docfx#10859
Full Changelog: dotnet/docfx@v2.78.4...v2.78.5
Commits viewable in compare view.
Updated dotnet-reportgenerator-globaltool from 5.5.1 to 5.5.3.
Release notes
Sourced from dotnet-reportgenerator-globaltool's releases.
5.5.3
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0
5.5.2
Changes:
This release requires .NET Framework 4.7 or .NET 8.0/9.0/10.0
Commits viewable in compare view.
Updated dotnet-stryker from 4.12.0 to 4.13.0.
Release notes
Sourced from dotnet-stryker's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated JetBrains.Annotations from 2025.2.2 to 2025.2.4.
Release notes
Sourced from JetBrains.Annotations's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Marten from 8.22.2 to 8.23.0.
Release notes
Sourced from Marten's releases.
8.23.0
What's Changed
Full Changelog: JasperFx/marten@V8.22.2...V8.23.0
Commits viewable in compare view.
Updated Meziantou.Analyzer from 3.0.19 to 3.0.20.
Release notes
Sourced from Meziantou.Analyzer's releases.
3.0.20
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.20
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@3.0.19...3.0.20
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.CSharp from 4.12.0 to 4.14.0.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.CSharp.Workspaces from 4.12.0 to 4.14.0.
Updated TUnit from 1.18.21 to 1.19.16.
Release notes
Sourced from TUnit's releases.
1.19.16
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.19.11...v1.19.16
1.19.11
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.19.0...v1.19.11
1.19.0
What's Changed
Other Changes
Dependencies
Full Changelog: thomhurst/TUnit@v1.18.37...v1.19.0
1.18.37
What's Changed
Other Changes
Actionallocation fortoken.Registerby @TimothyMakkison in perf: removeActionallocation fortoken.Registerthomhurst/TUnit#5075Dependencies
Full Changelog: thomhurst/TUnit@v1.18.21...v1.18.37
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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