Skip to content

Commit 8a8131f

Browse files
committed
chore: update @typescript-eslint and eslint dependencies to latest versions
1 parent 49551c5 commit 8a8131f

File tree

23 files changed

+628
-564
lines changed

23 files changed

+628
-564
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ Before submitting your contribution though, please make sure to take a moment an
6666
- `packages/core`: Utility module for static analysis of React core APIs and Patterns.
6767
- `packages/shared`: Shared constants, types and functions.
6868
- `apps/website`: The documentation website for ESLint React.
69+
6970
<!-- - `apps/playground`: The playground for ESLint React. -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"@eslint-react/eff": "workspace:*",
2626
"@eslint-react/shared": "workspace:*",
2727
"@eslint-react/var": "workspace:*",
28-
"@typescript-eslint/scope-manager": "^8.23.0",
29-
"@typescript-eslint/type-utils": "^8.23.0",
30-
"@typescript-eslint/types": "^8.23.0",
31-
"@typescript-eslint/utils": "^8.23.0",
28+
"@typescript-eslint/scope-manager": "^8.24.0",
29+
"@typescript-eslint/type-utils": "^8.24.0",
30+
"@typescript-eslint/types": "^8.24.0",
31+
"@typescript-eslint/utils": "^8.24.0",
3232
"string-ts": "^2.2.1",
3333
"ts-pattern": "^5.6.2"
3434
},

apps/website/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-typescript": "3.0.3",
2121
"fumadocs-ui": "14.7.7",
2222
"lucide-react": "^0.475.0",
23-
"next": "^15.1.6",
23+
"next": "^15.1.7",
2424
"next-view-transitions": "^0.3.4",
2525
"react": "^19.0.0",
2626
"react-dom": "^19.0.0",
@@ -32,10 +32,10 @@
3232
"@eslint/js": "^9.20.0",
3333
"@eslint/markdown": "^6.2.2",
3434
"@local/configs": "workspace:*",
35-
"@markuplint/jsx-parser": "^4.7.15",
36-
"@markuplint/react-spec": "^4.5.15",
35+
"@markuplint/jsx-parser": "^4.7.16",
36+
"@markuplint/react-spec": "^4.5.16",
3737
"@mdx-js/mdx": "^3.1.0",
38-
"@next/eslint-plugin-next": "^15.1.6",
38+
"@next/eslint-plugin-next": "^15.1.7",
3939
"@tsconfig/node22": "^22.0.0",
4040
"@tsconfig/strictest": "^2.0.5",
4141
"@types/mdx": "^2.0.13",
@@ -44,18 +44,18 @@
4444
"@types/react-dom": "^19.0.3",
4545
"autoprefixer": "^10.4.20",
4646
"dedent": "^1.5.3",
47-
"eslint": "^9.20.0",
47+
"eslint": "^9.20.1",
4848
"eslint-plugin-import-x": "^4.6.1",
4949
"eslint-plugin-mdx": "^3.1.5",
5050
"eslint-plugin-perfectionist": "^4.8.0",
5151
"eslint-plugin-react-hooks": "^5.1.0",
5252
"eslint-plugin-react-refresh": "^0.4.19",
5353
"eslint-plugin-simple-import-sort": "^12.1.1",
5454
"eslint-plugin-unicorn": "^56.0.1",
55-
"markuplint": "^4.11.5",
56-
"postcss": "^8.5.1",
55+
"markuplint": "^4.11.6",
56+
"postcss": "^8.5.2",
5757
"tailwindcss": "3.4.17",
5858
"typescript": "^5.7.3",
59-
"typescript-eslint": "^8.23.0"
59+
"typescript-eslint": "^8.24.0"
6060
}
6161
}

examples/dual-react-dom-lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
3737
"@tsconfig/strictest": "^2.0.5",
3838
"@types/node": "^22.13.1",
3939
"@types/react": "^19.0.8",
40-
"eslint": "^9.20.0",
40+
"eslint": "^9.20.1",
4141
"eslint-plugin-react-hooks": "^5.1.0",
4242
"eslint-plugin-vitest": "^0.5.4",
4343
"react": "^19.0.0",
4444
"tsup": "^8.3.6",
4545
"typescript": "^5.7.3",
46-
"typescript-eslint": "^8.23.0"
46+
"typescript-eslint": "^8.24.0"
4747
},
4848
"peerDependencies": {
4949
"react": "^19.0.0"
5050
},
51-
"packageManager": "pnpm@10.2.1",
51+
"packageManager": "pnpm@10.3.0",
5252
"engines": {
5353
"node": ">=18.18.0"
5454
}

