Skip to content

Commit 6ef7168

Browse files
committed
chore: update typescript-eslint and related dependencies to version 8.18.2
1 parent c33c4b3 commit 6ef7168

File tree

20 files changed

+246
-246
lines changed

20 files changed

+246
-246
lines changed

examples/dual-react-dom-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react": "^19.0.0",
4444
"tsup": "^8.3.5",
4545
"typescript": "^5.7.2",
46-
"typescript-eslint": "^8.18.1"
46+
"typescript-eslint": "^8.18.2"
4747
},
4848
"peerDependencies": {
4949
"react": "^19.0.0"

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"postcss": "8.4.49",
3232
"tailwindcss": "3.4.17",
3333
"typescript": "^5.7.2",
34-
"typescript-eslint": "^8.18.1"
34+
"typescript-eslint": "^8.18.2"
3535
}
3636
}

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-refresh": "^0.4.16",
2929
"typescript": "^5.7.2",
30-
"typescript-eslint": "^8.18.1",
30+
"typescript-eslint": "^8.18.2",
3131
"vite": "^6.0.5"
3232
}
3333
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"@types/node": "^22.10.2",
6565
"@types/react": "^19.0.2",
6666
"@types/react-dom": "^19.0.2",
67-
"@typescript-eslint/parser": "^8.18.1",
68-
"@typescript-eslint/rule-tester": "^8.18.1",
69-
"@typescript-eslint/types": "^8.18.1",
67+
"@typescript-eslint/parser": "^8.18.2",
68+
"@typescript-eslint/rule-tester": "^8.18.2",
69+
"@typescript-eslint/types": "^8.18.2",
7070
"@vitest/ui": "^2.1.8",
7171
"@workspace/configs": "workspace:*",
7272
"@workspace/eslint-plugin-deps": "workspace:*",
@@ -99,7 +99,7 @@
9999
"typedoc-plugin-markdown": "^4.3.3",
100100
"typedoc-plugin-rename-defaults": "^0.7.2",
101101
"typescript": "^5.7.2",
102-
"typescript-eslint": "^8.18.1",
102+
"typescript-eslint": "^8.18.2",
103103
"vitest": "^2.1.8"
104104
},
105105
"packageManager": "[email protected]",
@@ -109,20 +109,20 @@
109109
},
110110
"pnpm": {
111111
"overrides": {
112-
"@types/react": "^19.0.2",
113-
"@types/react-dom": "^19.0.2",
114112
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
115-
"cross-spawn": "7.0.6",
116113
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
117114
"isarray": "npm:@nolyfill/isarray@^1.0.29",
118-
"next": "^15.1.2",
119-
"react": "^19.0.0",
120-
"react-dom": "^19.0.0",
121115
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41",
122116
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41",
123117
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
124-
"ts-api-utils": "^2.0.0",
125118
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
119+
"@types/react": "^19.0.2",
120+
"@types/react-dom": "^19.0.2",
121+
"cross-spawn": "7.0.6",
122+
"next": "^15.1.2",
123+
"react": "^19.0.0",
124+
"react-dom": "^19.0.0",
125+
"ts-api-utils": "^2.0.0",
126126
"typescript": "^5.7.2"
127127
}
128128
}

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^8.18.1",
52-
"@typescript-eslint/type-utils": "^8.18.1",
53-
"@typescript-eslint/types": "^8.18.1",
54-
"@typescript-eslint/utils": "^8.18.1",
51+
"@typescript-eslint/scope-manager": "^8.18.2",
52+
"@typescript-eslint/type-utils": "^8.18.2",
53+
"@typescript-eslint/types": "^8.18.2",
54+
"@typescript-eslint/utils": "^8.18.2",
5555
"birecord": "^0.1.1",
5656
"short-unique-id": "^5.2.0",
5757
"ts-pattern": "^5.6.0"

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"@eslint-react/shared": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
5858
"@eslint-react/var": "workspace:*",
59-
"@typescript-eslint/scope-manager": "^8.18.1",
60-
"@typescript-eslint/type-utils": "^8.18.1",
61-
"@typescript-eslint/types": "^8.18.1",
62-
"@typescript-eslint/utils": "^8.18.1",
59+
"@typescript-eslint/scope-manager": "^8.18.2",
60+
"@typescript-eslint/type-utils": "^8.18.2",
61+
"@typescript-eslint/types": "^8.18.2",
62+
"@typescript-eslint/utils": "^8.18.2",
6363
"string-ts": "^2.2.0",
6464
"ts-pattern": "^5.6.0"
6565
},

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"@eslint-react/shared": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
5858
"@eslint-react/var": "workspace:*",
59-
"@typescript-eslint/scope-manager": "^8.18.1",
60-
"@typescript-eslint/types": "^8.18.1",
61-
"@typescript-eslint/utils": "^8.18.1",
59+
"@typescript-eslint/scope-manager": "^8.18.2",
60+
"@typescript-eslint/types": "^8.18.2",
61+
"@typescript-eslint/utils": "^8.18.2",
6262
"compare-versions": "^6.1.1",
6363
"string-ts": "^2.2.0",
6464
"ts-pattern": "^5.6.0"

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"@eslint-react/shared": "workspace:*",
5858
"@eslint-react/types": "workspace:*",
5959
"@eslint-react/var": "workspace:*",
60-
"@typescript-eslint/scope-manager": "^8.18.1",
61-
"@typescript-eslint/type-utils": "^8.18.1",
62-
"@typescript-eslint/types": "^8.18.1",
63-
"@typescript-eslint/utils": "^8.18.1",
60+
"@typescript-eslint/scope-manager": "^8.18.2",
61+
"@typescript-eslint/type-utils": "^8.18.2",
62+
"@typescript-eslint/types": "^8.18.2",
63+
"@typescript-eslint/utils": "^8.18.2",
6464
"string-ts": "^2.2.0",
6565
"ts-pattern": "^5.6.0"
6666
},

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@eslint-react/jsx": "workspace:*",
5656
"@eslint-react/shared": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.18.1",
59-
"@typescript-eslint/type-utils": "^8.18.1",
60-
"@typescript-eslint/types": "^8.18.1",
61-
"@typescript-eslint/utils": "^8.18.1",
58+
"@typescript-eslint/scope-manager": "^8.18.2",
59+
"@typescript-eslint/type-utils": "^8.18.2",
60+
"@typescript-eslint/types": "^8.18.2",
61+
"@typescript-eslint/utils": "^8.18.2",
6262
"string-ts": "^2.2.0",
6363
"ts-pattern": "^5.6.0"
6464
},

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
"@eslint-react/shared": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
5858
"@eslint-react/var": "workspace:*",
59-
"@typescript-eslint/scope-manager": "^8.18.1",
60-
"@typescript-eslint/types": "^8.18.1",
61-
"@typescript-eslint/utils": "^8.18.1",
59+
"@typescript-eslint/scope-manager": "^8.18.2",
60+
"@typescript-eslint/types": "^8.18.2",
61+
"@typescript-eslint/utils": "^8.18.2",
6262
"birecord": "^0.1.1",
6363
"string-ts": "^2.2.0",
6464
"ts-pattern": "^5.6.0"

0 commit comments

Comments
 (0)