Skip to content

chore(deps): update tunit to 1.24.13#5331

Merged
thomhurst merged 1 commit intomainfrom
renovate/tunit
Mar 31, 2026
Merged

chore(deps): update tunit to 1.24.13#5331
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 patch 1.24.01.24.13
TUnit.AspNetCore nuget patch 1.24.01.24.13
TUnit.Assertions nuget patch 1.24.01.24.13
TUnit.Assertions.FSharp nuget patch 1.24.01.24.13
TUnit.Core nuget patch 1.24.01.24.13
TUnit.Engine nuget patch 1.24.01.24.13
TUnit.Playwright nuget patch 1.24.01.24.13

Release Notes

thomhurst/TUnit (TUnit)

v1.24.13: 1.24.13

What's Changed
Other Changes
Dependencies
New Contributors

Full Changelog: v1.24.0...v1.24.13


Configuration

📅 Schedule: 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 PATCH renovate-bot labels Mar 31, 2026
@thomhurst thomhurst enabled auto-merge (squash) March 31, 2026 22:50
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.24.13

This is a straightforward Renovate Bot dependency bump PR, updating 7 TUnit-family packages from 1.24.0 to 1.24.13 across:

  • Directory.Packages.props (central version management)
  • TUnit.Templates/ project files (F#, VB, ASP.NET, Playwright templates)

Assessment: LGTM

Consistency - All 7 packages are bumped to the same version (1.24.13), which is correct since they are co-versioned packages from the same repository. There are no stragglers left behind at the old version.

Scope - The template project files in TUnit.Templates/ pin their own package versions independently (not using Directory.Packages.props central management), so updating them separately is the right approach and has been done correctly.

Change content - The v1.24.13 release notes include meaningful fixes relevant to TUnit users:

  • Performance improvements to MockEngine (lower allocation, faster verification)
  • A fix for TUnit0073 when types come from another assembly
  • Fix for implicit conversion operators bypassed in property injection casts
  • Fix for non-virtual new methods being incorrectly included in mock discovery
  • Thread pool starvation fix in WebApplicationTest parallel server init

All of these are patch-level fixes with no breaking changes, making the bump safe.

Auto-merge is already enabled on this PR, which is appropriate for a patch-level dependency update generated by Renovate.

No concerns. This PR is good to 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

@thomhurst thomhurst merged commit 9b0e375 into main Mar 31, 2026
15 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch March 31, 2026 23:30
intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Apr 2, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.24.13 to
1.24.18.

<details>
<summary>Release notes</summary>

_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._

## 1.24.18

<!-- Release notes generated using configuration in .github/release.yml
at v1.24.18 -->

## What's Changed
### Other Changes
* feat(mocks): shorter, more readable generated mock type names by
@​thomhurst in thomhurst/TUnit#5334
* Fix DisposeAsync() ordering for nested property injection by @​Copilot
in thomhurst/TUnit#5337
### Dependencies
* chore(deps): update tunit to 1.24.13 by @​thomhurst in
thomhurst/TUnit#5331


**Full Changelog**:
thomhurst/TUnit@v1.24.13...v1.24.18

Commits viewable in [compare
view](thomhurst/TUnit@v1.24.13...v1.24.18).
</details>

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants