Skip to content

Commit 3fe45fb

Browse files
committed
release: 1.51.4-next.0
1 parent bc8d970 commit 3fe45fb

File tree

24 files changed

+653
-653
lines changed

24 files changed

+653
-653
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"eslint-plugin-perfectionist": "^4.14.0",
2828
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^59.0.1",
30-
"typescript-eslint": "^8.33.1"
30+
"typescript-eslint": "^8.34.0"
3131
}
3232
}

.pkgs/eslint-plugin-local/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.28.0",
3030
"@stylistic/eslint-plugin": "^4.4.1",
31-
"@typescript-eslint/scope-manager": "^8.33.1",
32-
"@typescript-eslint/type-utils": "^8.33.1",
33-
"@typescript-eslint/types": "^8.33.1",
34-
"@typescript-eslint/utils": "^8.33.1",
31+
"@typescript-eslint/scope-manager": "^8.34.0",
32+
"@typescript-eslint/type-utils": "^8.34.0",
33+
"@typescript-eslint/types": "^8.34.0",
34+
"@typescript-eslint/utils": "^8.34.0",
3535
"eslint-plugin-de-morgan": "^1.3.0",
3636
"eslint-plugin-jsdoc": "^50.7.1",
3737
"eslint-plugin-perfectionist": "^4.14.0",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.6",
45+
"@types/react": "^19.1.7",
4646
"@types/react-dom": "^19.1.6",
4747
"tsup": "^8.5.0"
4848
},

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.51.3
1+
1.51.4-next.0

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^22.15.30",
48-
"@types/react": "^19.1.6",
47+
"@types/node": "^24.0.0",
48+
"@types/react": "^19.1.7",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.1.8",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
64-
"typescript-eslint": "^8.33.1"
64+
"typescript-eslint": "^8.34.0"
6565
}
6666
}

examples/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^22.15.30",
25-
"@types/react": "^19.1.6",
24+
"@types/node": "^24.0.0",
25+
"@types/react": "^19.1.7",
2626
"@types/react-dom": "^19.1.6",
2727
"eslint": "^9.28.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.20",
3131
"typescript": "^5.8.3",
32-
"typescript-eslint": "^8.33.1"
32+
"typescript-eslint": "^8.34.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/vite-react-dom-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^6.3.5",
24-
"@types/react": "^19.1.6",
24+
"@types/react": "^19.1.7",
2525
"@types/react-dom": "^19.1.6",
26-
"@vitejs/plugin-react": "^4.5.1",
26+
"@vitejs/plugin-react": "^4.5.2",
2727
"eslint": "^9.28.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.33.1",
31+
"typescript-eslint": "^8.34.0",
3232
"vite": "^6.3.5"
3333
},
3434
"engines": {

examples/vite-react-dom-js-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
2020
"@eslint/js": "^9.28.0",
21-
"@types/react": "^19.1.6",
21+
"@types/react": "^19.1.7",
2222
"@types/react-dom": "^19.1.6",
23-
"@vitejs/plugin-react": "^4.5.1",
23+
"@vitejs/plugin-react": "^4.5.2",
2424
"eslint": "^9.28.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@eslint/js": "^9.28.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.6",
26+
"@types/react": "^19.1.7",
2727
"@types/react-dom": "^19.1.6",
28-
"@vitejs/plugin-react": "^4.5.1",
28+
"@vitejs/plugin-react": "^4.5.2",
2929
"eslint": "^9.28.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^6.3.5",
26-
"@types/react": "^19.1.6",
26+
"@types/react": "^19.1.7",
2727
"@types/react-dom": "^19.1.6",
28-
"@vitejs/plugin-react": "^4.5.1",
28+
"@vitejs/plugin-react": "^4.5.2",
2929
"eslint": "^9.28.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"globals": "^16.2.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.33.1",
35+
"typescript-eslint": "^8.34.0",
3636
"vite": "^6.3.5"
3737
},
3838
"engines": {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.51.3",
3+
"version": "1.51.4-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -59,12 +59,12 @@
5959
"@swc/core": "^1.11.31",
6060
"@tsconfig/node22": "^22.0.2",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^22.15.30",
63-
"@types/react": "^19.1.6",
62+
"@types/node": "^24.0.0",
63+
"@types/react": "^19.1.7",
6464
"@types/react-dom": "^19.1.6",
65-
"@typescript-eslint/parser": "^8.33.1",
66-
"@typescript-eslint/rule-tester": "^8.33.1",
67-
"@typescript-eslint/types": "^8.33.1",
65+
"@typescript-eslint/parser": "^8.34.0",
66+
"@typescript-eslint/rule-tester": "^8.34.0",
67+
"@typescript-eslint/types": "^8.34.0",
6868
"ansis": "^4.1.0",
6969
"cspell": "^9.0.2",
7070
"dedent": "^1.6.0",
@@ -92,7 +92,7 @@
9292
"typedoc-plugin-markdown": "^4.6.4",
9393
"typedoc-plugin-mdn-links": "^5.0.2",
9494
"typescript": "^5.8.3",
95-
"typescript-eslint": "^8.33.1",
95+
"typescript-eslint": "^8.34.0",
9696
"vitest": "^3.2.3"
9797
},
9898
"packageManager": "[email protected]",
@@ -109,7 +109,7 @@
109109
"sharp"
110110
],
111111
"overrides": {
112-
"@types/react": "^19.1.6",
112+
"@types/react": "^19.1.7",
113113
"@types/react-dom": "^19.1.6",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.5",

0 commit comments

Comments
 (0)