Skip to content

chore(deps): batch dependency updates (Dependabot aggregation)#120

Merged
vaceslav merged 1 commit into
mainfrom
chore/dependency-updates-batch
Jul 3, 2026
Merged

chore(deps): batch dependency updates (Dependabot aggregation)#120
vaceslav merged 1 commit into
mainfrom
chore/dependency-updates-batch

Conversation

@vaceslav

@vaceslav vaceslav commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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)

Package From To
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 updates

Action From To Supersedes
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

Verification (local)

  • dotnet restore — pulls the new versions
  • dotnet build -c Release — 0 errors
  • dotnet test1130/1130 passing

Closes

Closes #107, #108, #109, #110, #111, #116 — Dependabot will auto-close these once their bumps land on main.

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