Conversation
There was a problem hiding this comment.
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 integrationfix: 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.
There was a problem hiding this comment.
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 integrationfix: 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.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
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> [](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>
This PR contains the following updates:
1.31.0→1.32.01.31.0→1.32.01.31.0→1.32.01.31.0→1.32.01.31.0→1.32.01.31.0→1.32.01.31.0→1.32.0Release Notes
thomhurst/TUnit (TUnit)
v1.32.0: 1.32.0What's Changed
Other Changes
Dependencies
Full Changelog: v1.31.0...v1.32.0
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Renovate Bot.