Skip to content

chore(deps): update tunit to 1.6.5 - #4133

Merged
thomhurst merged 1 commit into
mainfrom
renovate/tunit
Dec 21, 2025
Merged

chore(deps): update tunit to 1.6.5#4133
thomhurst merged 1 commit into
mainfrom
renovate/tunit

Conversation

@thomhurst

Copy link
Copy Markdown
Owner

This PR contains the following updates:

PackageTypeUpdateChange
TUnitnugetpatch1.6.01.6.5
TUnit.Assertionsnugetpatch1.6.01.6.5
TUnit.Assertions.FSharpnugetpatch1.6.01.6.5
TUnit.Corenugetpatch1.6.01.6.5
TUnit.Playwrightnugetpatch1.6.01.6.5

Release Notes

thomhurst/TUnit (TUnit)

v1.6.5: 1.6.5

What's Changed
Dependencies

Full Changelog: v1.6.0...v1.6.5


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.

@thomhurstthomhurst added dependencies Pull requests that update a dependency file PATCH labels Dec 21, 2025
CopilotAI review requested due to automatic review settings December 21, 2025 11:08
@thomhurst
thomhurst enabled auto-merge (squash) December 21, 2025 11:08
@claude

claudeBot commented Dec 21, 2025

Copy link
Copy Markdown
Contributor

Pull Request Review

Summary

This is a Renovate bot PR that updates TUnit package versions from 1.6.0 to 1.6.5 across the repository. This is a standard dependency update for the project's own packages.

Code Quality: ✅ APPROVED

Positive Aspects:

  • Consistency: All TUnit package references are updated uniformly across all files
  • Scope: Correctly updates both Directory.Packages.props (central package management) and template project files
  • Completeness: Covers all TUnit packages (TUnit, TUnit.Core, TUnit.Assertions, TUnit.Assertions.FSharp, TUnit.Playwright)
  • Patch version: This is a patch update (1.6.0 → 1.6.5), indicating bug fixes without breaking changes

Files Modified

  1. Directory.Packages.props - Central package version management
  2. Template project files across different TUnit templates:
    • TUnit.AspNet.FSharp
    • TUnit.AspNet
    • TUnit.Aspire.Starter
    • TUnit.Aspire.Test
    • TUnit.FSharp
    • TUnit.Playwright
    • TUnit.VB
    • TUnit (basic template)

Potential Issues: ℹ️ NONE FOUND

No concerns identified:

  • ✅ No code logic changes
  • ✅ No potential bugs introduced
  • ✅ No performance impact
  • ✅ No security concerns
  • ✅ Version numbers are consistent across all files

Test Coverage: ⚠️NOT APPLICABLE

This is a dependency version bump only - no new functionality to test. However:

  • Recommendation: Ensure CI passes to verify templates still work with updated versions
  • The PR description indicates automerge is enabled, suggesting CI checks are required

Alignment with CLAUDE.md: ✅ COMPLIANT

This PR doesn't violate any rules from the project's CLAUDE.md:

  • No code changes requiring dual-mode implementation
  • No source generator changes requiring snapshot updates
  • No public API changes
  • No performance-critical code modifications
  • No reflection usage requiring AOT annotations

Recommendation: ✅ APPROVE & MERGE

This is a routine, low-risk dependency update. The changes are mechanical and consistent. Once CI passes, this PR is safe to merge via automerge.

No action required - standard Renovate bot dependency update.

CopilotAI left a comment

Copy link
Copy Markdown

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 testing framework packages from version 1.6.0 to 1.6.5 across all template projects and the central package management configuration. This is a patch-level update that includes dependency updates to the TUnit framework itself (notably Npgsql and Microsoft.AspNetCore.Mvc.Testing updates).

  • Updated TUnit package references to version 1.6.5 across all project templates
  • Updated TUnit.Assertions and TUnit.Assertions.FSharp to version 1.6.5
  • Updated TUnit.Playwright and TUnit.Core to version 1.6.5 in central package management

Reviewed changes

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

Show a summary per file
FileDescription
TUnit.Templates/content/TUnit/TestProject.csprojUpdated TUnit package reference to 1.6.5
TUnit.Templates/content/TUnit.VB/TestProject.vbprojUpdated TUnit package reference to 1.6.5
TUnit.Templates/content/TUnit.Playwright/TestProject.csprojUpdated TUnit.Playwright package reference to 1.6.5
TUnit.Templates/content/TUnit.FSharp/TestProject.fsprojUpdated TUnit and TUnit.Assertions.FSharp package references to 1.6.5
TUnit.Templates/content/TUnit.Aspire.Test/ExampleNamespace.csprojUpdated TUnit package reference to 1.6.5
TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.TestProject/ExampleNamespace.TestProject.csprojUpdated TUnit package reference to 1.6.5
TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csprojUpdated TUnit package reference to 1.6.5
TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsprojUpdated TUnit and TUnit.Assertions.FSharp package references to 1.6.5
Directory.Packages.propsUpdated centralized TUnit, TUnit.Core, and TUnit.Assertions package versions to 1.6.5

This was referenced Feb 2, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filePATCHrenovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thomhurst@renovate-bot