Skip to content

chore(deps): update tunit to 1.32.0#5513

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

chore(deps): update tunit to 1.32.0#5513
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.31.01.32.0
TUnit.AspNetCore nuget minor 1.31.01.32.0
TUnit.Assertions nuget minor 1.31.01.32.0
TUnit.Assertions.FSharp nuget minor 1.31.01.32.0
TUnit.Core nuget minor 1.31.01.32.0
TUnit.Engine nuget minor 1.31.01.32.0
TUnit.Playwright nuget minor 1.31.01.32.0

Release Notes

thomhurst/TUnit (TUnit)

v1.32.0: 1.32.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.31.0...v1.32.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 11, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 11, 2026 13:32
@thomhurst thomhurst added dependencies Pull requests that update a dependency file renovate-bot MINOR labels Apr 11, 2026
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.32.0

This is a clean, straightforward Renovate-generated dependency bump from TUnit 1.31.0 → 1.32.0 across all 7 TUnit-family packages.

Summary

Files changed:

  • Directory.Packages.props — central package version management, all TUnit packages bumped consistently
  • 5 template project files (, , ) in TUnit.Templates/ — hardcoded versions bumped in lockstep

Assessment: ✅ Looks good

Consistency — All 7 packages are bumped to the same version (1.32.0) with no partial upgrades. No version skew introduced.

Release content — The 1.32.0 release brings two bug fixes directly relevant to this codebase:

  • fix: auto-register correlated logging for minimal API hosts (#5511) — improves AspNetCore integration
  • fix: cascade HookExecutorAttribute from class/assembly to hooks (#5512) — fixes attribute inheritance behaviour

Both are regression fixes that make sense to pick up promptly.

Template versioning — Template project files intentionally carry hardcoded package versions rather than deferring to Directory.Packages.props. This is the correct approach: when a user scaffolds a new project from these templates the parent Directory.Packages.props won't be present, so self-contained pinned versions are required. The trade-off (versions must be updated in both places) is exactly what this PR handles correctly.

No concerns. Safe to merge.

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

This is a clean, straightforward Renovate-generated dependency bump from TUnit 1.31.0 -> 1.32.0 across all 7 TUnit-family packages.

Summary

Files changed:

  • Directory.Packages.props — central package version management, all TUnit packages bumped consistently
  • 5 template project files in TUnit.Templates/ — hardcoded versions bumped in lockstep

Assessment: Looks good

Consistency — All 7 packages are bumped to the same version (1.32.0) with no partial upgrades. No version skew introduced.

Release content — The 1.32.0 release brings two bug fixes directly relevant to this codebase:

  • fix: auto-register correlated logging for minimal API hosts (#5511) — improves AspNetCore integration
  • fix: cascade HookExecutorAttribute from class/assembly to hooks (#5512) — fixes attribute inheritance behaviour

Both are regression fixes that make sense to pick up promptly.

Template versioning — Template project files intentionally carry hardcoded package versions rather than deferring to Directory.Packages.props. This is the correct approach: when a user scaffolds a new project from these templates, the parent Directory.Packages.props won't be present, so self-contained pinned versions are required. The trade-off (versions must be updated in both places) is exactly what this PR handles correctly.

No concerns. Safe to merge.

@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

@thomhurst thomhurst merged commit a2d9a86 into main Apr 11, 2026
16 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch April 11, 2026 14:06
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