Skip to content

10.11.0

Compare
Choose a tag to compare
@saberduck saberduck released this 22 Dec 11:46
· 253 commits to master since this release
a69c26f

This release

1/ Fail-fast
Misconfigurations now cause analysis failure, this includes missing or incompatible Node.js runtime.
There are also new and more detailed warnings, including new warnings in the UI.

2/ Added support for TypeScript 5.3

3/ Drop support for Node.js v14

4/ Added 5 new adaptability rules:

  • S6859: Imports should not use absolute paths
  • S6861: Mutable variables should not be exported
  • S2187: Test files should contain at least one test case
  • S1444: Public "static" fields should be read-only
  • S5973: Tests should be stable

What's Changed

Full Changelog: 10.10.0.24774...10.11.0.25043

This release will be part of SonarQube 10.4

https://github.com/SonarSource/SonarJS/milestone/83?closed=1