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

Commit 2a849bc

Browse files
chore(deps): update typescript-eslint monorepo
1 parent bbf6a8f commit 2a849bc

File tree

3 files changed

+195
-2580
lines changed

3 files changed

+195
-2580
lines changed

eslint-plugin-sonar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
],
3333
"peerDependencies": {
3434
"@babel/core": "^7.11.0",
35-
"@typescript-eslint/parser": "^7.0.0",
35+
"@typescript-eslint/parser": "^7.16.1",
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": "^6.16.0",
42+
"@typescript-eslint/eslint-plugin": "^6.21.0",
4343
"builtin-modules": "^3.3.0",
4444
"bytes": "^3.1.2",
4545
"eslint-plugin-jsx-a11y": "^6.8.0",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"yarn-deduplicate": "^6.0.2"
4242
},
4343
"resolutions": {
44-
"@typescript-eslint/eslint-plugin": "^7.8.0",
44+
"@typescript-eslint/eslint-plugin": "^7.16.1",
4545
"@typescript-eslint/experimental-utils": "^5.62.0",
46-
"@typescript-eslint/parser": "^7.8.0",
47-
"@typescript-eslint/scope-manager": "^7.8.0",
48-
"@typescript-eslint/type-utils": "^7.8.0",
49-
"@typescript-eslint/utils": "^7.8.0",
46+
"@typescript-eslint/parser": "^7.16.1",
47+
"@typescript-eslint/scope-manager": "^7.16.1",
48+
"@typescript-eslint/type-utils": "^7.16.1",
49+
"@typescript-eslint/utils": "^7.16.1",
5050
"eslint": "^8.57.0",
5151
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
5252
"eslint-plugin-sonar": "link:eslint-plugin-sonar",

0 commit comments

Comments
 (0)