chore(deps): update safe stable dependencies - #61
Merged
carldebilly merged 1 commit intoJul 13, 2026
Conversation
Update MCP to 1.4.1 and refresh mechanical private build/test tooling while preserving other consumer-facing runtime lower bounds.\n\nFixes yllibed#59
autocarl
marked this pull request as ready for review
July 13, 2026 17:46
carldebilly
approved these changes
Jul 13, 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
ModelContextProtocolfrom 1.2.0 to the stable 1.4.1 releaseMSTest.SdkFixes #59
Consumer dependency audit
Before/after package extraction produced 10
.nupkgfiles and 9.snupkgfiles. Comparing every generated nuspec found exactly one shipped dependency change:Repl.Mcp:ModelContextProtocol1.2.0 → 1.4.1All other generated package dependency groups are unchanged. The post-restore MSTest graph resolves implicitly to TestAdapter/TestFramework/Analyzers 4.3.2, CodeCoverage 18.9.0, and TrxReport/Microsoft.Testing.Platform 2.3.2 without adding direct references.
Held back
Meziantou.Analyzerremains at 3.0.44: 3.0.122 introducesMA0206inReplOptionsGroupAttribute, requiring unrelated source-style churn.Microsoft.VisualStudio.Threading.Analyzersremains at 17.14.15: 18.7.23 introducesVSTHRD103inJsonOutputTransformer; resolving it requires a non-mechanical async serialization change.Spectre.Console0.55.0,Spectre.Console.Json0.54.0, and Microsoft.Extensions runtime packages 10.0.5 remain unchanged to preserve consumer minimums, as required by the issue policy.ModelContextProtocolv2.0 #51.Verification
dotnet restore src/Repl.slnx --force— passeddotnet build src/Repl.slnx -c Release -warnaserror --no-restore— passed, 0 warningsdotnet test src/Repl.McpTests/Repl.McpTests.csproj -c Release --no-build --no-restore— 179 passed, 1 expected external MCP Inspector skipdotnet pack src/Repl.slnx ...plus package readiness/source-link/meta-package checks — passedRepl.McpMCP bound changednpx --yes markdownlint-cli2@0.19.1 **/*.md— 52 files, 0 errorsgit diff --check— passed