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

SLVSCODE-950 Update JS analyzer #654

Merged
merged 3 commits into from
Nov 29, 2024
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
20 changes: 7 additions & 13 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions scripts/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand All @@ -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"
},
{
Expand Down
Loading