Skip to content

[deps]: Update nuget minor #802

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

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

[deps]: Update nuget minor #802

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AWSSDK.SimpleEmailV2 3.7.407.4 -> 3.7.410.28 age adoption passing confidence
Azure.Extensions.AspNetCore.DataProtection.Keys (source) 1.3.0 -> 1.6.0 age adoption passing confidence
Azure.Identity (source) 1.13.2 -> 1.14.0 age adoption passing confidence
Bogus 35.6.1 -> 35.6.3 age adoption passing confidence
FluentAssertions (source) 8.0.1 -> 8.3.0 age adoption passing confidence
MailKit (source) 4.9.0 -> 4.12.1 age adoption passing confidence
MartinCostello.Logging.XUnit 0.5.1 -> 0.6.0 age adoption passing confidence
MessagePack 3.1.1 -> 3.1.3 age adoption passing confidence
MessagePackAnalyzer 3.1.1 -> 3.1.3 age adoption passing confidence
Microsoft.AspNetCore.Cryptography.KeyDerivation (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.AspNetCore.Identity.UI (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.AspNetCore.OpenApi (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.EntityFrameworkCore.InMemory (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.EntityFrameworkCore.Relational (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.EntityFrameworkCore.Tools (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.Extensions.Configuration.Abstractions (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.Extensions.Logging.Abstractions (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Microsoft.Extensions.TimeProvider.Testing (source) 9.1.0 -> 9.5.0 age adoption passing confidence
Microsoft.FeatureManagement.AspNetCore 4.0.0 -> 4.1.0 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.12.0 -> 17.14.0 age adoption passing confidence
Selenium.WebDriver (source) 4.28.0 -> 4.33.0 age adoption passing confidence
Serilog.Sinks.Datadog.Logs 0.5.4 -> 0.5.6 age adoption passing confidence
Swashbuckle.AspNetCore 7.2.0 -> 7.3.2 age adoption passing confidence
System.Configuration.ConfigurationManager (source) 9.0.1 -> 9.0.5 age adoption passing confidence
Testcontainers.MsSql (source) 4.1.0 -> 4.4.0 age adoption passing confidence
bunit (source) 1.38.5 -> 1.39.5 age adoption passing confidence
xunit.runner.visualstudio 3.0.1 -> 3.1.0 age adoption passing confidence

Release Notes

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

v3.7.410

v3.7.409

v3.7.408

Azure/azure-sdk-for-net (Azure.Extensions.AspNetCore.DataProtection.Keys)

v1.6.0

Compare Source

1.6.0 (2025-05-19)

Features Added
  • Overloads were added to accept a Uri-typed key identifier to all protection methods. (A community contribution, courtesy of MattKotsenas)

v1.5.0

Compare Source

1.5.0 (2025-05-06)

Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:

Features Added
  • An overload was added to ProtectKeysWithAzureKeyVault which allows for resolving the key identifier dynamically using IServiceProvider rather than using a static identifier. (A community contribution, courtesy of MattKotsenas)

v1.4.0

Compare Source

1.4.0 (2025-05-08)

Other Changes
  • Changed AzureMonitorLogExporter to be internal to match the other Exporters (Trace and Metric).
    (#​49849)

  • Update OpenTelemetry dependencies
    (#​49861)

    • OpenTelemetry 1.12.0
bchavez/Bogus (Bogus)

v35.6.3

Release Date: 2025-04-12

  • Issue 601: Fixes Internet.Avatar() URL generation. Moves from Cloudflare IPFS to IPFS.io.
  • Fixed broken checksum calculation test in BelgianExtensionTests.
  • .NET SDK 9 now required for builds. Various C# improvements and modernizations. Thanks @​SimonCropp!

v35.6.2

Release Date: 2025-02-20

  • PR 584: Pack LICENSE file with NuGet package. Also, use ProjectIcon.
  • Issue 581: Fix Randomizer.ULong() arithmetic overflow. Thanks @​reuterma24!
  • PR 586: Use .NET 9 SDK build tooling. Thanks @​SimonCropp!
  • PR 587: Fix CS1584 incorrect use of cref in XML doc comment. Thanks @​SimonCropp!
  • PR 589: Unlock ability to use any .NET SDK build tooling on AppVeyor. Thanks @​SimonCropp!
fluentassertions/fluentassertions (FluentAssertions)

v8.3.0

Compare Source

What's Changed

Improvements
Others

Full Changelog: fluentassertions/fluentassertions@8.2.0...8.3.0

v8.2.0

Compare Source

What's Changed

Improvements
Fixes
Others

Full Changelog: fluentassertions/fluentassertions@8.1.1...8.2.0

v8.1.1

Compare Source

What's Changed

Fixes

Full Changelog: fluentassertions/fluentassertions@8.1.0...8.1.1

v8.1.0

Compare Source

What's Changed

Improvements
Fixes
Documentation
Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.0.1...8.1.0

jstedfast/MailKit (MailKit)

v4.12.1

Compare Source

  • Fixed authentication bugs introduced into 4.12.0 related to adding GSSAPI and native NTLM auth support
    which causes problems on Linux/Mac.
    (issue #​1910)
    (issue #​1911)
  • Reverted System.Threading.Tasks.Extensions dependency back to 4.6.2.
  • Reverted System.Formats.Asn1 dependency back to 8.0.1.

v4.12.0

Compare Source

  • Added support for native NTLM auth (using .NET Core's NegotiateAuthentication API).
    This new class is called SaslMechanismNtlmNative and is the default NTLM mechanism
    used by MailKit clients on net8.0+.
  • Added support for the GSSAPI SASL mechanism for net8.0+.
    (issue #​1249)
  • Fixed MailFolder.FirstUnread to be initialized to -1 to indicate unknown.
    (issue #​1898)
  • Added support for non-compliant keywords that begin with ''.
    (issue #​1906)
  • Added SearchQuery.HasKeywords/NotKeywords() overloads that take params instead of IEnumerable<string>.
  • Bumped System.Threading.Tasks.Extensions from 4.6.2 to 4.6.3.
  • Bumped System.Formats.Asn1 from 8.0.1 to 8.0.2.
  • Bumped MimeKit dependency to 4.12.0.

v4.11.0

Compare Source

  • Default MailService.SslProtocols to SslProtocols.None which is what the dotnet SslStream team recommends.
    (As weird as it may seem, SslProtocols.None does not mean "don't support any SSL protocols", it means
    don't override the default system settings.)
  • Bumped MimeKit dependency to 4.11.0.

v4.10.0

Compare Source

  • Work around a QQMail/Yandex IMAP BODYSTRUCTURE response for empty multipart.
    (issue #​1861)
  • Added exception documentation for methods in IMailFolder.
    (issue #​1868)
  • Added IMailFolder.CanOpen property that checks IMailFolder.Attributes for NoSelect and NonExistent flags.
  • Bumped MimeKit dependency to 4.10.0.
martincostello/xunit-logging (MartinCostello.Logging.XUnit)

v0.6.0

What's Changed

New Contributors

Full Changelog: martincostello/xunit-logging@v0.5.1...v0.6.0

MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v3.1.3

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.2...v3.1.3

v3.1.2

What's Changed

New Contributors

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v3.1.1...v3.1.2

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

v9.0.5: .NET 9.0.5

Release

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 April 28, 2025 00:48
Copy link

codecov bot commented Apr 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.65%. Comparing base (6bbabde) to head (736d1d1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #802   +/-   ##
=======================================
  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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from 6bfe7d9 to 8284989 Compare May 7, 2025 00:53
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 00e14db to f84308a Compare May 14, 2025 21:12
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 8c38722 to 13b345f Compare May 21, 2025 01:14
@renovate renovate bot force-pushed the renovate/nuget-minor branch 9 times, most recently from bfad096 to 42ef317 Compare May 29, 2025 19:54
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 42ef317 to 7932786 Compare May 30, 2025 20:47
@renovate renovate bot force-pushed the renovate/nuget-minor branch from 7932786 to 4602193 Compare June 1, 2025 14:26
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