Skip to content

chore(deps): update tunit to 1.29.0 - #5446

Merged
thomhurst merged 1 commit into
mainfrom
renovate/tunit
Apr 7, 2026
Merged

chore(deps): update tunit to 1.29.0#5446
thomhurst merged 1 commit into
mainfrom
renovate/tunit

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
TUnitnugetminor1.28.71.29.0
TUnit.AspNetCorenugetminor1.28.71.29.0
TUnit.Assertionsnugetminor1.28.71.29.0
TUnit.Assertions.FSharpnugetminor1.28.71.29.0
TUnit.Corenugetminor1.28.71.29.0
TUnit.Enginenugetminor1.28.71.29.0
TUnit.Playwrightnugetminor1.28.71.29.0

Release Notes

thomhurst/TUnit (TUnit)

v1.29.0: 1.29.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.28.7...v1.29.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.

@thomhurstthomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Apr 7, 2026
@thomhurst
thomhurst enabled auto-merge (squash) April 7, 2026 19:32

@claudeclaudeBot left a comment

Copy link
Copy Markdown
Contributor

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

This is a straightforward dependency bump PR generated by Renovate Bot, updating all TUnit-family packages from 1.28.71.29.0.

Changes Summary

  • Directory.Packages.props — Central version management updated for 6 TUnit packages
  • TUnit.Templates/ — Template project files updated consistently across all 5 template variants (AspNet, AspNet.FSharp, FSharp, Playwright, VB)

Assessment

The changes are clean and correct:

  1. Consistency — All TUnit package references are uniformly bumped to 1.29.0 with no version skew between packages. The F# and VB templates are kept in sync with the C# ones.

  2. Template hygiene — Template .csproj/.fsproj/.vbproj files have inline version pins (not using the central Directory.Packages.props), which is intentional since templates are distributed as standalone artifacts and need explicit versions for user-facing defaults.

  3. v1.29.0 content — The release includes meaningful bug fixes (virtual hook override deduplication, __argArray locals collision fix in mock event dispatch, nullable annotation preservation) so this bump brings real value, not just a version number change.

No issues found. The PR is safe to merge.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics0 complexity

MetricResults
Complexity0

View in Codacy

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

@thomhurst
thomhurst merged commit fe7002a into mainApr 7, 2026
15 checks passed
@thomhurst
thomhurst deleted the renovate/tunit branch April 7, 2026 20:07
intellitect-bot pushed a commit to IntelliTect/EssentialCSharp.Web that referenced this pull request Apr 9, 2026
Updated [TUnit](https://github.com/thomhurst/TUnit) from 1.29.0 to
1.30.0.
<details>
<summary>Release notes</summary>
_Sourced from [TUnit's
releases](https://github.com/thomhurst/TUnit/releases)._
## 1.30.0
<!-- Release notes generated using configuration in .github/release.yml
at v1.30.0 -->
## What's Changed
### Other Changes
* perf: eliminate locks from mock invocation and verification hot paths
by @​thomhurst in thomhurst/TUnit#5422
* feat: TUnit0074 analyzer for redundant hook attributes on overrides by
@​thomhurst in thomhurst/TUnit#5459
* fix(mocks): respect generic type argument accessibility (#​5453) by
@​thomhurst in thomhurst/TUnit#5460
* fix(mocks): skip inaccessible internal accessors when mocking
Azure.Response by @​thomhurst in
thomhurst/TUnit#5461
* fix: apply CultureAttribute and STAThreadExecutorAttribute to hooks
(#​5452) by @​thomhurst in thomhurst/TUnit#5463
### Dependencies
* chore(deps): update tunit to 1.29.0 by @​thomhurst in
thomhurst/TUnit#5446
* chore(deps): update react to ^19.2.5 by @​thomhurst in
thomhurst/TUnit#5457
* chore(deps): update opentelemetry to 1.15.2 by @​thomhurst in
thomhurst/TUnit#5456
* chore(deps): update dependency qs to v6.15.1 by @​thomhurst in
thomhurst/TUnit#5458
**Full Changelog**:
thomhurst/TUnit@v1.29.0...v1.30.0
Commits viewable in [compare
view](thomhurst/TUnit@v1.29.0...v1.30.0).
</details>
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit&package-manager=nuget&previous-version=1.29.0&new-version=1.30.0)](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 was referenced Jun 1, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileMINORrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thomhurst@renovate-bot