Skip to content

Commit

Permalink
chore(deps): update dependency roslynator.analyzers to v4.8.0 (#24)
Browse files Browse the repository at this point in the history
[![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.7.0` -> `4.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Roslynator.Analyzers/4.7.0/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.7.0/4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v4.8.0`](https://togithub.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#480---2024-01-02)

##### Added

- Add analyzer "Add/remove blank line between switch sections"
([RCS0061](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0061))
([PR](https://togithub.com/dotnet/roslynator/pull/1302))
- Option (required): `roslynator_blank_line_between_switch_sections =
include|omit|omit_after_block`
- Make analyzer
[RCS0014](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0014)
obsolete
- Add analyzer "Declare explicit/implicit type"
([RCS1264](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264))
([PR](https://togithub.com/dotnet/roslynator/pull/1335))
- Required option: `roslynator_use_var = always | never |
when_type_is_obvious`
- This analyzer consolidates following analyzers (which are made
obsolete):
-
[RCS1008](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1008)
-
[RCS1009](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1009)
-
[RCS1010](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1010)
-
[RCS1012](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1012)
-
[RCS1176](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176)
-
[RCS1177](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1177)
- Add code fix "Declare as nullable"
([PR](https://togithub.com/dotnet/roslynator/pull/1333))
    -   Applicable to: `CS8600`, `CS8610`, `CS8765` and `CS8767`
- Add option `roslynator_use_collection_expression = true|false`
([PR](https://togithub.com/dotnet/roslynator/pull/1325))
- Applicable to
[RCS1014](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1014)
and
[RCS1250](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1250)

##### Changed

- Replace type declaration's empty braces with semicolon
([RCS1251](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1251)
([PR](https://togithub.com/dotnet/roslynator/pull/1323),
[PR](https://togithub.com/dotnet/roslynator/pull/1327))
- \[TestFramework] Bump `MSTest.TestFramerk` to `3.1.1`
([PR](https://togithub.com/dotnet/roslynator/pull/1332))
- \[TestFramework] Bump `xunit.assert` to `2.6.2`
([PR](https://togithub.com/dotnet/roslynator/pull/1332))
- Bump Roslyn to 4.7.0
([PR](https://togithub.com/dotnet/roslynator/pull/1325))

##### Fixed

- Fix analyzer
[RCS1262](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262)
([PR](https://togithub.com/dotnet/roslynator/pull/1339))
- Fix analyzer
[RCS1213](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213)
([PR](https://togithub.com/dotnet/roslynator/pull/1343))

</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 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/smartive/cas-fee-adv-mumble-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 3, 2024
1 parent e4003aa commit 934f870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
Version="9.16.0.82469"
PrivateAssets="all"
Condition="$(MSBuildProjectExtension) == '.csproj'" />
<PackageReference Include="Roslynator.Analyzers" Version="4.7.0" PrivateAssets="All" />
<PackageReference Include="Roslynator.Analyzers" Version="4.8.0" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 934f870

Please sign in to comment.