Skip to content

Commit

Permalink
build(deps): bump Roslynator.Analyzers from 4.7.0 to 4.10.0 in /integ…
Browse files Browse the repository at this point in the history
…rationtests (#3726)

Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from
4.7.0 to 4.10.0.
<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.10.0</h2>
<h3>Added</h3>
<ul>
<li>Publish NuGet packages that provide <a
href="https://www.nuget.org/packages/roslynator.refactorings">refactorings</a>
and <a href="https://www.nuget.org/packages/roslynator.codefixes">code
fixes for compiler diagnostics</a> (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1358">PR</a>)
<ul>
<li>These packages are recommended to be used in an environment where
Roslynator IDE extension cannot be used, e.g. VS Code + C# Dev Kit (see
related <a
href="https://redirect.github.com/dotnet/vscode-csharp/issues/6790">issue</a>)</li>
</ul>
</li>
<li>Add analyzer &quot;Remove redundant catch block&quot; <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1265">RCS1265</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1364">PR</a> by
<a
href="https://github.com/jakubreznak"><code>@​jakubreznak</code></a>)</li>
<li>[CLI] Spellcheck file names (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1368">PR</a>)
<ul>
<li><code>roslynator spellcheck --scope file-name</code></li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1370">PR</a>)
<ul>
<li>Do not report interpolated string and string concatenation</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1055">RCS1055</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1361">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1374">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056">RCS0056</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1373">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1211">RCS1211</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1377">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0061">RCS0061</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1376">PR</a>)</li>
</ul>
<h2>v4.9.0</h2>
<h3>Added</h3>
<ul>
<li>Add support for Unity (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1349">PR</a>)
<ul>
<li><a
href="https://docs.unity3d.com/Manual/roslyn-analyzers.html">Unity uses
Roslyn 3.8</a> and this version is now supported by Roslynator NuGet
packages with analyzers (Roslynator.Analyzers etc.)</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0034">RCS0034</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1351">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0023">RCS0023</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1352">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014">RCS1014</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1350">PR</a>)</li>
</ul>
<h2>v4.8.0</h2>
<p>No release notes provided.</p>
</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.10.0] - 2024-01-24</h2>
<h3>Added</h3>
<ul>
<li>Publish NuGet packages that provide <a
href="https://www.nuget.org/packages/roslynator.refactorings">refactorings</a>
and <a href="https://www.nuget.org/packages/roslynator.codefixes">code
fixes for compiler diagnostics</a> (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1358">PR</a>)
<ul>
<li>These packages are recommended to be used in an environment where
Roslynator IDE extension cannot be used, e.g. VS Code + C# Dev Kit (see
related <a
href="https://redirect.github.com/dotnet/vscode-csharp/issues/6790">issue</a>)</li>
</ul>
</li>
<li>Add analyzer &quot;Remove redundant catch block&quot; <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1265">RCS1265</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1364">PR</a> by
<a
href="https://github.com/jakubreznak"><code>@​jakubreznak</code></a>)</li>
<li>[CLI] Spellcheck file names (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1368">PR</a>)
<ul>
<li><code>roslynator spellcheck --scope file-name</code></li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1370">PR</a>)
<ul>
<li>Do not report interpolated string and string concatenation</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1055">RCS1055</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1361">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1374">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056">RCS0056</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1373">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1211">RCS1211</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1377">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0061">RCS0061</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1376">PR</a>)</li>
</ul>
<h2>[4.9.0] - 2024-01-10</h2>
<h3>Added</h3>
<ul>
<li>Add support for Unity (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1349">PR</a>)
<ul>
<li><a
href="https://docs.unity3d.com/Manual/roslyn-analyzers.html">Unity uses
Roslyn 3.8</a> and this version is now supported by Roslynator NuGet
packages with analyzers (Roslynator.Analyzers etc.)</li>
</ul>
</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0034">RCS0034</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1351">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0023">RCS0023</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1352">PR</a>)</li>
<li>Fix analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014">RCS1014</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1350">PR</a>)</li>
</ul>
<h2>[4.8.0] - 2024-01-02</h2>
<h3>Added</h3>
<ul>
<li>Add analyzer &quot;Add/remove blank line between switch
sections&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0061">RCS0061</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1302">PR</a>)
<ul>
<li>Option (required):
<code>roslynator_blank_line_between_switch_sections =
include|omit|omit_after_block</code></li>
<li>Make analyzer <a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0014">RCS0014</a>
obsolete</li>
</ul>
</li>
<li>Add analyzer &quot;Declare explicit/implicit type&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264">RCS1264</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1335">PR</a>)
<ul>
<li>Required option: <code>roslynator_use_var = always | never |
when_type_is_obvious</code></li>
<li>This analyzer consolidates following analyzers (which are made
obsolete):
<ul>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1008">RCS1008</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1009">RCS1009</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1010">RCS1010</a></li>
<li><a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1012">RCS1012</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/roslynator/commit/4d9772c081d064976bde8dc40102635dd6adfb6b"><code>4d9772c</code></a>
Release 4.10.0 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1371">#1371</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/296142be6056ee17b2da74df8eafd8d51fd2942f"><code>296142b</code></a>
Fix analyzer RCS0061 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1376">#1376</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/7ebf415f10fcf7b316c056e46939e29fe38d55d4"><code>7ebf415</code></a>
Fix analyzer RCS1211 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1377">#1377</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/94fa430733d62bade06045ae2d28e594928f0f46"><code>94fa430</code></a>
Update readme files (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1366">#1366</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/2bc998b34c2c28b99a7c1cb8a88a76bb76b4caa7"><code>2bc998b</code></a>
Improve RCS0056 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1373">#1373</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/301a51aa1c10b1fc37a7b89a5cddb568081dd9e8"><code>301a51a</code></a>
Fix RCS1261 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1374">#1374</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/72d8f0cc81bb2cf065a50950c3261dfba9005db6"><code>72d8f0c</code></a>
Remove interpolation and concatenation from RCS1197 (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1370">#1370</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/10ac10748d553dbaaf549d03588d3531cd6cf255"><code>10ac107</code></a>
Fix markdown link (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1360">#1360</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/a22fca9a40221045de6a79426e5ff43d19822426"><code>a22fca9</code></a>
Fix file name (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1369">#1369</a>)</li>
<li><a
href="https://github.com/dotnet/roslynator/commit/8633f9e62fe6e74187377b7ce1627e2b2ea04063"><code>8633f9e</code></a>
Spellcheck file name (<a
href="https://redirect.github.com/dotnet/roslynator/issues/1368">#1368</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/roslynator/compare/v4.7.0...v4.10.0">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.7.0&new-version=4.10.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
1 parent 632b33d commit ffcce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrationtests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0" PrivateAssets="All" />
<PackageReference Include="Roslynator.Analyzers" Version="4.10.0" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />
Expand Down

0 comments on commit ffcce76

Please sign in to comment.