examples/next-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
"dependencies": {
1212
"@radix-ui/react-dropdown-menu": "2.1.6",
1313
"@radix-ui/react-icons": "1.3.2",
14-
"next": "^15.1.6",
14+
"next": "^15.1.7",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},
1818
"devDependencies": {
1919
"@eslint-react/eslint-plugin": "workspace:*",
2020
"@eslint/config-inspector": "^1.0.0",
2121
"@eslint/js": "^9.20.0",
22-
"@next/eslint-plugin-next": "^15.1.6",
22+
"@next/eslint-plugin-next": "^15.1.7",
2323
"@types/negotiator": "^0.6.3",
2424
"@types/node": "^22.13.1",
2525
"@types/react": "^19.0.8",
2626
"@types/react-dom": "^19.0.3",
2727
"autoprefixer": "^10.4.20",
28-
"eslint": "^9.20.0",
28+
"eslint": "^9.20.1",
2929
"eslint-config-flat-gitignore": "^2.0.0",
3030
"eslint-plugin-react-hooks": "^5.1.0",
3131
"eslint-plugin-react-refresh": "^0.4.19",
32-
"postcss": "^8.5.1",
32+
"postcss": "^8.5.2",
3333
"tailwindcss": "3.4.17",
3434
"typescript": "^5.7.3",
35-
"typescript-eslint": "^8.23.0"
35+
"typescript-eslint": "^8.24.0"
3636
},
3737
"engines": {
3838
"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
@@ -23,11 +23,11 @@
2323
"@types/react": "^19.0.8",
2424
"@types/react-dom": "^19.0.3",
2525
"@vitejs/plugin-react": "^4.3.4",
26-
"eslint": "^9.20.0",
26+
"eslint": "^9.20.1",
2727
"eslint-plugin-react-hooks": "^5.1.0",
2828
"eslint-plugin-react-refresh": "^0.4.19",
2929
"typescript": "^5.7.3",
30-
"typescript-eslint": "^8.23.0",
30+
"typescript-eslint": "^8.24.0",
3131
"vite": "^6.1.0"
3232
},
3333
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.0.8",
2222
"@types/react-dom": "^19.0.3",
2323
"@vitejs/plugin-react": "^4.3.4",
24-
"eslint": "^9.20.0",
24+
"eslint": "^9.20.1",
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.19",
2727
"globals": "^15.14.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
@@ -27,7 +27,7 @@
2727
"@types/react": "^19.0.8",
2828
"@types/react-dom": "^19.0.3",
2929
"@vitejs/plugin-react": "^4.3.4",
30-
"eslint": "^9.20.0",
30+
"eslint": "^9.20.1",
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.19",
3333
"globals": "^15.14.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
@@ -24,15 +24,15 @@
2424
"@types/react": "^19.0.8",
2525
"@types/react-dom": "^19.0.3",
2626
"@vitejs/plugin-react": "^4.3.4",
27-
"eslint": "^9.20.0",
27+
"eslint": "^9.20.1",
2828
"eslint-plugin-react-hooks": "^5.1.0",
2929
"eslint-plugin-react-refresh": "^0.4.19",
3030
"globals": "^15.14.0",
3131
"meriyah": "^6.0.5",
3232
"ts-blank-eslint-parser": "^0.3.2",
3333
"ts-blank-space": "^0.5.1",
3434
"typescript": "^5.7.3",
35-
"typescript-eslint": "^8.23.0",
35+
"typescript-eslint": "^8.24.0",
3636
"vite": "^6.1.0"
3737
},
3838
"engines": {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@
6767
"@types/node": "^22.13.1",
6868
"@types/react": "^19.0.8",
6969
"@types/react-dom": "^19.0.3",
70-
"@typescript-eslint/parser": "^8.23.0",
71-
"@typescript-eslint/rule-tester": "^8.23.0",
72-
"@typescript-eslint/types": "^8.23.0",
70+
"@typescript-eslint/parser": "^8.24.0",
71+
"@typescript-eslint/rule-tester": "^8.24.0",
72+
"@typescript-eslint/types": "^8.24.0",
7373
"@vitest/ui": "^3.0.5",
7474
"concurrently": "^9.1.2",
7575
"cspell": "^8.17.3",
7676
"dedent": "^1.5.3",
7777
"dprint": "^0.49.0",
7878
"esbuild": "^0.25.0",
79-
"eslint": "^9.20.0",
79+
"eslint": "^9.20.1",
8080
"eslint-config-flat-gitignore": "^2.0.0",
8181
"eslint-plugin-jsdoc": "^50.6.3",
8282
"eslint-plugin-perfectionist": "^4.8.0",
@@ -105,10 +105,10 @@
105105
"typedoc-plugin-markdown": "^4.4.2",
106106
"typedoc-plugin-rename-defaults": "^0.7.2",
107107
"typescript": "^5.7.3",
108-
"typescript-eslint": "^8.23.0",
108+
"typescript-eslint": "^8.24.0",
109109
"vitest": "^3.0.5"
110110
},
111-
"packageManager": "pnpm@10.2.1",
111+
"packageManager": "pnpm@10.3.0",
112112
"engines": {
113113
"node": ">=18.18.0"
114114
},
@@ -121,7 +121,7 @@
121121
"@types/react": "^19.0.8",
122122
"@types/react-dom": "^19.0.3",
123123
"cross-spawn": "^7.0.6",
124-
"next": "^15.1.6",
124+
"next": "^15.1.7",
125125
"react": "^19.0.0",
126126
"react-dom": "^19.0.0",
127127
"ts-api-utils": "^2.0.1",

0 commit comments

Comments
 (0)