Skip to content

Commit 7b48ced

Browse files
committed
release: 1.15.2-beta.2
1 parent d51af4d commit 7b48ced

File tree

20 files changed

+523
-412
lines changed

20 files changed

+523
-412
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.2-next.2
1+
1.15.2-beta.2

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.11.0",
30+
"typescript-eslint": "^8.12.1",
3131
"vite": "^5.4.10"
3232
}
3333
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/node22": "22.0.0",
2626
"@tsconfig/strictest": "2.0.5",
2727
"@types/dotenv-webpack": "7.0.7",
28-
"@types/node": "^22.8.1",
28+
"@types/node": "^22.8.2",
2929
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"css-loader": "^7.1.2",
@@ -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.11.0",
44+
"typescript-eslint": "^8.12.1",
4545
"webpack": "^5.95.0",
4646
"webpack-cli": "^5.1.4",
4747
"webpack-dev-server": "^5.1.0"

package.json

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.15.2-next.2",
3+
"version": "1.15.2-beta.2",
44
"private": true,
55
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -60,14 +60,14 @@
6060
"@swc/core": "^1.7.40",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
63-
"@types/node": "^22.8.1",
63+
"@types/node": "^22.8.2",
6464
"@types/react": "^18.3.12",
6565
"@types/react-dom": "^18.3.1",
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",
70-
"@vitest/ui": "^2.1.3",
66+
"@typescript-eslint/eslint-plugin": "^8.12.1",
67+
"@typescript-eslint/parser": "^8.12.1",
68+
"@typescript-eslint/rule-tester": "^8.12.1",
69+
"@typescript-eslint/types": "^8.12.1",
70+
"@vitest/ui": "^2.1.4",
7171
"concurrently": "^9.0.1",
7272
"cspell": "^8.15.4",
7373
"dprint": "^0.47.5",
@@ -88,7 +88,7 @@
8888
"eslint-plugin-vitest": "^0.5.4",
8989
"importx": "^0.5.0",
9090
"lefthook": "^1.8.1",
91-
"markdownlint": "^0.36.0",
91+
"markdownlint": "^0.36.1",
9292
"publint": "^0.2.12",
9393
"react": "^18.3.1",
9494
"react-dom": "^18.3.1",
@@ -105,8 +105,8 @@
105105
"typedoc-plugin-markdown": "^4.2.9",
106106
"typedoc-plugin-rename-defaults": "^0.7.1",
107107
"typescript": "^5.6.3",
108-
"typescript-eslint": "^8.11.0",
109-
"vitest": "^2.1.3"
108+
"typescript-eslint": "^8.12.1",
109+
"vitest": "^2.1.4"
110110
},
111111
"packageManager": "[email protected]",
112112
"engines": {
@@ -115,17 +115,6 @@
115115
},
116116
"pnpm": {
117117
"overrides": {
118-
"@typescript-eslint/ast-spec": "8.10.0",
119-
"@typescript-eslint/eslint-plugin": "8.10.0",
120-
"@typescript-eslint/parser": "8.10.0",
121-
"@typescript-eslint/rule-tester": "8.10.0",
122-
"@typescript-eslint/scope-manager": "8.10.0",
123-
"@typescript-eslint/type-utils": "8.10.0",
124-
"@typescript-eslint/types": "8.10.0",
125-
"@typescript-eslint/typescript-eslint": "8.10.0",
126-
"@typescript-eslint/typescript-estree": "8.10.0",
127-
"@typescript-eslint/utils": "8.10.0",
128-
"@typescript-eslint/vistor-keys": "8.10.0",
129118
"array-flatten": "npm:@nolyfill/array-flatten@^1",
130119
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
131120
"isarray": "npm:@nolyfill/isarray@^1.0.29",
@@ -135,8 +124,7 @@
135124
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
136125
"side-channel": "npm:@nolyfill/side-channel@^1.0.29",
137126
"typedarray": "npm:@nolyfill/typedarray@^1.0.29",
138-
"typescript": "^5.6.3",
139-
"typescript-eslint": "8.10.0"
127+
"typescript": "^5.6.3"
140128
}
141129
}
142130
}

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.2-next.2",
3+
"version": "1.15.2-beta.2",
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.11.0",
52-
"@typescript-eslint/type-utils": "^8.11.0",
53-
"@typescript-eslint/types": "^8.11.0",
54-
"@typescript-eslint/utils": "^8.11.0",
51+
"@typescript-eslint/scope-manager": "^8.12.1",
52+
"@typescript-eslint/type-utils": "^8.12.1",
53+
"@typescript-eslint/types": "^8.12.1",
54+
"@typescript-eslint/utils": "^8.12.1",
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.2-next.2",
3+
"version": "1.15.2-beta.2",
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.11.0",
58-
"@typescript-eslint/type-utils": "^8.11.0",
59-
"@typescript-eslint/types": "^8.11.0",
60-
"@typescript-eslint/utils": "^8.11.0",
57+
"@typescript-eslint/scope-manager": "^8.12.1",
58+
"@typescript-eslint/type-utils": "^8.12.1",
59+
"@typescript-eslint/types": "^8.12.1",
60+
"@typescript-eslint/utils": "^8.12.1",
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.2-next.2",
3+
"version": "1.15.2-beta.2",
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.11.0",
59-
"@typescript-eslint/types": "^8.11.0",
60-
"@typescript-eslint/utils": "^8.11.0",
58+
"@typescript-eslint/scope-manager": "^8.12.1",
59+
"@typescript-eslint/types": "^8.12.1",
60+
"@typescript-eslint/utils": "^8.12.1",
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.2-next.2",
3+
"version": "1.15.2-beta.2",
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.11.0",
58-
"@typescript-eslint/type-utils": "^8.11.0",
59-
"@typescript-eslint/types": "^8.11.0",
60-
"@typescript-eslint/utils": "^8.11.0",
57+
"@typescript-eslint/scope-manager": "^8.12.1",
58+
"@typescript-eslint/type-utils": "^8.12.1",
59+
"@typescript-eslint/types": "^8.12.1",
60+
"@typescript-eslint/utils": "^8.12.1",
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.2-next.2",
3+
"version": "1.15.2-beta.2",
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.11.0",
57-
"@typescript-eslint/type-utils": "^8.11.0",
58-
"@typescript-eslint/types": "^8.11.0",
59-
"@typescript-eslint/utils": "^8.11.0",
56+
"@typescript-eslint/scope-manager": "^8.12.1",
57+
"@typescript-eslint/type-utils": "^8.12.1",
58+
"@typescript-eslint/types": "^8.12.1",
59+
"@typescript-eslint/utils": "^8.12.1",
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.2-next.2",
3+
"version": "1.15.2-beta.2",
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.11.0",
59-
"@typescript-eslint/types": "^8.11.0",
60-
"@typescript-eslint/utils": "^8.11.0",
58+
"@typescript-eslint/scope-manager": "^8.12.1",
59+
"@typescript-eslint/types": "^8.12.1",
60+
"@typescript-eslint/utils": "^8.12.1",
6161
"birecord": "^0.1.1",
6262
"ts-pattern": "^5.5.0"
6363
},

0 commit comments

Comments
 (0)