Skip to content

Commit dea00c3

Browse files
deps(core): update dependency roslynator.analyzers to 4.14.1 (#964)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Roslynator.Analyzers](https://redirect.github.com/dotnet/roslynator) | `4.14.0` -> `4.14.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.14.0/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.14.1`](https://redirect.github.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4141---2025-10-05) ##### Added - \[CLI] Add support for `slnx` files ([PR](https://redirect.github.com/dotnet/roslynator/pull/1662) by [@&#8203;darthtrevino](https://redirect.github.com/darthtrevino)) - Bump Roslyn to 4.14.0 - Drop support for .NET 7 SDK ##### Fixed - Fix analyzer [RCS1246](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1676)) - Fix analyzer [RCS1248](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1248) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1677)) - Fix analyzer [RCS1203](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1683)) - Fix analyzer [RCS1043](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1684)) - Fix analyzer [RCS1213](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1686)) - Add unity method `OnRectTransformDimensionsChange` - Fix analyzer [RCS1253](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1253) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1687)) - Fix refactoring [Check expression for null](https://josefpihrt.github.io/docs/roslynator/refactorings/RR0024) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1682)) ##### Changed - Change behavior of analyzer [RCS1206](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1206) ([PR](https://redirect.github.com/dotnet/roslynator/pull/1685)) - The condition for option `omit_when_single_line` will be that the braces/brackets are on the same line, not just the expression in the braces/brackets </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c513f22 commit dea00c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
PrivateAssets="all"
5555
Condition="$(MSBuildProjectExtension) == '.csproj'"/>
5656
<PackageReference Include="Roslynator.Analyzers"
57-
Version="4.14.0"
57+
Version="4.14.1"
5858
PrivateAssets="All"/>
5959
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
6060
</ItemGroup>

0 commit comments

Comments
 (0)