[Radoub] Sprint: Dependabot patch bumps + dependabot.yml coverage (#2170)#2187
Merged
Conversation
Consolidates safe patch bumps from open dependabot PRs: - Microsoft.NET.Test.Sdk 18.4.0 -> 18.5.1 (#2170) - CommunityToolkit.Mvvm 8.4.1 -> 8.4.2 (#2176) - coverlet.collector 10.0.0 -> 10.0.1 (#2177) Avalonia 11.3.13 -> 12.0.2 bumps (#2172, #2173, #2174, #2175) skipped: too many breakages to absorb right now. dependabot.yml now ignores Avalonia major bumps so these stop being re-proposed. Also expands .github/dependabot.yml from 2 projects to 11, covering every tool (Parley/Manifest/Quartermaster/Fence/Relique/Trebuchet) and every shared library (Radoub.Formats/UI/Dictionary/TestUtilities/ IntegrationTests). Previously only Parley + Radoub.Formats were scanned. Tests: dotnet build Radoub.sln OK (0 errors, 10 warnings, pre-existing) dotnet test Radoub.sln OK (4681 passed, 0 failed, 1 skipped) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Owner
Author
FlaUI Integration Test ResultsRan full FlaUI suite per user request:
|
This was referenced May 24, 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
Consolidates open dependabot PRs into a single sprint branch and fixes long-standing dependabot.yml coverage gap.
Dependency bumps applied
Dependency bumps skipped
Avalonia 11.3.13 -> 12.0.2 (#2172, #2173, #2174, #2175) — too many breaking changes to absorb right now.
.github/dependabot.ymlnow ignoresAvalonia*major bumps so these stop being re-proposed every week. When/if we tackle the Avalonia 12 migration it will be its own dedicated sprint.dependabot.yml coverage fix
Previous config scanned only 2 of 11 projects (Parley + Radoub.Formats). Now scans every tool and shared library:
Tools (with
Avalonia*major-version ignore):Shared libraries:
GitHub Actions block unchanged.
Test Results
Trebuchet.Tests/ErfImportServiceTests.cs)Checklist
🤖 Generated with Claude Code