Skip to content

Commit 7fcf612

Browse files
committed
CLI: Require Next.js 15.3.0 or above
1 parent 6d1fe7c commit 7fcf612

File tree

23 files changed

+1004
-905
lines changed

23 files changed

+1004
-905
lines changed

.changeset/chubby-spies-appear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'fumadocs-mdx': minor
3+
---
4+
5+
Require Next.js 15.3.0 or above

apps/docs/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"@fumadocs/mdx-remote": "workspace:*",
1616
"@inkeep/ai-api": "^0.8.0",
1717
"@oramacloud/client": "^2.1.4",
18-
"@radix-ui/react-dialog": "^1.1.6",
19-
"@radix-ui/react-hover-card": "^1.1.6",
20-
"@radix-ui/react-popover": "^1.1.6",
21-
"@radix-ui/react-slot": "^1.1.2",
22-
"@radix-ui/react-tooltip": "^1.1.8",
23-
"@shikijs/rehype": "^3.2.1",
18+
"@radix-ui/react-dialog": "^1.1.7",
19+
"@radix-ui/react-hover-card": "^1.1.7",
20+
"@radix-ui/react-popover": "^1.1.7",
21+
"@radix-ui/react-slot": "^1.2.0",
22+
"@radix-ui/react-tooltip": "^1.2.0",
23+
"@shikijs/rehype": "^3.2.2",
2424
"class-variance-authority": "^0.7.1",
2525
"fumadocs-core": "workspace:*",
2626
"fumadocs-docgen": "workspace:^",
@@ -30,13 +30,13 @@
3030
"fumadocs-typescript": "workspace:^",
3131
"fumadocs-ui": "workspace:*",
3232
"hast-util-to-jsx-runtime": "^2.3.6",
33-
"katex": "^0.16.21",
33+
"katex": "^0.16.22",
3434
"lucide-react": "^0.487.0",
3535
"mermaid": "^11.6.0",
36-
"next": "15.2.4",
36+
"next": "15.3.0",
3737
"next-themes": "^0.4.6",
3838
"octokit": "^4.1.2",
39-
"oxc-transform": "^0.62.0",
39+
"oxc-transform": "^0.63.0",
4040
"phenomenon": "^1.6.0",
4141
"react": "^19.1.0",
4242
"react-dom": "^19.1.0",
@@ -48,22 +48,22 @@
4848
"remark-rehype": "^11.1.2",
4949
"remark-stringify": "^11.0.0",
5050
"scroll-into-view-if-needed": "^3.1.0",
51-
"shiki": "^3.2.1",
51+
"shiki": "^3.2.2",
5252
"tailwind-merge": "^3.2.0",
5353
"twoslash": "^0.3.1",
5454
"zod": "^3.24.2"
5555
},
5656
"devDependencies": {
5757
"@fumadocs/cli": "workspace:*",
58-
"@next/bundle-analyzer": "15.2.4",
59-
"@next/env": "15.2.4",
60-
"@next/eslint-plugin-next": "15.2.4",
58+
"@next/bundle-analyzer": "15.3.0",
59+
"@next/env": "15.3.0",
60+
"@next/eslint-plugin-next": "15.3.0",
6161
"@tailwindcss/postcss": "^4.1.3",
6262
"@types/hast": "^3.0.4",
6363
"@types/mdx": "^2.0.13",
6464
"@types/node": "22.14.0",
6565
"@types/react": "^19.1.0",
66-
"@types/react-dom": "^19.1.1",
66+
"@types/react-dom": "^19.1.2",
6767
"eslint-config-custom": "workspace:*",
6868
"fast-glob": "^3.3.3",
6969
"gray-matter": "^4.0.3",

examples/content-collections/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@fumadocs/content-collections": "workspace:*",
1212
"fumadocs-core": "workspace:*",
1313
"fumadocs-ui": "workspace:*",
14-
"next": "^15.2.4",
14+
"next": "^15.3.0",
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0"
1717
},
@@ -21,7 +21,7 @@
2121
"@content-collections/next": "^0.2.6",
2222
"@types/mdx": "^2.0.13",
2323
"@types/react": "^19.1.0",
24-
"@types/react-dom": "^19.1.1",
24+
"@types/react-dom": "^19.1.2",
2525
"typescript": "^5.8.3"
2626
}
2727
}

examples/i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"fumadocs-core": "workspace:*",
1414
"fumadocs-mdx": "workspace:*",
1515
"fumadocs-ui": "workspace:*",
16-
"next": "15.2.4",
16+
"next": "15.3.0",
1717
"react": "19.1.0",
1818
"react-dom": "19.1.0"
1919
},
2020
"devDependencies": {
2121
"@types/mdx": "^2.0.13",
2222
"@types/react": "^19.1.0",
23-
"@types/react-dom": "^19.1.1",
23+
"@types/react-dom": "^19.1.2",
2424
"typescript": "^5.8.3"
2525
}
2626
}

examples/next-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"fumadocs-core": "workspace:*",
1212
"fumadocs-mdx": "workspace:*",
1313
"fumadocs-ui": "workspace:*",
14-
"next": "15.2.4",
14+
"next": "15.3.0",
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0"
1717
},
1818
"devDependencies": {
1919
"@types/mdx": "^2.0.13",
2020
"@types/react": "^19.1.0",
21-
"@types/react-dom": "^19.1.1",
21+
"@types/react-dom": "^19.1.2",
2222
"algoliasearch": "4.24.0",
2323
"typescript": "^5.8.3"
2424
}

