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