Skip to content

chore(deps): update tunit to 1.39.0#5701

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

chore(deps): update tunit to 1.39.0#5701
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.37.361.39.0
TUnit.AspNetCore nuget minor 1.37.361.39.0
TUnit.Assertions nuget minor 1.37.361.39.0
TUnit.Assertions.FSharp nuget minor 1.37.361.39.0
TUnit.Core nuget minor 1.37.361.39.0
TUnit.Engine nuget minor 1.37.361.39.0
TUnit.Playwright nuget minor 1.37.361.39.0

Release Notes

thomhurst/TUnit (TUnit)

v1.39.0: 1.39.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.37.36...v1.39.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 Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Apr 24, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 24, 2026 09:23
@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

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

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.

Code Review: chore(deps): update tunit to 1.39.0

This is a straightforward Renovate-generated dependency bump PR. The changes are mechanical — 13 additions, 13 deletions, all version strings — so the review focuses on correctness, consistency, and structural observations.

What the PR Does

Updates TUnit package references from 1.37.36 to 1.39.0 across:

  • Directory.Packages.props (central package management for the main solution)
  • Five template project files under TUnit.Templates/content/

Correctness: All Good

The version bump itself is correct. v1.39.0 is a real, published release on NuGet and GitHub (verified), and the 13 changed lines are internally consistent — no partial updates or missed files among the packages Renovate manages.

Observation: Intentional Exclusion of TUnit.Aspire Templates

The Aspire template projects (TUnit.Aspire.Test/ExampleNamespace.csproj and TUnit.Aspire.Starter/ExampleNamespace.TestProject/...) still reference TUnit.Aspire at 1.14.0 while TUnit.Aspire is now at 1.39.0 on NuGet. This is not a bug in this PRTUnit.Templates/content/Directory.Build.props contains a comment explaining the design:

"During solution builds, swap TUnit.Aspire NuGet package for local project reference (TUnit.Aspire is not yet published to NuGet). This file is excluded from the template package."

The Directory.Build.props then conditionally removes the PackageReference and substitutes a ProjectReference to the local TUnit.Aspire project. So the pinned 1.14.0 in those files is a placeholder that is never actually resolved during development builds. However, it will be resolved when end users install the template from NuGet — meaning users would get TUnit.Aspire@1.14.0 instead of 1.39.0. This stale version is a pre-existing concern and is out of scope for this PR, but worth flagging as a separate issue.

Observation: Version Pinning Inconsistency Across Templates

There is an existing inconsistency in how templates pin versions:

Template Strategy
TUnit (basic) 1.* wildcard — users always get the latest minor
TUnit.AspNet Pinned exact (1.39.0)
TUnit.FSharp Pinned exact (1.39.0)
TUnit.AspNet.FSharp Pinned exact (1.39.0)
TUnit.VB Pinned exact (1.39.0)
TUnit.Playwright Pinned exact (1.39.0)

The canonical TUnit template uses a wildcard, which means its scaffold always gets the current-latest TUnit without needing a Renovate bump. The language/framework-specific templates use pinned versions, which require Renovate PRs like this one to stay current and create a window where freshly-scaffolded projects reference a slightly stale version.

This inconsistency is pre-existing and again out of scope for this PR, but aligning all template project files to 1.* (or [1,2) to be NuGet-semver-safe) would eliminate this class of maintenance PR entirely for the template projects.

Auto-Merge Assessment

With auto-merge enabled (squash), CI checks in progress, and no review comments to address, this PR is following the standard Renovate bot workflow for the repository. The changes are low-risk (no production logic, only version strings) and consistent with prior version-bump PRs.

This PR is good to merge once CI passes.

@thomhurst thomhurst merged commit 72c10cc into main Apr 24, 2026
15 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch April 24, 2026 09:56
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