Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lint deps): update linting dependencies (#50)
[![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.2` -> `4.12.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Roslynator.Analyzers/4.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Roslynator.Analyzers/4.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Roslynator.Analyzers/4.12.2/4.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Roslynator.Analyzers/4.12.2/4.12.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html) ([source](https://togithub.com/SonarSource/sonar-dotnet)) | `9.24.0.89429` -> `9.25.1.91650` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/9.24.0.89429/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/9.24.0.89429/9.25.1.91650?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dotnet/roslynator (Roslynator.Analyzers)</summary> ### [`v4.12.3`](https://togithub.com/dotnet/roslynator/blob/HEAD/ChangeLog.md#4123---2024-05-10) ##### Fixed - Fix analyzer [RCS1246](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246) ([PR](https://togithub.com/dotnet/roslynator/pull/1460)) - Fix analyzer [RCS1085](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1085) ([PR](https://togithub.com/dotnet/roslynator/pull/1461)) - Fix analyzer [RCS1077](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1077) ([PR](https://togithub.com/dotnet/roslynator/pull/1463)) - \[CLI] Fix `roslynator analyze --include/--exclude` ([PR](https://togithub.com/dotnet/roslynator/pull/1459)) - Fix analyzer [RCS0036](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0036) ([PR](https://togithub.com/dotnet/roslynator/pull/1466)) </details> <details> <summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary> ### [`v9.25.1.91650`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.25.1.91650): 9.25.1 [Compare Source](https://togithub.com/SonarSource/sonar-dotnet/compare/9.25.0.90414...9.25.1.91650) The latest Roslyn compiler version changes the way Razor files are compiled, and this hotfix release takes care of these changes. For more information check [this issue](https://togithub.com/dotnet/razor/issues/10375). ##### Bug Fixes - [9288](https://togithub.com/SonarSource/sonar-dotnet/issues/9288) - \[C#] Metrics analyzer for Razor: Lines of code are outside the range of the file ### [`v9.25.0.90414`](https://togithub.com/SonarSource/sonar-dotnet/releases/tag/9.25.0.90414): 9.25 [Compare Source](https://togithub.com/SonarSource/sonar-dotnet/compare/9.24.0.89429...9.25.0.90414) Hello everyone, This release comes with seven new rules for ASP.NET core alongside some improvements. Enjoy! ##### New Rules - [9096](https://togithub.com/SonarSource/sonar-dotnet/issues/9096) - \[C#] New Rule S6966: Awaitable method should be used - [9095](https://togithub.com/SonarSource/sonar-dotnet/issues/9095) - \[C#] New Rule S6967: ModelState.IsValid should be called in controller actions - [9094](https://togithub.com/SonarSource/sonar-dotnet/issues/9094) - \[C#] New Rule S6964: The value type properties of a model class should be nullable or marked as "Required" to avoid under-posting. - [9093](https://togithub.com/SonarSource/sonar-dotnet/issues/9093) - \[C#] New rule S6968: Actions that return a value should be annotated with ProducesResponseTypeAttribute containing the return type - [9092](https://togithub.com/SonarSource/sonar-dotnet/issues/9092) - \[C#] New rule S6965: You should use HttpAttribute in API controller actions - [9091](https://togithub.com/SonarSource/sonar-dotnet/issues/9091) - \[C#] New rule S6962: You should pool HTTP connections with HttpClientFactory - [9089](https://togithub.com/SonarSource/sonar-dotnet/issues/9089) - \[C#] New rule S6960: Controllers should not have too many responsibilities ##### Bug Fixes - [9193](https://togithub.com/SonarSource/sonar-dotnet/issues/9193) - Fix AD0001: Named Attribute Arguments in S6930 ##### False Positive - [9219](https://togithub.com/SonarSource/sonar-dotnet/issues/9219) - \[C#] Fix S1144 FP: Getters/Setters of property with attribute are being flagged ##### Improvements - [9187](https://togithub.com/SonarSource/sonar-dotnet/issues/9187) - Update RSPEC before 9.25 release - [9186](https://togithub.com/SonarSource/sonar-dotnet/issues/9186) - \[C#] Rule S6961: Implement CodeFix ##### Rule deprecations and deletions - [9175](https://togithub.com/SonarSource/sonar-dotnet/issues/9175) - \[VB.NET] Delete S2353: Remove deprecated rule - [9189](https://togithub.com/SonarSource/sonar-dotnet/pull/9189) - \[C#] Deprecate S6803 </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information