Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 0756da4

Browse files
chore(deps): update non-major nuget dependencies (#310)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [TUnit](https://redirect.github.com/thomhurst/TUnit) | `1.6.20` -> `1.6.28` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/TUnit/1.6.28?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/TUnit/1.6.20/1.6.28?slim=true) | | [Verify.TUnit](https://redirect.github.com/VerifyTests/Verify) | `31.9.0` -> `31.9.2` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Verify.TUnit/31.9.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Verify.TUnit/31.9.0/31.9.2?slim=true) | --- ### Release Notes <details> <summary>thomhurst/TUnit (TUnit)</summary> ### [`v1.6.28`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v1.6.28): 1.6.28 <!-- Release notes generated using configuration in .github/release.yml at v1.6.28 --> #### What's Changed ##### Other Changes - Better reactive test cancellation by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4158](https://redirect.github.com/thomhurst/TUnit/pull/4158) **Full Changelog**: <thomhurst/TUnit@v1.6.27...v1.6.28> ### [`v1.6.27`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v1.6.27): 1.6.27 <!-- Release notes generated using configuration in .github/release.yml at v1.6.27 --> #### What's Changed ##### Other Changes - feat: enhance test configuration isolation and validation in WebApplicationFactory by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4157](https://redirect.github.com/thomhurst/TUnit/pull/4157) **Full Changelog**: <thomhurst/TUnit@v1.6.25...v1.6.27> ### [`v1.6.25`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v1.6.25): 1.6.25 <!-- Release notes generated using configuration in .github/release.yml at v1.6.25 --> #### What's Changed ##### Other Changes - perf: replace fixed length `List` with `Span` by [@&#8203;TimothyMakkison](https://redirect.github.com/TimothyMakkison) in [#&#8203;4153](https://redirect.github.com/thomhurst/TUnit/pull/4153) - feat: add NotDiscoverableAttribute to hide tests from discovery by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4154](https://redirect.github.com/thomhurst/TUnit/pull/4154) ##### Dependencies - chore(deps): update tunit to 1.6.20 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4147](https://redirect.github.com/thomhurst/TUnit/pull/4147) - chore(deps): update dependency polyfill to 9.5.0 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4151](https://redirect.github.com/thomhurst/TUnit/pull/4151) **Full Changelog**: <thomhurst/TUnit@v1.6.20...v1.6.25> </details> <details> <summary>VerifyTests/Verify (Verify.TUnit)</summary> ### [`v31.9.2`](https://redirect.github.com/VerifyTests/Verify/compare/31.9.1...31.9.2) [Compare Source](https://redirect.github.com/VerifyTests/Verify/compare/31.9.1...31.9.2) ### [`v31.9.1`](https://redirect.github.com/VerifyTests/Verify/compare/31.9.0...31.9.1) [Compare Source](https://redirect.github.com/VerifyTests/Verify/compare/31.9.0...31.9.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ThorstenSauter/TShort). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiLk5FVCIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bc090ce commit 0756da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.17.0.131074" />
4141
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
4242
<PackageVersion Include="Testcontainers.MsSql" Version="4.9.0" />
43-
<PackageVersion Include="TUnit" Version="1.6.20" />
44-
<PackageVersion Include="Verify.TUnit" Version="31.9.0" />
43+
<PackageVersion Include="TUnit" Version="1.6.28" />
44+
<PackageVersion Include="Verify.TUnit" Version="31.9.2" />
4545
</ItemGroup>
4646
</Project>

0 commit comments

Comments
 (0)