Skip to content

Bump Umbraco.Cms.Api.Common and 4 others#127

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/umbraco-1ddcc04f29
Open

Bump Umbraco.Cms.Api.Common and 4 others#127
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/nuget/umbraco-1ddcc04f29

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updated Umbraco.Cms.Api.Common from 17.3.5 to 18.0.1.

Release notes

Sourced from Umbraco.Cms.Api.Common's releases.

18.0.1

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0...release-18.0.1

18.0.0

What's Changed Since The Last Release Candidate (18.0.0-rc3)

📦 Dependencies

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0-rc3...release-18.0.0

What's Changed For 18.0

See the prior release notes for each pre-release version:

Release overview: https://releases.umbraco.com/release/umbraco/Umbraco-CMS/18.0.0
Full Changelog: umbraco/Umbraco-CMS@release-17.5.0...release-18.0.0

18.0.0-rc3

What's Changed Since 18.0.0-rc2

🎨 Design

🐛 Bug Fixes

🧪 Testing

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0-rc2...release-18.0.0-rc3

What's Changed Since 18.0.0-rc1

📦 Dependencies

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0-rc1...release-18.0.0-rc2

18.0.0-rc2

What's Changed since 18.0.0-rc1

📦 Dependencies

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0-rc1...release-18.0.0-rc2

18.0.0-rc1

What's Changed since 18.0.0-beta2

🙌 Notable Changes

🚀 New Features

🏠 Internal

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0-beta2...release-18.0.0-rc1

18.0.0-beta2

What's Changed Since 18.0.0-beta1

🐛 Bug Fixes

Backoffice: Preserve prerelease tag when hoisting peer dependencies by @​iOvergaard in umbraco/Umbraco-CMS#22841
SignalR: Mark ServerEventSender as a distributed cache notification handler by @​ronaldbarendse in umbraco/Umbraco-CMS#22818

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0-beta1...release-18.0.0-beta2

What's Changed in Umbraco 18

🙌 Notable Changes - Testing encouraged and appreciated!

💥 Breaking Changes

18.0.0-beta1

What's Changed

🙌 Notable Changes - Testing encouraged and appreciated!

💥 Breaking Changes

🏠 Internal

17.5.1

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.5.0...release-17.5.1

17.5.0

What's Changed Since The Last Release Candidate (18.0.0-rc3)

📦 Dependencies

What's Changed For 17.5.0

See the prior release notes for each pre-release version:

Full Changelog: umbraco/Umbraco-CMS@release-17.5.0-rc2...release-17.5.0

17.5.0-rc2

What's Changed Since 17.5.0-rc

🐛 Bug Fixes

📦 Dependencies

Full Changelog: umbraco/Umbraco-CMS@release-17.5.0-rc...release-17.5.0-rc2

What's Changed Since the Previous Version (17.4.2)

🙌 Notable Changes

📦 Dependencies

🚀 New Features

🚤 Performance

🌈 Accessibility Improvements

🐛 Bug Fixes

17.5.0-rc

What's Changed

🙌 Notable Changes

📦 Dependencies

🚀 New Features

🚤 Performance

🌈 Accessibility Improvements

🐛 Bug Fixes

17.4.2

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.4.1...release-17.4.2

17.4.1

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.4.0...release-17.4.1

17.4.0

Upgrade Notes

Be aware of a change to behaviour for detecting the Umbraco application URL. Previously, ApplicationMainUrl was automatically set from the Host header of incoming HTTP requests. In environments where Umbraco is not behind a reverse proxy that validates the Host header, this could allow a forged Host header to overwrite the URL used in password reset links, user invitations, and other email notifications. While this is normally mitigated by proper hosting configuration and setting UmbracoApplicationUrl explicitly, we felt that the auto-detection behaviour should be hardened up and become an opt-in rather than the default. You can read more about this under "Breaking Changes" below, the linked PR and the documentation.

There are a few updates related to performance in this release that are worth investigating for larger sites. Using output cache in your projects, with intelligent and customisable detection of page invalidation, is now a configuration option for templated websites, with extension points also applied for the Delivery API. We have optimised content cache rebuild after schema updates, with an option for deferred rebuild in the background. If considering a project with significant expected concurrency for member login and registration, and you prefer to use an external service for member management, the new option for lightweight external members will be worth reviewing.

If working with AI tools such as Umbraco MCP, additions to management API endpoints that expose JSON schema for data types and allow for patch updates of specific properties, should improve accuracy and reliability.

As usual please find the full list of PRs that have contributed to Umbraco 17.4 as follows.

What's Changed Since 17.4.0-rc3

Full Changelog: umbraco/Umbraco-CMS@release-17.4.0-rc3...release-17.4.0

What's Changed Since 17.4.0-r2

📦 Dependencies

🔒 Security

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.4.0-rc2...release-17.4.0-rc3

What's Changed Since 17.4.0-rc

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.4.0-rc...release-17.4.0-rc2

What's Changed Since the Previous Version (17.3.5)

🙌 Notable Changes

17.4.0-rc3

Upgrade Notes

Be aware of a change to behaviour for detecting the Umbraco application URL. Previously, ApplicationMainUrl was automatically set from the Host header of incoming HTTP requests. In environments where Umbraco is not behind a reverse proxy that validates the Host header, this could allow a forged Host header to overwrite the URL used in password reset links, user invitations, and other email notifications. While this is normally mitigated by proper hosting configuration and setting UmbracoApplicationUrl explicitly, we felt that the auto-detection behaviour should be hardened up and become an opt-in rather than the default. You can read more about this under "Breaking Changes" below, the linked PR and the documentation.

