Skip to content

Update dependency org.sonarsource.javascript:sonar-javascript-plugin to v8.7.0.17093

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
org.sonarsource.javascript:sonar-javascript-plugin (source) 8.6.0.16913 -> 8.7.0.17093 age adoption passing confidence

Release Notes

SonarSource/sonar-javascript

v8.7.0.17093

Compare Source

In this release we change the approach to the analysis of TypeScript files. Before we were relying on tsconfig files to get the list of concerned files, which was not always reliable (due to dependencies in those files). Now we build the program, which provides us with the list of files. Due to this change more files could be analyzed now. Also note that TS files without tsconfig.json files in the project will not be analyzed anymore. This new approach is not applied if there is at least one .vue file with TypeScript script.

  • Program-based analysis of TypeScript (fixed #​2073)

  • Fixes to support Aura Lightning Components (#​2885)

  • Support directories in references in tsconfig (#​2815)

  • Rely on Java 11

Full Changelog: https://github.com/SonarSource/SonarJS/compare/8.6.0.16913...8.7.0.17094 Full issue list: https://github.com/SonarSource/SonarJS/milestone/47?closed=1


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports