Skip to content

Commit 40c4ab1

Browse files
chore(deps): update dependency tunit to 1.7.20 (#4254)
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.7.7` → `1.7.20` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/TUnit/1.7.20?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/TUnit/1.7.7/1.7.20?slim=true) | --- ### Release Notes <details> <summary>thomhurst/TUnit (TUnit)</summary> ### [`v1.7.20`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v1.7.20): 1.7.20 <!-- Release notes generated using configuration in .github/release.yml at v1.7.20 --> #### What's Changed ##### Other Changes - feat: properly migrate NUnit TestCase properties to TUnit attributes by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4209](https://redirect.github.com/thomhurst/TUnit/pull/4209) ##### Dependencies - chore(deps): update dependency testcontainers.postgresql to 4.10.0 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4205](https://redirect.github.com/thomhurst/TUnit/pull/4205) - chore(deps): update tunit to 1.7.16 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4206](https://redirect.github.com/thomhurst/TUnit/pull/4206) **Full Changelog**: <thomhurst/TUnit@v1.7.16...v1.7.20> ### [`v1.7.16`](https://redirect.github.com/thomhurst/TUnit/releases/tag/v1.7.16): 1.7.16 <!-- Release notes generated using configuration in .github/release.yml at v1.7.16 --> #### What's Changed ##### Other Changes - feat: comprehensive migration code fixer improvements by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4202](https://redirect.github.com/thomhurst/TUnit/pull/4202) - Add telemetry package by [@&#8203;Youssef1313](https://redirect.github.com/Youssef1313) in [#&#8203;4200](https://redirect.github.com/thomhurst/TUnit/pull/4200) - feat: add System.Threading.Tasks using and preserve TestCase properties by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4203](https://redirect.github.com/thomhurst/TUnit/pull/4203) ##### Dependencies - chore(deps): update tunit to 1.7.7 by [@&#8203;thomhurst](https://redirect.github.com/thomhurst) in [#&#8203;4189](https://redirect.github.com/thomhurst/TUnit/pull/4189) **Full Changelog**: <thomhurst/TUnit@v1.7.7...v1.7.16> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c565013 commit 40c4ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<PackageVersion Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
4747
<PackageVersion Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
4848
<PackageVersion Include="System.Text.Json" Version="10.0.1" />
49-
<PackageVersion Include="TUnit" Version="1.7.7" />
49+
<PackageVersion Include="TUnit" Version="1.7.20" />
5050
<PackageVersion Include="Verify.TUnit" Version="31.9.3" />
5151
<PackageVersion Include="Microsoft.Windows.CsWinRT" Version="2.3.0-prerelease.251115.2" />
5252
<PackageVersion Include="Microsoft.AspNetCore.Components" Version="$(AspNetVersion)" />

0 commit comments

Comments
 (0)