Skip to content

Commit 15c757f

Browse files
kawaijoePante
authored andcommitted
chore(docs): upgrade dependencies (#931)
* chore(docs): upgrade dependencies from PRs #923 and #926 Combine Renovate PRs #923 (minor dependency updates) and #926 (eslint major bump): - Upgrade Next.js from 16.1.7 to 16.2.0 and related packages - Update fumadocs (core/mdx/ui) to latest patch versions - Bump Tailwind CSS 4.1.18 → 4.2.2 with supporting packages - Update React 19.2.3 → 19.2.4 and related dependencies - Update utilities: prettier, postcss, zod, wrangler, and others Note: Skipped eslint 9 → 10 major bump due to upstream compatibility issues with @typescript-eslint/utils (used by eslint-config-next). Will wait for typescript-eslint 9.x. Verified: pnpm lint and Next.js build (all 144 pages generated successfully). * chore(docs): revert next 16.2.0, keep other upgrades Revert Next.js to 16.1.7 — @opennextjs/cloudflare doesn't handle the new prefetch-hints.json manifest from Next.js 16.2, causing 500 errors on Cloudflare Workers. Also reverts eslint-config-next and @next/third-parties to match.
1 parent 5bec478 commit 15c757f

2 files changed

Lines changed: 1063 additions & 1079 deletions

File tree

docs/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,44 +48,44 @@
4848
"cmdk": "^1.1.1",
4949
"date-fns": "^4.1.0",
5050
"embla-carousel-react": "^8.6.0",
51-
"fumadocs-core": "16.6.16",
52-
"fumadocs-mdx": "14.2.9",
53-
"fumadocs-ui": "16.6.16",
51+
"fumadocs-core": "16.6.17",
52+
"fumadocs-mdx": "14.2.10",
53+
"fumadocs-ui": "16.6.17",
5454
"input-otp": "^1.4.2",
5555
"lucide-react": "^0.577.0",
5656
"mermaid": "^11.13.0",
5757
"next": "16.1.7",
5858
"next-themes": "^0.4.6",
5959
"radix-ui": "^1.4.3",
60-
"react": "^19.2.3",
61-
"react-day-picker": "^9.13.0",
62-
"react-dom": "^19.2.3",
63-
"react-resizable-panels": "^4.7.2",
60+
"react": "^19.2.4",
61+
"react-day-picker": "^9.14.0",
62+
"react-dom": "^19.2.4",
63+
"react-resizable-panels": "^4.7.3",
6464
"remark-mdx": "^3.1.0",
6565
"remark-parse": "^11.0.0",
6666
"remark-stringify": "^11.0.0",
6767

6868
"shiki": "^4.0.0",
6969
"unified": "^11.0.0",
7070
"sonner": "^2.0.7",
71-
"tailwind-merge": "^3.4.0",
72-
"zod": "^4.3.5"
71+
"tailwind-merge": "^3.5.0",
72+
"zod": "^4.3.6"
7373
},
7474
"devDependencies": {
7575
"@stylistic/eslint-plugin": "^5.10.0",
76-
"@tailwindcss/postcss": "^4.1.18",
76+
"@tailwindcss/postcss": "^4.2.2",
7777
"@types/mdast": "^4.0.0",
7878
"@types/mdx": "^2.0.13",
7979
"@types/node": "^25.0.0",
80-
"@types/react": "^19.2.7",
80+
"@types/react": "^19.2.14",
8181
"@types/react-dom": "^19.2.3",
8282
"eslint": "^9.39.4",
8383
"eslint-config-next": "16.1.6",
84-
"postcss": "^8.5.6",
85-
"prettier": "^3.7.4",
86-
"tailwindcss": "^4.1.18",
84+
"postcss": "^8.5.8",
85+
"prettier": "^3.8.1",
86+
"tailwindcss": "^4.2.2",
8787
"tw-animate-css": "^1.4.0",
8888
"typescript": "^5.9.3",
89-
"wrangler": "^4.73.0"
89+
"wrangler": "^4.75.0"
9090
}
9191
}

0 commit comments

Comments
 (0)