Skip to content

Commit a8750c1

Browse files
authored
release: 1.47.3-beta.0
1 parent 6fe9101 commit a8750c1

File tree

24 files changed

+695
-679
lines changed

24 files changed

+695
-679
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.11.0",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^58.0.0",
30-
"typescript-eslint": "^8.29.1"
30+
"typescript-eslint": "^8.30.1"
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.24.0",
3030
"@stylistic/eslint-plugin": "^4.2.0",
31-
"@typescript-eslint/scope-manager": "^8.29.1",
32-
"@typescript-eslint/type-utils": "^8.29.1",
33-
"@typescript-eslint/types": "^8.29.1",
34-
"@typescript-eslint/utils": "^8.29.1",
31+
"@typescript-eslint/scope-manager": "^8.30.1",
32+
"@typescript-eslint/type-utils": "^8.30.1",
33+
"@typescript-eslint/types": "^8.30.1",
34+
"@typescript-eslint/utils": "^8.30.1",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.6.9",
3737
"eslint-plugin-perfectionist": "^4.11.0",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.1",
45+
"@types/react": "^19.1.2",
4646
"@types/react-dom": "^19.1.2",
4747
"tsup": "^8.4.0"
4848
},

VERSION

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

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"@eslint/markdown": "^6.3.0",
3737
"@local/configs": "workspace:*",
3838
"@mdx-js/mdx": "^3.1.0",
39-
"@tailwindcss/postcss": "^4.1.3",
39+
"@tailwindcss/postcss": "^4.1.4",
4040
"@theguild/remark-mermaid": "^0.3.0",
4141
"@tsconfig/next": "^2.0.3",
4242
"@tsconfig/node22": "^22.0.1",
4343
"@tsconfig/strictest": "^2.0.5",
4444
"@types/hast": "^3.0.4",
4545
"@types/mdx": "^2.0.13",
4646
"@types/node": "^22.14.1",
47-
"@types/react": "^19.1.1",
47+
"@types/react": "^19.1.2",
4848
"@types/react-dom": "^19.1.2",
4949
"autoprefixer": "^10.4.21",
5050
"dedent": "^1.5.3",
@@ -57,9 +57,9 @@
5757
"eslint-plugin-unicorn": "^58.0.0",
5858
"importx": "^0.5.2",
5959
"postcss": "^8.5.3",
60-
"tailwindcss": "^4.1.3",
60+
"tailwindcss": "^4.1.4",
6161
"tailwindcss-animated": "^2.0.0",
6262
"typescript": "^5.8.3",
63-
"typescript-eslint": "^8.29.1"
63+
"typescript-eslint": "^8.30.1"
6464
}
6565
}

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@tsconfig/node22": "^22.0.1",
2323
"@tsconfig/strictest": "^2.0.5",
2424
"@types/node": "^22.14.1",
25-
"@types/react": "^19.1.1",
25+
"@types/react": "^19.1.2",
2626
"@types/react-dom": "^19.1.2",
2727
"eslint": "^9.24.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.19",
3131
"typescript": "^5.8.3",
32-
"typescript-eslint": "^8.29.1"
32+
"typescript-eslint": "^8.30.1"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@tsconfig/node22": "^22.0.1",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^3.4.0",
24-
"@types/react": "^19.1.1",
24+
"@types/react": "^19.1.2",
2525
"@types/react-dom": "^19.1.2",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"eslint": "^9.24.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.29.1",
31+
"typescript-eslint": "^8.30.1",
3232
"vite": "^6.2.6"
3333
},
3434
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.2",
2020
"@eslint/js": "^9.24.0",
21-
"@types/react": "^19.1.1",
21+
"@types/react": "^19.1.2",
2222
"@types/react-dom": "^19.1.2",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"eslint": "^9.24.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@eslint/js": "^9.24.0",
2525
"@types/babel__core": "~7.20.5",
2626
"@types/babel__preset-env": "~7.10.0",
27-
"@types/react": "^19.1.1",
27+
"@types/react": "^19.1.2",
2828
"@types/react-dom": "^19.1.2",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.24.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/node22": "^22.0.1",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^3.4.0",
26-
"@types/react": "^19.1.1",
26+
"@types/react": "^19.1.2",
2727
"@types/react-dom": "^19.1.2",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"eslint": "^9.24.0",
@@ -32,7 +32,7 @@
3232
"globals": "^16.0.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.29.1",
35+
"typescript-eslint": "^8.30.1",
3636
"vite": "^6.2.6"
3737
},
3838
"engines": {

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.47.3-next.0",
3+
"version": "1.47.3-beta.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -60,11 +60,11 @@
6060
"@tsconfig/node22": "^22.0.1",
6161
"@tsconfig/strictest": "^2.0.5",
6262
"@types/node": "^22.14.1",
63-
"@types/react": "^19.1.1",
63+
"@types/react": "^19.1.2",
6464
"@types/react-dom": "^19.1.2",
65-
"@typescript-eslint/parser": "^8.29.1",
66-
"@typescript-eslint/rule-tester": "^8.29.1",
67-
"@typescript-eslint/types": "^8.29.1",
65+
"@typescript-eslint/parser": "^8.30.1",
66+
"@typescript-eslint/rule-tester": "^8.30.1",
67+
"@typescript-eslint/types": "^8.30.1",
6868
"ansis": "^3.17.0",
6969
"cspell": "^8.18.1",
7070
"dedent": "^1.5.3",
@@ -74,10 +74,10 @@
7474
"eslint-config-flat-gitignore": "^2.1.0",
7575
"eslint-plugin-vitest": "^0.5.4",
7676
"jiti": "^2.4.2",
77-
"lefthook": "^1.11.9",
77+
"lefthook": "^1.11.10",
7878
"markdownlint": "^0.37.4",
7979
"nx": "20.7.2",
80-
"publint": "^0.3.11",
80+
"publint": "^0.3.12",
8181
"react": "^19.1.0",
8282
"react-dom": "^19.1.0",
8383
"skott": "^0.35.4",
@@ -92,7 +92,7 @@
9292
"typedoc-plugin-markdown": "^4.6.2",
9393
"typedoc-plugin-mdn-links": "^5.0.1",
9494
"typescript": "^5.8.3",
95-
"typescript-eslint": "^8.29.1",
95+
"typescript-eslint": "^8.30.1",
9696
"vitest": "^3.1.1"
9797
},
9898
"packageManager": "[email protected]",
@@ -109,7 +109,7 @@
109109
"sharp"
110110
],
111111
"overrides": {
112-
"@types/react": "^19.1.1",
112+
"@types/react": "^19.1.2",
113113
"@types/react-dom": "^19.1.2",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.2",

0 commit comments

Comments
 (0)