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

SLI-1795 SLI-1798 SLI-1797 SLI-1799 SLI-1783 SLI-1802 Analyzer updates #2 for 10.13 #1283

Merged
merged 6 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
sonarlint-core = "10.12.1.79852"

sonar-java = "8.8.0.37665"
sonar-java = "8.9.0.37768"
sonar-javascript = "10.20.0.29356"
sonar-php = "3.41.0.12692"
sonar-python = "4.25.0.19056"
sonar-php = "3.42.0.12795"
sonar-python = "4.26.0.19456"
sonar-kotlin = "2.22.0.5972"
sonar-ruby = "1.18.0.234"
sonar-go = "1.18.0.240"
sonar-html = "3.18.0.5605"
sonar-xml = "2.12.0.5749"
sonar-omnisharp = "1.25.0.100242"
sonar-omnisharp = "1.26.0.100277"
sonar-text = "2.20.0.5038"
sonar-iac = "1.40.0.13983"
sonar-iac = "1.41.0.14206"
sonar-cpp = "6.62.0.78645"
sonar-dotnet = "10.3.0.106239"
sonar-dotnet = "10.5.0.109200"

sonarqube = "4.4.1.3373"

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<change-notes><![CDATA[
<ul>
<li>10.15 - 1 new QuickFix for Java. Bug fixes, fewer FPs and improvements for many languages.</li>
<li>10.15 - 1 new QuickFix for Java. Fixed a performance regression on Python. Bug fixes, fewer FPs and improvements for many languages.</li>
nquinquenel marked this conversation as resolved.
Show resolved Hide resolved
<li>10.14.1 - Fix unwanted loading bar appearance for computing branch information. Fix connection issue for SonarQube Server versions 10.0 - 10.4.</li>
<li>10.14 - Support analysis of Jupyter Notebook files. Increase JS/TS analysis speed and fix an issue where many temporary files would be created. Drop support for username/password authentication.</li>
<li>10.13.1 - Include a transparent and dark version of the plugin icon. Fix a noisy log error about a missing ProgressIndicator. Improve the tool window icon behavior to reflect the current number of issues in the file.</li>
Expand Down
Loading