Skip to content

Commit 527f783

Browse files
committed
bump deps & fix types error
1 parent 9ea6b9c commit 527f783

File tree

25 files changed

+2353
-2028
lines changed

25 files changed

+2353
-2028
lines changed

.changeset/dry-spiders-behave.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@fuma-comment/server": patch
3+
"@fuma-comment/react": patch
4+
"@fuma-comment/next": patch
5+
---
6+
7+
bump deps & fix types error

apps/docs/package.json

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,44 @@
88
"postinstall": "prisma generate",
99
"migrate:deploy": "dotenv -e .env.production -- prisma migrate deploy",
1010
"db:push": "dotenv -e .env.local -- prisma db push",
11-
"start": "next start",
12-
"lint": "biome lint ."
11+
"start": "next start"
1312
},
1413
"dependencies": {
1514
"@auth/prisma-adapter": "^2.10.0",
1615
"@fuma-comment/react": "workspace:*",
1716
"@fuma-comment/server": "workspace:*",
1817
"@octokit/rest": "^22.0.0",
19-
"@prisma/client": "^6.13.0",
20-
"@radix-ui/react-select": "^2.2.5",
18+
"@prisma/client": "^6.15.0",
19+
"@radix-ui/react-select": "^2.2.6",
2120
"@vercel/postgres": "^0.10.0",
2221
"cva": "1.0.0-beta.2",
2322
"date-fns": "^4.1.0",
24-
"fumadocs-core": "^15.6.8",
25-
"fumadocs-docgen": "^2.1.0",
26-
"fumadocs-mdx": "^11.7.3",
27-
"fumadocs-ui": "^15.6.8",
28-
"lucide-react": "^0.536.0",
29-
"next": "^15.4.5",
23+
"fumadocs-core": "^15.7.6",
24+
"fumadocs-docgen": "^3.0.0",
25+
"fumadocs-mdx": "^11.8.2",
26+
"fumadocs-ui": "^15.7.6",
27+
"lucide-react": "^0.542.0",
28+
"next": "^15.5.2",
3029
"next-auth": "^4.24.11",
3130
"next-themes": "^0.4.6",
32-
"prisma": "^6.13.0",
31+
"prisma": "^6.15.0",
3332
"react": "^19.1.1",
3433
"react-dom": "^19.1.1",
35-
"recharts": "^3.1.0",
34+
"recharts": "^3.1.2",
3635
"tailwind-merge": "^3.3.1",
37-
"uploadthing": "^7.7.3",
38-
"zod": "^4.0.14"
36+
"uploadthing": "^7.7.4",
37+
"zod": "^4.1.5"
3938
},
4039
"devDependencies": {
41-
"@tailwindcss/postcss": "^4.1.11",
40+
"@tailwindcss/postcss": "^4.1.12",
4241
"@types/mdx": "^2.0.13",
43-
"@types/node": "^24.1.0",
44-
"@types/react": "^19.1.9",
45-
"@types/react-dom": "^19.1.7",
42+
"@types/node": "^24.3.0",
43+
"@types/react": "^19.1.12",
44+
"@types/react-dom": "^19.1.9",
4645
"postcss": "^8.5.6",
47-
"tailwindcss": "^4.1.11",
46+
"tailwindcss": "^4.1.12",
4847
"tsconfig": "workspace:*",
49-
"tsx": "^4.20.3",
48+
"tsx": "^4.20.5",
5049
"typescript": "^5.9.2"
5150
}
5251
}

apps/example-better-auth/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,25 @@
55
"scripts": {
66
"dev": "next dev --turbopack",
77
"build": "next build",
8-
"start": "next start",
9-
"lint": "next lint"
8+
"start": "next start"
109
},
1110
"dependencies": {
1211
"@fuma-comment/react": "workspace:*",
1312
"@fuma-comment/server": "workspace:*",
14-
"better-auth": "^1.3.4",
15-
"drizzle-orm": "^0.44.4",
16-
"next": "15.4.5",
13+
"better-auth": "^1.3.7",
14+
"drizzle-orm": "^0.44.5",
15+
"next": "15.5.2",
1716
"pg": "^8.16.3",
1817
"react": "^19.1.1",
1918
"react-dom": "^19.1.1"
2019
},
2120
"devDependencies": {
22-
"@tailwindcss/postcss": "^4.1.11",
23-
"@types/node": "^24.1.0",
24-
"@types/react": "^19.1.9",
25-
"@types/react-dom": "^19.1.7",
21+
"@tailwindcss/postcss": "^4.1.12",
22+
"@types/node": "^24.3.0",
23+
"@types/react": "^19.1.12",
24+
"@types/react-dom": "^19.1.9",
2625
"drizzle-kit": "^0.31.4",
27-
"tailwindcss": "^4.1.11",
26+
"tailwindcss": "^4.1.12",
2827
"typescript": "^5.9.2"
2928
}
3029
}

apps/example-clerk/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,25 @@
55
"scripts": {
66
"dev": "next dev --turbopack",
77
"build": "next build",
8-
"start": "next start",
9-
"lint": "next lint"
8+
"start": "next start"
109
},
1110
"dependencies": {
12-
"@clerk/nextjs": "^6.28.1",
11+
"@clerk/nextjs": "^6.31.6",
1312
"@fuma-comment/react": "workspace:*",
1413
"@fuma-comment/server": "workspace:*",
15-
"drizzle-orm": "^0.44.4",
16-
"next": "15.4.5",
14+
"drizzle-orm": "^0.44.5",
15+
"next": "15.5.2",
1716
"pg": "^8.16.3",
1817
"react": "^19.1.1",
1918
"react-dom": "^19.1.1"
2019
},
2120
"devDependencies": {
22-
"@tailwindcss/postcss": "^4.1.11",
23-
"@types/node": "^24.1.0",
24-
"@types/react": "^19.1.9",
25-
"@types/react-dom": "^19.1.7",
21+
"@tailwindcss/postcss": "^4.1.12",
22+
"@types/node": "^24.3.0",
23+
"@types/react": "^19.1.12",
24+
"@types/react-dom": "^19.1.9",
2625
"drizzle-kit": "^0.31.4",
27-
"tailwindcss": "^4.1.11",
26+
"tailwindcss": "^4.1.12",
2827
"typescript": "^5.9.2"
2928
}
3029
}

