Skip to content

Commit

Permalink
chore(deps): Bump xunit from 2.8.0 to 2.8.1 in /packages/@jsii/dotnet…
Browse files Browse the repository at this point in the history
…-runtime/src (#4525)

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>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 76d630e commit b8ef439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@jsii/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Update="NSubstitute" Version="5.1.0" />
<PackageReference Update="xunit" Version="2.8.0" />
<PackageReference Update="xunit" Version="2.8.1" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.8.0" />
<PackageReference Update="XunitXml.TestLogger" Version="3.1.17" />

Expand Down

0 comments on commit b8ef439

Please sign in to comment.