Skip to content

Commit 1e340e4

Browse files
chore(deps): update dependency roslynator.analyzers to 4.14.0 (#4088)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator) | `4.13.1` -> `4.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.13.1/4.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.14.0`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4140---2025-07-26) ##### Added - \[CLI] Add support for GitLab analyzer reports ([PR](https://redirect.github.com/dotnet/roslynator/pull/1633)) ##### Fixed - Fix analyzer [RCS1264](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1666)) - Fix analyzer [RCS1229](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1667)) - Fix analyzer [RCS1250](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1250) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1652) by [@&#8203;aihnatiuk](https://redirect.github.com/aihnatiuk)) - Fix analyzer [RCS1260](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1260) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1668)) - Fix analyzer [RCS1105](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1105) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1669)) - Fix analyzer [RCS1260](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1260) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1672)) ##### Changed - Disable analyzer [RCS1036](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036) by default ([PR](https://redirect.github.com/dotnet/roslynator/pull/1671)) - Use analyzer [RCS0063](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0063) instead ##### Removed - Remove legacy config options ([PR](https://redirect.github.com/dotnet/roslynator/pull/1304)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Pulman <[email protected]>
1 parent a0750a1 commit 1e340e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828
<ItemGroup>
2929
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
30-
<PackageReference Include="Roslynator.Analyzers" Version="4.13.1" PrivateAssets="All" />
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.14.0" PrivateAssets="All" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.7.115" />
2525
<PackageVersion Include="PublicApiGenerator" Version="11.4.6" />
2626
<PackageVersion Include="Reactive.Wasm" Version="2.1.2" />
27-
<PackageVersion Include="Roslynator.Analyzers" Version="4.13.1" />
27+
<PackageVersion Include="Roslynator.Analyzers" Version="4.14.0" />
2828
<PackageVersion Include="Splat" Version="$(SplatVersion)" />
2929
<PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
3030
<PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />

0 commit comments

Comments
 (0)