Skip to content

Bump the dotnet group with 4 updates#97

Merged
glitchedmob merged 1 commit intomainfrom
dependabot/nuget/SgfDevs/dotnet-19f9d432c1
May 2, 2026
Merged

Bump the dotnet group with 4 updates#97
glitchedmob merged 1 commit intomainfrom
dependabot/nuget/SgfDevs/dotnet-19f9d432c1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 2, 2026

Updated Sentry.AspNetCore from 6.3.0 to 6.4.1.

Release notes

Sourced from Sentry.AspNetCore's releases.

6.4.1

Fixes 🐛

  • fix: prevent redundant native exceptions on Android/CoreCLR by @​jpnurmi in #​5127

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.39.0 by @​github-actions in #​5137
  • chore(deps): update Native SDK to v0.13.7 by @​github-actions in #​5136

6.4.0

Features ✨

  • feat: Add network details for session replay on iOS by @​jamescrosswell in #​4891
  • feat: Add option to exclude certain HTTP statuses from tracing by @​jamescrosswell in #​5034

Fixes 🐛

  • fix: memory leak when profiling is enabled by @​jamescrosswell in #​5133
  • fix: prevent redundant native exceptions on iOS by @​jpnurmi in #​5126
  • fix: prevent redundant native exceptions on Android/Mono by @​jpnurmi in #​4676
    • Note: opt in by setting options.Native.ExperimentalOptions.SignalHandlerStrategy to Sentry.Android.SignalHandlerStrategy.ChainAtStart

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.10.0 by @​github-actions in #​5132
  • chore(deps): update Cocoa SDK to v9.9.0 by @​github-actions in #​5115
  • chore(deps): update Java SDK to v8.38.0 by @​github-actions in #​5124

6.3.2

Dependencies ⬆️

  • chore(deps): update Native SDK to v0.13.6 by @​github-actions in #​5128

6.3.1

Fixes 🐛

  • fix: Workaround FileNotFoundException on Android when recovering sessions by @​jamescrosswell in #​5084
  • fix: CaptureFeedback now supports multiple attachments correctly by @​bitsandfoxes in #​5077

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.13.5 by @​github-actions in #​5119
  • chore(deps): update CLI to v3.3.5 by @​github-actions in #​5093
  • chore(deps): update Native SDK to v0.13.4 by @​github-actions in #​5081
  • chore(deps): update Java SDK to v8.37.1 by @​github-actions in #​5071
  • chore(deps): update CLI to v3.3.4 by @​github-actions in #​5068
  • chore(deps): update Java SDK to v8.37.0 by @​github-actions in #​5069
  • chore(deps): update Cocoa SDK to v9.8.0 by @​github-actions in #​5044
  • chore(deps): update Java SDK to v8.36.0 by @​github-actions in #​5036
  • chore(deps): update epitaph to 0.1.1 by @​github-actions in #​5036

Other

  • chore: Update validate-pr workflow by @​stephanie-anderson in #​5108
  • ci: fix workflows that always fail for fork PRs by @​jamescrosswell in #​5065

Commits viewable in compare view.

Updated Umbraco.Cms from 17.3.1 to 17.3.5.

Release notes

Sourced from Umbraco.Cms's releases.

17.3.5

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.4...release-17.3.5

17.3.4

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.3...release-17.3.4

17.3.3

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.2...release-17.3.3

17.3.2

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.1...release-17.3.2

Commits viewable in compare view.

Updated Umbraco.Cms.DevelopmentMode.Backoffice from 17.3.0 to 17.3.5.

Release notes

Sourced from Umbraco.Cms.DevelopmentMode.Backoffice's releases.

17.3.5

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.4...release-17.3.5

17.3.4

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.3...release-17.3.4

17.3.3

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.2...release-17.3.3

17.3.2

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.1...release-17.3.2

17.3.1

What's Changed

🐛 Bug Fixes

Full Changelog: umbraco/Umbraco-CMS@release-17.3.0...release-17.3.1

Commits viewable in compare view.

Updated uSync from 17.0.4 to 17.3.1.

Release notes

Sourced from uSync's releases.

17.3.1

This is a Patch release for uSync for Umbraco v17.1. it contains fixes and updates for known issues.:

the principle issue is uSync being to clever and trying to update the EditorUIAlias based on best guess when in some situations (#​949) it should just leave it alone

What's Changed

Full Changelog: KevinJump/uSync@v17.3.0...v17.3.1

Installing

dotnet add package uSync --version 17.3.1

Updating

[NOTE!] with the new centralized package management feature being using on v17.3+ umbraco projects you need to up date package versions using dotnet package update, dotnet add package won't do it.

dotnet package update uSync --version 17.3.1

17.3.0

This is a major point release update for uSync for Umbraco v17. it contains quite a few updates, fixes and performance improvements.

[!WARNING]
This release jumps two point releases (there is no v17.1 or v17.2) because it has a dependency on Umbraco v17.3 and we figure the easiest way to mange that is to keep the release versions in sync.

Highlights

Client auth updates.

There are a couple of small changes in v17.3 that we wanted to support. We have for example moved the client authentication to the newer umbHttpClient.getConfig() methods to match the newer extension templates - moving to 17.3 also allows us to move our version of @​hey-api/openapi-ts independently of Umbraco which means we can update for some critical vulnerabilities.

Changing HMAC Key support

We have added support for changing HMAC image keys, The umbraco recommendation is that these keys match across your site installations, but if you are moving between clients, or projects or for some other reason you might not have these values match and incline images inside RTE blocks for example will have the wrong HMAC value assigned to them - off by default uSync can go in an update these HMAC values so you can sync stuff across non-matching installations.

Performance.

We asked AI . "Analyse this code base for any performance improvements, ignore the minor improvements in things like string allocation and concentrate on any potential reduction in database calls or file IO that could be improved upon" #​924.

This gave us some nice pointers. Most of these updates are around file IO, and file parsing, it didn't reduce and DB calls within the code.

For example there is now some parallelism in how we read in files (https://github.com/KevinJump/uSync/blob/v17/main/uSync.BackOffice/Services/SyncFileService.cs#L493-L520) which does give some measurable improvements in the read time of large folder structures.

Updates

uSync.Migrations changes

These changes help the new uSync.Migrations integrate into the usync processes better.

Fixes

Dependency Updates

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 Sentry.AspNetCore from 6.3.0 to 6.4.1
Bumps Umbraco.Cms from 17.3.1 to 17.3.5
Bumps Umbraco.Cms.DevelopmentMode.Backoffice from 17.3.0 to 17.3.5
Bumps uSync from 17.0.4 to 17.3.1

---
updated-dependencies:
- dependency-name: Sentry.AspNetCore
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Umbraco.Cms
  dependency-version: 17.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Umbraco.Cms.DevelopmentMode.Backoffice
  dependency-version: 17.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: uSync
  dependency-version: 17.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

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 May 2, 2026
@glitchedmob glitchedmob merged commit d84d140 into main May 2, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/SgfDevs/dotnet-19f9d432c1 branch May 2, 2026 00:16
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

🎉 This PR is included in version 1.0.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant