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
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.30.0 to 1.30.8. <details> <summary>Release notes</summary> _Sourced from [TUnit's releases](https://github.com/thomhurst/TUnit/releases)._ ## 1.30.8 <!-- Release notes generated using configuration in .github/release.yml at v1.30.8 --> ## What's Changed ### Other Changes * feat(mocks): migrate to T.Mock() extension syntax by @thomhurst in thomhurst/TUnit#5472 * feat: split TUnit.AspNetCore into Core + meta package by @thomhurst in thomhurst/TUnit#5474 * feat: add async Member() overloads for Task-returning member selectors by @thomhurst in thomhurst/TUnit#5475 ### Dependencies * chore(deps): update aspire to 13.2.2 by @thomhurst in thomhurst/TUnit#5464 * chore(deps): update dependency polyfill to 10.1.1 by @thomhurst in thomhurst/TUnit#5468 * chore(deps): update dependency polyfill to 10.1.1 by @thomhurst in thomhurst/TUnit#5467 * chore(deps): update tunit to 1.30.0 by @thomhurst in thomhurst/TUnit#5469 * chore(deps): update dependency microsoft.playwright to 1.59.0 by @thomhurst in thomhurst/TUnit#5473 **Full Changelog**: thomhurst/TUnit@v1.30.0...v1.30.8 Commits viewable in [compare view](thomhurst/TUnit@v1.30.0...v1.30.8). </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.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.