Skip to content

Update nuget non-major dependencies#793

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

Update nuget non-major dependencies#793
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/nuget-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
Altinn.Authorization.ModelUtils 3.3.03.5.0 age confidence
Altinn.Common.AccessToken 5.1.05.1.9 age confidence
Altinn.Common.AccessTokenClient 3.2.03.2.8 age confidence
Altinn.Common.PEP 4.2.24.2.3 age confidence
Altinn.Platform.Storage.Interface 4.3.04.7.1 age confidence
Azure.Extensions.AspNetCore.Configuration.Secrets (source) 1.4.01.5.1 age confidence
Azure.Identity (source) 1.17.11.21.0 age confidence
Azure.Security.KeyVault.Certificates (source) 4.8.04.9.0 age confidence
Azure.Security.KeyVault.Secrets (source) 4.8.04.11.0 age confidence
Azure.Storage.Blobs (source) 12.27.012.29.1 age confidence
CommunityToolkit.Diagnostics 8.4.08.4.2 age confidence
Microsoft.AspNetCore.Http.Abstractions (source) 2.3.92.3.11 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Caching.Abstractions (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.FileProviders.Embedded (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Http (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Logging (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Logging.Console (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Logging.Debug (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Options (source) 10.0.610.0.9 age confidence
Microsoft.Extensions.Options.DataAnnotations (source) 10.0.610.0.9 age confidence
Microsoft.NET.Test.Sdk 18.0.118.7.0 age confidence
Npgsql 9.0.49.0.5 age confidence
Testcontainers.PostgreSql (source) 4.10.04.13.0 age confidence
dotNetRdf (source) 3.4.13.5.2 age confidence

Release Notes

Altinn/altinn-authorization-utils (Altinn.Authorization.ModelUtils)

v3.5.0: Altinn.Authorization.ModelUtils: v3.5.0

Compare Source

Features

v3.4.0: Altinn.Authorization.ModelUtils: v3.4.0

Compare Source

Features
Altinn/altinn-accesstoken (Altinn.Common.AccessToken)

v5.1.9

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-5.1.8...Altinn.Common.AccessToken-5.1.9

v5.1.8

Compare Source

What's Changed

  • chore(deps): update dependency azure.security.keyvault.secrets to 4.11.0 by @​renovate[bot] in #​239

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-5.1.7...Altinn.Common.AccessToken-5.1.8

v5.1.7

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-5.1.6...Altinn.Common.AccessToken-5.1.7

v5.1.6

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-5.1.5...Altinn.Common.AccessToken-5.1.6

v5.1.5

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-5.1.4...Altinn.Common.AccessToken-5.1.5

v5.1.3

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-5.1.2...Altinn.Common.AccessToken-5.1.3

v5.1.2

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-5.1.1...Altinn.Common.AccessToken-5.1.2

v5.1.1

Compare Source

What's Changed

  • chore: reduce verbose logging for missing access token by @​olebhansen in #​201
  • Long list of dependency updates. See Full Changelog for details.

New Contributors

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessTokenClient-3.2.0...Altinn.Common.AccessToken-5.1.1

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.

v1.5.0

Compare Source

1.5.0 (2026-04-30)

Features Added
  • Add ability to specify EnableStandardMetrics and EnablePerformanceCounters
    (#​56438)
Breaking Changes
  • Default Sampler Changed: The default sampling behavior has been changed from
    ApplicationInsightsSampler with 100% sampling (all traces sampled) to
    RateLimitedSampler with 5.0 traces per second. This change significantly
    reduces telemetry volume for high-traffic applications and provides better
    cost optimization out of the box.
    Impact: Applications with more than 5 requests per second will see fewer
    traces exported by default.
    Migration: To maintain the previous behavior (100% sampling), explicitly
    configure the sampler:
// Option 1: Set SamplingRatio and clear TracesPerSecond
builder.Services.AddOpenTelemetry()
    .UseAzureMonitor(options =>
    {
        options.SamplingRatio = 1.0f;
        options.TracesPerSecond = null;
    });
// Option 2: Use environment variables
// OTEL_TRACES_SAMPLER=microsoft.fixed_percentage
// OTEL_TRACES_SAMPLER_ARG=1.0
Bugs Fixed
  • Fixed an issue where Azure Container Apps instances were showing VM instance GUIDs
    instead of replica names in the Role Instance field.
    (#​54586)
CommunityToolkit/dotnet (CommunityToolkit.Diagnostics)

v8.4.2: 8.4.2

What's Changed

  • Fix incorrect version check order in MVVMToolkitRemoveDuplicateAnalyzers target by @​Sergio0694 in #​1174

Full Changelog: CommunityToolkit/dotnet@v8.4.1...v8.4.2

v8.4.1: 8.4.1

This release of the .NET Community Toolkit updates the MVVM Toolkit analyzers and source generator to Roslyn 5.0, so they can work with C# 14 out of the box. This means that [ObservableProperty] on partial properties no longer needs preview language version 🎉

What's Changed 🆕

New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.4.0...v8.4.1

dotnet/dotnet (Microsoft.AspNetCore.Mvc.Testing)

v10.0.9

v10.0.8

v10.0.7

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.7.0

What's Changed

New Contributors

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

v18.6.0

What's Changed

Changes to tests and infra

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

v18.5.1

What's Changed

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

v18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

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

v18.4.0

What's Changed
New Contributors

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

v18.3.0

What's Changed
Internal fixes and updates
New Contributors
npgsql/npgsql (Npgsql)

v9.0.5

v9.0.5 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.4...v9.0.5

testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)

v4.13.0

Compare Source

What's Changed

Thank you to everyone who contributed and shared their feedback 🤜🤛.

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​33686956.

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs: Add missing TC languages and reorder docs navigation (#​1711) @​mdelapenya
  • docs: Add note about unsupported BuildKit Dockerfile features ([#​1696

Note

PR body was truncated to here.


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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 18, 2026
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from ce77a1a to 514c4fb Compare June 27, 2026 07:13
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch from 514c4fb to 4965649 Compare June 30, 2026 20:14
@renovate renovate Bot force-pushed the renovate/nuget-minor-patch branch from 4965649 to a470bfc Compare July 5, 2026 23:28
@sonarqubecloud

sonarqubecloud Bot commented Jul 5, 2026

Copy link
Copy Markdown

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants