Skip to content

chore(deps): update tunit to 1.65.38 - #6644

Merged
thomhurst merged 1 commit into
mainfrom
renovate/tunit
Aug 20, 2026
Merged

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

Conversation

@thomhurst

@thomhurst thomhurst commented Aug 19, 2026

Copy link
Copy Markdown
Owner

This PR contains the following updates:

Package Type Update Change
TUnit nuget patch 1.65.311.65.38
TUnit.AspNetCore nuget patch 1.65.311.65.38
TUnit.Assertions nuget patch 1.65.311.65.38
TUnit.Assertions.FSharp nuget patch 1.65.311.65.38
TUnit.Core nuget patch 1.65.311.65.38
TUnit.Engine nuget patch 1.65.311.65.38

Release Notes

thomhurst/TUnit (TUnit)

v1.65.38: 1.65.38

What's Changed
Other Changes
Dependencies

Full Changelog: v1.65.31...v1.65.38


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 Mend Renovate CLI.

Summary by CodeRabbit

  • Chores
    • Updated TUnit packages to version 1.65.38.
    • No changes were made to Verify package versions.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Aug 19, 2026
@thomhurst
thomhurst enabled auto-merge (squash) August 19, 2026 17:42
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0047afaf-764b-47e8-857c-de2b668e87db

📥 Commits

Reviewing files that changed from the base of the PR and between 1f0d0ce and 0dc1c83.

📒 Files selected for processing (1)
  • Directory.Packages.props

Included review availability: Your plan provides up to 10 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The package configuration updates six TUnit packages from version 1.65.31 to 1.65.38. The Verify package versions remain unchanged.

Changes

TUnit package update

Layer / File(s) Summary
Refresh TUnit package versions
Directory.Packages.props
Updates six TUnit package references to 1.65.38. Keeps Verify and Verify.NUnit at 31.28.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 0dc1c

This is a localized patch-level test dependency update with no actionable merge-blocking risk remaining beyond normal checks and review.

Possibly related PRs

  • thomhurst/TUnit#6596: Updates the same TUnit package references while preserving the Verify versions.

Suggested reviewers: campersau

Poem

A bunny checks the package line,
Six TUnit versions now align.
Verify stays just as before,
No extra changes at the door.
Hop, review, and close the chore!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the TUnit dependency update to version 1.65.38.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/tunit

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown

Greptile Summary

Updates the centrally managed TUnit package family from 1.65.31 to 1.65.38.

  • Keeps TUnit, Core, Engine, Assertions, FSharp Assertions, and ASP.NET Core integration packages on the same patch version.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
Directory.Packages.props Synchronously updates six centrally managed TUnit package versions without changing build configuration or application logic.

Reviews (2): Last reviewed commit: "chore(deps): update tunit to 1.65.38" | Re-trigger Greptile

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Aug 24, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.65.0 to
1.65.51.

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

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

## 1.65.51

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

## What's Changed
### Other Changes
* Compile public documentation snippets by @​thomhurst in
thomhurst/TUnit#6652
* Fix covariant property override discovery by @​thomhurst in
thomhurst/TUnit#6660
### Dependencies
* chore(deps): update tunit to 1.65.38 by @​thomhurst in
thomhurst/TUnit#6644
* chore(deps): update dependency fscheck to 3.4.0 by @​thomhurst in
thomhurst/TUnit#6646
* chore(deps): update dependency awssdk.sqs to 4.0.100.10 by @​thomhurst
in thomhurst/TUnit#6647
* chore(deps): update aspire to 13.5.1 by @​thomhurst in
thomhurst/TUnit#6648
* chore(deps): update dependency stackexchange.redis to 3.1.31 by
@​thomhurst in thomhurst/TUnit#6650
* chore(deps): update opentelemetry to 1.18.0 by @​thomhurst in
thomhurst/TUnit#6651


**Full Changelog**:
thomhurst/TUnit@v1.65.38...v1.65.51

## 1.65.38

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

## What's Changed
### Other Changes
* Fix mocks for inaccessible method signature types by @​thomhurst in
thomhurst/TUnit#6641
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.9 by @​thomhurst
in thomhurst/TUnit#6636
* chore(deps): update tunit to 1.65.31 by @​thomhurst in
thomhurst/TUnit#6637
* chore(deps): update dependency dompurify to v3.4.14 by @​thomhurst in
thomhurst/TUnit#6640
* chore(deps): update aspire to 13.5.0 by @​thomhurst in
thomhurst/TUnit#6638
* chore(deps): update dependency cliwrap to 3.10.5 by @​thomhurst in
thomhurst/TUnit#6642


**Full Changelog**:
thomhurst/TUnit@v1.65.31...v1.65.38

## 1.65.31

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

## What's Changed
### Other Changes
* Add xunit.v3.aot to speed comparison by @​campersau in
thomhurst/TUnit#6621
* Suppress HTML reports for nested test runs by @​thomhurst in
thomhurst/TUnit#6620
* Address xUnit speed comparison review feedback by @​thomhurst in
thomhurst/TUnit#6623
* Fix docs TypeScript 7 compatibility by @​thomhurst in
thomhurst/TUnit#6625
* Refresh docs npm dependencies by @​thomhurst in
thomhurst/TUnit#6624
* Switch to SignalWire llms.txt plugin by @​thomhurst in
thomhurst/TUnit#6627
* Remove single-test discovery copies by @​thomhurst in
thomhurst/TUnit#6631
* Skip unused scheduler work for unconstrained suites by @​thomhurst in
thomhurst/TUnit#6632
* Skip empty test registration work by @​thomhurst in
thomhurst/TUnit#6628
* Skip absent hook pipelines by @​thomhurst in
thomhurst/TUnit#6630
* Fix mocks with inaccessible constructor parameter types by @​thomhurst
in thomhurst/TUnit#6635
### Dependencies
* chore(deps): update dependency awssdk.sqs to 4.0.100.8 by @​thomhurst
in thomhurst/TUnit#6608
* chore(deps): update tunit to 1.65.0 by @​thomhurst in
thomhurst/TUnit#6609
* chore(deps): update dependency testcontainers.postgresql to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6612
* chore(deps): update dependency testcontainers.kafka to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6611
* chore(deps): update dependency testcontainers.redis to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6613
* chore(deps): update dependency microsoft.net.test.sdk to 18.9.0 by
@​thomhurst in thomhurst/TUnit#6614
* chore(deps): update xunit to v4 by @​thomhurst in
thomhurst/TUnit#6616


**Full Changelog**:
thomhurst/TUnit@v1.65.0...v1.65.31

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

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=TUnit.Core&package-manager=nuget&previous-version=1.65.0&new-version=1.65.51)](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 Aug 24, 2026
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