Conversation
There was a problem hiding this comment.
Code Review: chore(deps): update tunit to 1.21.30
This is a routine Renovate Bot dependency bump updating all TUnit packages from 1.21.24 to 1.21.30 (patch version update).
Changes Summary
All changes are version bumps in two locations:
Directory.Packages.props— centralized version management for 6 TUnit packagesTUnit.Templates/— template project files for 5 template variants (F#, C#, ASP.NET, Playwright, VB)
Assessment
The changes look correct and consistent. All 13 version references are uniformly updated from 1.21.24 → 1.21.30, which aligns with the patch releases that include:
- Test discovery Activity span for tracing (#5246)
- Mock generator nullable annotation fix (#5251)
ITestSkippedEventReceiverfix for[Skip]-attributed tests (#5253)CallerArgumentExpressionsupport forTestDataRow(#5135)
Observations
-
Consistency is good: The
Directory.Packages.propscentralized approach is used correctly for most packages, though the template projects (TUnit.Templates/) pin their own versions directly in.csproj/.fsprojfiles. This is intentional since templates ship as standalone starting points for users and should reference specific published versions. -
TUnit.Playwrightis only referenced in the Playwright template (not inDirectory.Packages.props), which is consistent with its narrower usage scope. -
Auto-merge is enabled — appropriate for a patch dependency update of the project's own packages.
No issues found. This is a clean, automated patch update.
This PR contains the following updates:
1.21.24→1.21.301.21.24→1.21.301.21.24→1.21.301.21.24→1.21.301.21.24→1.21.301.21.24→1.21.301.21.24→1.21.30Release Notes
thomhurst/TUnit (TUnit)
v1.21.30: 1.21.30What's Changed
Other Changes
Dependencies
Full Changelog: v1.21.24...v1.21.30
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.