Bump all dependencies (except Avalonia 12 / VSSDK 18, which are blocked)#369
Merged
Conversation
…VSSDK 18) Sweep of every outdated package across all 8 projects to its current stable, holding back only the two that are genuinely blocked. App: - Avalonia + Desktop/Themes.Fluent/Fonts.Inter/Diagnostics 11.3.14 -> 11.3.17 - Meziantou.Framework.Win32.CredentialManager 1.7.18 -> 2.0.1 - ModelContextProtocol (+ AspNetCore) 1.3.0 -> 1.4.0 - Microsoft.SqlServer.TransactSql.ScriptDom 180.6.0 -> 180.37.3 - Velopack 0.0.1298 -> 1.2.0 (+ pin vpk CLI to 1.2.0 in release.yml) - TextMateSharp.Grammars 2.0.3 -> 2.0.4 - AvaloniaEdit.TextMate.Grammars 0.10.12 -> 0.10.12.1 - SkiaSharp.NativeAssets.Linux 3.119.2 -> 3.119.4 Core: - Meziantou.Framework.Win32.CredentialManager 1.7.18 -> 2.0.1 - Microsoft.SqlServer.TransactSql.ScriptDom 180.6.0 -> 180.37.3 Cli: System.CommandLine 2.0.7 -> 2.0.9 Web: Microsoft.AspNetCore.Components.WebAssembly (+ DevServer) 10.0.0 -> 10.0.9 PlanShare: Microsoft.Data.Sqlite 10.0.5 -> 10.0.9 Tests: Microsoft.NET.Test.Sdk 18.5.1 -> 18.6.0, coverlet.collector 10.0.0 -> 10.0.1 SSMS VSIX: Microsoft.VisualStudio.SDK -> 17.14.40265, Microsoft.VSSDK.BuildTools 17.11.435 -> 17.14.2142 (latest 17.x; 18.x is un-restorable and targets VS 18) Held back (blocked, not skipped): - Avalonia 12.x family — ScottPlot.Avalonia has no v12 build (charts render blank); migration is done and parked on upgrade/avalonia-12. - Microsoft.VSSDK.BuildTools 18.x — un-restorable from nuget.org. Already-current (no change): Microsoft.Data.SqlClient 7.0.1, SqlClient.Extensions.Azure 1.0.0, ScottPlot.Avalonia 5.1.58, Avalonia.AvaloniaEdit/TextMate 11.4.1, Avalonia.Controls.DataGrid 11.3.13, xunit.v3 3.2.2, xunit.runner.visualstudio 3.1.5, Microsoft.NETFramework.ReferenceAssemblies 1.0.3. Verified: solution Release build clean (0 errors, no NuGet conflicts), PlanShare builds, SSMS restores on 17.x, 77/77 tests pass, app launches and renders. Velopack/Meziantou majors need no code changes. Full install->update->relaunch validation happens at the next release cut (inherent to any updater bump). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Sweeps every outdated package across all 8 projects to current stable, holding back only the two that are genuinely blocked. Supersedes #368 (Avalonia 11.3.17 only) and the
upgrade/velopack-1.x/upgrade/meziantou-credentialmanager-2.xbranches — they're all folded in here.Bumps
App — Avalonia (+Desktop/Themes.Fluent/Fonts.Inter/Diagnostics)
11.3.14→11.3.17, Meziantou.CredentialManager1.7.18→2.0.1, ModelContextProtocol (+AspNetCore)1.3.0→1.4.0, ScriptDom180.6.0→180.37.3, Velopack0.0.1298→1.2.0(+ vpk CLI pinned to 1.2.0 inrelease.yml), TextMateSharp.Grammars2.0.3→2.0.4, AvaloniaEdit.TextMate.Grammars0.10.12→0.10.12.1, SkiaSharp.NativeAssets.Linux3.119.2→3.119.4Core — Meziantou
1.7.18→2.0.1, ScriptDom180.6.0→180.37.3Cli — System.CommandLine
2.0.7→2.0.9Web — AspNetCore.Components.WebAssembly (+DevServer)
10.0.0→10.0.9PlanShare — Microsoft.Data.Sqlite
10.0.5→10.0.9Tests — NET.Test.Sdk
18.5.1→18.6.0, coverlet.collector10.0.0→10.0.1SSMS VSIX — VisualStudio.SDK
→17.14.40265, VSSDK.BuildTools17.11.435→17.14.2142(latest 17.x — 18.x is un-restorable from nuget.org and targets VS 18, not VS 2022)Held back (blocked, not skipped)
upgrade/avalonia-12.SDK.Analyzers 17.7.122).Test plan
dotnet build PlanViewer.sln -c Release— clean, 0 errors, no NuGet downgrade/conflictdotnet test— 77/77 pass🤖 Generated with Claude Code