Skip to content

chore(deps): update tunit to 1.43.37#863

Merged
thomhurst merged 1 commit into
mainfrom
renovate/tunit
May 8, 2026
Merged

chore(deps): update tunit to 1.43.37#863
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.43.111.43.37
TUnit.Logging.Microsoft nuget patch 1.43.111.43.37

Release Notes

thomhurst/TUnit (TUnit)

v1.43.37: 1.43.37

What's Changed
Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.43.11...v1.43.37


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.

Copy link
Copy Markdown

@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: TUnit patch update 1.43.11 → 1.43.37

This is a routine Renovate-generated dependency update bumping TUnit and TUnit.Logging.Microsoft across both test projects. The diff is clean and consistent — both packages are updated in lock-step.

Notable changes in this TUnit version range

The most relevant upstream change for Dekaf specifically is:

fix(assertions): skip ref-struct members in IsEquivalentTo (#5842)

This fix is directly applicable to Dekaf. The codebase uses ref struct types extensively in the zero-allocation protocol layer (KafkaProtocolWriter, KafkaProtocolReader, etc.). Previously, calling IsEquivalentTo on types that contain or reference ref struct members could cause incorrect or broken assertion behavior. This patch addresses that, which may improve test reliability for protocol-related assertions.

Verification

  • ✅ Both .csproj files updated consistently to 1.43.37
  • TUnit and TUnit.Logging.Microsoft are in sync (both 1.43.37) in the integration project
  • ✅ No source code changes — purely dependency version bumps
  • ✅ Auto-merge is enabled; appropriate for a patch-level dependency update with CI gating

No concerns

This update looks good to merge. The ref-struct assertion fix is a welcome improvement given Dekaf's heavy use of ref struct in hot paths.

@thomhurst thomhurst merged commit 4e05ca3 into main May 8, 2026
19 checks passed
@thomhurst thomhurst deleted the renovate/tunit branch May 8, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants