Skip to content

Conversation

@ata-no-one
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
Microsoft.Extensions.Configuration (source) nuget patch 9.0.7 -> 9.0.8
Microsoft.Extensions.DependencyInjection (source) nuget patch 9.0.7 -> 9.0.8
Microsoft.Extensions.Http (source) nuget patch 9.0.7 -> 9.0.8
Microsoft.Extensions.Options.ConfigurationExtensions (source) nuget patch 9.0.7 -> 9.0.8
Microsoft.Extensions.Options.DataAnnotations (source) nuget patch 9.0.7 -> 9.0.8
System.IdentityModel.Tokens.Jwt nuget minor 8.13.0 -> 8.14.0
csharpier nuget patch 1.1.1 -> 1.1.2
xunit.runner.visualstudio nuget patch 3.1.3 -> 3.1.4

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

dotnet/runtime (Microsoft.Extensions.Configuration)

v9.0.8: .NET 9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (System.IdentityModel.Tokens.Jwt)

v8.14.0

Compare Source

====

Bug Fixes

  • Switch back to use ValidationResult instead of OperationResult when validating a token in a new experimental validation flow. Additionally removed the dependency on Microsoft.IdentityModel.Abstractions. See #​3299 for details.

v8.13.1

Compare Source

====

Dependencies

Microsoft.IdentityModel now depends on Microsoft.Identity.Abstractions 9.3.0

Bug Fixes

  • Fixed a decompression failure happening for large JWE payloads. See #​3286 for details.
Work related to redesign of IdentityModel's token validation logic #​2711
  • Update the validation methods to return Microsoft.Identity.Abstractions.OperationResult. See #​3284 for details.
belav/csharpier (csharpier)

v1.1.2

Compare Source

What's Changed

Inconsistencies with null-coalescing wrapping on method chains #​1573

On longer method chains, depending on the exact chain a null coalescing expression wouldn't always be preceded by a new line.

// input & expected output
var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallMethod__________()
    ?? throw new Exception();

var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallLongMethod___________________________________________________()
    ?? throw new Exception();

// 1.1.1
var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallMethod__________() ?? throw new Exception();

var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallLongMethod___________________________________________________()
    ?? throw new Exception();

Full Changelog: belav/csharpier@1.1.1...1.1.2

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v3.1.4

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@doxthree doxthree merged commit c669fc3 into main Sep 29, 2025
3 checks passed
@doxthree doxthree deleted the renovate/dotnet/all-non-major branch September 29, 2025 06:27
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.

6 participants