Skip to content

Commit 52c7175

Browse files
committed
feat: add '@eslint-react/no-unused-props' to disable-type-checked preset
1 parent 99cd049 commit 52c7175

File tree

25 files changed

+1506
-1431
lines changed

25 files changed

+1506
-1431
lines changed

.pkgs/configs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"lint:ts": "tsc --noEmit"
2020
},
2121
"dependencies": {
22-
"@eslint/js": "^9.31.0",
22+
"@eslint/js": "^9.32.0",
2323
"@stylistic/eslint-plugin": "^5.2.2",
24-
"eslint-plugin-de-morgan": "^1.3.0",
24+
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.22",
26-
"eslint-plugin-jsdoc": "^51.4.1",
26+
"eslint-plugin-jsdoc": "^52.0.2",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^60.0.0",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,24 @@
2626
"@eslint-react/kit": "workspace:*",
2727
"@eslint-react/shared": "workspace:*",
2828
"@eslint-react/var": "workspace:*",
29-
"@eslint/js": "^9.31.0",
29+
"@eslint/js": "^9.32.0",
3030
"@stylistic/eslint-plugin": "^5.2.2",
3131
"@typescript-eslint/scope-manager": "^8.38.0",
3232
"@typescript-eslint/type-utils": "^8.38.0",
3333
"@typescript-eslint/types": "^8.38.0",
3434
"@typescript-eslint/utils": "^8.38.0",
35-
"eslint-plugin-de-morgan": "^1.3.0",
36-
"eslint-plugin-jsdoc": "^51.4.1",
35+
"eslint-plugin-de-morgan": "^1.3.1",
36+
"eslint-plugin-jsdoc": "^52.0.2",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.9.0",
3939
"eslint-plugin-unicorn": "^60.0.0",
4040
"string-ts": "^2.2.1",
41-
"ts-pattern": "^5.7.1"
41+
"ts-pattern": "^5.8.0"
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.8",
46-
"@types/react-dom": "^19.1.6",
45+
"@types/react": "^19.1.9",
46+
"@types/react-dom": "^19.1.7",
4747
"tsup": "^8.5.0"
4848
},
4949
"peerDependencies": {

apps/website/content/docs/rules/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `jsx-*` rules check for issues exclusive to JSX syntax, which are absent fro
8282
| [`no-unstable-context-value`](./no-unstable-context-value) | 1️⃣ | | Prevents non-stable values (i.e. object literals) from being used as a value for `Context.Provider` | |
8383
| [`no-unstable-default-props`](./no-unstable-default-props) | 1️⃣ | | Prevents using referential-type values as default props in object destructuring | |
8484
| [`no-unused-class-component-members`](./no-unused-class-component-members) | 1️⃣ | | Warns unused class component methods and properties | |
85-
| [`no-unused-props`](./no-unused-props) | 0️⃣ | | Warns about unused component prop declarations | |
85+
| [`no-unused-props`](./no-unused-props) | 0️⃣ | `🧪` `💭` | Warns about unused component prop declarations | |
8686
| [`no-unused-state`](./no-unused-state) | 1️⃣ | | Warns unused class component state | |
8787
| [`no-use-context`](./no-use-context) | 1️⃣ | `🔄` | Replaces usages of `useContext` with `use` | >=19.0.0 |
8888
| [`no-useless-forward-ref`](./no-useless-forward-ref) | 1️⃣ | | Disallow useless `forwardRef` calls on components that don't use `ref`s | |

apps/website/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
2222
"fumadocs-ui": "15.6.4",
23-
"lucide-react": "^0.525.0",
24-
"next": "^15.4.4",
23+
"lucide-react": "^0.536.0",
24+
"next": "^15.4.5",
2525
"next-view-transitions": "^0.3.4",
26-
"react": "^19.1.0",
27-
"react-dom": "^19.1.0",
28-
"shiki": "^3.8.1",
26+
"react": "^19.1.1",
27+
"react-dom": "^19.1.1",
28+
"shiki": "^3.9.1",
2929
"tailwind-merge": "^3.3.1",
3030
"twoslash": "^0.3.3"
3131
},
3232
"devDependencies": {
3333
"@eslint-react/eslint-plugin": "workspace:*",
3434
"@eslint-react/kit": "workspace:*",
3535
"@eslint-react/shared": "workspace:*",
36-
"@eslint/js": "^9.31.0",
36+
"@eslint/js": "^9.32.0",
3737
"@eslint/markdown": "^7.1.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
@@ -45,12 +45,12 @@
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
4747
"@types/node": "^24.1.0",
48-
"@types/react": "^19.1.8",
49-
"@types/react-dom": "^19.1.6",
48+
"@types/react": "^19.1.9",
49+
"@types/react-dom": "^19.1.7",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
52-
"eslint": "^9.31.0",
53-
"eslint-plugin-de-morgan": "^1.3.0",
52+
"eslint": "^9.32.0",
53+
"eslint-plugin-de-morgan": "^1.3.1",
5454
"eslint-plugin-fast-import": "^1.3.0",
5555
"eslint-plugin-perfectionist": "^4.15.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
@@ -60,7 +60,7 @@
6060
"postcss": "^8.5.6",
6161
"tailwindcss": "^4.1.11",
6262
"tailwindcss-animated": "^2.0.0",
63-
"typescript": "^5.8.3",
63+
"typescript": "^5.9.2",
6464
"typescript-eslint": "^8.38.0"
6565
}
6666
}

