Skip to content

Commit

Permalink
chore(deps): Bump xunit.runner.visualstudio from 2.4.5 to 2.5.0 in /p…
Browse files Browse the repository at this point in the history
…ackages/@jsii/dotnet-runtime-test/test (#4171)

Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.4.5 to 2.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/5ebf84cd7537a3810772a1af751ce32d9d3930dc"><code>5ebf84c</code></a> v2.5.0</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/fd327b6da7a4fa9e86889cc529def80a281e03c5"><code>fd327b6</code></a> Ensure both failed tests and errors cancel for stopOnFail</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/4e86b435fee8df445ec78b858777faba34625611"><code>4e86b43</code></a> Latest dependencies</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/c29a7604e9c7bd6166006e55e4d93abc811bf404"><code>c29a760</code></a> <a href="https://redirect.github.com/xunit/visualstudio.xunit/issues/110">#110</a>: Visual Studio test explorer cannot filter skipped tests by message</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/5e961608fe30e9490d6c7a1a0e3a751c923ae4dd"><code>5e96160</code></a> <a href="https://redirect.github.com/xunit/visualstudio.xunit/issues/189">#189</a>: Support 'stopOnFail' configuration file setting</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/671542c4db6242900d44fe367da102d8b031cc6a"><code>671542c</code></a> <a href="https://redirect.github.com/xunit/visualstudio.xunit/issues/331">#331</a>: DisableAppDomain switch is not fully respected for Discovery</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/1aa409de388c9dabd6766b28abbdb78f4499b461"><code>1aa409d</code></a> Add net472 build of test.harness which turns off app domains (for performance...</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/ff89c51f426085d115fbf20b3527182fbd56b7f1"><code>ff89c51</code></a> Latest dependencies</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/f9d61b59b8fe43800f474c45ec37fc3efa2d60ab"><code>f9d61b5</code></a> <a href="https://redirect.github.com/xunit/visualstudio.xunit/issues/317">#317</a>: Slow performance on discovery / running due to discovering TestReporters</li>
<li><a href="https://github.com/xunit/visualstudio.xunit/commit/01ec27d6e9603182ea9c7aa23d03758e3c996947"><code>01ec27d</code></a> Latest dependencies</li>
<li>Additional commits viewable in <a href="https://github.com/xunit/visualstudio.xunit/compare/v2.4.5...2.5.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.runner.visualstudio&package-manager=nuget&previous-version=2.4.5&new-version=2.5.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 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] authored Jul 11, 2023
1 parent c87b684 commit f0a29b7
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 @@ -13,7 +13,7 @@
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Update="NSubstitute" Version="5.0.0" />
<PackageReference Update="xunit" Version="2.4.2" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.5" />
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.0" />
<PackageReference Update="XunitXml.TestLogger" Version="3.1.11" />

<PackageReference Update="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit f0a29b7

Please sign in to comment.