Skip to content

9.4.0

Compare
Choose a tag to compare
@victor-diez-sonarsource victor-diez-sonarsource released this 24 Jun 13:07
· 1194 commits to master since this release
ecafd2e

In this release, we have added 3 new rules and did some hardening (details here). We also updated some major dependencies.

JS/TS

  • Upgrade TypeScript to 4.7 (#3180)
  • Add S5148 ('link-with-target-blank'): Authorizing an opened window to access back to the originating window is security-sensitive (#2621)
  • Add S4125 ('valid-typeof'): "typeof" expressions should only be compared to valid values (#625)
  • Add S6397 ('single-char-in-character-classes'): Character classes in regular expressions should not contain only one character (#3085)

CSS

  • Upgrade stylelint to 14.9.1 (#3182)

Part of SonarQube 9.6