chore: update NuGet dependencies (security, stability, and build fixes)#1200
Open
Symlink420 wants to merge 3 commits intoopenbullet:masterfrom
Open
chore: update NuGet dependencies (security, stability, and build fixes)#1200Symlink420 wants to merge 3 commits intoopenbullet:masterfrom
Symlink420 wants to merge 3 commits intoopenbullet:masterfrom
Conversation
Updates multiple packages across the solution to improve stability, security, and performance: - AngleSharp 1.1.2 -> 1.4.0 - EF Core 8.0.6 -> 8.0.8 - FluentValidation 11.9.2 -> 11.11.0 - HtmlAgilityPack 1.11.61 -> 1.12.4 - MailKit 4.6.0 -> 4.15.0 - Selenium 4.21.0 -> 4.41.0 - Serilog.AspNetCore 8.0.1 -> 10.0.0 - And other minor version bumps for MS Extensions.
- Force Microsoft.CodeAnalysis.Common/CSharp to 4.12.0 to resolve conflict with EFCore.Design - Update SixLabors.ImageSharp to 3.1.6 (fixes high/moderate security vulnerabilities) - Update HtmlSanitizer to 9.0.835 (fixes moderate security vulnerability)
- Update FirefoxOptions.BrowserExecutableLocation to BinaryLocation (Selenium 4.x rename) - Explicitly add AngleSharp 1.4.0 to OpenBullet2.Native to resolve HtmlSanitizer conflict - Final build verification successful on .NET 10 SDK (targeting .NET 8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates 24 NuGet dependencies across the solution to improve security, performance, and stability. This PR also resolves specific build conflicts and patches known vulnerabilities.
Changes
AngleSharp(1.4.0)Selenium.WebDriver(4.41.0)Microsoft.EntityFrameworkCore(8.0.8)MailKit(4.15.0)Serilog.AspNetCore(10.0.0)FluentValidation(11.11.0)SixLabors.ImageSharpto 3.1.6 (fixes High/Moderate vulnerabilities)HtmlSanitizerto 9.0.835 (fixes Moderate vulnerability)Microsoft.CodeAnalysisversion to 4.12.0 across all projects to resolve version mismatches between RuriLib and EFCore.Design.AngleSharpreference toOpenBullet2.Nativeto resolve dependency conflicts.RuriLibFirefox options to use the newBinaryLocationproperty (replacing the renamedBrowserExecutableLocation).Verification
.NET 10 SDKtargeting.NET 8.dotnet test: 202/203 RuriLib tests passed.