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

Update nuget non-major dependencies (main) #747

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
Azure.Identity (source) 1.12.0 -> 1.13.1 age adoption passing confidence nuget minor
FluentAssertions (source) 6.12.0 -> 6.12.2 age adoption passing confidence nuget patch
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.8 -> 8.0.11 age adoption passing confidence nuget patch
Microsoft.AspNetCore.TestHost (source) 8.0.8 -> 8.0.11 age adoption passing confidence nuget patch
Microsoft.Extensions.Caching.Hybrid (source) 9.0.0-preview.7.24406.2 -> 9.0.0-preview.9.24556.5 age adoption passing confidence nuget patch
Microsoft.Extensions.Diagnostics.Testing (source) 8.9.0 -> 8.10.0 age adoption passing confidence nuget minor
Microsoft.Extensions.TimeProvider.Testing (source) 8.8.0 -> 8.10.0 age adoption passing confidence nuget minor
Microsoft.NET.Test.Sdk 17.10.0 -> 17.11.1 age adoption passing confidence nuget minor 17.12.0
Moq 4.20.70 -> 4.20.72 age adoption passing confidence nuget patch
NetEscapades.EnumGenerators 1.0.0-beta09 -> 1.0.0-beta11 age adoption passing confidence nuget patch
OpenTelemetry (source) 1.9.0 -> 1.10.0 age adoption passing confidence nuget minor
OpenTelemetry.Api (source) 1.9.0 -> 1.10.0 age adoption passing confidence nuget minor
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.9.0 -> 1.10.0 age adoption passing confidence nuget minor
OpenTelemetry.Extensions.Hosting (source) 1.9.0 -> 1.10.0 age adoption passing confidence nuget minor
Swashbuckle.AspNetCore 6.7.0 -> 6.9.0 age adoption passing confidence nuget minor
dotnet-sdk 8.0.100 -> 8.0.404 age adoption passing confidence dotnet-sdk patch

Release Notes

Azure/azure-sdk-for-net (Azure.Identity)

v1.13.1

Compare Source

1.13.1 (2024-10-24)
Bugs Fixed
  • Fixed a regression that prevented ManagedIdentityCredential from attempting to detect if Workload Identity is enabled in the current environment. #​46653
  • Fixed a regression that prevented DefaultAzureCredential from progressing past ManagedIdentityCredential in some scenarios where the identity was not available. #​46709

v1.13.0

Compare Source

1.13.0 (2024-10-14)

Features Added
  • ManagedIdentityCredential now supports specifying a user-assigned managed identity by object ID.
Bugs Fixed
  • If DefaultAzureCredential attempts to authenticate with the MangagedIdentityCredential and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #​45184
  • Fixed the request sent in AzurePipelinesCredential so it doesn't result in a redirect response when an invalid system access token is provided.
  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Other Changes
  • The logging level passed to MSAL now correlates to the log level configured on your configured AzureEventSourceListener. Previously, the log level was always set to Microsoft.Identity.Client.LogLevel.Info.
  • AzurePowerShellCredential now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.
  • Improved error logging for AzurePipelinesCredential.

v1.12.1

Compare Source

1.12.1 (2024-09-26)

Bugs Fixed
  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
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

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

v8.0.10: .NET 8.0.10

Release

dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)

v8.10.0: .NET Extensions 8.10.0

8.10.0 packages are no all published in NuGet.org

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v8.8.0...v8.10.0

v8.9.1: .NET Extensions 8.9.1

8.9.1 packages are no all published in NuGet.org

What's Changed

Full Changelog: dotnet/extensions@v8.9.0...v8.9.1

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

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

moq/moq (Moq)

v4.20.72

Full Changelog

🔨 Other:

  • Question: Sponsorable Attribute in release v4.20.71 #​1513

🔀 Merged:

v4.20.71

Full Changelog

🐛 Fixed bugs:

  • (To delete) #​1497
  • Documentation link gives 404 #​1495
  • mock.Protected().Verify() does not work correctly #​1493
  • Documentation link is broken #​1487
  • Moq library throwing TypeIniatilizationException. #​1459

🔨 Other:

  • Documentation Unavailable Online #​1473
  • Supporting .NET8 #​1462
  • Some source code files is filled with comments like: "Unmerged change from project " #​1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #​1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #​1433
  • Default value ILookup<> in loose mode is null #​1391
  • Verifying a protected method when the exact parameter types are not statically known #​1339

🔀 Merged:

andrewlock/NetEscapades.EnumGenerators (NetEscapades.EnumGenerators)

v1.0.0-beta11

Features
Fixes
  • Fix escaping of strings in description and display attributes (#​109)
  • Ensure we can handle enums with the same name in different namespaces (#​114)
  • Fix naming conflicts in System namespace (#​118) Thanks @​henrikwidlund!
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.

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v6.9.0

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.1...v6.9.0

v6.8.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1

v6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

v6.7.3

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.2...v6.7.3

v6.7.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2

v6.7.1

What's Changed


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 added the dependency Label Pull requests with dependency updates. Used when generation releasenotes label Sep 5, 2024
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch 13 times, most recently from 8edd5b8 to 26a593e Compare September 12, 2024 04:32
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch 5 times, most recently from 21f377e to 9fa1732 Compare September 18, 2024 18:04
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch 4 times, most recently from 6b2c7e2 to 933cd65 Compare September 26, 2024 12:03
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch 3 times, most recently from ac8fc26 to 5b72c07 Compare October 3, 2024 10:22
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch from 5fef685 to 82b52a9 Compare November 18, 2024 21:00
@renovate renovate bot changed the title chore(deps): update nuget non-major dependencies (main) Update nuget non-major dependencies (main) Nov 18, 2024
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch 2 times, most recently from 6d2a106 to bc1f7d6 Compare November 20, 2024 21:32
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch 2 times, most recently from cc020dd to b4f67d1 Compare November 21, 2024 08:20
@ivarne ivarne mentioned this pull request Nov 21, 2024
5 tasks
global.json Show resolved Hide resolved
@renovate renovate bot force-pushed the renovate/main-nuget-minor-patch branch from b4f67d1 to 83a0827 Compare November 21, 2024 11:10
@ivarne ivarne force-pushed the renovate/main-nuget-minor-patch branch from 2011b97 to cdc5cc0 Compare November 21, 2024 11:25
Copy link

sonarcloud bot commented Nov 21, 2024

@ivarne ivarne merged commit 62daac0 into main Nov 21, 2024
11 checks passed
@ivarne ivarne deleted the renovate/main-nuget-minor-patch branch November 21, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Label Pull requests with dependency updates. Used when generation releasenotes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants