Skip to content

chore(deps): update nuget non-major dependencies#155

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuget-minor-patch
Open

chore(deps): update nuget non-major dependencies#155
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nuget-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 6, 2026

This PR contains the following updates:

Package Change Age Confidence
Azure.Extensions.AspNetCore.Configuration.Secrets (source) 1.5.01.5.1 age confidence
Elastic.Clients.Elasticsearch 9.3.39.3.6 age confidence
Microsoft.AspNetCore.Authentication.OpenIdConnect (source) 10.0.010.0.7 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 10.0.510.0.7 age confidence
Microsoft.Extensions.DependencyInjection.Abstractions (source) 10.0.510.0.7 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 10.0.510.0.7 age confidence
Microsoft.Extensions.Options (source) 10.0.510.0.7 age confidence
Microsoft.Extensions.Options.ConfigurationExtensions (source) 10.0.510.0.7 age confidence
MimeKit (source) 4.15.14.16.0 age confidence
Umbraco.Cms (source) 17.3.417.3.5 age confidence
Umbraco.Cms.DevelopmentMode.Backoffice (source) 17.2.217.3.5 age confidence
uSync (source) 17.0.417.3.1 age confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Extensions.AspNetCore.Configuration.Secrets)

v1.5.1

Compare Source

1.5.1 (2026-04-29)

Other Changes
  • Adopted the new Azure.Core version that includes the identity types moved from Azure.Identity.
elastic/elasticsearch-net (Elastic.Clients.Elasticsearch)

v9.3.6

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@9.3.5...9.3.6

v9.3.5

Compare Source

What's Changed

  • Hand-craft IndexSettingsTimeSeriesConverter to handle out-of-range dates by @​flobernd in #​8873
  • Fix DefaultMappingFor not consuming IdPropertyName and DisableIdInference by @​flobernd in #​8877
  • Regenerate client by @​flobernd in #​8883
    • Fixes FieldType enum doesnt have Wildcard value" (#​8826)
    • Fixes SearchMvtAsync throws TransportException on successful HTTP 200 _mvt responses with valid binary tile payload (#​8867)
  • Align LINQ-to-ES|QL integration with Elastic.Esql 0.11.0 by @​flobernd in #​8886

Full Changelog: elastic/elasticsearch-net@9.3.4...9.3.5

v9.3.4

Compare Source

What's Changed

Full Changelog: elastic/elasticsearch-net@9.3.3...9.3.4

dotnet/dotnet (Microsoft.AspNetCore.Authentication.OpenIdConnect)

v10.0.7

v10.0.6

v10.0.5

v10.0.4

v10.0.3

v10.0.2

v10.0.1

jstedfast/MimeKit (MimeKit)

v4.16.0

Compare Source

  • Simplified logic for illegal ctrl characters within quoted-string local-part tokens in addr-specs.
  • Fixed IndexOutOfRangeException in ParseUtils.TryParseMsgId().
    (issue #​1227)
  • Improved ParseException message for invalid ctrl chars in quoted-strings.
  • Improved recovery logic for InternetAddressList.TryParse().
  • Fixed leak in X509Certificate2Extensions.GetPrivateKeyAsAsymmetricKeyParameter().
    (issue #​1230)
  • Fixed potential integer overflow in TnefPropertyReader.
    (issue #​1231)
  • Added support for converting ECDsa PrivateKeys between Windows and BouncyCastle.
  • Partial Encryption & Certificate Validation Failures for S/MIME.
    (issue #​1224)
  • Fixed MimeParser/MimeReader.ScanContent to not init local until needed.
    (issue #​1234)
  • Improved Received header folding logic.
umbraco/Umbraco-CMS (Umbraco.Cms)

v17.3.5

Compare Source

KevinJump/uSync (uSync)

v17.3.1: - Editors, UI, Aliases.

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

v17.3.0: - 🎈Floating points release

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


Installing

You can get into your project via nuget.

dotnet add package usync --version 17.3.0

or add it directly to the csproj file.

<PackageReference Include="uSync" Version="17.3.0" />

If you are using centralized package management, the version entry is what gets updated

 <PackageVersion Include="uSync" Version="17.3.0" />

Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 07:00 on Thursday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants