Skip to content

Update dependency org.sonarsource.javascript:sonar-javascript-plugin to v9.3.0.18033

This MR contains the following updates:

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

Release Notes

SonarSource/sonar-javascript

v9.3.0.18033

Compare Source

In this release, we have added 2 new rules and did some hardening. We also updated some major dependencies.

CSS

  • Fix FP S4650 ('function-calc-no-unspaced-operator'): should allow missing spaces around '*' and '/' operators (#​3098)
  • Support "display-mode" media query in S4661 (#​3137)
  • Upgrade stylelint to 14.8.4 (#​3149)

JS/TS

  • Add S4036 ('no-os-command-from-path'): Searching OS commands in PATH is security-sensitive (#​2036)
  • Add S6426 ('no-exclusive-tests'): Exclusive tests should not be commited to version control (#​2861)
  • Exclude JavaScript require statements from copy-paste detection (#​2971)
  • Fix FP S1128 ('unused-import'): Generalize imports matching kebab case references (#​3125)
  • Fix FP S1172 ('no-unused-function-argument'): Ignore 'this' parameters (#​3114)
  • Fix FP S1186 ('no-empty-function'): Ignore private constructors (#​3115)
  • Fix FP S3001 ('no-delete-var'): Ignore object optional properties (#​2994)
  • Fix FP S3403 ('different-types-comparison'): Symbols should be comparable (#​3132)
  • Remove spaces from the default value of JavaScript execution environments (#​2632)
  • S3504 ('no-var') should be part of SonarWay profile (#​3101)
  • Upgrade ESLint to 8.16.0 and TypeScript ESLint to 5.26.0 (#​3150)

Docs

  • Update docs - add Angular to supported frameworks (#​3128)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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