Skip to content

Commit 4481a0c

Browse files
Bump Roslynator.Analyzers from 4.13.0 to 4.13.1 in /ImperatorToCK3 (#2501)
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.13.0 to 4.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/releases">Roslynator.Analyzers's releases</a>.</em></p> <blockquote> <h2>v4.13.1</h2> <h3>Added</h3> <ul> <li>Support custom path of a test file (<a href="https://redirect.github.com/dotnet/roslynator/pull/1609">PR</a>) <ul> <li>It's possible to specify a directory path and/or a file name of a test file.</li> <li>Applies to testing library (Roslynator.Testing.*).</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.13.1] - 2025-02-23</h2> <h3>Added</h3> <ul> <li>Support custom path of a test file (<a href="https://redirect.github.com/dotnet/roslynator/pull/1609">PR</a>) <ul> <li>It's possible to specify a directory path and/or a file name of a test file.</li> <li>Applies to testing library (Roslynator.Testing.*).</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/ee98199ea7236f13c344ec9897bbff70a6295ee9"><code>ee98199</code></a> Release 4.13.1 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1629">#1629</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/41da36d720b0ff1749416f1978f64b555afd241a"><code>41da36d</code></a> Support custom path of a test file (<a href="https://redirect.github.com/dotnet/roslynator/issues/1609">#1609</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/43762247a3d789191632f910d6020228d24fde4b"><code>4376224</code></a> Bump serialize-javascript and mocha in /src/VisualStudioCode/package (<a href="https://redirect.github.com/dotnet/roslynator/issues/1628">#1628</a>)</li> <li>See full diff in <a href="https://github.com/dotnet/roslynator/compare/v4.13.0...v4.13.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Analyzers&package-manager=nuget&previous-version=4.13.0&new-version=4.13.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>
1 parent 1a6c1ea commit 4481a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ImperatorToCK3/ImperatorToCK3.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<PackageReference Include="PGCG.commonItems" Version="15.1.6" />
4747
<PackageReference Include="PGCG.commonItems.SourceGenerators" Version="1.0.8"/>
4848
<PackageReference Include="Polly" Version="8.5.2" />
49-
<PackageReference Include="Roslynator.Analyzers" Version="4.13.0">
49+
<PackageReference Include="Roslynator.Analyzers" Version="4.13.1">
5050
<PrivateAssets>all</PrivateAssets>
5151
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
5252
</PackageReference>

0 commit comments

Comments
 (0)