-
-
Notifications
You must be signed in to change notification settings - Fork 108
chore(deps): update tunit to 1.5.6 #3988
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
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 and related packages from version 1.3.25 to 1.4.0 across all template project files in the repository. The update includes the main TUnit package as well as TUnit.Assertions, TUnit.Assertions.FSharp, TUnit.Core, and TUnit.Playwright packages.
- Updates TUnit packages to version 1.4.0 to incorporate new features including improved F# async support, JUnit reporter, and F# computation expressions for assertions
- Maintains version consistency across all template projects and the central package management file
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| TUnit.Templates/content/TUnit/TestProject.csproj | Updates TUnit package reference to 1.4.0 |
| TUnit.Templates/content/TUnit.VB/TestProject.vbproj | Updates TUnit package reference to 1.4.0 in VB.NET template |
| TUnit.Templates/content/TUnit.Playwright/TestProject.csproj | Updates TUnit.Playwright package reference to 1.4.0 |
| TUnit.Templates/content/TUnit.FSharp/TestProject.fsproj | Updates TUnit and TUnit.Assertions.FSharp packages to 1.4.0 in F# template |
| TUnit.Templates/content/TUnit.Aspire.Test/ExampleNamespace.csproj | Updates TUnit package reference to 1.4.0 in Aspire test template |
| TUnit.Templates/content/TUnit.Aspire.Starter/ExampleNamespace.TestProject/ExampleNamespace.TestProject.csproj | Updates TUnit package reference to 1.4.0 in Aspire starter template |
| TUnit.Templates/content/TUnit.AspNet/TestProject/TestProject.csproj | Updates TUnit package reference to 1.4.0 in ASP.NET template |
| TUnit.Templates/content/TUnit.AspNet.FSharp/TestProject/TestProject.fsproj | Updates TUnit and TUnit.Assertions.FSharp packages to 1.4.0 in ASP.NET F# template |
| Directory.Packages.props | Updates centrally managed TUnit, TUnit.Core, and TUnit.Assertions package versions to 1.4.0 |
| <PackageReference Include="TUnit" Version="1.3.25" /> | ||
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.3.25" /> | ||
| <PackageReference Include="TUnit" Version="1.4.0" /> | ||
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" /> |
Copilot
AI
Dec 5, 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.
Trailing whitespace detected after the closing tag. Remove the trailing tab/space character at the end of this line.
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" /> | |
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" /> |
| <PackageReference Include="TUnit" Version="1.3.25" /> | ||
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.3.25" /> | ||
| <PackageReference Include="TUnit" Version="1.4.0" /> | ||
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" /> |
Copilot
AI
Dec 5, 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.
Trailing whitespace detected after the closing tag. Remove the trailing tab/space character at the end of this line.
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" /> | |
| <PackageReference Include="TUnit.Assertions.FSharp" Version="1.4.0" /> |
44b9441 to
546a22a
Compare
546a22a to
600db55
Compare
600db55 to
4b452d6
Compare
4b452d6 to
5b5502a
Compare
5b5502a to
2c2719e
Compare
This PR contains the following updates:
1.3.25->1.5.61.3.25->1.5.61.3.25->1.5.61.3.25->1.5.61.3.25->1.5.6Release Notes
thomhurst/TUnit (TUnit)
v1.5.6: 1.5.6What's Changed
🏕 Changes
👒 Dependencies
Full Changelog: v1.5.1...v1.5.6
v1.5.1: 1.5.1What's Changed
🏕 Changes
Full Changelog: v1.5.0...v1.5.1
v1.5.0: 1.5.0What's Changed
🏕 Changes
Full Changelog: v1.4.8...v1.5.0
v1.4.8: 1.4.8What's Changed
🏕 Changes
Full Changelog: v1.4.7...v1.4.8
v1.4.7: 1.4.7What's Changed
🏕 Changes
New Contributors
Full Changelog: v1.4.5...v1.4.7
v1.4.5: 1.4.5What's Changed
🏕 Changes
👒 Dependencies
Full Changelog: v1.4.0...v1.4.5
v1.4.0: 1.4.0What's Changed
🏕 Changes
👒 Dependencies
New Contributors
Full Changelog: v1.3.25...v1.4.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.