Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyzer Updates 10.11 #1189

Merged
merged 8 commits into from
Oct 2, 2024
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
sonarlint-core = "10.6.0.79033"

sonar-java = "8.1.0.36477"
sonar-javascript = "10.15.0.27423"
sonar-php = "3.37.0.12086"
sonar-python = "4.21.0.16473"
sonar-java = "8.4.0.37032"
sonar-javascript = "10.16.0.27621"
sonar-php = "3.38.0.12239"
sonar-python = "4.22.0.16914"
sonar-kotlin = "2.20.0.4382"
sonar-ruby = "1.17.0.110"
sonar-go = "1.15.0.4655"
sonar-ruby = "1.17.1.134"
sonar-go = "1.17.1.145"
sonar-html = "3.16.0.5274"
sonar-xml = "2.10.0.4108"
sonar-omnisharp = "1.24.0.100127"
sonar-text = "2.15.0.3845"
sonar-text = "2.16.0.4008"
sonar-iac = "1.36.0.12431"
sonar-cpp = "6.59.0.75237"

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

<change-notes><![CDATA[
<ul>
<li>10.11 - 1 new PHP rule. 7 new Python rules related to PyTorch. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.10 - Improve SonarLint performance and optimize memory usage. Refactor thread management to avoid UI freezes. Avoid errors of type 'No file to analyze'. Support detection of Micronaut configuration issues. 6 new JS/TS rules. Introduce new INFO and BLOCKER severities. Improve UI feedback when lacking permission with SonarQube or SonarCloud. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.9 - Support analysis of Helm files. Improve analysis consistency on Rider. 7 new C++23 rules and C++23 support. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.8.1 - Correctly display the current file analysis results on dev containers. Fix an issue where triggering a report analysis would disappear. Fix a problem where issues from another project would appear in the report.</li>
Expand Down