Skip to content

chore(deps): update tunit to 1.19.57#5157

Merged
thomhurst merged 1 commit intomainfrom
renovate/tunit
Mar 14, 2026
Merged

chore(deps): update tunit to 1.19.57#5157
thomhurst merged 1 commit intomainfrom
renovate/tunit

Conversation

@thomhurst
Copy link
Owner

@thomhurst thomhurst commented Mar 13, 2026

This PR contains the following updates:

Package Type Update Change
TUnit nuget patch 1.19.221.19.57
TUnit.AspNetCore nuget patch 1.19.221.19.57
TUnit.Assertions nuget patch 1.19.221.19.57
TUnit.Assertions.FSharp nuget patch 1.19.221.19.57
TUnit.Core nuget patch 1.19.221.19.57
TUnit.Engine nuget patch 1.19.221.19.57
TUnit.Playwright nuget patch 1.19.221.19.57

Release Notes

thomhurst/TUnit (TUnit)

v1.19.57: 1.19.57

What'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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.Templates project 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: IndexOutOfRangeException with MethodDataSource<T> on class (#5137) — a correctness fix
  • fix: StringEqualsAssertion no 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, and TUnit.Assertions.FSharp. Good.
  • Template files: The hardcoded versions in TUnit.Templates are 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.props is the canonical version source for the main solution. The template .csproj/.fsproj files 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.

Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 (, , ) — 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.

Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.22 to 1.19.57 across Directory.Packages.props and the TUnit.Templates project files.
  • No version skew between packages.
  • Three bug fixes are included in this range: matrix build artifact collision fix (#5132), IndexOutOfRangeException with MethodDataSource<T> (#5137), and a StringEqualsAssertion type-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.

@thomhurst thomhurst merged commit 3b115f7 into main Mar 14, 2026
14 of 15 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch March 14, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants