Skip to content

Commit

Permalink
chore(deps): update dependency roslynator.analyzers to 4.12.5 (#3907)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator)
| `4.12.4` -> `4.12.5` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Roslynator.Analyzers/4.12.4/4.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.12.4/4.12.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dotnet/roslynator (Roslynator.Analyzers)</summary>

###
[`v4.12.5`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4125---2024-09-13)

##### Fixed

- Fix analyzer
[RCS1182](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1182)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1502))
- Fix analyzer
[RCS1198](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1198)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1501))
- Fix analyzer
[RCS1214](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1214)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1500))
- Fix analyzer
[RCS1018](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1018)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1510))
- Fix analyzer
[RCS1264](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1511))
- Fix analyzer
[RCS0053](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0053)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1512))
- Fix analyzer
[RCS0056](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0056)
([PR](https://redirect.github.com/dotnet/roslynator/pull/1514))

##### Changed

- Bump Roslyn to 4.11.0
([PR](https://redirect.github.com/dotnet/roslynator/pull/1483))
    -   Applies to CLI and testing library.

##### Removed

- \[CLI] Remove support for .NET SDK 6
([PR](https://redirect.github.com/dotnet/roslynator/pull/1483))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jeSBNYW5hZ2VtZW50Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent 6a5ac6d commit 9a2fef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.12.4" PrivateAssets="All" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.5" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="$(MSBuildThisFileDirectory)..\src\stylecop.json" Link="stylecop.json" />
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.6.143" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Reactive.Wasm" Version="2.1.2" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.4" />
<PackageVersion Include="Roslynator.Analyzers" Version="4.12.5" />
<PackageVersion Include="Splat" Version="$(SplatVersion)" />
<PackageVersion Include="Splat.Autofac" Version="$(SplatVersion)" />
<PackageVersion Include="Splat.Drawing" Version="$(SplatVersion)" />
Expand Down

0 comments on commit 9a2fef0

Please sign in to comment.