-
-
Notifications
You must be signed in to change notification settings - Fork 108
chore(deps): update tunit to 1.8.1 #4217
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
SummaryUpdates TUnit package references in templates and test projects from 1.7.20 to 1.8.0. Critical IssuesNone found ✅ TUnit Rules AssessmentNo TUnit critical rules apply to this PR:
This is a straightforward version bump generated by Renovate Bot, updating the project's self-references to the newly released v1.8.0. Verdict✅ APPROVE - No critical issues The changes are mechanically correct and consistent across all affected files. |
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 is an automated dependency update PR that bumps TUnit and related packages from version 1.7.20 to 1.8.0. The update is a minor version bump that includes two new features: improved migration code fixers from other test frameworks (NUnit, MSTest, xUnit) and support for DisplayName, Skip, and Categories properties on parameterized tests via the new TestDataRow<T> wrapper type and enhanced [Arguments] attribute.
Key Changes
- Updated TUnit package references from 1.7.20 to 1.8.0 across all project templates
- Updated centrally managed package versions in Directory.Packages.props
- Consistent version updates for TUnit, TUnit.AspNetCore, TUnit.Core, TUnit.Assertions, TUnit.Assertions.FSharp, and TUnit.Playwright
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 | Updated TUnit reference to 1.8.0 in base C# template |
| TUnit.Templates/content/TUnit.VB/TestProject.vbproj | Updated TUnit reference to 1.8.0 in Visual Basic template |
| TUnit.Templates/content/TUnit.Playwright/TestProject.csproj | Updated TUnit.Playwright reference to 1.8.0 in Playwright template |
| TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj | Updated TUnit and TUnit.Assertions.FSharp references to 1.8.0 in F# template |
| TUnit.Templates/content/TUnit.Aspire.Test/ExampleNamespace.csproj | Updated TUnit reference to 1.8.0 in Aspire test template |
| TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.TestProject/ExampleNamespace.TestProject.csproj | Updated TUnit reference to 1.8.0 in Aspire starter template |
| TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csproj | Updated TUnit reference to 1.8.0 in ASP.NET template |
| TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsproj | Updated TUnit and TUnit.Assertions.FSharp references to 1.8.0 in ASP.NET F# template |
| Directory.Packages.props | Updated centrally managed versions for TUnit, TUnit.AspNetCore, TUnit.Core, and TUnit.Assertions to 1.8.0 |
All changes in this PR are straightforward version number updates with consistent application across all affected files. The updates are aligned with the release notes and properly bump the minor version from 1.7.20 to 1.8.0.
775ab7f to
5c9867f
Compare
SummaryUpdates TUnit package versions from 1.7.20 to 1.8.0 across templates and central package management. Critical IssuesNone found ✅ This is a standard dependency version bump. The changes only update version numbers in package references - no code changes that would trigger TUnit's critical rules around dual-mode implementation, snapshot testing, AOT compatibility, or performance concerns. Verdict✅ APPROVE - No critical issues |
5c9867f to
957ef3e
Compare
SummaryUpdates TUnit package references from 1.7.20 to 1.8.1 across templates and central package management. Critical IssuesNone found ✅ TUnit Rules AssessmentNo TUnit critical rules apply to this PR:
This is a standard Renovate Bot version bump that mechanically updates package version numbers across all template files and the central package management file. Previous Review StatusPrevious reviews approved version 1.8.0. This PR has been updated to 1.8.1 (likely via Renovate rebase). All version numbers are consistently updated to 1.8.1 across all files. Verdict✅ APPROVE - No critical issues The changes are mechanically correct and version numbers are consistent across all affected files. |
This PR contains the following updates:
1.7.20→1.8.11.7.20→1.8.11.7.20→1.8.11.7.20→1.8.11.7.20→1.8.11.7.20→1.8.1Release Notes
thomhurst/TUnit (TUnit)
v1.8.1: 1.8.1What's Changed
Other Changes
Full Changelog: v1.8.0...v1.8.1
v1.8.0: 1.8.0What's Changed
Other Changes
Dependencies
Full Changelog: v1.7.20...v1.8.0
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.