Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit d94fa2c

Browse files
fix(deps): update typescript-eslint monorepo to ^7.18.0
1 parent 360738a commit d94fa2c

File tree

3 files changed

+249
-5523
lines changed

3 files changed

+249
-5523
lines changed

eslint-plugin-sonar/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
],
3333
"peerDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@typescript-eslint/parser": "^7.0.0",
35+
"@typescript-eslint/parser": "^7.18.0",
3636
"eslint": "^8.0.0 || ^9.0.0",
3737
"typescript": "^4.0.0 || ^5.0.0"
3838
},
3939
"dependencies": {
4040
"@babel/eslint-parser": "^7.24.5",
4141
"@eslint-community/regexpp": "^4.10.0",
42-
"@typescript-eslint/eslint-plugin": "^7.8.0",
43-
"@typescript-eslint/utils": "^7.8.0",
42+
"@typescript-eslint/eslint-plugin": "^7.18.0",
43+
"@typescript-eslint/utils": "^7.18.0",
4444
"builtin-modules": "^3.3.0",
4545
"bytes": "^3.1.2",
4646
"eslint-plugin-jsx-a11y": "^6.8.0",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
},
5454
"resolutions": {
5555
"@types/estree": "1.0.5",
56-
"@typescript-eslint/eslint-plugin": "^7.8.0",
56+
"@typescript-eslint/eslint-plugin": "^7.18.0",
5757
"@typescript-eslint/experimental-utils": "^5.62.0",
58-
"@typescript-eslint/parser": "^7.8.0",
59-
"@typescript-eslint/scope-manager": "^7.8.0",
60-
"@typescript-eslint/type-utils": "^7.8.0",
61-
"@typescript-eslint/utils": "^7.8.0",
58+
"@typescript-eslint/parser": "^7.18.0",
59+
"@typescript-eslint/scope-manager": "^7.18.0",
60+
"@typescript-eslint/type-utils": "^7.18.0",
61+
"@typescript-eslint/utils": "^7.18.0",
6262
"browserslist-generator": "^3.0.0",
6363
"eslint": "^8.57.0",
6464
"eslint-plugin-sonar": "link:eslint-plugin-sonar",

0 commit comments

Comments
 (0)