examples/openapi/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"types:check": "fumadocs-mdx && tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@scalar/api-client-react": "^1.2.13",
13+
"@scalar/api-client-react": "^1.2.15",
1414
"fumadocs-core": "workspace:*",
1515
"fumadocs-mdx": "workspace:*",
1616
"fumadocs-openapi": "workspace:*",
1717
"fumadocs-ui": "workspace:*",
18-
"next": "15.2.4",
18+
"next": "15.3.0",
1919
"react": "19.1.0",
2020
"react-dom": "19.1.0",
21-
"shiki": "^3.2.1",
21+
"shiki": "^3.2.2",
2222
"zod": "^3.24.2"
2323
},
2424
"devDependencies": {
2525
"@tailwindcss/postcss": "^4.1.3",
2626
"@types/mdx": "^2.0.13",
2727
"@types/react": "^19.1.0",
28-
"@types/react-dom": "^19.1.1",
28+
"@types/react-dom": "^19.1.2",
2929
"postcss": "^8.5.3",
3030
"rimraf": "^6.0.1",
3131
"tailwindcss": "^4.1.3",

examples/react-router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"fumadocs-core": "workspace:*",
1616
"fumadocs-ui": "workspace:*",
1717
"gray-matter": "^4.0.3",
18-
"isbot": "^5.1.17",
18+
"isbot": "^5.1.26",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react-router": "^7.5.0",
22-
"shiki": "^3.2.1"
22+
"shiki": "^3.2.2"
2323
},
2424
"devDependencies": {
2525
"@react-router/dev": "^7.5.0",
2626
"@tailwindcss/vite": "^4.1.3",
2727
"@types/node": "^22.14.0",
2828
"@types/react": "^19.1.0",
29-
"@types/react-dom": "^19.1.1",
29+
"@types/react-dom": "^19.1.2",
3030
"react-router-devtools": "^1.1.10",
3131
"tailwindcss": "^4.1.3",
3232
"typescript": "^5.8.3",
33-
"vite": "^6.2.5",
33+
"vite": "^6.2.6",
3434
"vite-tsconfig-paths": "^5.1.4"
3535
}
3636
}

examples/remote-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"fast-glob": "^3.3.3",
1313
"fumadocs-core": "workspace:*",
1414
"fumadocs-ui": "workspace:*",
15-
"next": "15.2.4",
15+
"next": "15.3.0",
1616
"react": "19.1.0",
1717
"react-dom": "19.1.0"
1818
},
1919
"devDependencies": {
2020
"@types/mdx": "^2.0.13",
2121
"@types/react": "^19.1.0",
22-
"@types/react-dom": "^19.1.1",
22+
"@types/react-dom": "^19.1.2",
2323
"typescript": "^5.8.3"
2424
}
2525
}

examples/tanstack-start/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"gray-matter": "^4.0.3",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
21-
"vinxi": "^0.5.3"
21+
"vinxi": "^0.5.4"
2222
},
2323
"devDependencies": {
2424
"@tailwindcss/vite": "^4.1.3",
2525
"@types/react": "^19.1.0",
26-
"@types/react-dom": "^19.1.1",
26+
"@types/react-dom": "^19.1.2",
2727
"@vitejs/plugin-react": "^4.3.4",
2828
"tailwindcss": "^4.1.3",
2929
"typescript": "^5.8.3",
30-
"vite": "^6.2.5",
30+
"vite": "^6.2.6",
3131
"vite-tsconfig-paths": "^5.1.4"
3232
}
3333
}

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
"dependencies": {
8787
"@formatjs/intl-localematcher": "^0.6.1",
8888
"@orama/orama": "^3.1.4",
89-
"@shikijs/rehype": "^3.2.1",
90-
"@shikijs/transformers": "^3.2.1",
89+
"@shikijs/rehype": "^3.2.2",
90+
"@shikijs/transformers": "^3.2.2",
9191
"github-slugger": "^2.0.0",
9292
"hast-util-to-estree": "^3.1.3",
9393
"hast-util-to-jsx-runtime": "^2.3.6",
@@ -97,7 +97,7 @@
9797
"remark": "^15.0.0",
9898
"remark-gfm": "^4.0.1",
9999
"scroll-into-view-if-needed": "^3.1.0",
100-
"shiki": "^3.2.1",
100+
"shiki": "^3.2.2",
101101
"unist-util-visit": "^5.0.0"
102102
},
103103
"devDependencies": {
@@ -111,12 +111,12 @@
111111
"@types/negotiator": "^0.6.3",
112112
"@types/node": "22.14.0",
113113
"@types/react": "^19.1.0",
114-
"@types/react-dom": "^19.1.1",
114+
"@types/react-dom": "^19.1.2",
115115
"algoliasearch": "4.24.0",
116116
"eslint-config-custom": "workspace:*",
117117
"mdast-util-mdx-jsx": "^3.2.0",
118118
"mdast-util-mdxjs-esm": "^2.0.1",
119-
"next": "^15.2.4",
119+
"next": "^15.3.0",
120120
"react-router": "^7.5.0",
121121
"remark-mdx": "^3.1.0",
122122
"remark-rehype": "^11.1.2",

0 commit comments

Comments
 (0)