Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Altinn.Authorization.ProblemDetails 3.0.1 -> 3.2.1 age adoption passing confidence
Altinn.Authorization.ProblemDetails.Abstractions 3.0.1 -> 3.2.1 age adoption passing confidence
Altinn.Authorization.ServiceDefaults 2.5.0 -> 2.8.0 age adoption passing confidence
Altinn.Authorization.ServiceDefaults.Npgsql.Yuniql 2.5.0 -> 2.8.0 age adoption passing confidence
Altinn.Common.AccessToken 4.5.2 -> 4.5.4 age adoption passing confidence
Altinn.Common.AccessTokenClient 3.0.8 -> 3.0.10 age adoption passing confidence
Altinn.Common.PEP 4.0.0 -> 4.1.2 age adoption passing confidence
Altinn.Platform.Storage.Interface 4.0.2 -> 4.0.5 age adoption passing confidence
Altinn.Swashbuckle.Abstractions 2.1.0 -> 2.2.0 age adoption passing confidence
Altinn.Urn 2.5.1 -> 2.6.0 age adoption passing confidence
Altinn.Urn.Swashbuckle 2.5.1 -> 2.6.0 age adoption passing confidence
Azure.Storage.Blobs (source) 12.22.2 -> 12.23.0 age adoption passing confidence
Azure.Storage.Queues (source) 12.20.1 -> 12.21.0 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.Extensions.Azure (source) 1.7.6 -> 1.9.0 age adoption passing confidence
Microsoft.Extensions.FileProviders.Embedded (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.11.1 -> 17.12.0 age adoption passing confidence
Npgsql 8.0.5 -> 8.0.6 age adoption passing confidence
Npgsql.OpenTelemetry 8.0.5 -> 8.0.6 age adoption passing confidence
OpenTelemetry (source) 1.9.0 -> 1.10.0 age adoption passing confidence
OpenTelemetry.Exporter.Console (source) 1.9.0 -> 1.10.0 age adoption passing confidence
Testcontainers.PostgreSql (source) 4.0.0 -> 4.1.0 age adoption passing confidence

Release Notes

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

v3.2.1: Altinn.Authorization.ProblemDetails: v3.2.1

Compare Source

Bug Fixes
  • add ProblemInstanceException constructor overloads (#​175) (95b8a0b)

v3.2.0: Altinn.Authorization.ProblemDetails: v3.2.0

Compare Source

Features

v3.1.0: Altinn.Authorization.ProblemDetails: v3.1.0

Compare Source

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

v4.5.4

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-4.5.3...Altinn.Common.AccessToken-4.5.4

v4.5.3

Compare Source

What's Changed

Full Changelog: Altinn/altinn-accesstoken@Altinn.Common.AccessToken-4.5.2...Altinn.Common.AccessToken-4.5.3

Azure/azure-sdk-for-net (Azure.Storage.Blobs)

v12.23.0

Compare Source

12.23.0 (2024-11-12)

Features Added
  • Includes all features from 12.23.0-beta.1 and 12.23.0-beta.2
Bugs Fixed
  • Fixed bug where network download streams were not properly disposed.
  • Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases.
dotnet/aspnetcore (Microsoft.AspNetCore.Mvc.Testing)

v8.0.11: .NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

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

v17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

npgsql/npgsql (Npgsql)

v8.0.6

The full list of changes is available here.

Full Changelog: npgsql/npgsql@v8.0.5...v8.0.6

open-telemetry/opentelemetry-dotnet (OpenTelemetry)

v1.10.0

  • Bumped the package versions of System.Diagnostic.DiagnosticSource and other
    Microsoft.Extensions.* packages to 9.0.0.

  • Added support for new APIs introduced in System.Diagnostics.DiagnosticSource
    9.0.0:

  • Experimental features promoted to stable:

    • CardinalityLimit can now be managed for individual metrics via the View
      API. For details see: Changing cardinality limit for a
      Metric
      .

    • The overflow
      attribute

      (otel.metric.overflow) behavior is now enabled by default. The
      OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE environment
      variable is no longer required. For details see: Cardinality
      Limits
      .

    • The MetricPoint reclaim behavior is now enabled by default when Delta
      aggregation temporality is used. The
      OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS environment
      variable is no longer required. For details see: Cardinality
      Limits
      .

  • Added OpenTelemetrySdk.Create API for configuring OpenTelemetry .NET signals
    (logging, tracing, and metrics) via a single builder. This new API simplifies
    bootstrap and teardown, and supports cross-cutting extensions targeting
    IOpenTelemetryBuilder.

  • Removed out of support net6.0 target and added net9.0 target.

testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)

v4.1.0

Compare Source

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping

Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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 force-pushed the renovate/nuget-minor-patch branch 5 times, most recently from 80571e1 to f93e54a Compare November 11, 2024 14:43
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 5 times, most recently from 4aca60e to 90a253e Compare November 22, 2024 14:17
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 5 times, most recently from ebf36e4 to ce8b0b6 Compare November 30, 2024 22:42
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch 3 times, most recently from 27f8a51 to 0efeb55 Compare December 12, 2024 19:10
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 0efeb55 to 81f3d6f Compare December 20, 2024 17:12
@renovate renovate bot force-pushed the renovate/nuget-minor-patch branch from 81f3d6f to d623578 Compare December 22, 2024 17:15
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