Skip to content

Commit 8eab5ea

Browse files
chore(deps-dev): bump eslint-plugin-sonarjs from 0.23.0 to 1.0.3 (#64)
* chore(deps-dev): bump eslint-plugin-sonarjs from 0.23.0 to 1.0.3 Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.23.0 to 1.0.3. - [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases) - [Commits](SonarSource/eslint-plugin-sonarjs@0.23.0...1.0.3) --- updated-dependencies: - dependency-name: eslint-plugin-sonarjs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix: update eslint sonar plugin Signed-off-by: Jeff MAURY <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jeff MAURY <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeff MAURY <[email protected]>
1 parent 282f242 commit 8eab5ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"plugin:import/recommended",
1313
"plugin:import/typescript",
1414
"plugin:etc/recommended",
15-
"plugin:sonarjs/recommended"
15+
"plugin:sonarjs/recommended-legacy"
1616
],
1717
"parser": "@typescript-eslint/parser",
1818
"parserOptions": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"eslint-plugin-etc": "^2.0.3",
9191
"eslint-plugin-import": "^2.29.1",
9292
"eslint-plugin-redundant-undefined": "^1.0.0",
93-
"eslint-plugin-sonarjs": "^0.23.0",
93+
"eslint-plugin-sonarjs": "^1.0.3",
9494
"mkdirp": "^3.0.1",
9595
"prettier": "^3.3.2",
9696
"typescript": "5.3.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1364,10 +1364,10 @@ eslint-plugin-redundant-undefined@^1.0.0:
13641364
dependencies:
13651365
"@typescript-eslint/utils" "^6.2.1"
13661366

1367-
eslint-plugin-sonarjs@^0.23.0:
1368-
version "0.23.0"
1369-
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.23.0.tgz#0265bad801ea210951672ee3cafbcf5d456ada96"
1370-
integrity sha512-z44T3PBf9W7qQ/aR+NmofOTyg6HLhSEZOPD4zhStqBpLoMp8GYhFksuUBnCxbnf1nfISpKBVkQhiBLFI/F4Wlg==
1367+
eslint-plugin-sonarjs@^1.0.3:
1368+
version "1.0.3"
1369+
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-1.0.3.tgz#423de6f9244c886633ff36183c6fbc9fb1ed867d"
1370+
integrity sha512-6s41HLPYPyDrp+5+7Db5yFYbod6h9pC7yx+xfcNwHRcLe1EZwbbQT/tdOAkR7ekVUkNGEvN3GmYakIoQUX7dEg==
13711371

13721372
eslint-scope@^5.1.1:
13731373
version "5.1.1"

0 commit comments

Comments
 (0)