Bump the dotnet-minor-patch-deps group with 8 updates - #75
Closed
Conversation
Bumps Asp.Versioning.Http from 10.0.1 to 10.2.1 Bumps Asp.Versioning.Mvc.ApiExplorer from 10.0.1 to 10.2.1 Bumps Scalar.AspNetCore from 2.16.17 to 2.16.18 Bumps Umbraco.Cms from 17.5.3 to 17.6.0 Bumps Umbraco.Cms.Core from 17.5.3 to 17.6.0 Bumps Umbraco.Cms.Infrastructure from 17.5.3 to 17.6.0 Bumps Umbraco.Cms.Web.Common from 17.5.3 to 17.6.0 Bumps Umbraco.Cms.Web.Website from 17.5.3 to 17.6.0 --- updated-dependencies: - dependency-name: Asp.Versioning.Http dependency-version: 10.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch-deps - dependency-name: Asp.Versioning.Mvc.ApiExplorer dependency-version: 10.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch-deps - dependency-name: Scalar.AspNetCore dependency-version: 2.16.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch-deps - dependency-name: Scalar.AspNetCore dependency-version: 2.16.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor-patch-deps - dependency-name: Umbraco.Cms dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch-deps - dependency-name: Umbraco.Cms.Core dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch-deps - dependency-name: Umbraco.Cms.Infrastructure dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch-deps - dependency-name: Umbraco.Cms.Web.Common dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch-deps - dependency-name: Umbraco.Cms.Web.Website dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor-patch-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/nuget/project-templates/content/umbraco-headless-bff/UmbracoHeadlessBFF.Cms/dotnet-minor-patch-deps-ea926a65ab
branch
August 14, 2026 21:56
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.Http from 10.0.1 to 10.2.1.
Release notes
Sourced from Asp.Versioning.Http'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 Asp.Versioning.Mvc.ApiExplorer from 10.0.1 to 10.2.1.
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 Scalar.AspNetCore from 2.16.17 to 2.16.18.
Release notes
Sourced from Scalar.AspNetCore's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Umbraco.Cms from 17.5.3 to 17.6.0.
Release notes
Sourced from Umbraco.Cms's releases.
17.6.0
What's Changed Since 17.6.0-rc2
🐛 Bug Fixes
Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc2...release-17.6.0
What's Changed Since 17.6.0-rc
📦 Dependencies
🐛 Bug Fixes
by @AndyButland in Content Notifications: Raise
ContentSavedNotificationon save-and-publish (closes #23523) umbraco/Umbraco-CMS#23528Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc...release-17.6.0-rc2
What's Changed Since the Previous Version (17.5.3)
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328... (truncated)
17.6.0-rc2
What's Changed Since 17.6.0-rc
📦 Dependencies
🐛 Bug Fixes
by @AndyButland in Content Notifications: Raise
ContentSavedNotificationon save-and-publish (closes #23523) umbraco/Umbraco-CMS#23528Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc...release-17.6.0-rc2
What's Changed Since the Previous Version (17.5.3)
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328🌈 Accessibility Improvements
🐛 Bug Fixes
... (truncated)
17.6.0-rc
What's Changed
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328🌈 Accessibility Improvements
🐛 Bug Fixes
DocumentVariantStateModelAPI model for backoffice client by @leekelleher in Documents: AliasDocumentVariantStateModelAPI model for backoffice client umbraco/Umbraco-CMS#22716ServerEventSenderas a distributed cache notification handler by @ronaldbarendse in SignalR: MarkServerEventSenderas a distributed cache notification handler umbraco/Umbraco-CMS#22818... (truncated)
Commits viewable in compare view.
Updated Umbraco.Cms.Core from 17.5.3 to 17.6.0.
Release notes
Sourced from Umbraco.Cms.Core's releases.
17.6.0
What's Changed Since 17.6.0-rc2
🐛 Bug Fixes
Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc2...release-17.6.0
What's Changed Since 17.6.0-rc
📦 Dependencies
🐛 Bug Fixes
by @AndyButland in Content Notifications: Raise
ContentSavedNotificationon save-and-publish (closes #23523) umbraco/Umbraco-CMS#23528Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc...release-17.6.0-rc2
What's Changed Since the Previous Version (17.5.3)
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328... (truncated)
17.6.0-rc2
What's Changed Since 17.6.0-rc
📦 Dependencies
🐛 Bug Fixes
by @AndyButland in Content Notifications: Raise
ContentSavedNotificationon save-and-publish (closes #23523) umbraco/Umbraco-CMS#23528Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc...release-17.6.0-rc2
What's Changed Since the Previous Version (17.5.3)
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328🌈 Accessibility Improvements
🐛 Bug Fixes
... (truncated)
17.6.0-rc
What's Changed
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328🌈 Accessibility Improvements
🐛 Bug Fixes
DocumentVariantStateModelAPI model for backoffice client by @leekelleher in Documents: AliasDocumentVariantStateModelAPI model for backoffice client umbraco/Umbraco-CMS#22716ServerEventSenderas a distributed cache notification handler by @ronaldbarendse in SignalR: MarkServerEventSenderas a distributed cache notification handler umbraco/Umbraco-CMS#22818... (truncated)
Commits viewable in compare view.
Updated Umbraco.Cms.Infrastructure from 17.5.3 to 17.6.0.
Release notes
Sourced from Umbraco.Cms.Infrastructure's releases.
17.6.0
What's Changed Since 17.6.0-rc2
🐛 Bug Fixes
Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc2...release-17.6.0
What's Changed Since 17.6.0-rc
📦 Dependencies
🐛 Bug Fixes
by @AndyButland in Content Notifications: Raise
ContentSavedNotificationon save-and-publish (closes #23523) umbraco/Umbraco-CMS#23528Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc...release-17.6.0-rc2
What's Changed Since the Previous Version (17.5.3)
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328... (truncated)
17.6.0-rc2
What's Changed Since 17.6.0-rc
📦 Dependencies
🐛 Bug Fixes
by @AndyButland in Content Notifications: Raise
ContentSavedNotificationon save-and-publish (closes #23523) umbraco/Umbraco-CMS#23528Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc...release-17.6.0-rc2
What's Changed Since the Previous Version (17.5.3)
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328🌈 Accessibility Improvements
🐛 Bug Fixes
... (truncated)
17.6.0-rc
What's Changed
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165🚤 Performance
umbracoContent.contentTypeIdby @AndyButland in Performance: Add index onumbracoContent.contentTypeIdumbraco/Umbraco-CMS#23328🌈 Accessibility Improvements
🐛 Bug Fixes
DocumentVariantStateModelAPI model for backoffice client by @leekelleher in Documents: AliasDocumentVariantStateModelAPI model for backoffice client umbraco/Umbraco-CMS#22716ServerEventSenderas a distributed cache notification handler by @ronaldbarendse in SignalR: MarkServerEventSenderas a distributed cache notification handler umbraco/Umbraco-CMS#22818... (truncated)
Commits viewable in compare view.
Updated Umbraco.Cms.Web.Common from 17.5.3 to 17.6.0.
Release notes
Sourced from Umbraco.Cms.Web.Common's releases.
17.6.0
What's Changed Since 17.6.0-rc2
🐛 Bug Fixes
Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc2...release-17.6.0
What's Changed Since 17.6.0-rc
📦 Dependencies
🐛 Bug Fixes
by @AndyButland in Content Notifications: Raise
ContentSavedNotificationon save-and-publish (closes #23523) umbraco/Umbraco-CMS#23528Full Changelog: umbraco/Umbraco-CMS@release-17.6.0-rc...release-17.6.0-rc2
What's Changed Since the Previous Version (17.5.3)
📦 Dependencies
🚀 New Features
umb-entity-framecomponent + Storybook stories by @leekelleher in feat(components): addsumb-entity-framecomponent + Storybook stories umbraco/Umbraco-CMS#22844umbMemberNamecomponent (closes #22147) by @leekelleher in UFM: AddumbMemberNamecomponent (closes #22147) umbraco/Umbraco-CMS#23165Description has been truncated
Dependabot will reso...
Description has been truncated