Skip to content

Commit 29a8293

Browse files
chore(deps): update dependency roslynator.analyzers to v4.12.4 (#3832)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Roslynator.Analyzers](https://togithub.com/dotnet/roslynator) | `4.12.3` -> `4.12.4` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Roslynator.Analyzers/4.12.3/4.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.12.3/4.12.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.12.4`](https://togithub.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4124---2024-06-01) ##### Fixed - Fix analyzer [RCS1108](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1108) ([PR](https://togithub.com/dotnet/roslynator/pull/1469)) - Fix analyzer [RCS1201](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1201) ([PR](https://togithub.com/dotnet/roslynator/pull/1470)) - Fix analyzer [RCS0012](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0012) ([PR](https://togithub.com/dotnet/roslynator/pull/1472)) - \[CLI] Fix duplicate analyzers ([PR](https://togithub.com/dotnet/roslynator/pull/1477)) </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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/reactiveui/ReactiveUI). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87bfceb commit 29a8293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrationtests/Directory.Build.props

+1-1
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.12.3" PrivateAssets="All" />
30+
<PackageReference Include="Roslynator.Analyzers" Version="4.12.4" PrivateAssets="All" />
3131
</ItemGroup>
3232
<ItemGroup>
3333
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />

src/Directory.Packages.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.133" />
2323
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
2424
<PackageVersion Include="Reactive.Wasm" Version="2.1.2" />
25-
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.3" />
25+
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.4" />
2626
<PackageVersion Include="Splat" Version="$(SplatVersion)" />
2727
<PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
2828
<PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />

0 commit comments

Comments
 (0)