Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Confidence Type Update
FluentAssertions (source) 6.12.0 -> 6.12.2 age confidence nuget patch
Microsoft.NET.Test.Sdk 17.10.0 -> 17.14.1 age confidence nuget minor
MudBlazor (source) 6.20.0 -> 6.21.0 age confidence nuget minor
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.9.0 -> 1.12.0 age confidence nuget minor
OpenTelemetry.Extensions.Hosting (source) 1.9.0 -> 1.12.0 age confidence nuget minor
OpenTelemetry.Instrumentation.AspNetCore (source) 1.8.1 -> 1.12.0 age confidence nuget minor
OpenTelemetry.Instrumentation.Http (source) 1.8.1 -> 1.12.0 age confidence nuget minor
actions/checkout v4.1.7 -> v4.3.0 age confidence action minor
actions/upload-artifact v4.3.3 -> v4.6.2 age confidence action minor
bunit (source) 1.28.9 -> 1.40.0 age confidence nuget minor
chgl/.github v1.6.0 -> v1.10.55 age confidence action minor
csharpier 0.28.2 -> 0.30.6 age confidence nuget minor
docker.io/jaegertracing/all-in-one 1.58 -> 1.60 age confidence minor
docker.io/library/postgres 14.12 -> 14.19 age confidence minor
docker.io/library/traefik v2.11.5 -> v2.11.29 age confidence patch
docker/dockerfile 1.8 -> 1.17 age confidence syntax minor
github/codeql-action v2.25.11 -> v2.28.1 age confidence action minor
index.docker.io/library/postgres 15.7 -> 15.14 age confidence minor
ossf/scorecard-action v2.3.3 -> v2.4.2 age confidence action minor
xunit 2.8.1 -> 2.9.3 age confidence nuget minor
xunit.runner.visualstudio 2.8.1 -> 2.8.2 age confidence nuget patch

Release Notes

fluentassertions/fluentassertions (FluentAssertions)

v6.12.2

Compare Source

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2

v6.12.1

Compare Source

What's Changed
Improvements
  • Improve BeEmpty() and BeNullOrEmpty() performance for IEnumerable<T>, by materializing only the first item - #​2530
Fixes
  • Fixed formatting error when checking nullable DateTimeOffset with BeWithin(...).Before(...) - #​2312
  • BeEquivalentTo will now find and can map subject properties that are implemented through an explicitly-implemented interface - #​2152
  • Fixed that the because and becauseArgs were not passed down the equivalency tree - #​2318
  • BeEquivalentTo can again compare a non-generic IDictionary with a generic one - #​2358
  • Fixed that the FormattingOptions were not respected in inner AssertionScope - #​2329
  • Capitalize true and false in failure messages and make them formattable to a custom BooleanFormatter - #​2390, #​2393
  • Improved the failure message for NotBeOfType when wrapped in an AssertionScope and the subject is null - #​2399
  • Improved the failure message for BeWritable/BeReadable when wrapped in an AssertionScope and the subject is read-only/write-only - #​2399
  • Improved the failure message for ThrowExactly[Async] when wrapped in an AssertionScope and no exception is thrown - #​2398
  • Improved the failure message for [Not]HaveExplicitProperty when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Improved the failure message for [Not]HaveExplicitMethod when wrapped in an AssertionScope and not implementing the interface - #​2403
  • Changed BeEquivalentTo to exclude private protected members from the comparison - #​2417
  • Fixed using BeEquivalentTo on an empty ArraySegment - #​2445, #​2511
  • BeEquivalentTo with a custom comparer can now handle null values - #​2489
  • Ensured that nested calls to AssertionScope(context) create a chained context - #​2607
  • One overload of the AssertionScope constructor would not create an actual scope associated with the thread - #​2607
  • Fixed ThrowWithinAsync not respecting OperationCanceledException - #​2614
  • Fixed using BeEquivalentTo with an IEqualityComparer targeting nullable types - #​2648

Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1

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

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed
.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes
New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0

v17.13.0

What's Changed

New Contributors

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

v17.12.0

What's Changed

Internal and infrastructure fixes:

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

v17.11.1

