Skip to content

Commit

Permalink
chore(lint deps): update dependency sonaranalyzer.csharp to 10.6.0.10…
Browse files Browse the repository at this point in the history
…9712 (#132)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[SonarAnalyzer.CSharp](https://redirect.sonarsource.com/doc/sonar-visualstudio.html)
([source](https://redirect.github.com/SonarSource/sonar-dotnet)) |
`10.5.0.109200` -> `10.6.0.109712` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/SonarAnalyzer.CSharp/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/SonarAnalyzer.CSharp/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/SonarAnalyzer.CSharp/10.5.0.109200/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/SonarAnalyzer.CSharp/10.5.0.109200/10.6.0.109712?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>SonarSource/sonar-dotnet (SonarAnalyzer.CSharp)</summary>

###
[`v10.6.0.109712`](https://redirect.github.com/SonarSource/sonar-dotnet/releases/tag/10.6.0.109712):
10.6

[Compare
Source](https://redirect.github.com/SonarSource/sonar-dotnet/compare/10.5.0.109200...10.6.0.109712)

##### Improvement

- [NET-735](https://sonarsource.atlassian.net/browse/NET-735) - Remove
RoslynProfileExporter
- [NET-1031](https://sonarsource.atlassian.net/browse/NET-1031) - Remove
deprecated SonarLintProfileExporter
- [NET-1038](https://sonarsource.atlassian.net/browse/NET-1038) - Add
symbolic-execution tag to our rules
- [NET-988](https://sonarsource.atlassian.net/browse/NET-988) - Remove
S1197 from SonarWay for VB.NET
- [NET-989](https://sonarsource.atlassian.net/browse/NET-989) - S3444:
Add secondary location message
- [NET-982](https://sonarsource.atlassian.net/browse/NET-982) - S4144:
Add secondary location message
- [NET-979](https://sonarsource.atlassian.net/browse/NET-979) - S4663:
Add secondary location message
- [NET-978](https://sonarsource.atlassian.net/browse/NET-978) - S1168:
Add secondary location message
- [NET-977](https://sonarsource.atlassian.net/browse/NET-977) - S4047:
Add secondary location message
- [NET-976](https://sonarsource.atlassian.net/browse/NET-976) - S4457:
Add secondary location message
- [NET-975](https://sonarsource.atlassian.net/browse/NET-975) - S1066:
Add secondary location message
- [NET-974](https://sonarsource.atlassian.net/browse/NET-974) - S4070:
Add secondary location message
- [NET-973](https://sonarsource.atlassian.net/browse/NET-973) - S1110:
Add secondary location message
- [NET-971](https://sonarsource.atlassian.net/browse/NET-971) - S2612:
Add secondary location message
- [NET-970](https://sonarsource.atlassian.net/browse/NET-970) - S6667:
Add secondary location message
- [NET-969](https://sonarsource.atlassian.net/browse/NET-969) - S6931:
Add secondary location message
- [NET-968](https://sonarsource.atlassian.net/browse/NET-968) - S6934:
Add secondary location message
- [NET-967](https://sonarsource.atlassian.net/browse/NET-967) - S5034:
Add secondary location message
- [NET-966](https://sonarsource.atlassian.net/browse/NET-966) - S6607:
Add secondary location message
- [NET-965](https://sonarsource.atlassian.net/browse/NET-965) - S4143:
Add secondary location message
- [NET-961](https://sonarsource.atlassian.net/browse/NET-961) - S6664:
Add secondary location message
- [NET-960](https://sonarsource.atlassian.net/browse/NET-960) - S6677:
Add secondary location message
- [NET-956](https://sonarsource.atlassian.net/browse/NET-956) - S6673:
Add secondary location message

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 8f012b2 commit 3d23094
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 @@ -12,7 +12,7 @@
Condition="$(MSBuildProjectExtension) == '.csproj'" />
<PackageReference
Include="SonarAnalyzer.CSharp"
Version="10.5.0.109200"
Version="10.6.0.109712"
PrivateAssets="all"
Condition="$(MSBuildProjectExtension) == '.csproj'" />
<PackageReference Include="Roslynator.Analyzers" Version="4.12.11" PrivateAssets="All" />
Expand Down

0 comments on commit 3d23094

Please sign in to comment.