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 all non-major dependencies #117

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
FluentAssertions (source) 6.12.0 -> 6.12.2 age adoption passing confidence nuget patch
Microsoft.NET.Test.Sdk 17.10.0 -> 17.13.0 age adoption passing confidence nuget minor
MudBlazor (source) 6.20.0 -> 6.21.0 age adoption passing confidence nuget minor
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.9.0 -> 1.11.1 age adoption passing confidence nuget minor
OpenTelemetry.Extensions.Hosting (source) 1.9.0 -> 1.11.1 age adoption passing confidence nuget minor
OpenTelemetry.Instrumentation.AspNetCore (source) 1.8.1 -> 1.11.0 age adoption passing confidence nuget minor
OpenTelemetry.Instrumentation.Http (source) 1.8.1 -> 1.11.0 age adoption passing confidence nuget minor
actions/checkout v4.1.7 -> v4.2.2 age adoption passing confidence action minor
actions/upload-artifact v4.3.3 -> v4.6.0 age adoption passing confidence action minor
bunit (source) 1.28.9 -> 1.38.5 age adoption passing confidence nuget minor
chgl/.github v1.6.0 -> v1.10.11 age adoption passing confidence action minor
csharpier 0.28.2 -> 0.30.6 age adoption passing confidence nuget minor
docker.io/jaegertracing/all-in-one 1.58 -> 1.60 age adoption passing confidence minor
docker.io/library/postgres 14.12 -> 14.16 age adoption passing confidence minor
docker.io/library/traefik v2.11.5 -> v2.11.20 age adoption passing confidence patch
docker/dockerfile 1.8 -> 1.13 age adoption passing confidence syntax minor
github/codeql-action v2.25.11 -> v2.28.1 age adoption passing confidence action minor
index.docker.io/library/postgres 15.7 -> 15.11 age adoption passing confidence minor
ossf/scorecard-action v2.3.3 -> v2.4.0 age adoption passing confidence action minor
xunit 2.8.1 -> 2.9.3 age adoption passing confidence nuget minor
xunit.runner.visualstudio 2.8.1 -> 2.8.2 age adoption passing 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.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.11.1

Release details: 1.11.1

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

v1.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

  • 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.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

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

v4.6.0

Compare Source

What's Changed

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

v4.5.0

Compare Source

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

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

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

What's Changed

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

bUnit-dev/bUnit (bunit)

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.
chgl/.github (chgl/.github)

v1.10.11

Compare Source

Miscellaneous Chores

v1.10.10

Compare Source

Miscellaneous Chores

v1.10.9

Compare Source

Miscellaneous Chores

v1.10.8

Compare Source

Miscellaneous Chores

v1.10.7

Compare Source

Miscellaneous Chores

v1.10.6

Compare Source

Miscellaneous Chores
  • deps: update docker.io/library/python:3.13.1-slim docker digest to 23a81be (#​133) (ae4d751)
  • workflows: update .NET version to 9.0.x and enhance zizmor scan steps (#​132) (71c7e06)

v1.10.5

Compare Source

Miscellaneous Chores

v1.10.4

Compare Source

Miscellaneous Chores
  • deps: update actions/setup-dotnet action to v4.2.0 (#​131) (8c604a1)

v1.10.3

Compare Source

Miscellaneous Chores

v1.10.2

Compare Source

Miscellaneous Chores

v1.10.1

Compare Source

Miscellaneous Chores

v1.10.0

Compare Source

Features

v1.9.5

Compare Source

Miscellaneous Chores

v1.9.4

Compare Source

Miscellaneous Chores

Configuration

📅 Schedule: Branch creation - "* 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 8 times, most recently from 068a2ed to 53c4784 Compare January 16, 2025 04:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7e81bd6 to 204a2d9 Compare January 23, 2025 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1b6feb7 to 942c5b2 Compare February 1, 2025 20:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4e6953e to 1d3c8bf Compare February 10, 2025 09:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 9cff2cc to 25e65c8 Compare February 15, 2025 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25e65c8 to dde8974 Compare February 16, 2025 09:43
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