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

intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Apr 14, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.30.8 to
1.33.0.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.33.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.33.0 -->

## What's Changed
### Other Changes
* perf: engine-wide performance optimizations by @​thomhurst in
thomhurst/TUnit#5520
* feat: Add TUnitSettings static API for programmatic configuration by
@​thomhurst in thomhurst/TUnit#5522
* perf: reduce allocations and improve hot-path performance by
@​thomhurst in thomhurst/TUnit#5524
* fix: enforce ParallelLimiter semaphore in TestRunner to prevent
DependsOn bypass by @​thomhurst in
thomhurst/TUnit#5526
### Dependencies
* chore(deps): update tunit to 1.32.0 by @​thomhurst in
thomhurst/TUnit#5513


**Full Changelog**:
thomhurst/TUnit@v1.32.0...v1.33.0

## 1.32.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.32.0 -->

## What's Changed
### Other Changes
* fix: auto-register correlated logging for minimal API hosts (#​5503)
by @​thomhurst in thomhurst/TUnit#5511
* fix: cascade HookExecutorAttribute from class/assembly to hooks
(#​5462) by @​thomhurst in thomhurst/TUnit#5512
### Dependencies
* chore(deps): update dependency polyfill to 10.3.0 by @​thomhurst in
thomhurst/TUnit#5508
* chore(deps): update tunit to 1.31.0 by @​thomhurst in
thomhurst/TUnit#5510
* chore(deps): update dependency polyfill to 10.3.0 by @​thomhurst in
thomhurst/TUnit#5509


**Full Changelog**:
thomhurst/TUnit@v1.31.0...v1.32.0

## 1.31.0

<!-- Release notes generated using configuration in .github/release.yml
at v1.31.0 -->

## What's Changed
### Other Changes
* feat(reporters): overhaul GitHub Actions step summary by @​thomhurst
in thomhurst/TUnit#5483
* fix: truncate large stdout/stderr in HTML report to prevent JSON
serialization failure by @​thomhurst in
thomhurst/TUnit#5485
* feat(html-report): add failure clustering to test report by
@​thomhurst in thomhurst/TUnit#5490
* feat(html-report): add chevron affordance to failure cluster headers
by @​thomhurst in thomhurst/TUnit#5492
* feat(reporters): group GitHub summary failures by exception type by
@​thomhurst in thomhurst/TUnit#5491
* feat(reporters): add minimap sidebar navigator to HTML report by
@​thomhurst in thomhurst/TUnit#5494
* feat(html-report): add category/tag filter pills to toolbar by
@​thomhurst in thomhurst/TUnit#5496
* feat(html-report): omit redundant test body span from trace timeline
by @​thomhurst in thomhurst/TUnit#5497
* fix(tests): clear reporter env vars before each GitHubReporterTest to
fix flaky CI on macOS/Windows by @​thomhurst in
thomhurst/TUnit#5499
* feat: add TestContext.MakeCurrent() for console output correlation by
@​thomhurst in thomhurst/TUnit#5502
* feat(html-report): add flaky test detection and summary section by
@​thomhurst in thomhurst/TUnit#5498
* fix: smarter stack trace filtering that preserves TUnit-internal
traces by @​thomhurst in thomhurst/TUnit#5506
* feat: add Activity baggage-based test context correlation by
@​thomhurst in thomhurst/TUnit#5505
### Dependencies
* chore(deps): update actions/github-script action to v9 by @​thomhurst
in thomhurst/TUnit#5476
* chore(deps): update tunit to 1.30.8 by @​thomhurst in
thomhurst/TUnit#5477
* chore(deps): update dependency polyfill to 10.2.0 by @​thomhurst in
thomhurst/TUnit#5482
* chore(deps): update dependency polyfill to 10.2.0 by @​thomhurst in
thomhurst/TUnit#5481
* chore(deps): update actions/upload-artifact action to v7.0.1 by
@​thomhurst in thomhurst/TUnit#5495


**Full Changelog**:
thomhurst/TUnit@v1.30.8...v1.31.0

Commits viewable in [compare
view](thomhurst/TUnit@v1.30.8...v1.33.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.30.8&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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