-
-
Notifications
You must be signed in to change notification settings - Fork 107
chore(deps): update tunit to 1.5.70 #4099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Review: TUnit Version Update (1.5.60 to 1.5.70)Overall AssessmentThis is a straightforward dependency update PR generated by Renovate Bot. The changes are clean and consistent. Code QualityPositive findings:
Files updated:
What's in v1.5.70According to the release notes in the PR description, this patch includes: Bug Fixes:
Improvements:
Dependencies:
Security and Performance
Testing Considerations
Best Practices AlignmentPer CLAUDE.md guidelines:
RecommendationAPPROVE - This PR is ready to merge. Rationale:
No action required - Automerge will handle this once CI passes. Review completed by Claude Code following repository guidelines in CLAUDE.md |
There was a problem hiding this 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 packages from version 1.5.60 to 1.5.70, a patch release that includes bug fixes and improvements such as adding ExcludeFromCodeCoverage to generated classes and fixing the --junit-output-path CLI argument handling.
Key changes:
- Updates all TUnit package references in template project files
- Updates centrally managed TUnit package versions in Directory.Packages.props
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| TUnit.Templates/content/TUnit/TestProject.csproj | Updates TUnit package reference to 1.5.70 |
| TUnit.Templates/content/TUnit.VB/TestProject.vbproj | Updates TUnit package reference to 1.5.70 for VB.NET template |
| TUnit.Templates/content/TUnit.Playwright/TestProject.csproj | Updates TUnit.Playwright package reference to 1.5.70 |
| TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj | Updates TUnit and TUnit.Assertions.FSharp packages to 1.5.70 for F# template |
| TUnit.Templates/content/TUnit.Aspire.Test/ExampleNamespace.csproj | Updates TUnit package reference to 1.5.70 in Aspire test template |
| TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.TestProject/ExampleNamespace.TestProject.csproj | Updates TUnit package reference to 1.5.70 in Aspire starter template |
| TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csproj | Updates TUnit package reference to 1.5.70 in ASP.NET template |
| TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsproj | Updates TUnit and TUnit.Assertions.FSharp packages to 1.5.70 in ASP.NET F# template |
| Directory.Packages.props | Updates centrally managed versions for TUnit, TUnit.Core, and TUnit.Assertions to 1.5.70 |
| <PackageVersion Include="Testcontainers.PostgreSql" Version="4.9.0" /> | ||
| <PackageVersion Include="Testcontainers.Redis" Version="4.9.0" /> | ||
| <PackageVersion Include="trxparser" Version="0.5.0" /> | ||
| <PackageVersion Include="TUnit.Assertions.FSharp" Version="0.75.38-PullRequest3485.0" /> |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The TUnit.Assertions.FSharp package version should be updated to 1.5.70 to match the other TUnit packages being updated in this PR. Currently it's at version 0.75.38-PullRequest3485.0 which appears to be an old pre-release version. This package is referenced automatically for F# projects through TUnit.Assertions/TUnit.Assertions.props (line 24) when using Central Package Management.
| <PackageVersion Include="TUnit.Assertions.FSharp" Version="0.75.38-PullRequest3485.0" /> | |
| <PackageVersion Include="TUnit.Assertions.FSharp" Version="1.5.70" /> |
1ae8cb5 to
1b13ca2
Compare
PR Review - Dependency Update (TUnit 1.5.60 → 1.5.70)✅ Overall AssessmentThis is a clean, low-risk dependency update generated by Renovate Bot. The changes are consistent and well-scoped. 📋 Code Quality✅ PASS - The PR correctly updates all TUnit package references across:
Consistency: All packages updated uniformly from 🔍 Changes AnalysisWhat's Included in 1.5.70:Based on the PR description, this patch release includes:
These are non-breaking changes (patch version bump). 🎯 Best Practices Alignment✅ Follows TUnit Guidelines (per CLAUDE.md):
|
This PR contains the following updates:
1.5.60->1.5.701.5.60->1.5.701.5.60->1.5.701.5.60->1.5.701.5.60->1.5.70Release Notes
thomhurst/TUnit (TUnit)
v1.5.70: 1.5.70What's Changed
Other Changes
--junit-output-pathCLI argument not being respected by @Copilot in #4096Dependencies
Full Changelog: v1.5.60...v1.5.70
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.
This PR has been generated by Renovate Bot.