Skip to content
This repository was archived by the owner on Jul 26, 2026. It is now read-only.

chore(deps): update dependency tunit to 1.61.0 - #178

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 11, 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.45.291.61.0 age confidence

Release Notes

thomhurst/TUnit (TUnit)

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 MetadataFilterMatcher by @​thomhurst in #​6085
  • perf(engine): use CollectionsMarshal.GetValueRefOrAddDefault for dictionary index builds by @​thomhurst in #​6086
  • perf(engine): replace LINQ Where closure with inline filter in MetadataDependencyExpander BFS by @​thomhurst in #​6084
  • perf(engine): pool StringBuilder in DisplayNameBuilder.FormatArguments by @​thomhurst in #​6082
  • Preserve specialized chaining after null assertions by @​thomhurst in #​6008
  • perf: use EnumerateLines for line splitting in HtmlReportGenerator by @​thomhurst in #​6089
  • perf: collapse Replace chain in TestNameFormatter.BuildTestId by @​thomhurst in #​6083
  • perf: use OrdinalIgnoreCase Contains in HtmlReportGenerator span mapping by @​thomhurst in #​6093
  • perf(assertions): avoid eager interpolated-string alloc in assertion source ctors by @​thomhurst in #​6091
  • perf: optimize TestNameFormatter argument and bool formatting by @​thomhurst in #​6095
  • perf: use Froz
  • 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 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
renovate Bot force-pushed the renovate/tunit-1.x branch from b9457d7 to e4bb53e Compare June 13, 2026 22:54
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.48.6 chore(deps): update dependency tunit to 1.49.0 Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from e4bb53e to 4ff1d04 Compare June 14, 2026 16:10
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (135c3b5) to head (4ff1d04).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #178   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          230       230           
  Lines         6949      6949           
  Branches       691       691           
=========================================
  Hits          6949      6949           

☔ 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 from 4ff1d04 to e28f73e Compare June 16, 2026 00:09
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.49.0 chore(deps): update dependency tunit to 1.50.0 Jun 16, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from e28f73e to 1060d18 Compare June 17, 2026 21:40
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.50.0 chore(deps): update dependency tunit to 1.51.0 Jun 17, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 1060d18 to d15212b Compare June 19, 2026 00:54
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.51.0 chore(deps): update dependency tunit to 1.53.0 Jun 19, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from d15212b to e10629c Compare June 22, 2026 23:14
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.53.0 chore(deps): update dependency tunit to 1.54.0 Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from e10629c to 698cfe9 Compare June 24, 2026 18:42
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.54.0 chore(deps): update dependency tunit to 1.55.0 Jun 24, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 698cfe9 to 07b9bf5 Compare June 24, 2026 21:41
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.55.0 chore(deps): update dependency tunit to 1.55.2 Jun 24, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 07b9bf5 to 71b6d9f Compare June 25, 2026 18:44
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.55.2 chore(deps): update dependency tunit to 1.56.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch 2 times, most recently from 7cb9d01 to 8276a33 Compare June 29, 2026 21:09
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.56.0 chore(deps): update dependency tunit to 1.56.18 Jun 29, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 8276a33 to e79d186 Compare July 2, 2026 03:50
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.56.18 chore(deps): update dependency tunit to 1.56.25 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from e79d186 to feef68d Compare July 4, 2026 12:42
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.56.25 chore(deps): update dependency tunit to 1.56.35 Jul 4, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from feef68d to 30d3504 Compare July 8, 2026 15:10
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.56.35 chore(deps): update dependency tunit to 1.57.0 Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 30d3504 to 11a06d8 Compare July 11, 2026 00:46
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.57.0 chore(deps): update dependency tunit to 1.57.14 Jul 11, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 11a06d8 to a1ee793 Compare July 11, 2026 19:10
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.57.14 chore(deps): update dependency tunit to 1.58.0 Jul 11, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from a1ee793 to 2f5ac3c Compare July 23, 2026 01:45
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.58.0 chore(deps): update dependency tunit to 1.59.0 Jul 23, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 2f5ac3c to 7ecde37 Compare July 25, 2026 00:56
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.59.0 chore(deps): update dependency tunit to 1.60.0 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/tunit-1.x branch from 7ecde37 to 907b147 Compare July 26, 2026 17:55
@renovate renovate Bot changed the title chore(deps): update dependency tunit to 1.60.0 chore(deps): update dependency tunit to 1.61.0 Jul 26, 2026
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants