Skip to content

Commit 0db3ea0

Browse files
committed
Upgrade typescript-eslint to v8.46.0 and fumadocs-*
1 parent 7aeaad3 commit 0db3ea0

File tree

20 files changed

+297
-297
lines changed

20 files changed

+297
-297
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",
30-
"typescript-eslint": "^8.45.0"
30+
"typescript-eslint": "^8.46.0"
3131
},
3232
"peerDependencies": {
3333
"eslint": "^9.37.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@eslint-react/var": "workspace:*",
2828
"@eslint/js": "^9.37.0",
2929
"@stylistic/eslint-plugin": "^5.4.0",
30-
"@typescript-eslint/scope-manager": "^8.45.0",
31-
"@typescript-eslint/type-utils": "^8.45.0",
32-
"@typescript-eslint/types": "^8.45.0",
33-
"@typescript-eslint/utils": "^8.45.0",
30+
"@typescript-eslint/scope-manager": "^8.46.0",
31+
"@typescript-eslint/type-utils": "^8.46.0",
32+
"@typescript-eslint/types": "^8.46.0",
33+
"@typescript-eslint/utils": "^8.46.0",
3434
"eslint-plugin-de-morgan": "^2.0.0",
3535
"eslint-plugin-jsdoc": "^60.8.2",
3636
"eslint-plugin-perfectionist": "^4.15.1",

apps/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
1717
"effect": "^3.18.3",
18-
"fumadocs-core": "15.8.3",
18+
"fumadocs-core": "15.8.4",
1919
"fumadocs-docgen": "3.0.2",
20-
"fumadocs-mdx": "12.0.2",
20+
"fumadocs-mdx": "12.0.3",
2121
"fumadocs-twoslash": "3.1.8",
2222
"fumadocs-typescript": "4.0.11",
23-
"fumadocs-ui": "15.8.3",
23+
"fumadocs-ui": "15.8.4",
2424
"lucide-react": "^0.544.0",
2525
"next": "^15.5.4",
2626
"next-view-transitions": "^0.3.4",
@@ -35,7 +35,7 @@
3535
"@eslint-react/kit": "workspace:*",
3636
"@eslint-react/shared": "workspace:*",
3737
"@eslint/js": "^9.37.0",
38-
"@eslint/markdown": "^7.3.0",
38+
"@eslint/markdown": "^7.4.0",
3939
"@local/configs": "workspace:*",
4040
"@mdx-js/mdx": "^3.1.1",
4141
"@tailwindcss/postcss": "^4.1.14",
@@ -58,6 +58,6 @@
5858
"tailwindcss": "^4.1.14",
5959
"tailwindcss-animated": "^2.0.0",
6060
"typescript": "^5.9.3",
61-
"typescript-eslint": "^8.45.0"
61+
"typescript-eslint": "^8.46.0"
6262
}
6363
}

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": "^6.1.1",
3131
"eslint-plugin-react-refresh": "^0.4.23",
3232
"typescript": "^5.9.3",
33-
"typescript-eslint": "^8.45.0"
33+
"typescript-eslint": "^8.46.0"
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": "^6.1.1",
2929
"eslint-plugin-react-refresh": "^0.4.23",
3030
"typescript": "^5.9.3",
31-
"typescript-eslint": "^8.45.0",
31+
"typescript-eslint": "^8.46.0",
3232
"vite": "^7.1.9"
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
@@ -32,7 +32,7 @@
3232
"globals": "^16.4.0",
3333
"ts-blank-eslint-parser": "^0.4.4",
3434
"typescript": "^5.9.3",
35-
"typescript-eslint": "^8.45.0",
35+
"typescript-eslint": "^8.46.0",
3636
"vite": "^7.1.9"
3737
},
3838
"engines": {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@
5555
"@effect/language-service": "^0.42.0",
5656
"@effect/platform": "^0.92.1",
5757
"@effect/platform-node": "^0.98.3",
58+
"@eslint/compat": "^1.4.0",
5859
"@eslint/config-inspector": "^1.3.0",
59-
"@eslint/markdown": "^7.3.0",
60+
"@eslint/markdown": "^7.4.0",
6061
"@local/configs": "workspace:*",
6162
"@local/eslint-plugin-local": "workspace:*",
6263
"@radix-ui/react-toast": "^1.2.15",
@@ -65,10 +66,9 @@
6566
"@types/node": "^24.7.0",
6667
"@types/react": "^19.2.0",
6768
"@types/react-dom": "^19.2.0",
68-
"@typescript-eslint/parser": "^8.45.0",
69-
"@typescript-eslint/rule-tester": "^8.45.0",
70-
"@typescript-eslint/types": "^8.45.0",
71-
"@eslint/compat": "^1.4.0",
69+
"@typescript-eslint/parser": "^8.46.0",
70+
"@typescript-eslint/rule-tester": "^8.46.0",
71+
"@typescript-eslint/types": "^8.46.0",
7272
"ansis": "^4.2.0",
7373
"dedent": "^1.7.0",
7474
"dprint": "^0.50.2",
@@ -94,10 +94,10 @@
9494
"typedoc-plugin-markdown": "^4.9.0",
9595
"typedoc-plugin-mdn-links": "^5.0.9",
9696
"typescript": "^5.9.3",
97-
"typescript-eslint": "^8.45.0",
97+
"typescript-eslint": "^8.46.0",
9898
"vitest": "^3.2.4"
9999
},
100-
"packageManager": "pnpm@10.17.1",
100+
"packageManager": "pnpm@10.18.1",
101101
"engines": {
102102
"node": ">=20.19.0"
103103
},
@@ -120,8 +120,8 @@
120120
"fumadocs-ui": "15.8.1",
121121
"lucide-react": "^0.544.0",
122122
"next": "^15.5.4",
123-
"react-dom": "^19.2.0",
124123
"react": "^19.2.0",
124+
"react-dom": "^19.2.0",
125125
"ts-api-utils": "^2.1.0",
126126
"tslib": "^2.8.1",
127127
"typescript": "^5.9.3"

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",
4141
"@eslint-react/var": "workspace:*",
42-
"@typescript-eslint/scope-manager": "^8.45.0",
43-
"@typescript-eslint/types": "^8.45.0",
44-
"@typescript-eslint/utils": "^8.45.0",
42+
"@typescript-eslint/scope-manager": "^8.46.0",
43+
"@typescript-eslint/types": "^8.46.0",
44+
"@typescript-eslint/utils": "^8.46.0",
4545
"birecord": "^0.1.1",
4646
"ts-pattern": "^5.8.0"
4747
},

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.45.0",
51-
"@typescript-eslint/type-utils": "^8.45.0",
52-
"@typescript-eslint/types": "^8.45.0",
53-
"@typescript-eslint/utils": "^8.45.0",
50+
"@typescript-eslint/scope-manager": "^8.46.0",
51+
"@typescript-eslint/type-utils": "^8.46.0",
52+
"@typescript-eslint/types": "^8.46.0",
53+
"@typescript-eslint/utils": "^8.46.0",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.8.0"
5656
},

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"@eslint-react/kit": "workspace:*",
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/var": "workspace:*",
50-
"@typescript-eslint/scope-manager": "^8.45.0",
51-
"@typescript-eslint/types": "^8.45.0",
52-
"@typescript-eslint/utils": "^8.45.0",
50+
"@typescript-eslint/scope-manager": "^8.46.0",
51+
"@typescript-eslint/types": "^8.46.0",
52+
"@typescript-eslint/utils": "^8.46.0",
5353
"compare-versions": "^6.1.1",
5454
"string-ts": "^2.2.1",
5555
"ts-pattern": "^5.8.0"

0 commit comments

Comments
 (0)