Skip to content

chore(deps): update tunit to 1.30.0#5469

Merged
thomhurst merged 1 commit intomainfrom
renovate/tunit
Apr 9, 2026
Merged

chore(deps): update tunit to 1.30.0#5469
thomhurst merged 1 commit intomainfrom
renovate/tunit

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 1.29.01.30.0
TUnit.AspNetCore nuget minor 1.29.01.30.0
TUnit.Assertions nuget minor 1.29.01.30.0
TUnit.Assertions.FSharp nuget minor 1.29.01.30.0
TUnit.Core nuget minor 1.29.01.30.0
TUnit.Engine nuget minor 1.29.01.30.0
TUnit.Playwright nuget minor 1.29.01.30.0

Release Notes

thomhurst/TUnit (TUnit)

v1.30.0: 1.30.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.29.0...v1.30.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Apr 9, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 9, 2026 08:06
Copy link
Copy Markdown
Contributor

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.Templates project files (6 template projects)

Assessment

The changes look correct. All version references are consistently updated from 1.29.01.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 CultureAttribute and STAThreadExecutorAttribute to 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.

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity

Metric Results
Complexity 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Apr 10, 2026
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>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.30.0&new-version=1.30.8)](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 MINOR renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants