Conversation
There was a problem hiding this comment.
Code Review: Dependency Update (TUnit 1.19.22 → 1.19.57)
This is a straightforward Renovate Bot patch-level dependency bump for all TUnit packages. No architectural concerns.
Summary
All 7 TUnit-related packages are uniformly updated from 1.19.22 to 1.19.57 across:
Directory.Packages.props(central version management)TUnit.Templatesproject files (.csproj,.fsproj,.vbproj)
What's included in 1.19.57
The release notes confirm three meaningful fixes bundled in this range:
- fix: Unique artifact names to avoid collisions in matrix builds (#5132)
- fix:
IndexOutOfRangeExceptionwithMethodDataSource<T>on class (#5137) — a correctness fix - fix:
StringEqualsAssertionno longer matches non-string types (#5156) — a type-safety fix
Observations
- Consistency: All package references are updated uniformly — no version skew between
TUnit,TUnit.Core,TUnit.Engine,TUnit.Assertions,TUnit.AspNetCore,TUnit.Playwright, andTUnit.Assertions.FSharp. Good. - Template files: The hardcoded versions in
TUnit.Templatesare updated correctly. These templates are used as project scaffolding, so keeping them current ensures new users start with the latest fixes. - Central Package Management:
Directory.Packages.propsis the canonical version source for the main solution. The template.csproj/.fsprojfiles have their own hardcoded versions (not using CPM), which is expected for standalone template content. - Auto-merge enabled: Given these are patch bug fixes from the same project, auto-merge is appropriate here.
No issues found. This is a clean, well-structured dependency update that brings in meaningful bug fixes.
8c93216 to
0f3b7f5
Compare
There was a problem hiding this comment.
Code Review: TUnit 1.19.22 → 1.19.57 (Patch Update)
This is a clean, automated Renovate Bot patch bump — no issues found.
Changes
All 7 TUnit packages updated uniformly across two scopes:
Directory.Packages.props— central version management for the main solutionTUnit.Templatesproject files (, , ) — scaffolding templates with hardcoded versions (expected, as these are standalone template content outside CPM)
Bug Fixes Included (1.19.22 → 1.19.57)
Three meaningful correctness fixes are bundled in this range:
| Fix | PR |
|---|---|
| Unique artifact names to avoid matrix build collisions | #5132 |
IndexOutOfRangeException with MethodDataSource<T> on class |
#5137 |
StringEqualsAssertion no longer matches non-string types |
#5156 |
Observations
- No version skew: All TUnit packages are consistently on
1.19.57— no mismatches. - Previous review addressed: The prior claude review noted the same consistency; this update simply advances the version range further. No regressions introduced.
- Auto-merge is appropriate: These are patch-level bug fixes from the same project. Safe to merge.
Approved.
There was a problem hiding this comment.
Code Review: TUnit 1.19.22 -> 1.19.57 (Patch Update)
This is a clean, automated Renovate Bot patch bump — no issues found.
Changes
All 7 TUnit packages updated uniformly across two scopes:
- Directory.Packages.props — central version management for the main solution
- TUnit.Templates project files (.csproj, .fsproj, .vbproj) — scaffolding templates with hardcoded versions (expected, as these are standalone template content outside CPM)
Bug Fixes Included (1.19.22 -> 1.19.57)
Three meaningful correctness fixes are bundled in this range:
| Fix | PR |
|---|---|
| Unique artifact names to avoid matrix build collisions | #5132 |
| IndexOutOfRangeException with MethodDataSource-T on class | #5137 |
| StringEqualsAssertion no longer matches non-string types | #5156 |
Observations
- No version skew: All TUnit packages are consistently on 1.19.57 — no mismatches.
- Previous review addressed: The prior review noted the same consistency; this update advances the version range further with no regressions.
- Auto-merge is appropriate: These are patch-level bug fixes from the same project. Safe to merge.
0f3b7f5 to
6655c9f
Compare
There was a problem hiding this comment.
Code Review: TUnit 1.19.22 → 1.19.57 (Patch Update)
This PR has been reviewed previously (three prior claude reviews on this thread) and nothing has changed — the assessment stands.
Summary
- All 7 TUnit packages updated uniformly from
1.19.22to1.19.57acrossDirectory.Packages.propsand theTUnit.Templatesproject files. - No version skew between packages.
- Three bug fixes are included in this range: matrix build artifact collision fix (#5132),
IndexOutOfRangeExceptionwithMethodDataSource<T>(#5137), and aStringEqualsAssertiontype-safety fix (#5156). - Template files correctly use hardcoded versions (not Central Package Management), as they are standalone scaffolding content — this is expected and correct.
- Auto-merge is appropriate for this patch-level update.
No issues found. Safe to merge.
This PR contains the following updates:
1.19.22→1.19.571.19.22→1.19.571.19.22→1.19.571.19.22→1.19.571.19.22→1.19.571.19.22→1.19.571.19.22→1.19.57Release Notes
thomhurst/TUnit (TUnit)
v1.19.57: 1.19.57What's Changed
Other Changes
Dependencies
Full Changelog: v1.19.22...v1.19.57
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.