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 #765

Merged
merged 9 commits into from
Dec 20, 2024
Merged

[deps]: Update nuget minor #765

merged 9 commits into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AWSSDK.SimpleEmailV2 3.7.404.3 -> 3.7.406.5 age adoption passing confidence
Azure.Extensions.AspNetCore.DataProtection.Keys (source) 1.2.4 -> 1.3.0 age adoption passing confidence
Fido2 4.0.0-beta.14 -> 4.0.0-beta.16 age adoption passing confidence
Fido2.AspNet 4.0.0-beta.14 -> 4.0.0-beta.16 age adoption passing confidence
Fido2.Models 4.0.0-beta.14 -> 4.0.0-beta.16 age adoption passing confidence
MailKit (source) 4.8.0 -> 4.9.0 age adoption passing confidence
MartinCostello.Logging.XUnit 0.4.0 -> 0.5.0 age adoption passing confidence
MessagePack 2.5.187 -> 2.5.192 age adoption passing confidence
MessagePackAnalyzer 2.5.187 -> 2.5.192 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.11.1 -> 17.12.0 age adoption passing confidence
Selenium.WebDriver (source) 4.26.1 -> 4.27.0 age adoption passing confidence
Serilog.Sinks.Datadog.Logs 0.5.3 -> 0.5.4 age adoption passing confidence
Testcontainers.MsSql (source) 4.0.0 -> 4.1.0 age adoption passing confidence
bunit (source) 1.34.0 -> 1.37.7 age adoption passing confidence

Release Notes

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

v3.7.406.1

Compare Source

v3.7.406

Compare Source

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

v1.3.0

Compare Source

1.3.0 (2024-11-26)
Other Changes
  • Updated dependency Microsoft.Extensions.DependencyInjection to version 8.0.11
  • Updated dependency Microsoft.Bcl.AsyncInterfaces to version 8.0.0
passwordless-lib/fido2-net-lib (Fido2)

v4.0.0-beta.16

Compare Source

What's Changed

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

v4.0.0-beta.15

Compare Source

What's Changed
New Contributors

Full Changelog: passwordless-lib/fido2-net-lib@4.0.0-beta.14...4.0.0-beta.15

jstedfast/MailKit (MailKit)

v4.9.0

Compare Source

  • Added an IMAP work-around for mail.ru which sometimes sends integer tokens as decimals in its responses.
    (issue #​1838)
  • Added a workaround for GMail IMAP BODY responses that include multipart expressions without any children
    (e.g. ("ALTERNATIVE")). (issue #​1841)
  • Fixed default system proxy to handle null credentials and check if the targetUri is bypassed.
    (issue #​1852)
  • Dropped support for net6.0 (Microsoft support ended Nov 12, 2024).
  • Bumped System.Threading.Tasks.Extensions dependency to 4.6.0.
  • Bumped MimeKit dependency to 4.9.0.
martincostello/xunit-logging (MartinCostello.Logging.XUnit)

v0.5.0

Add support for xunit v3 🆕✨

Xunit v3 contains many major architectural changes which means the same package that supports logging for xunit v2 cannot be used with xunit v3.

The equivalent NuGet package to support logging for xunit v3 is the new MartinCostello.Logging.XUnit.v3 package.

To migrate usage of MartinCostello.Logging.XUnit to MartinCostello.Logging.XUnit.v3 for xunit v3:

  1. Follow the relevant steps to migrate any test projects from xunit v2 to v3. The most relevant change in xunit v3 for this library is that the ITestOutputHelper type has moved from the Xunit.Abstractions namespace to Xunit.

  2. Change any package references from MartinCostello.Logging.XUnit to MartinCostello.Logging.XUnit.v3.

    - <PackageReference Include="MartinCostello.Logging.XUnit" Version="0.5.0" />
    + <PackageReference Include="MartinCostello.Logging.XUnit.v3" Version="0.5.0" />

Support for xunit v2 continues with the existing MartinCostello.Logging.XUnit package.

What's Changed

Full Changelog: martincostello/xunit-logging@v0.4.0...v0.5.0

MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v2.5.192

What's Changed

Full Changelog: MessagePack-CSharp/MessagePack-CSharp@v2.5.187...v2.5.192

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

v17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

SeleniumHQ/selenium (Selenium.WebDriver)

v4.27.0

DataDog/serilog-sinks-datadog-logs (Serilog.Sinks.Datadog.Logs)

v0.5.4

  • Better payload fragmentation to avoid creating payload even slightly bigger than 5MB.
testcontainers/testcontainers-dotnet (Testcontainers.MsSql)

v4.1.0

Compare Source

What's Changed

This is likely the last release for this year, unless urgent fixes become necessary.

I want to mention a change introduced in the last major release, where we refactored the IImage interface. As part of this update, we removed obsolete properties and overloaded constructors. If you previously used an overload other than DockerImage(string), please ensure you pass the correct values to the constructor.

Additionally, we replaced Docker.DotNet with our own fork to keep the Docker Engine API up to date. Our goal is to improve reliability and performance while offering a more developer-friendly and convenient client. If you depend on a Docker client for .NET, we encourage you to contribute to this project ❤️.

On a personal note, I wish everyone a peaceful and lovely holiday season. Take this time to rest, connect with loved ones, and recharge for the new year. Take care.

🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
bUnit-dev/bUnit (bunit)

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.

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 November 25, 2024 02:03
@renovate renovate bot force-pushed the renovate/nuget-minor branch 2 times, most recently from 4020328 to 9f40794 Compare November 27, 2024 22:24
@renovate renovate bot force-pushed the renovate/nuget-minor branch 4 times, most recently from dd3ab93 to 551ebe9 Compare December 10, 2024 03:34
@renovate renovate bot force-pushed the renovate/nuget-minor branch 5 times, most recently from 38d9445 to 7264d1c Compare December 13, 2024 23:03
@renovate renovate bot force-pushed the renovate/nuget-minor branch 6 times, most recently from 277c226 to d616245 Compare December 20, 2024 11:56
@renovate renovate bot force-pushed the renovate/nuget-minor branch from d616245 to d052bd0 Compare December 20, 2024 12:04
jonashendrickx
jonashendrickx previously approved these changes Dec 20, 2024
Copy link
Contributor Author

renovate bot commented Dec 20, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jonashendrickx jonashendrickx merged commit 74e1db4 into main Dec 20, 2024
14 checks passed
@jonashendrickx jonashendrickx deleted the renovate/nuget-minor branch December 20, 2024 13:33
Copy link

codecov bot commented Dec 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.67%. Comparing base (ec16eb8) to head (78b8b7e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #765      +/-   ##
==========================================
+ Coverage   35.20%   36.67%   +1.46%     
==========================================
  Files         579      579              
  Lines       31289    31292       +3     
  Branches      898      898              
==========================================
+ Hits        11015    11476     +461     
+ Misses      20131    19673     -458     
  Partials      143      143              

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

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.

1 participant