apps/example-mongodb/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,23 @@
55
"scripts": {
66
"dev": "next dev --turbopack",
77
"build": "next build",
8-
"start": "next start",
9-
"lint": "next lint"
8+
"start": "next start"
109
},
1110
"dependencies": {
1211
"@fuma-comment/react": "workspace:*",
1312
"@fuma-comment/server": "workspace:*",
14-
"better-auth": "^1.3.4",
15-
"mongodb": "^6.18.0",
16-
"next": "15.4.5",
13+
"better-auth": "^1.3.7",
14+
"mongodb": "^6.19.0",
15+
"next": "15.5.2",
1716
"react": "^19.1.1",
1817
"react-dom": "^19.1.1"
1918
},
2019
"devDependencies": {
21-
"@tailwindcss/postcss": "^4.1.11",
22-
"@types/node": "^24.1.0",
23-
"@types/react": "^19.1.9",
24-
"@types/react-dom": "^19.1.7",
25-
"tailwindcss": "^4.1.11",
20+
"@tailwindcss/postcss": "^4.1.12",
21+
"@types/node": "^24.3.0",
22+
"@types/react": "^19.1.12",
23+
"@types/react-dom": "^19.1.9",
24+
"tailwindcss": "^4.1.12",
2625
"typescript": "^5.9.2"
2726
}
2827
}

biome.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -24,8 +24,14 @@
2424
"enabled": true,
2525
"rules": {
2626
"recommended": true,
27+
"correctness": {
28+
"useUniqueElementIds": "off",
29+
"noNestedComponentDefinitions": "off"
30+
},
31+
"suspicious": {
32+
"noUnknownAtRules": "off"
33+
},
2734
"style": {
28-
"noParameterAssign": "error",
2935
"useAsConstAssertion": "error",
3036
"useDefaultParameterLast": "error",
3137
"useEnumInitializers": "error",

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
"build": "turbo run build",
99
"dev": "turbo run dev",
1010
"test": "turbo run test",
11+
"check:types": "turbo run check:types",
1112
"test:integrate": "docker compose run --rm --build tests pnpm turbo run test:integrate --concurrency=1",
12-
"lint": "turbo run lint",
13+
"lint": "biome lint",
1314
"format": "biome format --write ."
1415
},
1516
"devDependencies": {
16-
"@biomejs/biome": "2.1.3",
17-
"@changesets/cli": "^2.29.5",
17+
"@biomejs/biome": "2.2.2",
18+
"@changesets/cli": "^2.29.6",
1819
"dotenv-cli": "^10.0.0",
1920
"tsconfig": "workspace:*",
2021
"tsup": "^8.5.0",
21-
"turbo": "^2.5.5"
22+
"turbo": "^2.5.6"
2223
}
2324
}

packages/next/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
],
1313
"license": "MIT",
1414
"scripts": {
15-
"lint": "biome lint .",
1615
"build": "tsup",
1716
"dev": "tsup --watch"
1817
},
1918
"dependencies": {
2019
"@fuma-comment/server": "workspace:*"
2120
},
2221
"devDependencies": {
23-
"@types/node": "^24.1.0",
22+
"@types/node": "^24.3.0",
2423
"tsconfig": "workspace:*",
2524
"tsup": "^8.5.0",
2625
"typescript": "^5.9.2"

packages/react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
}
3030
},
3131
"scripts": {
32-
"lint": "biome lint .",
3332
"build": "tsup && tailwindcss -i css/styles.css -o ./dist/style.css",
33+
"check:types": "tsc --noEmit",
3434
"dev": "concurrently \"pnpm dev:layout\" \"pnpm dev:tailwind\"",
3535
"dev:layout": "tsup --watch",
3636
"dev:tailwind": "tailwindcss -i css/styles.css -o ./dist/style.css --watch"
@@ -46,7 +46,7 @@
4646
"@types/react": "^19.1.9",
4747
"@types/react-dom": "^19.1.7",
4848
"concurrently": "^9.2.0",
49-
"lucide-react": "^0.536.0",
49+
"lucide-react": "^0.542.0",
5050
"postcss": "^8.5.6",
5151
"postcss-cli": "^11.0.1",
5252
"react": "^19.1.1",
@@ -61,6 +61,7 @@
6161
"@radix-ui/react-dialog": "^1.1.14",
6262
"@radix-ui/react-dropdown-menu": "^2.1.15",
6363
"@radix-ui/react-popover": "^1.1.14",
64+
"@tiptap/core": "^3.3.0",
6465
"@tiptap/extension-bold": "^3.0.9",
6566
"@tiptap/extension-code": "^3.0.9",
6667
"@tiptap/extension-code-block-lowlight": "^3.0.9",

packages/react/src/components/avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function Avatar({
2929
return (
3030
<div
3131
{...props}
32-
aria-label={placeholder}
32+
aria-describedby={placeholder}
3333
className={cn(
3434
"size-8 rounded-full bg-gradient-to-br from-blue-600 to-red-600",
3535
props.className,

0 commit comments

Comments
 (0)