examples/next-app/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^15.4.4",
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0"
13+
"next": "^15.4.5",
14+
"react": "^19.1.1",
15+
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
20-
"@eslint/js": "^9.31.0",
21-
"@next/eslint-plugin-next": "^15.4.4",
20+
"@eslint/js": "^9.32.0",
21+
"@next/eslint-plugin-next": "^15.4.5",
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@types/node": "^24.1.0",
26-
"@types/react": "^19.1.8",
27-
"@types/react-dom": "^19.1.6",
28-
"eslint": "^9.31.0",
26+
"@types/react": "^19.1.9",
27+
"@types/react-dom": "^19.1.7",
28+
"eslint": "^9.32.0",
2929
"eslint-config-flat-gitignore": "^2.1.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
32-
"typescript": "^5.8.3",
32+
"typescript": "^5.9.2",
3333
"typescript-eslint": "^8.38.0"
3434
},
3535
"engines": {

examples/rspeedy-react-lynx-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"preview": "rspeedy preview"
1616
},
1717
"dependencies": {
18-
"@lynx-js/react": "^0.111.2"
18+
"@lynx-js/react": "^0.112.1"
1919
},
2020
"devDependencies": {
2121
"@eslint/config-inspector": "^1.1.0",
22-
"@eslint/js": "^9.31.0",
22+
"@eslint/js": "^9.32.0",
2323
"@lynx-contrib/tailwind-preset": "^0.0.2",
2424
"@lynx-js/qrcode-rsbuild-plugin": "^0.4.0",
25-
"@lynx-js/react-rsbuild-plugin": "^0.10.8",
26-
"@lynx-js/rspeedy": "^0.10.2",
25+
"@lynx-js/react-rsbuild-plugin": "^0.10.10",
26+
"@lynx-js/rspeedy": "^0.10.4",
2727
"@lynx-js/types": "^3.3.0",
2828
"@rsbuild/plugin-sass": "^1.3.3",
2929
"@rsbuild/plugin-type-check": "^1.2.3",
30-
"@types/react": "^19.1.8",
30+
"@types/react": "^19.1.9",
3131
"eslint-plugin-react-hooks": "^5.2.0",
3232
"eslint-plugin-react-x": "workspace:*",
3333
"rsbuild-plugin-tailwindcss": "^0.2.2"

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0"
14+
"react": "^19.1.1",
15+
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
20-
"@eslint/js": "^9.31.0",
20+
"@eslint/js": "^9.32.0",
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^7.0.0",
24-
"@types/react": "^19.1.8",
25-
"@types/react-dom": "^19.1.6",
24+
"@types/react": "^19.1.9",
25+
"@types/react-dom": "^19.1.7",
2626
"@vitejs/plugin-react": "^4.7.0",
27-
"eslint": "^9.31.0",
27+
"eslint": "^9.32.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
30-
"typescript": "^5.8.3",
30+
"typescript": "^5.9.2",
3131
"typescript-eslint": "^8.38.0",
3232
"vite": "^7.0.6"
3333
},

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0"
14+
"react": "^19.1.1",
15+
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
20-
"@eslint/js": "^9.31.0",
20+
"@eslint/js": "^9.32.0",
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^7.0.0",
24-
"@types/react": "^19.1.8",
25-
"@types/react-dom": "^19.1.6",
24+
"@types/react": "^19.1.9",
25+
"@types/react-dom": "^19.1.7",
2626
"@vitejs/plugin-react": "^4.7.0",
27-
"eslint": "^9.31.0",
27+
"eslint": "^9.32.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
30-
"typescript": "^5.8.3",
30+
"typescript": "^5.9.2",
3131
"typescript-eslint": "^8.38.0",
3232
"vite": "^7.0.6"
3333
},

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0"
14+
"react": "^19.1.1",
15+
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
20-
"@eslint/js": "^9.31.0",
21-
"@types/react": "^19.1.8",
22-
"@types/react-dom": "^19.1.6",
20+
"@eslint/js": "^9.32.0",
21+
"@types/react": "^19.1.9",
22+
"@types/react-dom": "^19.1.7",
2323
"@vitejs/plugin-react": "^4.7.0",
24-
"eslint": "^9.31.0",
24+
"eslint": "^9.32.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.3.0",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"react": "^19.1.0",
15-
"react-dom": "^19.1.0"
14+
"react": "^19.1.1",
15+
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.28.0",
1919
"@babel/eslint-parser": "^7.28.0",
2020
"@babel/preset-env": "^7.28.0",
2121
"@babel/preset-react": "^7.27.1",
2222
"@eslint/config-inspector": "^1.1.0",
23-
"@eslint/js": "^9.31.0",
23+
"@eslint/js": "^9.32.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.8",
27-
"@types/react-dom": "^19.1.6",
26+
"@types/react": "^19.1.9",
27+
"@types/react-dom": "^19.1.7",
2828
"@vitejs/plugin-react": "^4.7.0",
29-
"eslint": "^9.31.0",
29+
"eslint": "^9.32.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
3232
"eslint-plugin-react-hooks": "^5.2.0",

0 commit comments

Comments
 (0)