Skip to content

Commit 819b735

Browse files
committed
build: update deps
1 parent be18086 commit 819b735

File tree

22 files changed

+225
-310
lines changed

22 files changed

+225
-310
lines changed

examples/vite-react-dom-ts/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": "rc",
2828
"eslint-plugin-react-refresh": "^0.4.14",
2929
"typescript": "^5.6.3",
30-
"typescript-eslint": "^8.14.0",
30+
"typescript-eslint": "^8.15.0",
3131
"vite": "^5.4.11"
3232
}
3333
}

examples/webpack-react-dom-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"style-loader": "^4.0.0",
4242
"ts-loader": "^9.5.1",
4343
"typescript": "^5.6.3",
44-
"typescript-eslint": "^8.14.0",
44+
"typescript-eslint": "^8.15.0",
4545
"webpack": "^5.96.1",
4646
"webpack-cli": "^5.1.4",
4747
"webpack-dev-server": "^5.1.0"

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
"@types/node": "^22.9.0",
6464
"@types/react": "^18.3.12",
6565
"@types/react-dom": "^18.3.1",
66-
"@typescript-eslint/eslint-plugin": "^8.14.0",
67-
"@typescript-eslint/parser": "^8.14.0",
68-
"@typescript-eslint/rule-tester": "^8.14.0",
69-
"@typescript-eslint/types": "^8.14.0",
66+
"@typescript-eslint/eslint-plugin": "^8.15.0",
67+
"@typescript-eslint/parser": "^8.15.0",
68+
"@typescript-eslint/rule-tester": "^8.15.0",
69+
"@typescript-eslint/types": "^8.15.0",
7070
"@vitest/ui": "^2.1.5",
7171
"concurrently": "^9.1.0",
7272
"cspell": "^8.16.0",
@@ -105,7 +105,7 @@
105105
"typedoc-plugin-markdown": "^4.2.10",
106106
"typedoc-plugin-rename-defaults": "^0.7.1",
107107
"typescript": "^5.6.3",
108-
"typescript-eslint": "^8.14.0",
108+
"typescript-eslint": "^8.15.0",
109109
"vitest": "^2.1.5"
110110
},
111111
"packageManager": "[email protected]",
@@ -115,7 +115,6 @@
115115
},
116116
"pnpm": {
117117
"overrides": {
118-
"@typescript-eslint/eslint-plugin": "canary",
119118
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
120119
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
121120
"isarray": "npm:@nolyfill/isarray@^1.0.29",

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": "^8.14.0",
52-
"@typescript-eslint/type-utils": "^8.14.0",
53-
"@typescript-eslint/types": "^8.14.0",
54-
"@typescript-eslint/utils": "^8.14.0",
51+
"@typescript-eslint/scope-manager": "^8.15.0",
52+
"@typescript-eslint/type-utils": "^8.15.0",
53+
"@typescript-eslint/types": "^8.15.0",
54+
"@typescript-eslint/utils": "^8.15.0",
5555
"birecord": "^0.1.1",
5656
"short-unique-id": "^5.2.0",
5757
"ts-pattern": "^5.5.0"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"@eslint-react/tools": "workspace:*",
5555
"@eslint-react/types": "workspace:*",
5656
"@eslint-react/var": "workspace:*",
57-
"@typescript-eslint/scope-manager": "^8.14.0",
58-
"@typescript-eslint/type-utils": "^8.14.0",
59-
"@typescript-eslint/types": "^8.14.0",
60-
"@typescript-eslint/utils": "^8.14.0",
57+
"@typescript-eslint/scope-manager": "^8.15.0",
58+
"@typescript-eslint/type-utils": "^8.15.0",
59+
"@typescript-eslint/types": "^8.15.0",
60+
"@typescript-eslint/utils": "^8.15.0",
6161
"string-ts": "^2.2.0",
6262
"ts-pattern": "^5.5.0"
6363
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"@eslint-react/tools": "workspace:*",
5656
"@eslint-react/types": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.14.0",
59-
"@typescript-eslint/types": "^8.14.0",
60-
"@typescript-eslint/utils": "^8.14.0",
58+
"@typescript-eslint/scope-manager": "^8.15.0",
59+
"@typescript-eslint/types": "^8.15.0",
60+
"@typescript-eslint/utils": "^8.15.0",
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
"@eslint-react/tools": "workspace:*",
5555
"@eslint-react/types": "workspace:*",
5656
"@eslint-react/var": "workspace:*",
57-
"@typescript-eslint/scope-manager": "^8.14.0",
58-
"@typescript-eslint/type-utils": "^8.14.0",
59-
"@typescript-eslint/types": "^8.14.0",
60-
"@typescript-eslint/utils": "^8.14.0",
57+
"@typescript-eslint/scope-manager": "^8.15.0",
58+
"@typescript-eslint/type-utils": "^8.15.0",
59+
"@typescript-eslint/types": "^8.15.0",
60+
"@typescript-eslint/utils": "^8.15.0",
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"@eslint-react/shared": "workspace:*",
5454
"@eslint-react/tools": "workspace:*",
5555
"@eslint-react/types": "workspace:*",
56-
"@typescript-eslint/scope-manager": "^8.14.0",
57-
"@typescript-eslint/type-utils": "^8.14.0",
58-
"@typescript-eslint/types": "^8.14.0",
59-
"@typescript-eslint/utils": "^8.14.0",
56+
"@typescript-eslint/scope-manager": "^8.15.0",
57+
"@typescript-eslint/type-utils": "^8.15.0",
58+
"@typescript-eslint/types": "^8.15.0",
59+
"@typescript-eslint/utils": "^8.15.0",
6060
"ts-pattern": "^5.5.0"
6161
},
6262
"devDependencies": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"@eslint-react/tools": "workspace:*",
5656
"@eslint-react/types": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.14.0",
59-
"@typescript-eslint/types": "^8.14.0",
60-
"@typescript-eslint/utils": "^8.14.0",
58+
"@typescript-eslint/scope-manager": "^8.15.0",
59+
"@typescript-eslint/types": "^8.15.0",
60+
"@typescript-eslint/utils": "^8.15.0",
6161
"birecord": "^0.1.1",
6262
"ts-pattern": "^5.5.0"
6363
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@eslint-react/tools": "workspace:*",
5656
"@eslint-react/types": "workspace:*",
5757
"@eslint-react/var": "workspace:*",
58-
"@typescript-eslint/scope-manager": "^8.14.0",
59-
"@typescript-eslint/type-utils": "^8.14.0",
60-
"@typescript-eslint/types": "^8.14.0",
61-
"@typescript-eslint/utils": "^8.14.0",
58+
"@typescript-eslint/scope-manager": "^8.15.0",
59+
"@typescript-eslint/type-utils": "^8.15.0",
60+
"@typescript-eslint/types": "^8.15.0",
61+
"@typescript-eslint/utils": "^8.15.0",
6262
"is-immutable-type": "5.0.0",
6363
"ts-pattern": "^5.5.0"
6464
},

0 commit comments

Comments
 (0)