Skip to content

Commit

Permalink
Bump Verify.Xunit from 26.1.6 to 26.2.0 (#180)
Browse files Browse the repository at this point in the history
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 26.1.6
to 26.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/VerifyTests/Verify/commit/9e91a3c08bf077bf625cac91832b8fde920a9d71"><code>9e91a3c</code></a>
Update readme.source.md</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/6f2641b130c19dd634c50d9924288e95cd94eccc"><code>6f2641b</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/3029479f1a1c3a47fb2ae783f1c841cc38a59022"><code>3029479</code></a>
Update Directory.Build.props</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/8a87e7fc270cae7576973108f9fe2378c65ec087"><code>8a87e7f</code></a>
Add xunit v3 support (<a
href="https://redirect.github.com/VerifyTests/Verify/issues/1263">#1263</a>)</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/0c3c4e8a48d8d9092c923e7eb30fae127bb727cf"><code>0c3c4e8</code></a>
better missing UseVerify error</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/f50d848ab53b8ac68167c528b18d9e56e1327d34"><code>f50d848</code></a>
.</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/87fba0a18963341aebcf1c021db7a7eaa36503ad"><code>87fba0a</code></a>
Update VerifierSettings.cs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/48e7297deac3879851a5c665ae37797fa4a19632"><code>48e7297</code></a>
Update Directory.Packages.props</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/a7859fa21ce768c073fc284ef728679f74529a8e"><code>a7859fa</code></a>
docs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/6d0cb596413db04778e25a04d4abde864f29bc4e"><code>6d0cb59</code></a>
Update Directory.Packages.props</li>
<li>Additional commits viewable in <a
href="https://github.com/VerifyTests/Verify/compare/26.1.6...26.2.0">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=26.1.6&new-version=26.2.0)](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 will merge this PR once CI passes on it, as requested by
@rjmurillo.

[//]: # (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 Aug 18, 2024
1 parent 8be5032 commit 2e00e6a
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.10.0" />
<PackageVersion Include="Verify.Nupkg" Version="1.1.6" />
<PackageVersion Include="Verify.Xunit" Version="26.1.6" />
<PackageVersion Include="Verify.Xunit" Version="26.2.0" />
<PackageVersion Include="xunit" Version="2.9.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="Meziantou.Xunit.ParallelTestFramework" Version="2.3.0" />
Expand Down

0 comments on commit 2e00e6a

Please sign in to comment.