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 Confidence
AWSSDK.SimpleEmailV2 3.7.407.4 -> 3.7.412.4 age confidence
Azure.Extensions.AspNetCore.DataProtection.Keys (source) 1.3.0 -> 1.6.1 age confidence
Azure.Identity (source) 1.13.2 -> 1.14.2 age confidence
Bogus 35.6.1 -> 35.6.3 age confidence
Fido2 4.0.0-beta.16 -> 4.0.0-beta.17 age confidence
Fido2.AspNet 4.0.0-beta.16 -> 4.0.0-beta.17 age confidence
Fido2.Models 4.0.0-beta.16 -> 4.0.0-beta.17 age confidence
MailKit (source) 4.9.0 -> 4.13.0 age confidence
MartinCostello.Logging.XUnit 0.5.1 -> 0.6.0 age confidence
MessagePack 3.1.1 -> 3.1.4 age confidence
MessagePackAnalyzer 3.1.1 -> 3.1.4 age confidence
Microsoft.AspNetCore.Cryptography.KeyDerivation (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.AspNetCore.Identity.UI (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.AspNetCore.Mvc.Testing (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.AspNetCore.OpenApi (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.EntityFrameworkCore (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.EntityFrameworkCore.Design (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.EntityFrameworkCore.InMemory (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.EntityFrameworkCore.Relational (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.EntityFrameworkCore.Tools (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.Extensions.Configuration.Abstractions (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 9.0.1 -> 9.0.7 age confidence
Microsoft.Extensions.TimeProvider.Testing (source) 9.1.0 -> 9.7.0 age confidence
Microsoft.FeatureManagement.AspNetCore 4.0.0 -> 4.2.1 age confidence
Microsoft.NET.Test.Sdk 17.12.0 -> 17.14.1 age confidence
Selenium.WebDriver (source) 4.28.0 -> 4.34.0 age confidence
Serilog.Sinks.Datadog.Logs 0.5.4 -> 0.5.6 age confidence
Swashbuckle.AspNetCore 7.2.0 -> 7.3.2 age confidence
System.Configuration.ConfigurationManager (source) 9.0.1 -> 9.0.7 age confidence
Testcontainers.MsSql (source) 4.1.0 -> 4.6.0 age confidence
bunit (source) 1.38.5 -> 1.40.0 age confidence
xunit.runner.visualstudio 3.0.1 -> 3.1.3 age confidence

Release Notes

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

v3.7.411

v3.7.410

v3.7.408

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

v1.6.1

Compare Source

1.6.1 (2022-08-08)

Bugs Fixed
  • Fixed AZURE_REGIONAL_AUTHORITY_NAME support in ClientCertificateCredential #​29112
  • Fixed regression in SharedTokenCacheCredential default behavior #​28029
  • Fixed legacy PowerShell discovery failures #​28030 (A community contribution, courtesy of nerddtvg)
Other Changes
  • Documentation improvements to TokenCacheRefreshArgs and EnvironmentCredential (Community contributions, courtesy of pmaytak and goenning)
Acknowledgments

Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:

v1.6.0

Compare Source

1.6.0 (2022-04-05)

Features Added
  • Added a new property under the Diagnostics options available on TokenCredentialOptions and all sub-types. If set to true, we try to log the account identifiers by parsing the received access token. The account identifiers we try to log are the:
    • Application or Client Identifier
    • User Principal Name
    • Tenant Identifier
    • Object Identifier of the authenticated user or app
  • ManagedIdentityCredential now attempts to use the newest "2019-08-01" api version for App Service Managed Identity sources. The newer API version will be used if the IDENTITY_ENDPOINT and IDENTITY_HEADER environment variables are set.
Bugs Fixed
  • Fixed an issue where the x5c header is not sent for OnBehalfOfCredential when the SendCertificateChain option is set. #​27679

v1.5.0

Compare Source

1.5.0 (2025-02-11)

Other Changes
  • Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.

v1.4.0

Compare Source

1.4.0 (2025-02-11)

Other Changes
  • Updated dependencies to ensure they are up-to-date with the latest targets and trimming from built-in dependencies.
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!
passwordless-lib/fido2-net-lib (Fido2)

v4.0.0-beta.17

Compare Source

What's Changed
New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.16...4.0.0-beta.17

jstedfast/MailKit (MailKit)

v4.13.0

Compare Source

  • Fixed tokenization of IMAP atom tokens that start with '+'.
    (issue #​1914)
  • Fixed the Imap/Pop3/Smtp clients to no longer fallback to using the
    ServicePointManager.ServerCertificateValidationCallback method on .NET Core.
    (issue #​1925)
  • Bumped MimeKit dependency to 4.13.0.

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

What's Changed
New Contributors

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

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.7: .NET 9.0.7

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7

v9.0.6

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61622)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.

Dependency Updates

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61762)
    Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
  • Update dependencies from dotnet/arcade (#​61714)
    Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
  • Update dependencies from dotnet/extensions (#​61571)
    Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
  • Update dependencies from dotnet/extensions (#​61877)
    Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
  • Update dependencies from dotnet/arcade (#​61892)
    Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.

Miscellaneous

  • Update branding to 9.0.6 (#​61831)
    Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
  • Merging internal commits for release/9.0 (#​61925)
    Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.4...v9.0.5

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.3...v9.0.4

v9.0.3: .NET 9.0.3

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Release

What's Changed

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

dotnet/efcore (Microsoft.EntityFrameworkCore)

v9.0.7: .NET 9.0.7

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 7 times, most recently from a66ebb5 to 497de28 Compare July 2, 2025 16:45
@renovate renovate bot force-pushed the renovate/nuget-minor branch 6 times, most recently from 1917aec to 47e4363 Compare July 11, 2025 00:32
@renovate renovate bot force-pushed the renovate/nuget-minor branch 6 times, most recently from 594c950 to 295dd2b Compare July 21, 2025 03:50
@renovate renovate bot force-pushed the renovate/nuget-minor branch 7 times, most recently from 5ac1626 to af8f4d1 Compare July 29, 2025 22:11
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 3005535 to d3bc2a0 Compare July 30, 2025 21:05
@renovate renovate bot force-pushed the renovate/nuget-minor branch from d3bc2a0 to 8113a2f Compare July 31, 2025 22:56
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