Skip to content

Commit

Permalink
.Net: Bump xunit.analyzers from 1.14.0 to 1.15.0 in /dotnet (#7399)
Browse files Browse the repository at this point in the history
Bumps [xunit.analyzers](https://github.com/xunit/xunit.analyzers) from
1.14.0 to 1.15.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/95965a554f51b23032e943c2edc7b96ec043cdbb"><code>95965a5</code></a>
v1.15.0</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/a67a4c7c5f93182c34257b5ee837cb948090f5cb"><code>a67a4c7</code></a>
Create analyzer/fixer for Assert.Empty (<a
href="https://redirect.github.com/xunit/xunit.analyzers/issues/184">#184</a>)</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/db1f0c2d49ec42058de31ca271fff9ebc9366e51"><code>db1f0c2</code></a>
Update xUnit3000 to support v3's IXunitSerializable</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/fec8d6644b75b4ca01aa04cabf61f3c4824b0d6a"><code>fec8d66</code></a>
Update for v3 0.2.0</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/50dec192aa1d1ce48add9e50d2a9057879bd0332"><code>50dec19</code></a>
Update dependencies</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/0a78e6d89aee7fa7411f7e08ef28a28fd5619fb0"><code>0a78e6d</code></a>
Updated .gitignore</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/70f5c6c937464ba40fd8dba7bc223bb34a3d9b47"><code>70f5c6c</code></a>
Explicitly use latest Microsoft.CodeAnalysis.Analyzers per <a
href="https://github.com/sharwell"><code>@​sharwell</code></a></li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/412403828132c3e499a1319ab108a78d84ac8b83"><code>4124038</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/24e3c1c97a4a2d0a64cadc208e2ee7872d8446ae"><code>24e3c1c</code></a>
<a
href="https://redirect.github.com/xunit/xunit/issues/2943">xunit/xunit#2943</a>:
Revert to only supporting Roslyn 3.11</li>
<li><a
href="https://github.com/xunit/xunit.analyzers/commit/84d0e79925c23130c5c45c0e0dadf90c1e812150"><code>84d0e79</code></a>
Add launchSettings.json to .gitignore</li>
<li>Additional commits viewable in <a
href="https://github.com/xunit/xunit.analyzers/compare/1.14.0...1.15.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.analyzers&package-manager=nuget&previous-version=1.14.0&new-version=1.15.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 Jul 23, 2024
1 parent 190b69b commit a2f4950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageVersion Include="xunit.analyzers" Version="1.14.0" />
<PackageVersion Include="xunit.analyzers" Version="1.15.0" />
<PackageReference Include="xunit.analyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit a2f4950

Please sign in to comment.