Skip to content

chore(deps): update tunit packages - #1327

Merged
samtrion merged 2 commits into
mainfrom
renovate/tunit-packages
Aug 2, 2026
Merged

chore(deps): update tunit packages#1327
samtrion merged 2 commits into
mainfrom
renovate/tunit-packages

Conversation

@renovate

@renovate renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
TUnit 1.48.61.63.0 age confidence
TUnit.Core 1.48.61.63.0 age confidence
Verify.TUnit 31.19.031.28.0 age confidence

Release Notes

thomhurst/TUnit (TUnit)

v1.63.0: 1.63.0

What's Changed

Other Changes
Dependencies

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

v1.62.0: 1.62.0

What's Changed

Other Changes
Dependencies

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

v1.61.38: 1.61.38

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.61.35...v1.61.38

v1.61.35: 1.61.35

What's Changed
Other Changes
  • fix(mocks): omit 'struct' constraint when type parameter has 'unmanaged' constraint by @​thomhurst in #​6473
Dependencies

Full Changelog: thomhurst/TUnit@v1.61.29...v1.61.35

v1.61.29: 1.61.29

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.61.23...v1.61.29

v1.61.23: 1.61.23

What's Changed

Other Changes
  • fix(mocks): emit 'where T : default' for interface-constrained generic methods by @​thomhurst in #​6458
Dependencies

Full Changelog: thomhurst/TUnit@v1.61.15...v1.61.23

v1.61.15: 1.61.15

What's Changed

Other Changes
Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.61.0...v1.61.15

v1.61.0: 1.61.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.60.0...v1.61.0

v1.60.0: 1.60.0

What's Changed

Other Changes
  • feat: cross-process test report aggregation — merged HTML report + single GitHub summary by @​thomhurst in #​6415
Dependencies

Full Changelog: thomhurst/TUnit@v1.59.0...v1.60.0

v1.59.0: 1.59.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.58.0...v1.59.0

v1.58.0: 1.58.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.57.17...v1.58.0

v1.57.17: 1.57.17

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.57.14...v1.57.17

v1.57.14: 1.57.14

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.57.0...v1.57.14

v1.57.0: 1.57.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.56.35...v1.57.0

v1.56.35: 1.56.35

What's Changed

Other Changes
  • feat(aspire): tear down Aspire on test-run abort via session cancellation token by @​thomhurst in #​6292
Dependencies

Full Changelog: thomhurst/TUnit@v1.56.25...v1.56.35

v1.56.25: 1.56.25

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.56.18...v1.56.25

v1.56.18: 1.56.18

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.56.0...v1.56.18

v1.56.0: 1.56.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.55.2...v1.56.0

v1.55.2: 1.55.2

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.55.0...v1.55.2

v1.55.0: 1.55.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.54.0...v1.55.0

v1.54.0: 1.54.0

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.53.0...v1.54.0

v1.53.0: 1.53.0

What's Changed
Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.51.0...v1.53.0

v1.51.0: 1.51.0

What's Changed
Other Changes
Dependencies

Note

PR body was truncated to here.


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner July 24, 2026 21:31
@renovate renovate Bot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Jul 24, 2026
@renovate
renovate Bot requested review from samtrion and removed request for a team July 24, 2026 21:31
@renovate renovate Bot added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Jul 24, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 24, 2026 21:31
@renovate
renovate Bot force-pushed the renovate/tunit-packages branch from fd0774c to cc6ed94 Compare July 24, 2026 22:06
@samtrion

Copy link
Copy Markdown
Contributor

Skipping automated merge: CI is genuinely red, not flaky. Bumping TUnit/TUnit.Core to 1.61.38 (a large jump from 1.48.6) fixes the previous Verify.TUnit/TUnit.Core downgrade conflict (see #1312) but introduces new failures on the net6.0 target: System.Security.SecurityException: Invalid assembly public key when running NetEvolve.Extensions.TUnit.Tests.PublicApi (net6.0, zero tests ran), plus a VerifyException snapshot mismatch under tests/NetEvolve.Extensions.TUnit.Tests.Unit/_snapshots/DotNet6_0. This looks like a genuine net6.0 compatibility issue with the new TUnit version and needs real investigation/snapshot updates, not a trivial fix, so leaving this for manual follow-up rather than force-merging.

@renovate
renovate Bot force-pushed the renovate/tunit-packages branch 7 times, most recently from afe5b77 to 0620ad7 Compare July 26, 2026 15:54
@renovate renovate Bot changed the title chore(deps): update tunit packages (minor) chore(deps): update tunit packages Jul 26, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-packages branch 14 times, most recently from a8984f0 to 4c6df41 Compare August 1, 2026 02:05
@renovate
renovate Bot force-pushed the renovate/tunit-packages branch 3 times, most recently from f189a48 to c2354a4 Compare August 2, 2026 10:59
@renovate
renovate Bot force-pushed the renovate/tunit-packages branch from c2354a4 to a0fa7e2 Compare August 2, 2026 20:47
@renovate

renovate Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Bisected: Verify.TUnit 31.21.0+ intermittently reports a false NotEqual
for the PublicApi snapshot tests when many test binaries run in parallel,
causing non-deterministic CI failures. 31.19.1 restores incompatibly for
the TUnit.Tests.PublicApi net6.0 target (System.Security.SecurityException:
Invalid assembly public key), so 31.20.0 is the last version compatible
with both the TUnit 1.63.0 bump and the net6.0 target.
@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.88%. Comparing base (ad80930) to head (957c761).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1327      +/-   ##
==========================================
- Coverage   83.11%   80.88%   -2.23%     
==========================================
  Files          87       87              
  Lines         225      225              
  Branches       17       17              
==========================================
- Hits          187      182       -5     
- Misses         32       38       +6     
+ Partials        6        5       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@samtrion
samtrion merged commit c0c25ad into main Aug 2, 2026
14 checks passed
@samtrion
samtrion deleted the renovate/tunit-packages branch August 2, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant