[nuget][SUI_Matcher]- Bump Asp.Versioning.Mvc.ApiExplorer and 4 others - #387
Open
dependabot[bot] wants to merge 1 commit into
Open
[nuget][SUI_Matcher]- Bump Asp.Versioning.Mvc.ApiExplorer and 4 others#387dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Asp.Versioning.Mvc.ApiExplorer from 10.0.0 to 10.2.0 Bumps HotChocolate.AspNetCore from 16.3.0 to 16.6.0 Bumps Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1 Bumps QuestPDF from 2026.6.1 to 2026.7.2 Bumps StrawberryShake.Server from 16.5.0 to 16.6.0 --- updated-dependencies: - dependency-name: Asp.Versioning.Mvc.ApiExplorer dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sui-package-updates - dependency-name: HotChocolate.AspNetCore dependency-version: 16.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sui-package-updates - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sui-package-updates - dependency-name: QuestPDF dependency-version: 2026.7.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sui-package-updates - dependency-name: StrawberryShake.Server dependency-version: 16.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sui-package-updates ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
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 Asp.Versioning.Mvc.ApiExplorer from 10.0.0 to 10.2.0.
Release notes
Sourced from Asp.Versioning.Mvc.ApiExplorer's releases.
10.2.0
This release includes some big new features but is fully backward compatible with
10.0.0. The new features include versioned model member filtering, Roslyn analyzers, gRPC preview support, and a number of servicing patches since the previous release.Fixes
All Platforms
'.'no longer succeeds silently'-'ASP.NET Core
IProblemDetailsWriteris preserved byAddApiVersioning()(#1191)ASP.NET Core OpenAPI
Features
All Platforms
ApiVersionRangetype for matching a set of API versions using the same interval notation as a package version1.0→x ≥ 1.0[1.0]→x == 1.0(1.0,)→x > 1.0(,1.0]→x ≤ 1.0[1.0,2.0)→1.0 ≤ x < 2.0ApiVersionRange.AnyandApiVersionRange.Emptyare provided forthe degenerate cases
VisibleInApiVersionAttributeindicates the range of API versions a data member is visible in; for example,[VisibleInApiVersion("2.0")]IAnnotation<TKey, TValue>abstraction for associating out-of-band metadata with a member[StringSyntax]is now applied to API version inputs so the IDE and analyzers understand them; the recognizedsyntaxes are
ApiVersion,ApiVersionRange, andApiVersionFormatAnalyzers
API Versioning now ships Roslyn analyzers. There is no new package to install — the core rules are packed into Asp.Versioning.Abstractions and the API rules are packed into Asp.Versioning.Http, so any application that already references API Versioning picks them up transitively.
There is an initial set of 31 rules. You can find all of the rule information in the new diagnostics wiki topic.
Notes:
... (truncated)
Commits viewable in compare view.
Updated HotChocolate.AspNetCore from 16.3.0 to 16.6.0.
Release notes
Sourced from HotChocolate.AspNetCore's releases.
16.6.0
What's Changed
HotChocolate
.Authorizeoverloads matching the directive by @glen-84 in Add code-first.Authorizeoverloads matching the directive ChilliCream/graphql-platform#10137appliedDirectivesto__Directiveintrospection by @glen-84 in AddappliedDirectivesto__Directiveintrospection ChilliCream/graphql-platform#10143IScalarTypeDefinitiondefault by @glen-84 in Share scalar value compatibility viaIScalarTypeDefinitiondefault ChilliCream/graphql-platform#10147IDeprecationProviderby @glen-84 in Remove inverted nullable-state annotation onIDeprecationProviderChilliCream/graphql-platform#10165@deprecatedto object types (opt-in) by @glen-84 in Expand@deprecatedto object types (opt-in) ChilliCream/graphql-platform#10185@responseBodydirective by @tobias-tengler in [OpenAPI] Add@responseBodydirective ChilliCream/graphql-platform#10130@deprecateddirective node by @glen-84 in Fix the argument name in the@deprecateddirective node ChilliCream/graphql-platform#10188Fusion
Nitro
... (truncated)
16.6.0-p.16
What's Changed
.codexfile by @glen-84 in Remove empty.codexfile ChilliCream/graphql-platform#10195Full Changelog: ChilliCream/graphql-platform@16.6.0-p.15...16.6.0-p.16
16.6.0-p.15
What's Changed
HotChocolate
.Authorizeoverloads matching the directive by @glen-84 in Add code-first.Authorizeoverloads matching the directive ChilliCream/graphql-platform#10137appliedDirectivesto__Directiveintrospection by @glen-84 in AddappliedDirectivesto__Directiveintrospection ChilliCream/graphql-platform#10143IScalarTypeDefinitiondefault by @glen-84 in Share scalar value compatibility viaIScalarTypeDefinitiondefault ChilliCream/graphql-platform#10147IDeprecationProviderby @glen-84 in Remove inverted nullable-state annotation onIDeprecationProviderChilliCream/graphql-platform#10165@deprecatedto object types (opt-in) by @glen-84 in Expand@deprecatedto object types (opt-in) ChilliCream/graphql-platform#10185@deprecateddirective node by @glen-84 in Fix the argument name in the@deprecateddirective node ChilliCream/graphql-platform#10188@responseBodydirective by @tobias-tengler in [OpenAPI] Add@responseBodydirective ChilliCream/graphql-platform#10130Fusion
Nitro
... (truncated)
16.6.0-p.14
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.13...16.6.0-p.14
16.6.0-p.13
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.12...16.6.0-p.13
16.6.0-p.12
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.11...16.6.0-p.12
16.6.0-p.11
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.10...16.6.0-p.11
16.6.0-p.10
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.9...16.6.0-p.10
16.6.0-p.9
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.8...16.6.0-p.9
16.6.0-p.8
What's Changed
IDeprecationProviderby @glen-84 in Remove inverted nullable-state annotation onIDeprecationProviderChilliCream/graphql-platform#10165Full Changelog: ChilliCream/graphql-platform@16.6.0-p.7...16.6.0-p.8
16.6.0-p.7
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.6...16.6.0-p.7
16.6.0-p.6
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.6.0-p.5...16.6.0-p.6
16.6.0-p.5
What's Changed
IScalarTypeDefinitiondefault by @glen-84 in Share scalar value compatibility viaIScalarTypeDefinitiondefault ChilliCream/graphql-platform#10147@responseBodydirective by @tobias-tengler in [OpenAPI] Add@responseBodydirective ChilliCream/graphql-platform#10130Full Changelog: ChilliCream/graphql-platform@16.6.0-p.3...16.6.0-p.5
16.6.0-p.3
What's Changed
appliedDirectivesto__Directiveintrospection by @glen-84 in AddappliedDirectivesto__Directiveintrospection ChilliCream/graphql-platform#10143Full Changelog: ChilliCream/graphql-platform@16.6.0-p.2...16.6.0-p.3
16.6.0-p.2
What's Changed
.Authorizeoverloads matching the directive by @glen-84 in Add code-first.Authorizeoverloads matching the directive ChilliCream/graphql-platform#10137Full Changelog: ChilliCream/graphql-platform@16.6.0-p.1...16.6.0-p.2
16.6.0-p.1
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.1-p.2...16.6.0-p.1
16.5.1
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1
16.5.1-p.2
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.1-p.1...16.5.1-p.2
16.5.1-p.1
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0...16.5.1-p.1
16.5.0
What's Changed
... (truncated)
16.5.0-p.18
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.15...16.5.0-p.18
16.5.0-p.15
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.14...16.5.0-p.15
16.5.0-p.14
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.12...16.5.0-p.14
16.5.0-p.13
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.12...16.5.0-p.13
16.5.0-p.12
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.10...16.5.0-p.12
16.5.0-p.11
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.10...16.5.0-p.11
16.5.0-p.10
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.9...16.5.0-p.10
16.5.0-p.9
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.8...16.5.0-p.9
16.5.0-p.8
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.5.0-p.7...16.5.0-p.8
16.5.0-p.7
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0...16.5.0-p.7
16.4.0
What's Changed
@requiresOptIn) by @glen-84 in [Fusion] Add opt-in feature support (@requiresOptIn) ChilliCream/graphql-platform#10016@tagon directive definitions by @glen-84 in Support@tagon directive definitions ChilliCream/graphql-platform#10043... (truncated)
16.4.0-p.14
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.13...16.4.0-p.14
16.4.0-p.13
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.12...16.4.0-p.13
16.4.0-p.12
What's Changed
@requiresOptIn) by @glen-84 in [Fusion] Add opt-in feature support (@requiresOptIn) ChilliCream/graphql-platform#10016Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.12
16.4.0-p.11
What's Changed
@requiresOptIn) by @glen-84 in [Fusion] Add opt-in feature support (@requiresOptIn) ChilliCream/graphql-platform#10016Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.11
16.4.0-p.10
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.8...16.4.0-p.10
16.4.0-p.9
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.7...16.4.0-p.9
16.4.0-p.8
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.6...16.4.0-p.8
16.4.0-p.7
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.6...16.4.0-p.7
16.4.0-p.6
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.5...16.4.0-p.6
16.4.0-p.5
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.4...16.4.0-p.5
16.4.0-p.4
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.3...16.4.0-p.4
16.4.0-p.3
Full Changelog: ChilliCream/graphql-platform@16.4.0-p.2...16.4.0-p.3
16.4.0-p.2
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.3.0...16.4.0-p.2
16.4.0-p.1
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.3.0-p.2...16.4.0-p.1
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.7.0 to 18.8.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.8.1
What's Changed
Full Changelog: microsoft/vstest@v18.8.0...v18.8.1
18.8.0
What's Changed
Full Changelog: microsoft/vstest@v18.7.0...v18.8.0
Commits viewable in compare view.
Updated QuestPDF from 2026.6.1 to 2026.7.2.
Release notes
Sourced from QuestPDF's releases.
2026.7.2
/ActualTexttag. This improves text selection, copying, extraction, and screen-reader accessibility. Ligatures remain disabled by default.AllowModificationpermission in `DocumentOpera...Description has been truncated