Skip to content

Commit 78ee9bf

Browse files
committed
build: allow '@typescript-eslint/*@rcv8' as dependencies
1 parent 399123e commit 78ee9bf

File tree

16 files changed

+46
-120
lines changed

16 files changed

+46
-120
lines changed

examples/vite-react-dom-ts-flat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-react-hooks": "4.6.2",
2525
"eslint-plugin-react-refresh": "0.4.8",
2626
"typescript": "^5.5.3",
27-
"typescript-eslint": "^7.16.1",
27+
"typescript-eslint": "^7.16.1 || ^rc-v8",
2828
"vite": "5.3.4"
2929
}
3030
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"@types/node": "20.14.11",
6161
"@types/react": "18.3.3",
6262
"@types/react-dom": "18.3.0",
63-
"@typescript-eslint/eslint-plugin": "^7.16.1",
64-
"@typescript-eslint/parser": "^7.16.1",
65-
"@typescript-eslint/rule-tester": "^7.16.1",
63+
"@typescript-eslint/eslint-plugin": "^7.16.1 || ^rc-v8",
64+
"@typescript-eslint/parser": "^7.16.1 || ^rc-v8",
65+
"@typescript-eslint/rule-tester": "^7.16.1 || ^rc-v8",
6666
"@vitest/ui": "2.0.3",
6767
"bun": "1.1.20",
6868
"bundle-require": "^5.0.0",

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/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.16.1",
52-
"@typescript-eslint/type-utils": "^7.16.1",
53-
"@typescript-eslint/types": "^7.16.1",
54-
"@typescript-eslint/utils": "^7.16.1"
51+
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
52+
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
53+
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
54+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
5555
},
5656
"devDependencies": {
5757
"short-unique-id": "5.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^7.16.1",
51-
"@typescript-eslint/type-utils": "^7.16.1",
52-
"@typescript-eslint/types": "^7.16.1",
53-
"@typescript-eslint/utils": "^7.16.1",
50+
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
51+
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
52+
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
53+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8",
5454
"string-ts": "^2.2.0"
5555
},
5656
"devDependencies": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.16.1",
52-
"@typescript-eslint/types": "^7.16.1",
53-
"@typescript-eslint/utils": "^7.16.1"
51+
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
52+
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
53+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
5454
},
5555
"devDependencies": {
5656
"string-ts": "2.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.16.1",
52-
"@typescript-eslint/type-utils": "^7.16.1",
53-
"@typescript-eslint/types": "^7.16.1",
54-
"@typescript-eslint/utils": "^7.16.1"
51+
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
52+
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
53+
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
54+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
5555
},
5656
"devDependencies": {
5757
"string-ts": "2.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^7.16.1",
51-
"@typescript-eslint/type-utils": "^7.16.1",
52-
"@typescript-eslint/types": "^7.16.1",
53-
"@typescript-eslint/utils": "^7.16.1"
50+
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
51+
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
52+
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
53+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
5454
},
5555
"devDependencies": {
5656
"string-ts": "2.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
5050
"@eslint-react/var": "workspace:*",
51-
"@typescript-eslint/scope-manager": "^7.16.1",
52-
"@typescript-eslint/type-utils": "^7.16.1",
53-
"@typescript-eslint/types": "^7.16.1",
54-
"@typescript-eslint/utils": "^7.16.1",
51+
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
52+
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
53+
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
54+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8",
5555
"is-immutable-type": "4.0.0"
5656
},
5757
"devDependencies": {

packages/plugins/eslint-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@eslint-react/shared": "workspace:*",
5656
"@eslint-react/tools": "workspace:*",
5757
"@eslint-react/types": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^7.16.1",
59-
"@typescript-eslint/type-utils": "^7.16.1",
60-
"@typescript-eslint/types": "^7.16.1",
61-
"@typescript-eslint/utils": "^7.16.1",
58+
"@typescript-eslint/scope-manager": "^7.16.1 || ^rc-v8",
59+
"@typescript-eslint/type-utils": "^7.16.1 || ^rc-v8",
60+
"@typescript-eslint/types": "^7.16.1 || ^rc-v8",
61+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8",
6262
"eslint-plugin-react-debug": "workspace:*",
6363
"eslint-plugin-react-dom": "workspace:*",
6464
"eslint-plugin-react-hooks-extra": "workspace:*",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"publish": "pnpm run build && pnpm run lint:publish"
4343
},
4444
"dependencies": {
45-
"@typescript-eslint/utils": "^7.16.1"
45+
"@typescript-eslint/utils": "^7.16.1 || ^rc-v8"
4646
},
4747
"devDependencies": {
4848
"tsup": "8.2.1",

0 commit comments

Comments
 (0)