Skip to content

Conversation

@thomhurst
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
TUnit nuget patch 1.5.33 -> 1.5.35
TUnit.Assertions nuget patch 1.5.33 -> 1.5.35
TUnit.Assertions.FSharp nuget patch 1.5.33 -> 1.5.35
TUnit.Core nuget patch 1.5.33 -> 1.5.35
TUnit.Playwright nuget patch 1.5.33 -> 1.5.35

Release Notes

thomhurst/TUnit (TUnit)

v1.5.35: 1.5.35

What's Changed
🏕 Changes
👒 Dependencies

Full Changelog: v1.5.33...v1.5.35


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 these updates again.


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

This PR has been generated by Renovate Bot.

Copilot AI review requested due to automatic review settings December 10, 2025 18:46
@thomhurst thomhurst added dependencies Pull requests that update a dependency file PATCH renovate-bot labels Dec 10, 2025
@thomhurst thomhurst enabled auto-merge (squash) December 10, 2025 18:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates TUnit and related packages from version 1.5.33 to 1.5.35 across all project templates. This is a routine patch version update that includes a new Count method with inner assertion support for collections, with no breaking changes.

Key Changes:

  • Bump TUnit from 1.5.33 → 1.5.35
  • Bump TUnit.Assertions.FSharp from 1.5.33 → 1.5.35
  • Bump TUnit.Playwright from 1.5.33 → 1.5.35
  • Bump TUnit.Core from 1.5.33 → 1.5.35

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
TUnit.Templates/content/TUnit/TestProject.csproj Update TUnit package reference to 1.5.35
TUnit.Templates/content/TUnit.VB/TestProject.vbproj Update TUnit package reference to 1.5.35
TUnit.Templates/content/TUnit.Playwright/TestProject.csproj Update TUnit.Playwright package reference to 1.5.35
TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj Update TUnit and TUnit.Assertions.FSharp package references to 1.5.35
TUnit.Templates/content/TUnit.Aspire.Test/ExampleNamespace.csproj Update TUnit package reference to 1.5.35
TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.TestProject/ExampleNamespace.TestProject.csproj Update TUnit package reference to 1.5.35
TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csproj Update TUnit package reference to 1.5.35
TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsproj Update TUnit and TUnit.Assertions.FSharp package references to 1.5.35
Directory.Packages.props Update TUnit, TUnit.Core, and TUnit.Assertions package versions to 1.5.35

Review Summary: All changes are consistent and correct. The version update is applied uniformly across all template projects and the central package management file. No issues identified.

@claude
Copy link
Contributor

claude bot commented Dec 10, 2025

PR Review: Update TUnit to 1.5.35

✅ Summary

This is a Renovate-generated dependency update that bumps TUnit packages from 1.5.33 to 1.5.35 across the template project files. The changes are clean and consistent.

✅ Code Quality & Best Practices

  • Consistency: All 13 version references have been properly updated across 9 files
  • Scope: Changes are appropriately limited to:
    • Central package management (Directory.Packages.props)
    • Template project files in TUnit.Templates/content/
  • Completeness: The PR correctly updates:
    • TUnit (3 occurrences in Directory.Packages.props, 6 in templates)
    • TUnit.Core (1 occurrence)
    • TUnit.Assertions (1 occurrence)
    • TUnit.Assertions.FSharp (2 occurrences in F# templates)
    • TUnit.Playwright (1 occurrence in Playwright template)

✅ Potential Issues

None identified. This is a straightforward version bump with:

  • No code changes
  • No API modifications
  • No breaking changes (patch version update: 1.5.33 → 1.5.35)

✅ Performance Considerations

No performance impact - this only updates version numbers in project configuration files.

✅ Security Concerns

No security concerns. This updates to a newer patch version which typically includes bug fixes.

✅ Test Coverage

According to the release notes, version 1.5.35 includes:

The new feature (Count method) should have test coverage in the main TUnit repository. No additional template-specific tests are needed for this dependency update.

📝 Notes

  • Central Package Management: The PR correctly uses Directory.Packages.props for centralized version management, which is the recommended approach
  • Template Files: All template project files now reference the updated version, ensuring users who instantiate templates get the latest stable release
  • Snapshot Tests: No snapshot updates required - the test snapshot file correctly uses 1.0.0 as a placeholder version for template testing

✅ Recommendation

APPROVE - This PR is ready to merge. It is a clean, automated dependency update that follows best practices and maintains consistency across all project files.

This was referenced Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file PATCH renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants