chore(deps): consume Tharga.Test.Toolkit 1.14.15 - #14
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Released as v2.4.2 — https://github.com/Tharga/Reporter/releases/tag/2.4.2 |
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.
Tier 1 of the cascade sweep, consuming the tier 0 releases. Dependency-only.
Internal
Patch-level consumption of tier 0, verified by an actual
dotnet restorerather than a flatcontainer listing:Tharga.Runtime1.0.1 → 1.0.2 (where referenced)Tharga.Test.Toolkit1.14.13 → 1.14.15 (test projects)Both tier 0 releases carry no API change — Runtime 1.0.2 is test-tooling and the
mission.mdcleanup; Test.Toolkit 1.14.15 likewise. So noMAJOR_MINORbump here: nothing breaking reaches consumers through this.Note the contrast with
Tharga.Communicationin the same tier, which does ship as a minor because it takesTharga.Mcp2.0.0 and re-exposes the changedIMcpContextin its public signatures.External
Nothing outstanding. The library tables for these repos are clean, and the only external work left in the ecosystem is the xunit 3 → 4 major, deferred by decision this sweep (see the parked PRs on Fortnox and Runtime).
Verification
dotnet build -c Release --no-incrementalanddotnet test -c Releaseboth run per repo; results are in the PR conversation. Pre-existing skips are unchanged — Console has 2, Reporter has 44 of 50 (tracked as an Important backlog item; its green check verifies little).Also in this release
The
.claude/mission.mdcleanup merged before this branch was cut —$DOC_ROOTfor the requests path, and the reference to a consuming product's checkout removed.