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

[deps]: Update nuget minor #785

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

[deps]: Update nuget minor #785

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AWSSDK.SimpleEmailV2 3.7.406.10 -> 3.7.407.2 age adoption passing confidence
Azure.Identity (source) 1.13.1 -> 1.13.2 age adoption passing confidence
FluentAssertions (source) 7.0.0 -> 7.1.0 age adoption passing confidence
Microsoft.AspNetCore.Cryptography.KeyDerivation (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.AspNetCore.Identity (source) 2.2.0 -> 2.3.0 age adoption passing confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.AspNetCore.Identity.UI (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.AspNetCore.OpenApi (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.InMemory (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.Relational (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.EntityFrameworkCore.Tools (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.Extensions.Configuration.Abstractions (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.Extensions.Logging.Abstractions (source) 9.0.0 -> 9.0.1 age adoption passing confidence
Microsoft.Extensions.TimeProvider.Testing (source) 9.0.0 -> 9.1.0 age adoption passing confidence
Selenium.WebDriver (source) 4.27.0 -> 4.28.0 age adoption passing confidence
System.Configuration.ConfigurationManager (source) 9.0.0 -> 9.0.1 age adoption passing confidence
bunit (source) 1.37.7 -> 1.38.5 age adoption passing confidence
coverlet.collector 6.0.3 -> 6.0.4 age adoption passing confidence
xunit 2.9.2 -> 2.9.3 age adoption passing confidence
xunit.runner.visualstudio 3.0.0 -> 3.0.1 age adoption passing confidence

Release Notes

aws/aws-sdk-net (AWSSDK.SimpleEmailV2)

v3.7.407

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

v1.13.2

Compare Source

1.13.2 (2025-01-14)
Bugs Fixed
  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#​47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#​47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#​47470)
fluentassertions/fluentassertions (FluentAssertions)

v7.1.0

Compare Source

What's Changed

Improvements
Others

Full Changelog: fluentassertions/fluentassertions@7.0.0...7.1.0

dotnet/aspnetcore (Microsoft.AspNetCore.Cryptography.KeyDerivation)

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.0...v9.0.1

dotnet/runtime (Microsoft.Extensions.Configuration.Abstractions)

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.0...v9.0.1

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

v9.1.0: .NET Extensions 9.1.0

9.1.0 packages are all pushed now to NuGet.org!

What's Changed


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 requested a review from a team as a code owner January 20, 2025 02:31
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.65%. Comparing base (62eab08) to head (3208c0c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #785   +/-   ##
=======================================
  Coverage   36.65%   36.65%           
=======================================
  Files         579      579           
  Lines       31293    31293           
  Branches      897      897           
=======================================
  Hits        11472    11472           
  Misses      19678    19678           
  Partials      143      143           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/nuget-minor branch from 2382ccb to 3208c0c Compare January 20, 2025 18:50
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