Skip to content

chore(deps): update tunit to 1.5*#6171

Merged
thomhurst merged 1 commit into
mainfrom
renovate/tunit
Jun 6, 2026
Merged

chore(deps): update tunit to 1.5*#6171
thomhurst merged 1 commit into
mainfrom
renovate/tunit

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
TUnit nuget minor 1.*1.5*
TUnit nuget minor 1.48.61.50.0
TUnit.AspNetCore nuget minor 1.48.61.50.0
TUnit.Assertions nuget minor 1.48.61.50.0
TUnit.Assertions.FSharp nuget minor 1.*1.5*
TUnit.Assertions.FSharp nuget minor 1.48.61.50.0
TUnit.Core nuget minor 1.48.61.50.0
TUnit.Engine nuget minor 1.48.61.50.0
TUnit.Playwright nuget minor 1.*1.5*

Release Notes

thomhurst/TUnit (TUnit)

v1.50.0: 1.50.0

What's Changed
Other Changes

Full Changelog: v1.49.0...v1.50.0

v1.49.0: 1.49.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.48.6...v1.49.0

v1.48.6: 1.48.6

What's Changed
Other Changes
Dependencies

Full Changelog: v1.48.0...v1.48.6

v1.48.0: 1.48.0

What's Changed
Other Changes
Dependencies

Full Changelog: v1.47.0...v1.48.0

v1.47.0: 1.47.0

What's Changed
Other Changes

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Jun 6, 2026
@thomhurst thomhurst enabled auto-merge (squash) June 6, 2026 01:15

@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

Overview

This is a Renovate-generated dependency update PR that bumps all TUnit-related NuGet packages from 1.48.61.50.0, and tightens the floating version constraints in project templates from 1.*1.5*.

Analysis

Consistency
All TUnit packages are updated together in a single PR: TUnit, TUnit.AspNetCore, TUnit.Core, TUnit.Engine, TUnit.Assertions, TUnit.Assertions.FSharp, and TUnit.Playwright. No partial updates.

Template Version Constraint Change — Worth a Second Look

The template files shift from 1.* to 1.5*. In NuGet's floating version syntax, 1.5* matches any version whose string representation starts with 1.5 (e.g. 1.50.0, 1.51.0), but not 1.60.0 or higher. This is intentional behavior by Renovate to keep templates from silently pulling in newer minor versions, but it does mean:

  • Once TUnit reaches 1.60.x, new projects scaffolded from these templates will be pinned to an outdated range unless the templates are updated again.
  • If the project moves fast (which it has — 1.481.50 in this cycle), this constraint will need regular maintenance.

This is a reasonable tradeoff (predictability vs. freshness), but it's worth being aware that the Renovate constraint-narrowing is now the mechanism keeping templates current. As long as Renovate PRs like this one are merged promptly, there's no issue.

No concerns with the Directory.Packages.props changes — pinning to a specific 1.50.0 version for internal test/sample project references is the right call.

Summary

Low-risk, routine version bump. The only thing worth noting is the implication of the 1.5* constraint in templates, which is a Renovate convention rather than a bug. Safe to merge.

@claude

claude Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Code Review

Overview

This is a Renovate-generated dependency update PR that bumps all TUnit-related NuGet packages from 1.48.61.50.0, and tightens the floating version constraints in project templates from 1.*1.5*.

Analysis

Consistency
All TUnit packages are updated together in a single PR: TUnit, TUnit.AspNetCore, TUnit.Core, TUnit.Engine, TUnit.Assertions, TUnit.Assertions.FSharp, and TUnit.Playwright. No partial updates.

Template Version Constraint Change — Worth a Second Look

The template files shift from 1.* to 1.5*. In NuGet's floating version syntax, 1.5* matches any version whose string representation starts with 1.5 (e.g. 1.50.0, 1.51.0), but not 1.60.0 or higher. This is intentional behavior by Renovate to keep templates from silently pulling in newer minor versions, but it does mean:

  • Once TUnit reaches 1.60.x, new projects scaffolded from these templates will be pinned to an outdated range unless the templates are updated again.
  • If the project moves fast (which it has — 1.481.50 in this cycle), this constraint will need regular maintenance.

This is a reasonable tradeoff (predictability vs. freshness), but it's worth being aware that the Renovate constraint-narrowing is now the mechanism keeping templates current. As long as Renovate PRs like this one are merged promptly, there's no issue.

No concerns with the Directory.Packages.props changes — pinning to a specific 1.50.0 version for internal test/sample project references is the right call.

Summary

