Skip to content

Commit

Permalink
Bump Verify.Xunit from 28.9.0 to 28.10.1 (#343)
Browse files Browse the repository at this point in the history
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 28.9.0
to 28.10.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/VerifyTests/Verify/commit/cc9871672fa7509600ca41ca537a1dc56ab2906d"><code>cc98716</code></a>
support null counter in GetNameForParameter (<a
href="https://redirect.github.com/VerifyTests/Verify/issues/1395">#1395</a>)</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/130cc2456d8ce6af64800d1c6e4ee275793c03e5"><code>130cc24</code></a>
Docs changes</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/b50858a43c29fce138a13b6bbcff9471d19d1f6b"><code>b50858a</code></a>
docs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/85c70d6b64c3ceaafece3ce21eb11ffabe996141"><code>85c70d6</code></a>
Merge branch 'main' of <a
href="https://github.com/VerifyTests/Verify">https://github.com/VerifyTests/Verify</a></li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/0964606b57bd89d9660876d73c4350512fe6109f"><code>0964606</code></a>
Update Directory.Build.props</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/202e5dadabf4d6cbf82e531d030572d05839fd08"><code>202e5da</code></a>
Docs changes</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/5b0243bdd124571dc413d2e3392b69dffa226e3f"><code>5b0243b</code></a>
docs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/1c9ad5b240d20d4308621e5f17a02f4b7f391726"><code>1c9ad5b</code></a>
Fix for TUnit v0.10 Signature Changes (<a
href="https://redirect.github.com/VerifyTests/Verify/issues/1394">#1394</a>)</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/47b915627d1d4a8beb82d2242d6c160398462c53"><code>47b9156</code></a>
Docs changes</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/c03516bfa6f72565b8ad089661f77cb4f49d289f"><code>c03516b</code></a>
Merge branch 'main' of <a
href="https://github.com/VerifyTests/Verify">https://github.com/VerifyTests/Verify</a></li>
<li>Additional commits viewable in <a
href="https://github.com/VerifyTests/Verify/compare/28.9.0...28.10.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Verify.Xunit&package-manager=nuget&previous-version=28.9.0&new-version=28.10.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 9815a31 commit 085b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/targets/tests/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing" Version="1.1.2-beta1.24314.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Verify.Nupkg" Version="1.1.6" />
<PackageVersion Include="Verify.Xunit" Version="28.9.0" />
<PackageVersion Include="Verify.Xunit" Version="28.10.1" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.0.1" />
<PackageVersion Include="Meziantou.Xunit.ParallelTestFramework" Version="2.3.0" />
Expand Down

0 comments on commit 085b85c

Please sign in to comment.