Skip to content

Commit

Permalink
Bump xunit from 2.8.0 to 2.8.1 (#1960) #patch
Browse files Browse the repository at this point in the history
Bumps [xunit](https://github.com/xunit/xunit) from 2.8.0 to 2.8.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xunit/xunit/commit/ba2ae9bc859840c9b48cd668c2d2818b8f049457"><code>ba2ae9b</code></a>
v2.8.1</li>
<li><a
href="https://github.com/xunit/xunit/commit/151b8d0d9fc63051ea224cd83f61d8b49e0fb3a0"><code>151b8d0</code></a>
Use 'dotnet format' instead of 'dotnet dotnet-format'</li>
<li><a
href="https://github.com/xunit/xunit/commit/be6db6f41069c22068540511779a0ddefa05cc20"><code>be6db6f</code></a>
<a href="https://redirect.github.com/xunit/xunit/issues/2931">#2931</a>:
Tighten up types to prevent accidentically calling AddOrGet with a
Con...</li>
<li><a
href="https://github.com/xunit/xunit/commit/f466d81ad9f88486990c8100eaab4e28b0db94bf"><code>f466d81</code></a>
<a href="https://redirect.github.com/xunit/xunit/issues/2927">#2927</a>:
Misleading error message when class used in IClassFixture&lt;&gt; throws
exc...</li>
<li><a
href="https://github.com/xunit/xunit/commit/1911ea7708f7f939add4d124c7b7e76c7a3cd972"><code>1911ea7</code></a>
Missed unit test updates</li>
<li><a
href="https://github.com/xunit/xunit/commit/f497d65ec5b3f7780d1f7034b2725d40da31daea"><code>f497d65</code></a>
Cannot use full assembly path as dictionary key for execution options
lookup,...</li>
<li><a
href="https://github.com/xunit/xunit/commit/c2f2d47ec00d1dfc408bacced12f96647a2f695f"><code>c2f2d47</code></a>
Add ability to provide live output messages from running tests</li>
<li><a
href="https://github.com/xunit/xunit/commit/013093b7e2627c3a025a828d2cf253c3cadd29c4"><code>013093b</code></a>
Polyfill in StringSyntaxAttribute</li>
<li><a
href="https://github.com/xunit/xunit/commit/e1e4c2e23648de2dc5ccf4a9b8c9608ca5f7bcee"><code>e1e4c2e</code></a>
<a href="https://redirect.github.com/xunit/xunit/issues/2719">#2719</a>:
Class with custom Fact with throwing Skip should fail appropriately</li>
<li><a
href="https://github.com/xunit/xunit/commit/8b0b13ca02e8bd737f1f2394b5f4e5c77a37cf5e"><code>8b0b13c</code></a>
Clarify naming</li>
<li>Additional commits viewable in <a
href="https://github.com/xunit/xunit/compare/2.8.0...2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit&package-manager=nuget&previous-version=2.8.0&new-version=2.8.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 May 30, 2024
1 parent 161dbc3 commit e9ce7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImperatorToCK3.UnitTests/ImperatorToCK3.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit e9ce7a1

Please sign in to comment.