Skip to content

chore(deps): update dependency tunit to v1#428

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tunit-1.x
Open

chore(deps): update dependency tunit to v1#428
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tunit-1.x

Conversation

@renovate

@renovate renovate Bot commented Nov 5, 2025

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 0.61.391.61.15 age confidence

Release Notes

thomhurst/TUnit (TUnit)

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

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

v1.50.0: 1.50.0

What's Changed
Other Changes

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

v1.49.0: 1.49.0

What's Changed

Other Changes
Dependencies

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

v1.48.6: 1.48.6

What's Changed
Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.48.0...v1.48.6

v1.48.0: 1.48.0

What's Changed
Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@v1.47.0...v1.48.0

v1.47.0: 1.47.0

What's Changed
Other Changes
  • perf(engine): hoist GetParameters and dict-dedup AfterTestDiscovery hooks by @​thomhurst in #​6062
  • perf(engine): hoist GetParameters and drop LINQ in reflection discovery by @​thomhurst in #​6063
  • perf(engine): cache treenode filter path on TestMetadata by @​thomhurst in #​6064
  • perf: use is T pattern in ReflectionExtensions.HasAttribute fallback (#​6060) by @​thomhurst in #​6066
  • perf: replace OrderBy().ToArray() with Array.Sort in ConstraintKeyScheduler by @​thomhurst in #​6067
  • perf: pool HashSet in WaitingTestIndex.GetCandidatesForReleasedKeys by @​thomhurst in #​6069
  • perf: collapse OfType chains in JUnitXmlWriter (#​6052) by @​thomhurst in #​6070
  • perf(engine): avoid closure allocation in AfterHookPairTracker.GetOrCreateAfterAssemblyTask (#​6041) by @​thomhurst in #​6071
  • perf: avoid closure allocation in BeforeHookTaskCache.GetOrCreateBeforeAssemblyTask (#​6040) by @​thomhurst in #​6073
  • perf: use TryAdd in TestDependencyResolver dependency dedupe by @​thomhurst in #​6068
  • perf: replace LINQ Any with foreach in TestGenericTypeResolver (#​6044) by @​thomhurst in #​6072
  • perf: avoid Cast().FirstOrDefault() iterator alloc in CastHelper (#​6029) by @​thomhurst in #​6074
  • perf(engine): avoid string round-trip when building nested type names (#​6049) by @​thomhurst in #​6075
  • perf(engine): replace Select+ToArray with manual Type[] build (#​6043) by @​thomhurst in #​6076
  • perf(core): replace OfType().FirstOrDefault()/.Any() with foreach in ClassConstructorHelper by @​thomhurst in #​6078
  • perf(engine): avoid FirstOrDefault iterator alloc in TestGenericTypeResolver by @​thomhurst in #​6079
  • perf(engine): use SearchValues for reporter filename sanitization by @​thomhurst in #​6090
  • perf: dedupe TestDataFormatter.FormatArguments with pooled StringBuilder by @​thomhurst in #​6088
  • perf(engine): use MemoryExtensions.Split for path parsing in MetadataFilterMa
  • 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: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, 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.

@codecov-commenter

codecov-commenter commented Nov 5, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.97%. Comparing base (312f823) to head (94842bf).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   79.97%   79.97%           
=======================================
  Files         259      259           
  Lines       13326    13326           
  Branches     1240     1240           
=======================================
  Hits        10658    10658           
  Misses       2291     2291           
  Partials      377      377           

☔ 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.

@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 7 times, most recently from 2a5d6f6 to a44b0ba Compare November 13, 2025 03:09
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 4 times, most recently from 666f73f to da40150 Compare November 19, 2025 00:56
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 11 times, most recently from 854693c to 41f7700 Compare December 3, 2025 18:11
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 7 times, most recently from b1aa3d5 to 2f216ab Compare December 11, 2025 22:10
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 6 times, most recently from 540791b to a57a6e3 Compare December 29, 2025 16:52
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 5 times, most recently from c7789a6 to d3cc63f Compare January 2, 2026 19:15
@renovate renovate Bot changed the title chore(deps): update dependency tunit to v1 Update dependency TUnit to v1 Jan 2, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 9 times, most recently from 3d0996f to f93dff0 Compare January 10, 2026 01:54
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 8 times, most recently from fd916e4 to d586b78 Compare January 14, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant