Skip to content

Commit 276a296

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.2.0...v9.0.0) (2025-10-08) ### Features * **deps:** update eslint-plugin-sonarjs dependency ([d7688db](d7688db)), closes [#85](#85) ### BREAKING CHANGES * **deps:** The new major version of `eslint-plugin-sonarjs` makes all SonarJS rules available to ESLint which may lead to new linting errors in your codebase. Please review the `eslint-plugin-sonarjs` documentation: https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/README.md
1 parent 9403ffb commit 276a296

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.0.0](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v8.2.0...v9.0.0) (2025-10-08)
2+
3+
4+
### Features
5+
6+
* **deps:** update eslint-plugin-sonarjs dependency ([d7688db](https://github.com/Boehringer-Ingelheim/eslint-config/commit/d7688db39ee0f1894a2f2e419fb2ea14eac1d16e)), closes [#85](https://github.com/Boehringer-Ingelheim/eslint-config/issues/85)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** The new major version of `eslint-plugin-sonarjs` makes all SonarJS rules available to ESLint which may lead to new linting errors in your codebase. Please review the `eslint-plugin-sonarjs` documentation: https://github.com/SonarSource/SonarJS/blob/master/packages/jsts/src/rules/README.md
12+
113
# [9.0.0-sonarjs-v3.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v8.2.0...v9.0.0-sonarjs-v3.1) (2025-10-07)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@boehringer-ingelheim/eslint-config",
3-
"version": "9.0.0-sonarjs-v3.1",
3+
"version": "9.0.0",
44
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
55
"keywords": [
66
"boehringer",

0 commit comments

Comments
 (0)