chore(deps): batch dependency updates (Dependabot aggregation)#120
Merged
Conversation
Aggregates the open Dependabot PRs into a single change to run one CI pass instead of one per PR: NuGet (#116): - Avalonia (+ Desktop/Themes.Fluent/Fonts.Inter) 12.0.3 -> 12.0.5 - AvaloniaUI.DiagnosticsSupport 2.2.1 -> 2.2.3 - Microsoft.Extensions.DependencyInjection 10.0.8 -> 10.0.9 - Microsoft.NET.Test.Sdk 18.5.1 -> 18.7.0 GitHub Actions: - codecov/codecov-action v4 -> v6 (#111) - actions/upload-artifact v4 -> v7 (#108) - actions/upload-pages-artifact v3 -> v5 (#110) - actions/configure-pages v4 -> v6 (#109) - actions/deploy-pages v4 -> v5 (#107) Closes #107, #108, #109, #110, #111, #116
This was referenced Jul 3, 2026
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
Aggregates all open Dependabot update PRs into one change so CI runs once instead of once per PR (and again per merge to
main). Prep step before the 1.6.2 release.NuGet updates (supersedes #116)
GitHub Actions updates
Verification (local)
dotnet restore— pulls the new versionsdotnet build -c Release— 0 errorsdotnet test— 1130/1130 passingCloses
Closes #107, #108, #109, #110, #111, #116 — Dependabot will auto-close these once their bumps land on
main.