Skip to content

chore(deps): update tunit to 1.28.0#5406

Merged
thomhurst merged 1 commit intomainfrom
renovate/tunit
Apr 5, 2026
Merged

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

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 1.27.01.28.0
TUnit.AspNetCore nuget minor 1.27.01.28.0
TUnit.Assertions nuget minor 1.27.01.28.0
TUnit.Assertions.FSharp nuget minor 1.27.01.28.0
TUnit.Core nuget minor 1.27.01.28.0
TUnit.Engine nuget minor 1.27.01.28.0
TUnit.Playwright nuget minor 1.27.01.28.0

Release Notes

thomhurst/TUnit (TUnit)

v1.28.0: 1.28.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.27.0...v1.28.0


Configuration

📅 Schedule: (UTC)

  • 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.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Apr 5, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 5, 2026 11:32
@thomhurst thomhurst disabled auto-merge April 5, 2026 11:32
@thomhurst thomhurst merged commit b565669 into main Apr 5, 2026
12 of 13 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch April 5, 2026 11:32
Copy link
Copy Markdown
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.

Dependency Bump Review: TUnit packages 1.27.0 → 1.28.0

This is a Renovate-generated dependency update bumping all TUnit-family packages to 1.28.0. The PR is already merged, but here are my observations for the record.

What this PR does

Updates 7 NuGet package references across the repository from version 1.27.0 to 1.28.0:

  • TUnit, TUnit.AspNetCore, TUnit.Assertions, TUnit.Assertions.FSharp, TUnit.Core, TUnit.Engine, TUnit.Playwright

Changes span two locations:

  • Directory.Packages.props — the central version management file (correct approach for most projects)
  • TUnit.Templates/content/*/ — template project files that hardcode their own version references

Observations

Split version management is an ongoing tension. The Directory.Packages.props centralises most package versions, but the template projects under TUnit.Templates/content/ define their own <PackageReference> versions directly. This means every version bump requires touching both places, and Renovate correctly identifies both but they remain structurally separate.

Worth considering whether template .csproj files could reference a shared props file or a Directory.Packages.props that lives inside the templates content tree — this would reduce the number of files that need updating on each release. However, given templates are stand-alone scaffold outputs for users, hardcoded versions are understandable and may be intentional.

All versions are bumped atomically. Every TUnit package moves together, which is the right approach since they share a version and are tightly coupled. No mixed-version scenarios are introduced.

The v1.28.0 release includes meaningful changes (mock engine hot path optimisations ~30-42%, lazy test registration, JIT boxing elimination, source generator filtering). Consuming these improvements in the repo's own test infrastructure is good hygiene.

Verdict

No issues found. This is a clean, straightforward dependency update. The change set is minimal, scoped, and correct.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

This was referenced Apr 7, 2026
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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants