Skip to content

Comments

chore(deps): update all non-major dependencies#117

Merged
chgl merged 1 commit intomasterfrom
renovate/all-minor-patch
Nov 19, 2025
Merged

chore(deps): update all non-major dependencies#117
chgl merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
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.14.0 age confidence nuget minor
OpenTelemetry.Extensions.Hosting (source) 1.9.0 -> 1.14.0 age confidence nuget minor
OpenTelemetry.Instrumentation.AspNetCore (source) 1.8.1 -> 1.14.0 age confidence nuget minor
OpenTelemetry.Instrumentation.Http (source) 1.8.1 -> 1.14.0 age confidence nuget 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.11.5 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.20 age confidence minor
docker.io/library/traefik v2.11.5 -> v2.11.31 age confidence patch
docker/dockerfile 1.8 -> 1.20 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.15 age confidence minor
ossf/scorecard-action v2.3.3 -> v2.4.3 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.14.0

Release details: 1.14.0

  • Add support for .NET 10.0.
  • Breaking Change When targeting net8.0, the package now depends on version
    8.0.0 of the Microsoft.Extensions.DependencyInjection.Abstractions,
    Microsoft.Extensions.Diagnostics.Abstractions,
    Microsoft.Extensions.Hosting.Abstractions and
    Microsoft.Extensions.Logging.Configuration NuGet packages.
  • Update System.Diagnostics.DiagnosticSource dependency to 10.0.0
    for all target frameworks.
  • Update Microsoft.Extensions.* dependencies to 10.0.0
    for .NET Framework and .NET Standard.
  • Breaking Change NuGet packages now use the Sigstore bundle format
    (.sigstore.json) for digital signatures instead of separate signature
    (.sig) and certificate (.pem) files. This requires cosign 3.0 or later
    for verification. See the Digital signing
    section
    for updated verification instructions.

v1.13.1

Release details: 1.13.1

  • In version 1.13.0, the digital signature (.dll-keyless.sig) and
    certificate (.dll-keyless.pem) files were unintentionally omitted from the
    published NuGet packages.
  • This hotfix restores the Sigstore signing artifacts for all target frameworks
    (net462, netstandard2.0, netstandard2.1, net8.0, net9.0), ensuring
    the integrity of DLL verification using Sigstore cosign.

v1.13.0

Release details: 1.13.0

  • gRPC calls to export traces, logs, and metrics using OtlpExportProtocol.Grpc
    now set the TE=trailers HTTP request header to improve interoperability.
  • EventName is now exported by default as EventName instead of
    logrecord.event.name when specified through ILogger or the experimental
    log bridge API.

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/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 occure before a wait-for check-condition had been attempted, causing tests to fail without reason. Fixed by @​egil.

v1.31.3

Fixed
  • UploadFile should only throw an exception when the file size exceeds the maximum allowed size. Reported by @​candritzky. Fixed by @​linkdotnet.

v1.30.3

Fixed

v1.29.5

Fixed
  • CI build changes to force running verification on x64 based AMD CPUs.
Added
  • New overloads for ComponentParameterCollectionBuilder.Add that allow passing arguments for asynchronous callback parameters. Reported by springy76. By @​Qwertyluk.
chgl/.github (chgl/.github)

v1.11.5

Compare Source

Miscellaneous Chores

v1.11.4

Compare Source

Miscellaneous Chores

v1.11.3

Compare Source

Miscellaneous Chores

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 1b050bc to 7e94cf2 Compare October 24, 2025 22:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d121e7a to a145152 Compare October 30, 2025 01:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 594945d to b4ab141 Compare November 10, 2025 15:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 3e12c60 to 011aca2 Compare November 19, 2025 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e8a21b to f06936e Compare November 19, 2025 22:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f06936e to d78f03e Compare November 19, 2025 22:56
@chgl chgl merged commit 710318c into master Nov 19, 2025
3 checks passed
@chgl chgl deleted the renovate/all-minor-patch branch November 19, 2025 23:19
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.

1 participant