From 56faadcb7093623c74f52ae4f472132ece427d12 Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Fri, 29 Nov 2024 09:01:14 +0100 Subject: [PATCH 1/3] SLVSCODE-950 Update JS/TS/CSS analyzer 10.17 to 10.18 --- CHANGELOG.md | 2 +- scripts/dependencies.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a8964be3..58e6d2ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ * Update PHP analyzer 3.38 -> [3.39](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2016002%20ORDER%20BY%20created%20ASC) -> [3.40](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2016120%20ORDER%20BY%20created%20ASC) * Update CFamily analyzer 6.60 -> [6.61](https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010166%20AND%20fixVersion%3D16056%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC) * Update C# analyzer 9.32 -> [10.3](https://github.com/SonarSource/sonar-dotnet-enterprise/releases/tag/10.3.0.106239) -* Update JS/TS/CSS analyzer 10.16 -> [10.17](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2015999%20ORDER%20BY%20created%20ASC) +* Update JS/TS/CSS analyzer 10.16 -> [10.17](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2015999%20ORDER%20BY%20created%20ASC) -> [10.18](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016087%20ORDER%20BY%20created%20ASC) * Update Java analyzer 8.5 -> [8.6](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016055%20ORDER%20BY%20created%20ASC) * Update Go analyzer 1.17 -> [1.18](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2015960%20ORDER%20BY%20created%20ASC) * Update Secrets analyzer 2.16 -> [2.17](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20=%2016005%20ORDER%20BY%20created%20ASC) -> [2.18](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016042%20ORDER%20BY%20created%20ASC) -> [2.19](https://sonarsource.atlassian.net/issues/?jql=fixVersion%20%3D%2016139%20ORDER%20BY%20created%20ASC) diff --git a/scripts/dependencies.json b/scripts/dependencies.json index 1b6833d0d..c6c4cf965 100644 --- a/scripts/dependencies.json +++ b/scripts/dependencies.json @@ -14,7 +14,7 @@ { "groupId": "org.sonarsource.javascript", "artifactId": "sonar-javascript-plugin", - "version": "10.17.0.28100", + "version": "10.18.0.28572", "output": "analyzers/sonarjs.jar" }, { From 56d04d7d5f8e67923dd24312f0c1bddbb155388b Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Fri, 29 Nov 2024 09:01:58 +0100 Subject: [PATCH 2/3] Use latest Language Server --- scripts/dependencies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dependencies.json b/scripts/dependencies.json index c6c4cf965..eefcd3995 100644 --- a/scripts/dependencies.json +++ b/scripts/dependencies.json @@ -2,7 +2,7 @@ { "groupId": "org.sonarsource.sonarlint.ls", "artifactId": "sonarlint-language-server", - "version": "3.13.0.75692", + "version": "3.13.0.75708", "output": "server/sonarlint-ls.jar" }, { From 7569e6142012e682bf7feec2dc9132a5ad2de279 Mon Sep 17 00:00:00 2001 From: Sophio Japharidze Date: Fri, 29 Nov 2024 10:02:41 +0100 Subject: [PATCH 3/3] SLVSCODE-928 update NOTICE.txt --- NOTICE.txt | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 6169d73bc..18fb4ebdf 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -8,18 +8,12 @@ SonarSource (http://www.sonarsource.com/). This program is distributed with SonarQube analyzers that are subject to specific license terms. -Analyzers distributed with this program are published under the terms -of the Sonar Source-Available License Version 1, as published by SonarSource SA. -For more details see https://sonarsource.com/license/ssal/ +The sonar-csharp-enterprise-plugin and sonar-cfamily-plugin are SonarQube analyzers +published under the following proprietary license: SonarSource SA grants you a non-transferable, +non-sublicensable, limited license to use the aforementioned plugins solely as part of this program. +Any use, reproduction, distribution, or modification of the plugins outside the scope of this program is strictly prohibited. -EXCEPTION: Sonar C# Enterprise Plugin and Sonar CFamily Plugin ---------------------------------------------- +All of the other analyzers distributed with this program are published under the terms of the +Sonar Source-Available License Version 1, as published by SonarSource SA. +For more details see https://sonarsource.com/license/ssal/ -This software includes the sonar-csharp-enterprise-plugin and the sonar-cfamily-plugin, -proprietary plugins owned by SonarSource SA. This plugin is embedded within this software and is -only licensed for use as an integrated part of this application. - -Users of this software are granted a non-transferable, non-sublicensable, -limited license to use the aforementioned plugins solely as part of this -application. Any use, reproduction, distribution, or modification of the plugin -outside the scope of this application is strictly prohibited.