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

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

[deps]: Update nuget minor #765

wants to merge 1 commit into from

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.4 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
MessagePack 2.5.187 -> 2.5.192 age adoption passing confidence
MessagePackAnalyzer 2.5.187 -> 2.5.192 age adoption passing confidence
Microsoft.AspNetCore.Cryptography.KeyDerivation (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.AspNetCore.Identity.UI (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.AspNetCore.Mvc.Testing (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.AspNetCore.OpenApi (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.EntityFrameworkCore (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.EntityFrameworkCore.InMemory (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.EntityFrameworkCore.Relational (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.EntityFrameworkCore.Tools (source) 8.0.10 -> 8.0.11 age adoption passing confidence
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (source) 8.0.10 -> 8.0.11 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.
MessagePack-CSharp/MessagePack-CSharp (MessagePack)

v2.5.192

What's Changed

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

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

v8.0.11: .NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.10...v8.0.11

dotnet/efcore (Microsoft.EntityFrameworkCore)

v8.0.11: .NET 8.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.10...v8.0.11

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 from 7264d1c to a21b796 Compare December 18, 2024 00:06
@renovate renovate bot force-pushed the renovate/nuget-minor branch from a21b796 to 1c9c2b0 Compare December 18, 2024 21:42
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