Low-risk, routine version bump. The only thing worth noting is the implication of the 1.5* constraint in templates, which is a Renovate convention rather than a bug. Safe 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

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@thomhurst thomhurst merged commit e57125f into main Jun 6, 2026
14 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch June 6, 2026 01:39
github-actions Bot pushed a commit to IntelliTect/CodingGuidelines that referenced this pull request Jun 8, 2026
Updated [TUnit.Core](https://github.com/thomhurst/TUnit) from 1.48.6 to
1.51.0.

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

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

## 1.51.0

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

## What's Changed
### Other Changes
* fix(mocks): WasCalled/WasNeverCalled assertions via
[GenerateAssertion] for all ICallVerification types by @​thomhurst in
thomhurst/TUnit#6176
* fix: create fresh non-shared instances per CombinedDataSources
combination by @​thomhurst in
thomhurst/TUnit#6179
* fix: assign TestDetails before TestContext is published to
ClassHookContext.Tests by @​thomhurst in
thomhurst/TUnit#6182
* fix: resolve inherited instance data source members for
MethodDataSource by @​thomhurst in
thomhurst/TUnit#6178
* feat(mocks): per-element matchers for params array parameters by
@​thomhurst in thomhurst/TUnit#6181
* fix: invoke inner Func for TestDataRow<Func<T>> data sources (#​6161)
by @​thomhurst in thomhurst/TUnit#6183
### Dependencies
* chore(deps): update _tunitpolyfillversion to 10.8.0 by @​thomhurst in
thomhurst/TUnit#6167
* chore(deps): update dependency azure.storage.blobs to 12.29.0 by
@​thomhurst in thomhurst/TUnit#6168
* chore(deps): update aspire by @​thomhurst in
thomhurst/TUnit#6165
* chore(deps): update dependency cliwrap to 3.10.2 by @​thomhurst in
thomhurst/TUnit#6166
* chore(deps): update dependency streamjsonrpc to 2.25.25 by @​thomhurst
in thomhurst/TUnit#6170
* chore(deps): update dependency polyfill to 10.8.0 by @​thomhurst in
thomhurst/TUnit#6169
* chore(deps): update tunit to 1.5* by @​thomhurst in
thomhurst/TUnit#6171
* chore(deps): update _tunitpolyfillversion to 10.8.1 by @​thomhurst in
thomhurst/TUnit#6174
* chore(deps): update dependency polyfill to 10.8.1 by @​thomhurst in
thomhurst/TUnit#6175


**Full Changelog**:
thomhurst/TUnit@v1.50.0...v1.51.0

## 1.50.0

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

## What's Changed
### Other Changes
* fix(analyzers): decouple code fixers from Rules to prevent
MissingFieldException in VS by @​thomhurst in
thomhurst/TUnit#6158
* Fix mock wrappers for indexers and generic methods by @​thomhurst in
thomhurst/TUnit#6163
* Add global mock default mode by @​thomhurst in
thomhurst/TUnit#6164


**Full Changelog**:
thomhurst/TUnit@v1.49.0...v1.50.0

## 1.49.0

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

## What's Changed
### Other Changes
* docs: benchmark page descriptions + promote Benchmarks in sidebar by
@​thomhurst in thomhurst/TUnit#6143
* feat(mocks): discriminate generic-method mocks by type argument by
@​thomhurst in thomhurst/TUnit#6153
* fix(source-gen): jagged array data fails to compile (#​6150) by
@​thomhurst in thomhurst/TUnit#6152
* fix: dispose shared fixtures when only a subset of consuming tests
runs by @​thomhurst in thomhurst/TUnit#6156
### Dependencies
* chore(deps): update tunit to 1.48.6 by @​thomhurst in
thomhurst/TUnit#6142
* chore(deps): update react to ^19.2.7 by @​thomhurst in
thomhurst/TUnit#6144
* chore(deps): update aspire to 13.4.0 by @​thomhurst in
thomhurst/TUnit#6145
* chore(deps): update dependency nunit.analyzers to 4.14.0 by
@​thomhurst in thomhurst/TUnit#6146
* chore(deps): update dependency polyfill to 10.7.2 by @​thomhurst in
thomhurst/TUnit#6148
* chore(deps): update dependency polyfill to 10.7.2 by @​thomhurst in
thomhurst/TUnit#6149
* chore(deps): update dependency dompurify to v3.4.8 by @​thomhurst in
thomhurst/TUnit#6155


**Full Changelog**:
thomhurst/TUnit@v1.48.6...v1.49.0

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants