Skip to content

Commit 83c4f84

Browse files
committed
Update dependencies and regenerate lockfile
1 parent 44f9c4b commit 83c4f84

File tree

20 files changed

+382
-359
lines changed

20 files changed

+382
-359
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.5.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.33",
26-
"eslint-plugin-jsdoc": "^61.1.9",
26+
"eslint-plugin-jsdoc": "^61.1.11",
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^62.0.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/types": "^8.46.2",
3232
"@typescript-eslint/utils": "^8.46.2",
3333
"eslint-plugin-de-morgan": "^2.0.0",
34-
"eslint-plugin-jsdoc": "^61.1.9",
34+
"eslint-plugin-jsdoc": "^61.1.11",
3535
"eslint-plugin-perfectionist": "^4.15.1",
3636
"eslint-plugin-regexp": "^2.10.0",
3737
"eslint-plugin-unicorn": "^62.0.0",
@@ -42,7 +42,7 @@
4242
"@local/configs": "workspace:*",
4343
"@types/react": "^19.2.2",
4444
"@types/react-dom": "^19.2.2",
45-
"tsdown": "^0.15.10"
45+
"tsdown": "^0.15.12"
4646
},
4747
"peerDependencies": {
4848
"eslint": "^9.38.0",

apps/website/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
"bsky-react-post": "^0.1.7",
1515
"clsx": "^2.1.1",
1616
"effect": "^3.18.4",
17-
"fumadocs-core": "15.8.5",
18-
"fumadocs-docgen": "3.0.2",
19-
"fumadocs-mdx": "12.0.3",
20-
"fumadocs-twoslash": "3.1.8",
21-
"fumadocs-typescript": "4.0.11",
22-
"fumadocs-ui": "15.8.5",
17+
"fumadocs-core": "16.0.5",
18+
"fumadocs-docgen": "3.0.3",
19+
"fumadocs-mdx": "13.0.2",
20+
"fumadocs-twoslash": "3.1.9",
21+
"fumadocs-typescript": "4.0.12",
22+
"fumadocs-ui": "16.0.5",
2323
"lucide-react": "^0.548.0",
24-
"next": "^16.0.0",
24+
"next": "^16.0.1",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.2.0",
2727
"react-dom": "^19.2.0",
2828
"tailwind-merge": "^3.3.1",
2929
"twoslash": "^0.3.4"
3030
},
3131
"devDependencies": {
32-
"@effect/language-service": "^0.48.0",
32+
"@effect/language-service": "^0.51.0",
3333
"@eslint-react/eslint-plugin": "workspace:*",
3434
"@eslint-react/shared": "workspace:*",
3535
"@eslint/js": "^9.38.0",
@@ -39,10 +39,10 @@
3939
"@theguild/remark-mermaid": "^0.3.0",
4040
"@tsconfig/next": "^2.0.3",
4141
"@tsconfig/node22": "^22.0.2",
42-
"@tsconfig/strictest": "^2.0.6",
42+
"@tsconfig/strictest": "^2.0.7",
4343
"@types/hast": "^3.0.4",
4444
"@types/mdx": "^2.0.13",
45-
"@types/node": "^24.9.1",
45+
"@types/node": "^24.9.2",
4646
"@types/react": "^19.2.2",
4747
"@types/react-dom": "^19.2.2",
4848
"dedent": "^1.7.0",

examples/next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^16.0.0",
13+
"next": "^16.0.1",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
19-
"@eslint/compat": "^1.4.0",
19+
"@eslint/compat": "^1.4.1",
2020
"@eslint/config-inspector": "^1.3.0",
2121
"@eslint/js": "^9.38.0",
22-
"@next/eslint-plugin-next": "^16.0.0",
22+
"@next/eslint-plugin-next": "^16.0.1",
2323
"@tsconfig/next": "^2.0.3",
2424
"@tsconfig/node22": "^22.0.2",
25-
"@tsconfig/strictest": "^2.0.6",
26-
"@types/node": "^24.9.1",
25+
"@tsconfig/strictest": "^2.0.7",
26+
"@types/node": "^24.9.2",
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.2",
2929
"eslint": "^9.38.0",

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint/config-inspector": "^1.3.0",
2020
"@eslint/js": "^9.38.0",
2121
"@tsconfig/node22": "^22.0.2",
22-
"@tsconfig/strictest": "^2.0.6",
22+
"@tsconfig/strictest": "^2.0.7",
2323
"@tsconfig/vite-react": "^7.0.1",
2424
"@types/react": "^19.2.2",
2525
"@types/react-dom": "^19.2.2",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/config-inspector": "^1.3.0",
2121
"@eslint/js": "^9.38.0",
2222
"@tsconfig/node22": "^22.0.2",
23-
"@tsconfig/strictest": "^2.0.6",
23+
"@tsconfig/strictest": "^2.0.7",
2424
"@tsconfig/vite-react": "^7.0.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"update:website": "tsx ./scripts/update-website.ts"
5353
},
5454
"devDependencies": {
55-
"@effect/language-service": "^0.48.0",
55+
"@effect/language-service": "^0.51.0",
5656
"@effect/platform": "^0.92.1",
5757
"@effect/platform-node": "^0.98.4",
58-
"@eslint/compat": "^1.4.0",
58+
"@eslint/compat": "^1.4.1",
5959
"@eslint/config-inspector": "^1.3.0",
6060
"@local/configs": "workspace:*",
6161
"@local/eslint-plugin-local": "workspace:*",
6262
"@radix-ui/react-toast": "^1.2.15",
6363
"@tsconfig/node22": "^22.0.2",
64-
"@tsconfig/strictest": "^2.0.6",
65-
"@types/node": "^24.9.1",
64+
"@tsconfig/strictest": "^2.0.7",
65+
"@types/node": "^24.9.2",
6666
"@types/react": "^19.2.2",
6767
"@types/react-dom": "^19.2.2",
6868
"@typescript-eslint/parser": "^8.46.2",
@@ -86,17 +86,17 @@
8686
"sort-package-json": "^3.4.0",
8787
"tinyglobby": "^0.2.15",
8888
"ts-pattern": "^5.9.0",
89-
"tsdown": "^0.15.10",
89+
"tsdown": "^0.15.12",
9090
"tsx": "^4.20.6",
9191
"type-fest": "^5.1.0",
9292
"typedoc": "^0.28.14",
9393
"typedoc-plugin-markdown": "^4.9.0",
9494
"typedoc-plugin-mdn-links": "^5.0.10",
9595
"typescript": "^5.9.3",
9696
"typescript-eslint": "^8.46.2",
97-
"vitest": "^4.0.3"
97+
"vitest": "^4.0.5"
9898
},
99-
"packageManager": "pnpm@10.19.0",
99+
"packageManager": "pnpm@10.20.0",
100100
"engines": {
101101
"node": ">=20.19.0"
102102
},
@@ -111,7 +111,7 @@
111111
"@types/react": "^19.2.2",
112112
"@types/react-dom": "^19.2.2",
113113
"esbuild": "^0.25.11",
114-
"next": "^16.0.0",
114+
"next": "^16.0.1",
115115
"react": "^19.2.0",
116116
"react-dom": "^19.2.0",
117117
"ts-api-utils": "^2.1.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.15.10"
52+
"tsdown": "^0.15.12"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.15.10"
63+
"tsdown": "^0.15.12"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.15.10"
63+
"tsdown": "^0.15.12"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

0 commit comments

Comments
 (0)