Skip to content

Bump TUnit from 1.30.8 to 1.33.0#982

Merged
intellitect-bot merged 1 commit intomainfrom
dependabot/nuget/TUnit-1.33.0
Apr 14, 2026
Merged

Bump TUnit from 1.30.8 to 1.33.0#982
intellitect-bot merged 1 commit intomainfrom
dependabot/nuget/TUnit-1.33.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Updated TUnit from 1.30.8 to 1.33.0.

Release notes

Sourced from TUnit's releases.

1.33.0

What's Changed

Other Changes

Dependencies

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

1.32.0

What's Changed

Other Changes

Dependencies

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

1.31.0

What's Changed

Other Changes

Dependencies

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

Commits viewable in compare view.

Dependabot compatibility score

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 commands and options

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)

---
updated-dependencies:
- dependency-name: TUnit
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 14, 2026
@intellitect-bot intellitect-bot enabled auto-merge (squash) April 14, 2026 11:12
@intellitect-bot intellitect-bot merged commit 9407f6e into main Apr 14, 2026
5 checks passed
@intellitect-bot intellitect-bot deleted the dependabot/nuget/TUnit-1.33.0 branch April 14, 2026 11:15
BenjaminMichaelis pushed a commit that referenced this pull request Apr 25, 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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant