This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
Releases: SonarSource/eslint-plugin-sonarjs
Releases · SonarSource/eslint-plugin-sonarjs
1.0.4
1.0.3
v1.0.2
1.0.1
1.0.0
Eslint-plugin-sonarjs is compatible with ESLint v9.
What's Changed
- ESLINTJS-30 Migrate to all newest packages, except for eslint v9 by @zglicz in #460
- ESLINTJS-43 Move from a compile-all to a compile-entry-point pattern by @ericmorand-sonarsource in #463
- ESLINTJS-36 Split out tests and analyze into separate steps by @zglicz in #465
- ESLINTJS-44 Fix breaking no-one-iteration-loop after ESLint v9 breaking change by @zglicz in #467
- ESLINTJS-37 ESLint 9 throws an error
Could not find "..." in plugin "sonarjs"
by @ericmorand-sonarsource in #466 - ESLINTJS-45 Add ruling tests to handle eslint 8 and 9 by @zglicz in #468
- ESLINTJS-42 Make the exported rules a typed record by @ericmorand-sonarsource in #469
Full Changelog: 0.25.1...1.0.0
0.25.1
What's Changed
- Resolve issue #456 - @typescript-eslint/utils dependency is missing by @ericmorand-sonarsource in #457
- Bump the project manifest version to 0.25.1 by @ericmorand-sonarsource in #458
New Contributors
- @ericmorand-sonarsource made their first contribution in #457
Full Changelog: 0.25.0...0.25.1
0.25.0
What's Changed
- Prepare for next development iteration by @yassin-kammoun-sonarsource in #446
- Fix FP 3699 (no-use-of-empty-return-values) to handle ambient functions by @zglicz in #451
- Make no-unused-collection not trigger if writing to elements of said collection by @zglicz in #452
- Replace devDependency
@typescript-eslint/experimental-utils
with@typescript-eslint/utils
by @yassin-kammoun-sonarsource in #453
New Contributors
Full Changelog: 0.24.0...0.25.0
0.24.0
What's Changed
- Prepare for next development iteration by @yassin-kammoun-sonarsource in #429
- Add prettier as pre-commit hook by @vdiez in #432
- Fix cognitive complexity link by @ilia-kebets-sonarsource in #443
- Drop Node.js 14 support and test against Node.js 20 on CI by @yassin-kammoun-sonarsource in #445
- Fix FP S3776 (
cognitive-complexity
): Ignore nested functions and default values by @yassin-kammoun-sonarsource in #444
Full Changelog: 0.23.0...0.24.0
0.23.0
What's Changed
- Prepare for next iteration by @ilia-kebets-sonarsource in #425
- Update own dependency by @ilia-kebets-sonarsource in #426
- Fix FP S2428 (
prefer-object-literal
): Ignore circular reference assignments by @yassin-kammoun-sonarsource in #427 - Update license to
LGPL-3.0-only
by @ilia-kebets-sonarsource in #428
Full Changelog: 0.22.0...0.23.0