Conversation
There was a problem hiding this comment.
Code Review: chore(deps): update tunit to 1.30.0
This is a straightforward Renovate Bot dependency update bumping all TUnit-family packages from 1.29.0 to 1.30.0 across:
Directory.Packages.props(centralized version management)TUnit.Templatesproject files (6 template projects)
Assessment
The changes look correct. All version references are consistently updated from 1.29.0 → 1.30.0 with no missed instances. The update covers all TUnit packages used in the repo:
- TUnit
- TUnit.Assertions
- TUnit.Assertions.FSharp
- TUnit.AspNetCore
- TUnit.Core
- TUnit.Engine
- TUnit.Playwright
v1.30.0 Release Highlights
The version bump picks up several meaningful improvements merged into TUnit itself:
- perf: Lock elimination from mock invocation/verification hot paths (#5422)
- feat: New TUnit0074 analyzer for redundant hook attributes on overrides (#5459)
- fix: Respect generic type argument accessibility in mocks (#5460)
- fix: Skip inaccessible internal accessors when mocking Azure.Response (#5461)
- fix: Apply
CultureAttributeandSTAThreadExecutorAttributeto hooks (#5463)
One Observation
The template project files (e.g. TUnit.FSharp/TestProject.fsproj, TUnit.VB/TestProject.vbproj) hardcode explicit package versions rather than using a <PackageVersion> reference from Directory.Packages.props. This means template version bumps require separate updates from the main Directory.Packages.props entry. This is likely intentional — templates are standalone scaffolding artifacts that should be self-contained — but it does mean Renovate has to touch multiple files for every TUnit release.
If this friction becomes a concern, one option is to use a single source of truth via a shared props import in templates, but for now the current pattern is reasonable for self-contained templates.
No issues blocking 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.29.0→1.30.01.29.0→1.30.01.29.0→1.30.01.29.0→1.30.01.29.0→1.30.01.29.0→1.30.01.29.0→1.30.0Release Notes
thomhurst/TUnit (TUnit)
v1.30.0: 1.30.0What's Changed
Other Changes
Dependencies
Full Changelog: v1.29.0...v1.30.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.