Conversation
There was a problem hiding this comment.
Code Review: chore(deps): update tunit to 1.19.0
This is a straightforward Renovate Bot dependency update bumping all TUnit-family packages from 1.18.37 → 1.19.0 across Directory.Packages.props and the TUnit.Templates project files.
Summary of Changes
Directory.Packages.props— Updates 6 TUnit packages in the centralized package version management file.TUnit.Templates/content/*— Updates hard-coded package versions in 5 template project files (.csproj,.fsproj,.vbproj).
Observations
All versions updated consistently — every occurrence of 1.18.37 for TUnit packages has been bumped to 1.19.0. No mismatched or missed versions.
Architectural note (not a blocker): The template project files (TUnit.Templates/content/**) use hard-coded version numbers rather than referencing Directory.Packages.props. This is intentional since templates are standalone scaffolding output — they can't inherit from the repo's central props file. The duplication is acceptable here, but it does mean version updates require touching both places, as is the case in this PR. If this becomes a maintenance burden over time, a code-gen step or a template variable (e.g., using a dotnet new symbol substitution) could keep template versions in sync automatically.
v1.19.0 release notes include only the fix: improve CreateTestVariant API and fix void/ValueTask return types change — a non-breaking fix. The minor version bump is appropriate.
Verdict
✅ Clean, mechanical dependency update. No issues found. Safe to merge.
9147ed6 to
8bfb879
Compare
There was a problem hiding this comment.
Code Review Follow-up
A previous Claude review (submitted 2026-03-06) already covered this PR in full — no new changes have been introduced since then.
Prior review summary: All 7 TUnit-family packages updated consistently from 1.18.37 → 1.19.0 across Directory.Packages.props and the 5 TUnit.Templates project files. No missed or mismatched versions. The v1.19.0 release contains only a non-breaking fix to the CreateTestVariant API.
The previous observations and verdict stand:
✅ Clean, mechanical dependency update. No issues found. Safe to merge.
There was a problem hiding this comment.
Code Review Follow-up
A previous Claude review (submitted 2026-03-06) already covered this PR in full — no new changes have been introduced since then.
Prior review summary: All 7 TUnit-family packages updated consistently from 1.18.37 → 1.19.0 across Directory.Packages.props and the 5 TUnit.Templates project files. No missed or mismatched versions. The v1.19.0 release contains only a non-breaking fix to the CreateTestVariant API.
The previous observations and verdict stand:
✅ Clean, mechanical dependency update. No issues found. Safe to merge.
This PR contains the following updates:
1.18.37→1.19.01.18.37→1.19.01.18.37→1.19.01.18.37→1.19.01.18.37→1.19.01.18.37→1.19.01.18.37→1.19.0Release Notes
thomhurst/TUnit (TUnit)
v1.19.0: 1.19.0What's Changed
Other Changes
Dependencies
Full Changelog: v1.18.37...v1.19.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.