Skip to content

Commit a3425f6

Browse files
committed
release: 2.3.5-next.2
1 parent 92952a3 commit a3425f6

File tree

20 files changed

+232
-232
lines changed

20 files changed

+232
-232
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-perfectionist": "^4.15.1",
2929
"eslint-plugin-regexp": "^2.10.0",
3030
"eslint-plugin-unicorn": "^62.0.0",
31-
"typescript-eslint": "^8.46.3"
31+
"typescript-eslint": "^8.46.4"
3232
},
3333
"peerDependencies": {
3434
"eslint": "^9.38.0",

VERSION

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

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
"tailwindcss": "^4.1.17",
5656
"tailwindcss-animated": "^2.0.0",
5757
"typescript": "^5.9.3",
58-
"typescript-eslint": "^8.46.3"
58+
"typescript-eslint": "^8.46.4"
5959
}
6060
}

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react-hooks": "^7.0.1",
3131
"eslint-plugin-react-refresh": "^0.4.24",
3232
"typescript": "^5.9.3",
33-
"typescript-eslint": "^8.46.3"
33+
"typescript-eslint": "^8.46.4"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^7.0.1",
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"typescript": "^5.9.3",
31-
"typescript-eslint": "^8.46.3",
31+
"typescript-eslint": "^8.46.4",
3232
"vite": "^7.2.2"
3333
},
3434
"engines": {

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"globals": "^16.5.0",
3232
"ts-blank-eslint-parser": "^0.4.4",
3333
"typescript": "^5.9.3",
34-
"typescript-eslint": "^8.46.3",
34+
"typescript-eslint": "^8.46.4",
3535
"vite": "^7.2.2"
3636
},
3737
"engines": {

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/monorepo",
3-
"version": "2.3.5-beta.1",
3+
"version": "2.3.5-next.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -65,9 +65,9 @@
6565
"@types/node": "^24.10.0",
6666
"@types/react": "^19.2.2",
6767
"@types/react-dom": "^19.2.2",
68-
"@typescript-eslint/parser": "^8.46.3",
69-
"@typescript-eslint/rule-tester": "^8.46.3",
70-
"@typescript-eslint/types": "^8.46.3",
68+
"@typescript-eslint/parser": "^8.46.4",
69+
"@typescript-eslint/rule-tester": "^8.46.4",
70+
"@typescript-eslint/types": "^8.46.4",
7171
"ansis": "^4.2.0",
7272
"dedent": "^1.7.0",
7373
"dprint": "^0.50.2",
@@ -93,7 +93,7 @@
9393
"typedoc-plugin-markdown": "^4.9.0",
9494
"typedoc-plugin-mdn-links": "^5.0.10",
9595
"typescript": "^5.9.3",
96-
"typescript-eslint": "^8.46.3",
96+
"typescript-eslint": "^8.46.4",
9797
"vitest": "^4.0.8"
9898
},
9999
"packageManager": "[email protected]",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.3.5-beta.1",
3+
"version": "2.3.5-next.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": {
@@ -41,9 +41,9 @@
4141
"@eslint-react/eff": "workspace:*",
4242
"@eslint-react/shared": "workspace:*",
4343
"@eslint-react/var": "workspace:*",
44-
"@typescript-eslint/scope-manager": "^8.46.3",
45-
"@typescript-eslint/types": "^8.46.3",
46-
"@typescript-eslint/utils": "^8.46.3",
44+
"@typescript-eslint/scope-manager": "^8.46.4",
45+
"@typescript-eslint/types": "^8.46.4",
46+
"@typescript-eslint/utils": "^8.46.4",
4747
"birecord": "^0.1.1",
4848
"ts-pattern": "^5.9.0"
4949
},

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": "2.3.5-beta.1",
3+
"version": "2.3.5-next.2",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -49,10 +49,10 @@
4949
"@eslint-react/eff": "workspace:*",
5050
"@eslint-react/shared": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/scope-manager": "^8.46.3",
53-
"@typescript-eslint/type-utils": "^8.46.3",
54-
"@typescript-eslint/types": "^8.46.3",
55-
"@typescript-eslint/utils": "^8.46.3",
52+
"@typescript-eslint/scope-manager": "^8.46.4",
53+
"@typescript-eslint/type-utils": "^8.46.4",
54+
"@typescript-eslint/types": "^8.46.4",
55+
"@typescript-eslint/utils": "^8.46.4",
5656
"string-ts": "^2.2.1",
5757
"ts-pattern": "^5.9.0"
5858
},

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": "2.3.5-beta.1",
3+
"version": "2.3.5-next.2",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -49,9 +49,9 @@
4949
"@eslint-react/eff": "workspace:*",
5050
"@eslint-react/shared": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/scope-manager": "^8.46.3",
53-
"@typescript-eslint/types": "^8.46.3",
54-
"@typescript-eslint/utils": "^8.46.3",
52+
"@typescript-eslint/scope-manager": "^8.46.4",
53+
"@typescript-eslint/types": "^8.46.4",
54+
"@typescript-eslint/utils": "^8.46.4",
5555
"compare-versions": "^6.1.1",
5656
"string-ts": "^2.2.1",
5757
"ts-pattern": "^5.9.0"

0 commit comments

Comments
 (0)