Skip to content

chore(deps): update tunit to 1.41.0#5789

Merged
thomhurst merged 1 commit intomainfrom
renovate/tunit
Apr 29, 2026
Merged

chore(deps): update tunit to 1.41.0#5789
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 minor 1.40.101.41.0
TUnit.AspNetCore nuget minor 1.40.101.41.0
TUnit.Assertions nuget minor 1.40.101.41.0
TUnit.Assertions.FSharp nuget minor 1.40.101.41.0
TUnit.Core nuget minor 1.40.101.41.0
TUnit.Engine nuget minor 1.40.101.41.0

Release Notes

thomhurst/TUnit (TUnit)

v1.41.0: 1.41.0

TUnit Should() Assertions (beta)

This versions comes with a beta version of TUnit.Assertions.Should - meaning that you can do:
myCode.Should().BeEqualTo(fluentShouldSyntax);

For more information see the docs: https://tunit.dev/docs/assertions/should-syntax

What's Changed
Other Changes
Dependencies

Full Changelog: v1.40.10...v1.41.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 Mend Renovate.

@thomhurst thomhurst added dependencies Pull requests that update a dependency file MINOR renovate-bot labels Apr 29, 2026
@thomhurst thomhurst enabled auto-merge (squash) April 29, 2026 18:03
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

This is a Renovate bot PR bumping the TUnit family of NuGet packages from → in Directory.Packages.props.

Summary

All 6 TUnit packages are consistently updated together:

  • TUnit
  • TUnit.AspNetCore
  • TUnit.Assertions
  • TUnit.Assertions.FSharp
  • TUnit.Core
  • TUnit.Engine

Observations

Self-referential upgrade — This project uses TUnit to test itself, so it is updating its own external package references to a newer version. This is expected and correct; the Directory.Packages.props entries reference the published NuGet packages consumed by downstream consumers in the test/sample projects, not the locally-built source.

Version consistency — All 6 packages move to the same version (1.41.0), which is correct. A mismatch between e.g. TUnit.Core and TUnit.Engine could cause runtime compatibility issues.

v1.41.0 highlights relevant to this repo — The release includes a fix for TestFailedException unwrapping (#5776) and item-at Satisfies source typing (#5764), both of which originated in this repo, so consuming the updated NuGet aligns the external references with already-merged improvements.

Verdict

The change is minimal, mechanical, and correct. No architectural or design concerns. Safe to merge. ✅

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

This is a Renovate bot PR bumping the TUnit family of NuGet packages from 1.40.10 to 1.41.0 in Directory.Packages.props.

Summary

All 6 TUnit packages are consistently updated together:

  • TUnit
  • TUnit.AspNetCore
  • TUnit.Assertions
  • TUnit.Assertions.FSharp
  • TUnit.Core
  • TUnit.Engine

Observations

Self-referential upgrade — This project uses TUnit to test itself, so it is updating its own external package references to a newer version. This is expected and correct; the Directory.Packages.props entries reference the published NuGet packages consumed by downstream consumers in the test/sample projects, not the locally-built source.

Version consistency — All 6 packages move to the same version (1.41.0), which is correct. A mismatch between e.g. TUnit.Core and TUnit.Engine could cause runtime compatibility issues.

v1.41.0 highlights relevant to this repo — The release includes a fix for TestFailedException unwrapping (#5776) and item-at Satisfies source typing (#5764), both of which originated in this repo, so consuming the updated NuGet aligns the external references with already-merged improvements.

Verdict

The change is minimal, mechanical, and correct. No architectural or design concerns. 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 b1ea298 into main Apr 29, 2026
15 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch April 29, 2026 18:36
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