Skip to content

Commit

Permalink
Bump Verify.Xunit from 28.4.0 to 28.6.0 (#286)
Browse files Browse the repository at this point in the history
Bumps [Verify.Xunit](https://github.com/VerifyTests/Verify) from 28.4.0
to 28.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/VerifyTests/Verify/commit/67088b4b83c32c44bb6883fae88ce2c5b80eb207"><code>67088b4</code></a>
update to xunit.v3 Version 1.0.0 (<a
href="https://redirect.github.com/VerifyTests/Verify/issues/1371">#1371</a>)</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/8fc2f0229d009020fe6e565a375276380f566874"><code>8fc2f02</code></a>
Docs changes</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/893d0c38ed6cc670a4682c6fd9e0d71e002c9ee1"><code>893d0c3</code></a>
Update NUnitNugetUsage.csproj</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/941e50ccd2de558f0bd562fb2c58673eb66a9c0a"><code>941e50c</code></a>
refs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/bed799382b1c296374416ca518a6c5e2fdb9468b"><code>bed7993</code></a>
docs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/67fb82f6cc7a76dee42d298530910294dd5a0d30"><code>67fb82f</code></a>
Docs changes</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/7f64f415de3dd08f376edd74dd0a7c4bc09fc780"><code>7f64f41</code></a>
refs</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/09772432fa6e391aa0b475a13352f5e157a0b394"><code>0977243</code></a>
Update Directory.Build.props</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/091d12b0dd8d4c43a1e4327818e0d4ceee709c6f"><code>091d12b</code></a>
update generated date scrubbing (<a
href="https://redirect.github.com/VerifyTests/Verify/issues/1369">#1369</a>)</li>
<li><a
href="https://github.com/VerifyTests/Verify/commit/847c919ecf23fb9b4466afdbed6ef1a0e9621611"><code>847c919</code></a>
refs</li>
<li>Additional commits viewable in <a
href="https://github.com/VerifyTests/Verify/compare/28.4.0...28.6.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=28.4.0&new-version=28.6.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-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 Dec 19, 2024
1 parent a9e14c2 commit 417c313
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.4.0" />
<PackageVersion Include="Verify.Xunit" Version="28.6.0" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
<PackageVersion Include="Meziantou.Xunit.ParallelTestFramework" Version="2.3.0" />
Expand Down

0 comments on commit 417c313

Please sign in to comment.