ArchUnitNET icon indicating copy to clipboard operation
ArchUnitNET copied to clipboard

chore(deps): update dependency tunit to v1

Open renovate[bot] opened this issue 2 months ago • 1 comments

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
TUnit 0.61.39 -> 1.5.60 age confidence

Release Notes

thomhurst/TUnit (TUnit)

v1.5.60: 1.5.60

What's Changed

Other Changes
Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.53...v1.5.60

v1.5.53: 1.5.53

What's Changed

Other Changes
  • fix: casted enum array in arguments attribute causing source generator compilation failures by @​thomhurst in #​4066
Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.48...v1.5.53

v1.5.48: 1.5.48

What's Changed

Other Changes
Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.42...v1.5.48

v1.5.42: 1.5.42

What's Changed

🏕 Changes
  • feat: add DynamicTestIndex property for unique test ID generation in dynamic tests by @​thomhurst in #​4056

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.41...v1.5.42

v1.5.41: 1.5.41

What's Changed

🏕 Changes
  • Fix documentation: TestContext.Dependencies.GetTests() is the correct public API by @​Copilot in #​4050
  • feat: prevent side effects from non-IAsyncInitializer property getters during discovery by @​thomhurst in #​4054

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.37...v1.5.41

v1.5.37: 1.5.37

What's Changed

🏕 Changes
  • fix: Collection.Count(lambda) returns a collection-type assertion builder for further collection assertion chaining by @​thomhurst in #​4043
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.35...v1.5.37

v1.5.35: 1.5.35

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.33...v1.5.35

v1.5.33: 1.5.33

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.6...v1.5.33

v1.5.6: 1.5.6

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.1...v1.5.6

v1.5.1: 1.5.1

What's Changed

🏕 Changes
  • fix: prevent IAsyncInitializer from running during test discovery when using InstanceMethodDataSource by @​thomhurst in #​4002

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.5.0...v1.5.1

v1.5.0: 1.5.0

What's Changed

🏕 Changes
  • feat: add IAsyncDiscoveryInitializer for asynchronous initialization during test discovery by @​thomhurst in #​4000

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.8...v1.5.0

v1.4.8: 1.4.8

What's Changed

🏕 Changes

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.7...v1.4.8

v1.4.7: 1.4.7

What's Changed

🏕 Changes

New Contributors

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.5...v1.4.7

v1.4.5: 1.4.5

What's Changed

🏕 Changes
  • fix: add regression test for TestContext.Current null issue during property injection by @​thomhurst in #​3995
  • fix: don't run IAsyncInitializer during discovery phase by @​thomhurst in #​3996
  • feat: add support for reusing discovery instances in test building and property resolution by @​thomhurst in #​3998
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.4.0...v1.4.5

v1.4.0: 1.4.0

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.25...v1.4.0

v1.3.25: 1.3.25

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.15...v1.3.25

v1.3.15: 1.3.15

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.13...v1.3.15

v1.3.13: 1.3.13

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.9...v1.3.13

v1.3.9: 1.3.9

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.3.0...v1.3.9

v1.3.0: 1.3.0

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.2.11...v1.3.0

v1.2.11: 1.2.11

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.2.3...v1.2.11

v1.2.3: 1.2.3

What's Changed

🏕 Changes
  • feat: update GitHubReporter to use HTML tables instead of Markdown ta… by @​kzrnm in #​3859
👒 Dependencies

New Contributors

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.2.0...v1.2.3

v1.2.0: 1.2.0

What's Changed

🏕 Changes
  • feat: implement TestBuildContext for capturing build-time output by @​thomhurst in #​3849
  • feat: introduce EventReceiverStage for controlling execution order of event receivers by @​thomhurst in #​3850
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.1.27...v1.2.0

v1.1.27: 1.1.27

What's Changed

🏕 Changes
  • Fix documentation: Update TestContext API from context.Result to context.Execution.Result by @​Copilot in #​3837
  • Clarify TUnit0046 diagnostic message for data source return types by @​Copilot in #​3843
  • feat(tests): add timeout cancellation token tests and enhance test context by @​thomhurst in #​3838
  • Optimize GetOrAdd method in ThreadSafeDictionary for improved concurrency handling by @​thomhurst in #​3845
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.1.10...v1.1.27

v1.1.10: 1.1.10

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.1.0...v1.1.10

v1.1.0: 1.1.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.78...v1.1.0

v1.0.78: 1.0.78

What's Changed

Build

This is the first version of TUnit built using the officially released .NET 10 SDK.

🏕 Changes
  • Fix light mode text contrast in Assertions Library page by @​Copilot in #​3752
  • feat(polyfills): add support for embedded Polyfill attributes to prevent type conflicts by @​thomhurst in #​3787
  • feat(tests): fix code fixer for xUnit migration code fixer .All().Satisfy() by @​thomhurst in #​3786
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.48...v1.0.78

v1.0.48: 1.0.48

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.39...v1.0.48

v1.0.39: 1.0.39

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.30...v1.0.39

v1.0.30: 1.0.30

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.27...v1.0.30

v1.0.27: 1.0.27

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v1.0.0...v1.0.27

v1.0.0: 1.0.0

It's been a long time coming! Here's version 1.0!

What's Changed

Breaking Changes 🛠

Snippets on the refactored API can be found here: https://tunit.dev/docs/migration/testcontext-interface-organization

🏕 Changes
  • Implement GetNestedClassName method and update test ID generation to use nested class names with '+' separator by @​thomhurst in #​3708
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.45...v1.0.0

v0.90.45: 0.90.45

What's Changed

👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.42...v0.90.45

v0.90.42: 0.90.42

What's Changed

🏕 Changes
  • feat: enable conditional source generation based on configuration property by @​thomhurst in #​3699
  • refactor: adjust parallelism handling in TestScheduler for better resource management by @​thomhurst in #​3701
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.38...v0.90.42

v0.90.38: 0.90.38

What's Changed

🏕 Changes
  • refactor: optimize injection and initialization tasks for better performance and reduced allocations by @​thomhurst in #​3696
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.35...v0.90.38

v0.90.35: 0.90.35

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: https://github.com/thomhurst/TUnit/compare/v0.90.32...v0.90.35

v0.90.32: 0.90.32

What's Changed

🏕 Changes
  • perf: optimize test execution by partitioning tests by @​thomhurst in #​3676
  • fix: fix nested classes conflicting with the same testid by [@​thomhurst](https://redirect.github.com/thomhurs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 this update again.


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

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

renovate[bot] avatar Nov 05 '25 23:11 renovate[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 73.79%. Comparing base (c569fbb) to head (88156d0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   73.79%   73.79%           
=======================================
  Files         259      259           
  Lines       16387    16387           
  Branches     1336     1336           
=======================================
  Hits        12092    12092           
  Misses       3878     3878           
  Partials      417      417           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov-commenter avatar Nov 05 '25 23:11 codecov-commenter