What's Changed

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

v17.11.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

MudBlazor/MudBlazor (MudBlazor)

v6.21.0

What's Changed

Bug Fixes
Other Changes

New Contributors

Full Changelog: MudBlazor/MudBlazor@v6.20.0...v6.21.0

open-telemetry/opentelemetry-dotnet (OpenTelemetry.Exporter.OpenTelemetryProtocol)

v1.12.0

Release details: 1.12.0

  • Breaking Change: OpenTelemetry.Exporter.OpenTelemetryProtocol now
    defaults to using OTLP/HTTP instead of OTLP/gRPC when targeting .NET Framework
    and .NET Standard. This change may cause telemetry export to fail unless
    appropriate adjustments are made. Explicitly setting OTLP/gRPC may result in a
    NotSupportedException unless further configuration is applied. See
    #​6209 for
    full details and mitigation guidance. #​6229

v1.11.1

Release details: 1.11.1

  • Fixed a bug preventing OpenTelemetry.Exporter.OpenTelemetryProtocol from
    exporting telemetry on .NET Framework.

v1.11.0

Release details: 1.11.0

  • OpenTelemetry.Exporter.OpenTelemetryProtocol no longer depends on the
    Google.Protobuf, Grpc, or Grpc.Net.Client packages. Serialization and
    transmission of outgoing data is now performed manually to improve the overall
    performance.

v1.10.0

Release details: 1.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.

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4.6.2

Compare Source

What's Changed

  • Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in #​685

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/upload-artifact@v4.4.3...v4.5.0

v4.4.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3

v4.4.2

Compare Source

What's Changed

  • Bump @actions/artifact to 2.1.11 by @​robherley in #​627
    • Includes fix for relative symlinks not resolving properly

Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1

v4.4.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option, include-hidden-files, to continue to do so.

See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.

What's Changed

Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0

v4.3.6

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

v4.3.4

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4

bUnit-dev/bUnit (bunit)

v1.40.0

Fixed
  • Aligned Microsoft packages to their TFM version

v1.39.5

Fixed
  • Do not set the Uri or BaseUri property on the FakeNavigationManager if navigation is prevented by a handler on net7.0 or greater. Reported and fixed by @​ayyron-dev in #​1647
  • Use default renderer properties for AngleSharp. Reported by @​jtleaming in [#​1692].
  • FindComponents throws an exception, when a base and derived class was searched for. Reported by @​BlueDragon709 in [#​1691].

v1.38.5

Added
  • Added support for xunit v3 in the bunit.template. By @​linkdotnet.

v1.37.7

Added
  • Added support for RendererInfo and AssignedRenderMode (.net9.0).

v1.36.0

Added
  • Bumped .NET 9 version dependencies to stable packages.

v1.35.3

Added
  • Extension packages (bunit.generators and bunit.web.query) are flagged as stable.

v1.34.0

Fixed

v1.33.3

Added
  • bunit.generators respect parameters from the base class.
  • Supports components using constructor injection in net9.0.
Fixed
  • Use latest System.Text.Json due to CVE in 8.0.4.

v1.32.7

Fixed
  • Ensure that a check in WaitForAssertion and related methods is always performed at once before the wait timer is started. If not, the timeout could oc

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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/all-minor-patch branch 9 times, most recently from 6aa9e7f to 73605fb Compare October 9, 2024 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c255d04 to edf2428 Compare October 14, 2024 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b39fa6a to 0f85a09 Compare October 23, 2024 15:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7537689 to f485003 Compare October 31, 2024 11:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 46bf935 to 7107209 Compare November 8, 2024 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 05140b6 to f210f1a Compare November 8, 2024 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b63661e to 850a179 Compare July 12, 2025 06:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 502f5db to b0b67ca Compare July 22, 2025 23:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f688fb4 to 137dc1d Compare July 28, 2025 17:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from df766cf to c718319 Compare August 2, 2025 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from b41ebbc to 23c5bac Compare August 18, 2025 09:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23c5bac to 3d8d4ad Compare August 25, 2025 10:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d8d4ad to 6f063d4 Compare August 27, 2025 21:24
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