Skip to content

Commit 209b65f

Browse files
committed
release: 1.15.1-next.6
1 parent 65f79a9 commit 209b65f

File tree

20 files changed

+588
-351
lines changed

20 files changed

+588
-351
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1-next.5
1+
1.15.1-next.6

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.13",
2929
"typescript": "^5.6.3",
30-
"typescript-eslint": "^8.10.0",
30+
"typescript-eslint": "^8.11.0",
3131
"vite": "^5.4.9"
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.10.0",
44+
"typescript-eslint": "^8.11.0",
4545
"webpack": "^5.95.0",
4646
"webpack-cli": "^5.1.4",
4747
"webpack-dev-server": "^5.1.0"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.15.1-next.5",
3+
"version": "1.15.1-next.6",
44
"private": true,
55
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -63,10 +63,10 @@
6363
"@types/node": "^22.7.7",
6464
"@types/react": "^18.3.11",
6565
"@types/react-dom": "^18.3.1",
66-
"@typescript-eslint/eslint-plugin": "^8.10.0",
67-
"@typescript-eslint/parser": "^8.10.0",
68-
"@typescript-eslint/rule-tester": "^8.10.0",
69-
"@typescript-eslint/types": "^8.10.0",
66+
"@typescript-eslint/eslint-plugin": "^8.11.0",
67+
"@typescript-eslint/parser": "^8.11.0",
68+
"@typescript-eslint/rule-tester": "^8.11.0",
69+
"@typescript-eslint/types": "^8.11.0",
7070
"@vitest/ui": "^2.1.3",
7171
"concurrently": "^9.0.1",
7272
"cspell": "^8.15.4",
@@ -99,13 +99,13 @@
9999
"ts-pattern": "^5.5.0",
100100
"tsup": "^8.3.0",
101101
"tsx": "^4.19.1",
102-
"turbo": "^2.2.1",
102+
"turbo": "^2.2.3",
103103
"type-fest": "^4.26.1",
104104
"typedoc": "^0.26.10",
105105
"typedoc-plugin-markdown": "^4.2.9",
106106
"typedoc-plugin-rename-defaults": "^0.7.1",
107107
"typescript": "^5.6.3",
108-
"typescript-eslint": "^8.10.0",
108+
"typescript-eslint": "^8.11.0",
109109
"vitest": "^2.1.3"
110110
},
111111
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.15.1-next.5",
3+
"version": "1.15.1-next.6",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {
@@ -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.10.0",
52-
"@typescript-eslint/type-utils": "^8.10.0",
53-
"@typescript-eslint/types": "^8.10.0",
54-
"@typescript-eslint/utils": "^8.10.0",
51+
"@typescript-eslint/scope-manager": "^8.11.0",
52+
"@typescript-eslint/type-utils": "^8.11.0",
53+
"@typescript-eslint/types": "^8.11.0",
54+
"@typescript-eslint/utils": "^8.11.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.15.1-next.5",
3+
"version": "1.15.1-next.6",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"eslint",
@@ -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.10.0",
58-
"@typescript-eslint/type-utils": "^8.10.0",
59-
"@typescript-eslint/types": "^8.10.0",
60-
"@typescript-eslint/utils": "^8.10.0",
57+
"@typescript-eslint/scope-manager": "^8.11.0",
58+
"@typescript-eslint/type-utils": "^8.11.0",
59+
"@typescript-eslint/types": "^8.11.0",
60+
"@typescript-eslint/utils": "^8.11.0",
6161
"string-ts": "^2.2.0",
6262
"ts-pattern": "^5.5.0"
6363
},

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.15.1-next.5",
3+
"version": "1.15.1-next.6",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"eslint",
@@ -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.10.0",
59-
"@typescript-eslint/types": "^8.10.0",
60-
"@typescript-eslint/utils": "^8.10.0",
58+
"@typescript-eslint/scope-manager": "^8.11.0",
59+
"@typescript-eslint/types": "^8.11.0",
60+
"@typescript-eslint/utils": "^8.11.0",
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.15.1-next.5",
3+
"version": "1.15.1-next.6",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"eslint",
@@ -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.10.0",
58-
"@typescript-eslint/type-utils": "^8.10.0",
59-
"@typescript-eslint/types": "^8.10.0",
60-
"@typescript-eslint/utils": "^8.10.0",
57+
"@typescript-eslint/scope-manager": "^8.11.0",
58+
"@typescript-eslint/type-utils": "^8.11.0",
59+
"@typescript-eslint/types": "^8.11.0",
60+
"@typescript-eslint/utils": "^8.11.0",
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.15.1-next.5",
3+
"version": "1.15.1-next.6",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"eslint",
@@ -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.10.0",
57-
"@typescript-eslint/type-utils": "^8.10.0",
58-
"@typescript-eslint/types": "^8.10.0",
59-
"@typescript-eslint/utils": "^8.10.0",
56+
"@typescript-eslint/scope-manager": "^8.11.0",
57+
"@typescript-eslint/type-utils": "^8.11.0",
58+
"@typescript-eslint/types": "^8.11.0",
59+
"@typescript-eslint/utils": "^8.11.0",
6060
"ts-pattern": "^5.5.0"
6161
},
6262
"devDependencies": {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "1.15.1-next.5",
3+
"version": "1.15.1-next.6",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"eslint",
@@ -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.10.0",
59-
"@typescript-eslint/types": "^8.10.0",
60-
"@typescript-eslint/utils": "^8.10.0",
58+
"@typescript-eslint/scope-manager": "^8.11.0",
59+
"@typescript-eslint/types": "^8.11.0",
60+
"@typescript-eslint/utils": "^8.11.0",
6161
"birecord": "^0.1.1",
6262
"ts-pattern": "^5.5.0"
6363
},

0 commit comments

Comments
 (0)