Skip to content

chore(deps): update tunit to 1.61.38 - #6479

Merged
thomhurst merged 1 commit into
mainfrom
renovate/tunit
Jul 23, 2026
Merged

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

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

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

Release Notes

thomhurst/TUnit (TUnit)

v1.61.38: 1.61.38

What's Changed
Other Changes
Dependencies

Full Changelog: v1.61.35...v1.61.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.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Jul 23, 2026
@thomhurst
thomhurst enabled auto-merge (squash) July 23, 2026 12:09

@claude claude Bot 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

Scope: Renovate-generated dependency bump — Directory.Packages.props only (6 lines changed).

What changed: All six self-referenced TUnit.* NuGet package pins (TUnit, TUnit.AspNetCore, TUnit.Assertions, TUnit.Assertions.FSharp, TUnit.Core, TUnit.Engine) bumped from 1.61.351.61.38. These are consumed by the templates (TUnit.Templates/content/**) and tools/tunit-nuget-tester for dogfooding the published package.

Findings:

  • Version bump is consistent across all related packages — no partial/mismatched versions.
  • Matches the upstream changelog for 1.61.38 (unmanaged-constraint fix in source generators + new TestContext data-source-attribute feature), both patch/minor-safe changes with no breaking API changes noted.
  • No source, snapshot (.verified.txt), or template content files are touched, so no dual-mode (source-gen/reflection) or snapshot-testing concerns apply here per CLAUDE.md.
  • No architectural concerns — this is a mechanical version-pin update with no design surface to evaluate.

Verdict: Looks good. Safe to merge/automerge.

@greptile-apps

greptile-apps Bot commented Jul 23, 2026

Copy link
Copy Markdown

Greptile Summary

Updates all centrally managed TUnit packages in lockstep from 1.61.35 to 1.61.38.

Confidence Score: 5/5

The PR appears safe to merge with no actionable defects identified.

The patch updates the related TUnit packages together, and no incompatible constraints, lock files, or concrete build or runtime failures were found.

Important Files Changed

Filename Overview
Directory.Packages.props Consistently updates six TUnit package versions to 1.61.38 without introducing version skew or changing package configuration.

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

@thomhurst
thomhurst merged commit 08b93eb into main Jul 23, 2026
14 checks passed
@thomhurst
thomhurst deleted the renovate/tunit branch July 23, 2026 12:38
github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Aug 3, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.61.38 to
1.63.0.

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

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

## 1.63.0

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

## What's Changed
### Other Changes
* fix(mocks): dispatch abstract indexers through the engine instead of
calling base by @​thomhurst in
thomhurst/TUnit#6517
* feat(mocks): experimental compile-time internals access (#​6514 Tier
2) by @​thomhurst in thomhurst/TUnit#6520
* feat(mocks): make the async-factory Returns alias available below
net9.0 by @​thomhurst in thomhurst/TUnit#6518
* +semver:minor - feat(mocks): runtime auto-stubs for interfaces the
source generator cannot see by @​thomhurst in
thomhurst/TUnit#6519
### Dependencies
* chore(deps): update tunit to 1.62.0 by @​thomhurst in
thomhurst/TUnit#6508
* chore(deps): update dependency mockolate to 3.4.0 by @​thomhurst in
thomhurst/TUnit#6512
* chore(deps): update dependency cliwrap to 3.10.4 by @​thomhurst in
thomhurst/TUnit#6513
* chore(deps): update dependency stackexchange.redis to 3.0.25 by
@​thomhurst in thomhurst/TUnit#6522
* chore(deps): update dependency brace-expansion to v5.0.9 by
@​thomhurst in thomhurst/TUnit#6523
* chore(deps): update dependency microsoft.build.utilities.core to v18
by @​thomhurst in thomhurst/TUnit#6525


**Full Changelog**:
thomhurst/TUnit@v1.62.0...v1.63.0

## 1.62.0

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

## What's Changed
### Other Changes
* fix(docs): make Mermaid lifecycle diagrams readable by @​thomhurst in
thomhurst/TUnit#6485
* fix(mocks): strip nullable annotation from constructor dispatch
patterns by @​thomhurst in thomhurst/TUnit#6498
* fix(mocks): skip interfaces with inaccessible abstract members by
@​thomhurst in thomhurst/TUnit#6502
* feat(mocks): accept an async factory in Returns() on async members by
@​thomhurst in thomhurst/TUnit#6503
* fix(mocks): report TM006 instead of CS1729 for unsubclassable classes
by @​thomhurst in thomhurst/TUnit#6501
* fix(mocks): emit the setup surface into the globally-imported
namespace by @​thomhurst in thomhurst/TUnit#6504
* fix(mocks): reference TUnit.Mocks once in snapshot test compilations
by @​thomhurst in thomhurst/TUnit#6506
* fix(mocks): make generated identifier sanitization injective by
@​thomhurst in thomhurst/TUnit#6507
### Dependencies
* chore(deps): update tunit to 1.61.38 by @​thomhurst in
thomhurst/TUnit#6479
* chore(deps): update dependency brace-expansion to v5.0.8 by
@​thomhurst in thomhurst/TUnit#6478
* chore(deps): update dependency cliwrap to 3.10.3 by @​thomhurst in
thomhurst/TUnit#6482
* chore(deps): bump postcss from 8.5.10 to 8.5.22 in /docs by
@​dependabot[bot] in thomhurst/TUnit#6480
* chore(deps): update dependency fscheck to 3.3.4 by @​thomhurst in
thomhurst/TUnit#6486
* chore(deps): update dependency minimatch to v10.2.6 by @​thomhurst in
thomhurst/TUnit#6490
* chore(deps): update actions/stale action to v11 by @​thomhurst in
thomhurst/TUnit#6496
* chore(deps): update microsoft.testing to 2.3.3 by @​thomhurst in
thomhurst/TUnit#6499
* chore(deps): update mstest to 4.3.3 by @​thomhurst in
thomhurst/TUnit#6500


**Full Changelog**:
thomhurst/TUnit@v1.61.38...v1.62.0

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

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