There are a few updates related to performance in this release that are worth investigating for larger sites. Using output cache in your projects, with intelligent and customisable detection of page invalidation, is now a configuration option for templated websites, with extension points also applied for the Delivery API. We have optimised content cache rebuild after schema updates, with an option for deferred rebuild in the background. If considering a project with significant expected concurrency for member login and registration, and you prefer to use an external service for member management, the new option for lightweight external members will be worth reviewing.

If working with AI tools such as Umbraco MCP, additions to management API endpoints that expose JSON schema for data types and allow for patch updates of specific properties, should improve accuracy and reliability.

As usual please find the full list of PRs that have contributed to Umbraco 17.4 as follows.

What's Changed Since 17.4.0-r2

📦 Dependencies

🔒 Security

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.4.0-rc2...release-17.4.0-rc3

What's Changed Since 17.4.0-rc

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.4.0-rc...release-17.4.0-rc2

What's Changed Since the Previous Version (17.3.5)

🙌 Notable Changes

... (truncated)

17.4.0-rc2

Upgrade Notes

Be aware of a change to behaviour for detecting the Umbraco application URL. Previously, ApplicationMainUrl was automatically set from the Host header of incoming HTTP requests. In environments where Umbraco is not behind a reverse proxy that validates the Host header, this could allow a forged Host header to overwrite the URL used in password reset links, user invitations, and other email notifications. While this is normally mitigated by proper hosting configuration and setting UmbracoApplicationUrl explicitly, we felt that the auto-detection behaviour should be hardened up and become an opt-in rather than the default. You can read more about this under "Breaking Changes" below, the linked PR and the documentation.

There are a few updates related to performance in this release that are worth investigating for larger sites. Using output cache in your projects, with intelligent and customisable detection of page invalidation, is now a configuration option for templated websites, with extension points also applied for the Delivery API. We have optimised content cache rebuild after schema updates, with an option for deferred rebuild in the background. If considering a project with significant expected concurrency for member login and registration, and you prefer to use an external service for member management, the new option for lightweight external members will be worth reviewing.

If working with AI tools such as Umbraco MCP, additions to management API endpoints that expose JSON schema for data types and allow for patch updates of specific properties, should improve accuracy and reliability.

As usual please find the full list of PRs that have contributed to Umbraco 17.4 as follows.

What's Changed Since 17.4.0-rc

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.4.0-rc...release-17.4.0-rc2

What's Changed Since the Previous Version (17.3.5)

🙌 Notable Changes

💥 Breaking Changes

📦 Dependencies

🚤 Performance

17.4.0-rc

Upgrade Notes

Be aware of a change to behaviour for detecting the Umbraco application URL. Previously, ApplicationMainUrl was automatically set from the Host header of incoming HTTP requests. In environments where Umbraco is not behind a reverse proxy that validates the Host header, this could allow a forged Host header to overwrite the URL used in password reset links, user invitations, and other email notifications. While this is normally mitigated by proper hosting configuration and setting UmbracoApplicationUrl explicitly, we felt that the auto-detection behaviour should be hardened up and become an opt-in rather than the default. You can read more about this under "Breaking Changes" below, the linked PR and the documentation.

There are a few updates related to performance in this release that are worth investigating for larger sites. Using output cache in your projects, with intelligent and customisable detection of page invalidation, is now a configuration option for templated websites, with extension points also applied for the Delivery API. We have optimised content cache rebuild after schema updates, with an option for deferred rebuild in the background. If considering a project with significant expected concurrency for member login and registration, and you prefer to use an external service for member management, the new option for lightweight external members will be worth reviewing.

If working with AI tools such as Umbraco MCP, additions to management API endpoints that expose JSON schema for data types and allow for patch updates of specific properties, should improve accuracy and reliability.

As usual please find the full list of PRs that have contributed to Umbraco 17.4 as follows.

What's Changed

🙌 Notable Changes

💥 Breaking Changes

📦 Dependencies

🚤 Performance

🌈 Accessibility Improvements

Commits viewable in compare view.

Updated Umbraco.Cms.Api.Management from 17.3.5 to 18.0.1.

Release notes

Sourced from Umbraco.Cms.Api.Management's releases.

18.0.1

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0...release-18.0.1

18.0.0

What's Changed Since The Last Release Candidate (18.0.0-rc3)

📦 Dependencies

Full Changelog: umbraco/Umbraco-CMS@release-18.0.0-rc3...release-18.0.0

What's Changed For 18.0

See the prior release notes for each pre-release version:

Release overview: https://releases.umbraco.com/release/umbraco/Umbraco-CMS/18.0.0
Full Changelog: umbraco/Umbraco-CMS@release-17.5.0...release-18.0.0

18.0.0-rc3

What's Changed Since 18.0.0-rc2

🎨 Design

🐛 Bug Fixes

🧪 Testing

Description has been truncated

Dependabot will resolve...

Description has been truncated

Bumps Umbraco.Cms.Api.Common from 17.3.5 to 18.0.1
Bumps Umbraco.Cms.Api.Management from 17.3.5 to 18.0.1
Bumps Umbraco.Cms.Core from 17.3.5 to 18.0.1
Bumps Umbraco.Cms.Web.Common from 17.3.5 to 18.0.1
Bumps Umbraco.Cms.Web.Website from 17.3.5 to 18.0.1

---
updated-dependencies:
- dependency-name: Umbraco.Cms.Api.Common
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: umbraco
- dependency-name: Umbraco.Cms.Api.Management
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: umbraco
- dependency-name: Umbraco.Cms.Web.Common
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: umbraco
- dependency-name: Umbraco.Cms.Core
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: umbraco
- dependency-name: Umbraco.Cms.Web.Website
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: umbraco
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 1, 2026
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.

1 participant