Skip to content

Bump the cms group with 3 updates - #11

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/cms-a7a484eea0
Closed

Bump the cms group with 3 updates#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/cms-a7a484eea0

Conversation

@dependabot

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

Copy link
Copy Markdown

Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.7.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.7.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.6.0...v18.7.0

18.6.0

What's Changed

Changes to tests and infra

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

Commits viewable in compare view.

Updated Umbraco.Cms from 17.4.2 to 18.0.1.

Release notes

Sourced from Umbraco.Cms'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.2

What's Changed

🐛 Bug Fixes

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

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

Commits viewable in compare view.

Updated uSync from 17.3.5 to 18.0.1.

Release notes

Sourced from uSync's releases.

18.0.0

This is the v18 release of uSync for Umbraco v18, it contains updates to make sure things still work in the v18 version of Umbraco and support for new features (Libraries - elements).

Element Support (Libraries)

  • uSync v18 supports the importing/exporting of Library elements (reusable elements).

What's Changed

Breaking

  • Elements are a little different than content (although they are near identical,) most of the differences are at an API/Service level, so they shouldn't change things if you are just using uSync, but base services around content have changed to accommodate this - so if you re-use any bits of uSync in your own code you might get breaking changes.
  • Umbraco has moved from swagger to Microsoft's OpenApi libraries (and to v3.x of the OpenAPI Schemas). this does change a couple of things around how the management API for usync presents itself, and the naming of some of the services. we have updated the code here for this - these changes will break anyone's use of the management API- there are long and complex reasons why we are not offering a backwards compatible API at this level , many of them are not technical, if you catch me in a conference bar one day i might tell you them (and then you will probably slowly back away)

[!NOTE]
Umbraco v18 is a STS release, and has a shorter support lifecycle, we support uSync on this version until the next one is released (and after that will only do security updates) - you probibly shouldn't go to a STS release unless you are prepared and can upgrade your site every six months.

Full Changelog: KevinJump/uSync@v17.3.2...v18.0.8

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.7.0
Bumps Umbraco.Cms from 17.4.2 to 18.0.1
Bumps uSync from 17.3.5 to 18.0.1

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cms
- dependency-name: Umbraco.Cms
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cms
- dependency-name: uSync
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cms
...

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

dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Author

Superseded by #16.

@dependabot dependabot Bot closed this Jul 7, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/cms-a7a484eea0 branch July 7, 2026 18:58
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.

0 participants