Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2025

This PR contains the following updates:

Package Change Age Confidence
TUnit 1.5.6 -> 1.5.60 age confidence

Release Notes

thomhurst/TUnit (TUnit)

v1.5.60: 1.5.60

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@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: thomhurst/TUnit@v1.5.48...v1.5.53

v1.5.48: 1.5.48

What's Changed

Other Changes
Dependencies

Full Changelog: thomhurst/TUnit@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: thomhurst/TUnit@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: thomhurst/TUnit@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: thomhurst/TUnit@v1.5.35...v1.5.37

v1.5.35: 1.5.35

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v1.5.33...v1.5.35

v1.5.33: 1.5.33

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v1.5.6...v1.5.33


Configuration

📅 Schedule: 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 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 added the dependency:nuget Indicates a pull request related to updating or managing NuGet package dependencies. label Dec 12, 2025
@renovate renovate bot enabled auto-merge (squash) December 12, 2025 07:49
@renovate
Copy link
Contributor Author

renovate bot commented Dec 12, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/NetEvolve.ProjectBuilders.TUnit/packages.lock.json, tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/packages.lock.json, src/NetEvolve.ProjectBuilders.XUnit/packages.lock.json, src/NetEvolve.ProjectBuilders/packages.lock.json, tests/NetEvolve.ProjectBuilders.Tests.Integration/packages.lock.json, tests/NetEvolve.ProjectBuilders.Tests.Unit/packages.lock.json, tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/_snapshots/BuildAsync_CSharp_VerifyDirectory.CSharpProjectTests_2e3710fb187ad3b2/packages.lock.json, tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/_snapshots/BuildAsync_CSharp_VerifyDirectory.CSharpProjectTests_3d47d9d6845047ab/packages.lock.json, tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/_snapshots/BuildAsync_CSharp_VerifyDirectory.CSharpProjectTests_d0d486a6bdb1f134/packages.lock.json, tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/_snapshots/BuildAsync_VB_VerifyDirectory.VBProjectTests_617daa46230c50b0/packages.lock.json, tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/_snapshots/BuildAsync_VB_VerifyDirectory.VBProjectTests_6b1e07e19115af64/packages.lock.json, tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/_snapshots/BuildAsync_VB_VerifyDirectory.VBProjectTests_71ef6298a02aabcd/packages.lock.json
  Determining projects to restore...
/tmp/renovate/repos/github/dailydevops/projectbuilders/tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/NetEvolve.ProjectBuilders.TUnit.Tests.Integration.csproj : error NU1109: Detected package downgrade: TUnit.Core from 1.5.60 to centrally defined 1.5.6. Update the centrally managed package version to a higher version. 
/tmp/renovate/repos/github/dailydevops/projectbuilders/tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/NetEvolve.ProjectBuilders.TUnit.Tests.Integration.csproj : error NU1109:  NetEvolve.ProjectBuilders.TUnit.Tests.Integration -> TUnit 1.5.60 -> TUnit.Engine 1.5.60 -> TUnit.Core (>= 1.5.60) 
/tmp/renovate/repos/github/dailydevops/projectbuilders/tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/NetEvolve.ProjectBuilders.TUnit.Tests.Integration.csproj : error NU1109:  NetEvolve.ProjectBuilders.TUnit.Tests.Integration -> TUnit.Core (>= 1.5.6)
  Failed to restore /tmp/renovate/repos/github/dailydevops/projectbuilders/tests/NetEvolve.ProjectBuilders.TUnit.Tests.Integration/NetEvolve.ProjectBuilders.TUnit.Tests.Integration.csproj (in 2.16 sec).
  Restored /tmp/renovate/repos/github/dailydevops/projectbuilders/src/NetEvolve.ProjectBuilders/NetEvolve.ProjectBuilders.csproj (in 13 ms).
  Restored /tmp/renovate/repos/github/dailydevops/projectbuilders/src/NetEvolve.ProjectBuilders.TUnit/NetEvolve.ProjectBuilders.TUnit.csproj (in 8 ms).

@renovate renovate bot force-pushed the renovate/tunit-1.5.x branch from 078f1c8 to 8276510 Compare December 12, 2025 14:37
@renovate renovate bot changed the title chore(deps): update dependency tunit to 1.5.48 chore(deps): update dependency tunit to 1.5.53 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/tunit-1.5.x branch from 8276510 to 80689ae Compare December 14, 2025 14:05
@renovate renovate bot changed the title chore(deps): update dependency tunit to 1.5.53 chore(deps): update dependency tunit to 1.5.60 Dec 14, 2025
@renovate renovate bot force-pushed the renovate/tunit-1.5.x branch from 80689ae to 8cbe908 Compare December 14, 2025 20:27
@renovate renovate bot changed the title chore(deps): update dependency tunit to 1.5.60 chore(deps): update dependency tunit to 1.5.60 - autoclosed Dec 15, 2025
@renovate renovate bot closed this Dec 15, 2025
auto-merge was automatically disabled December 15, 2025 16:12

Pull request was closed

@renovate renovate bot deleted the renovate/tunit-1.5.x branch December 15, 2025 16:12
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.

2 participants