-
Notifications
You must be signed in to change notification settings - Fork 0
deps: Combined Dependabot updates for December 2025 #332
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
Conversation
This PR combines 6 Dependabot PRs into a single update: GitHub Actions: - Bump actions/upload-artifact from 5 to 6 (PR #331) NuGet Packages: - Bump Google.Protobuf from 3.33.1 to 3.33.2 (PR #330) - Bump System.Management from 9.0.10 to 10.0.0 (PR #329) - Bump System.IO.Ports from 9.0.10 to 10.0.0 (PR #328) - Bump System.Configuration.ConfigurationManager from 9.0.8 to 10.0.0 (PR #327) - Bump Microsoft.Data.Sqlite from 9.0.11 to 10.0.0 (PR #320) All updates are minor version bumps with no breaking changes expected. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||||
Fixed package downgrade errors by ensuring consistent versions: - Updated Google.Protobuf to 3.33.2 in Daqifi.Desktop.IO and Daqifi.Desktop.Test - Updated System.IO.Ports to 10.0.0 in Daqifi.Desktop This ensures all projects use the same dependency versions and resolves NuGet NU1605 errors during build. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
📊 Code Coverage ReportSummarySummary
CoverageDAQiFi - 10.1%
Daqifi.Desktop.Bootloader - 19.6%
Daqifi.Desktop.Common - 45.9%
Daqifi.Desktop.DataModel - 100%
Daqifi.Desktop.IO - 23.9%
Coverage report generated by ReportGenerator • View full report in build artifacts |
User description
Summary
This PR combines 6 open Dependabot PRs into a single consolidated update, making it easier to review and merge all dependency updates together.
GitHub Actions Updates
NuGet Package Updates
Protocol Buffers
Daqifi.Desktop.DataModelSystem Libraries (9.x → 10.x)
Daqifi.DesktopDaqifi.Desktop.DataModelandDaqifi.Desktop.IODaqifi.Desktop.TestDatabase
Daqifi.DesktopTest Plan
Notes
All updates are minor/patch version bumps with no breaking changes expected. The System.* libraries are all moving from version 9.x to 10.x as part of .NET's regular release cycle.
🤖 Generated with Claude Code
PR Type
Enhancement
Description
Update GitHub Actions upload-artifact from v5 to v6
Upgrade NuGet packages to latest versions
Diagram Walkthrough
File Walkthrough
build.yaml
Update GitHub Actions upload-artifact to v6.github/workflows/build.yaml
actions/upload-artifactfrom v5 to v6 in two workflow stepssteps
Daqifi.Desktop.DataModel.csproj
Update Protobuf and add IO.PortsDaqifi.Desktop.DataModel/Daqifi.Desktop.DataModel.csproj
Google.Protobuffrom 3.33.1 to 3.33.2System.IO.Portsversion 10.0.0 as new dependencyDaqifi.Desktop.IO.csproj
Upgrade System.IO.Ports to v10Daqifi.Desktop.IO/Daqifi.Desktop.IO.csproj
System.IO.Portsfrom 9.0.10 to 10.0.0Daqifi.Desktop.Test.csproj
Upgrade ConfigurationManager to v10Daqifi.Desktop.Test/Daqifi.Desktop.Test.csproj
System.Configuration.ConfigurationManagerfrom 9.0.8 to10.0.0
Daqifi.Desktop.csproj
Update Sqlite and System.ManagementDaqifi.Desktop/Daqifi.Desktop.csproj
Microsoft.Data.Sqlitefrom 9.0.11 to 10.0.0System.Managementfrom 9.0.10 to 10.0.0