From e8b66a27e1bb7d6452172530ffc024a5f109c49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:02:44 -0500 Subject: [PATCH] deps: bump fumadocs-typescript from 4.0.14 to 5.3.0 in /docs (#1684) Bumps [fumadocs-typescript](https://github.com/fuma-nama/fumadocs) from 4.0.14 to 5.3.0.
Release notes

Sourced from fumadocs-typescript's releases.

fumadocs-typescript@5.3.0

Default to Base UI

Internal packages & templates now use Base UI rather than Radix UI.

fumadocs-typescript@5.2.7

Migrate to cnfast

Drop tailwind-merge.

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 58 +++++++++++++++++++++++++++++++----------- docs/package.json | 2 +- 2 files changed, 44 insertions(+), 16 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index b6c3ab241..9c13a9d79 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -16,7 +16,7 @@ "fumadocs-core": "16.11.1", "fumadocs-mdx": "15.1.0", "fumadocs-twoslash": "^3.3.0", - "fumadocs-typescript": "^4.0.3", + "fumadocs-typescript": "^5.3.0", "fumadocs-ui": "16.11.1", "headroom-ai": "file:../sdk/typescript", "lucide-react": "^1.7.0", @@ -49,7 +49,7 @@ "@ai-sdk/anthropic": "^3.0.64", "@ai-sdk/openai": "^3.0.48", "@ai-sdk/provider": "^1.0.0", - "@anthropic-ai/sdk": "^0.104.1", + "@anthropic-ai/sdk": "^0.110.0", "ai": "^6.0.0", "dotenv": "^17.3.1", "openai": "^4.80.0", @@ -2683,7 +2683,9 @@ } }, "node_modules/@ts-morph/common": { - "version": "0.28.1", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.29.0.tgz", + "integrity": "sha512-35oUmphHbJvQ/+UTwFNme/t2p3FoKiGJ5auTjjpNTop2dyREspirjMy82PLSC1pnDJ8ah1GU98hwpVt64YXQsg==", "license": "MIT", "dependencies": { "minimatch": "^10.0.1", @@ -2944,6 +2946,8 @@ }, "node_modules/balanced-match": { "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", "license": "MIT", "engines": { "node": "18 || 20 || >=22" @@ -2960,9 +2964,9 @@ } }, "node_modules/brace-expansion": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", - "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", + "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==", "license": "MIT", "dependencies": { "balanced-match": "^4.0.2" @@ -3078,6 +3082,8 @@ }, "node_modules/code-block-writer": { "version": "13.0.3", + "resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-13.0.3.tgz", + "integrity": "sha512-Oofo0pq3IKnsFtuHqSF7TqBfr71aeyZDVJ0HpmqB7FBM2qEigL0iPONSCZSO9pE9dZTAxANe5XHG9Uy0YMv8cg==", "license": "MIT" }, "node_modules/collapse-white-space": { @@ -3743,7 +3749,9 @@ } }, "node_modules/fumadocs-typescript": { - "version": "4.0.14", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/fumadocs-typescript/-/fumadocs-typescript-5.3.0.tgz", + "integrity": "sha512-UwYug2z01/hsjgmyoPL/MCz66pyZarpxOV9hIgnyNIhopwwcReCykEnRjchY342gIhZqUjTlY/TCJRorkCHhBA==", "license": "MIT", "dependencies": { "estree-util-value-to-estree": "^3.5.0", @@ -3751,17 +3759,31 @@ "hast-util-to-jsx-runtime": "^2.3.6", "remark": "^15.0.1", "remark-rehype": "^11.1.2", - "tinyglobby": "^0.2.15", - "ts-morph": "^27.0.2", - "unist-util-visit": "^5.0.0" + "shiki": "^4.3.1", + "ts-morph": "^28.0.0", + "unified": "^11.0.5", + "unist-util-visit": "^5.1.0" }, "peerDependencies": { + "@types/estree": "*", + "@types/hast": "*", + "@types/mdast": "*", "@types/react": "*", - "fumadocs-core": "^15.7.0 || ^16.0.0", - "fumadocs-ui": "^15.7.0 || ^16.0.0", - "typescript": "*" + "fumadocs-core": "^16.7.0", + "fumadocs-ui": "^16.7.0", + "react": "^19.2.0", + "react-dom": "^19.2.0" }, "peerDependenciesMeta": { + "@types/estree": { + "optional": true + }, + "@types/hast": { + "optional": true + }, + "@types/mdast": { + "optional": true + }, "@types/react": { "optional": true }, @@ -5364,6 +5386,8 @@ }, "node_modules/minimatch": { "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.5" @@ -5569,6 +5593,8 @@ }, "node_modules/path-browserify": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", "license": "MIT" }, "node_modules/picocolors": { @@ -6258,10 +6284,12 @@ "license": "MIT" }, "node_modules/ts-morph": { - "version": "27.0.2", + "version": "28.0.0", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-28.0.0.tgz", + "integrity": "sha512-Wp3tnZ2bzwxyTZMtgWVzXDfm7lB1Drz+y9DmmYH/L702PQhPyVrp3pkou3yIz4qjS14GY9kcpmLiOOMvl8oG1g==", "license": "MIT", "dependencies": { - "@ts-morph/common": "~0.28.1", + "@ts-morph/common": "~0.29.0", "code-block-writer": "^13.0.3" } }, diff --git a/docs/package.json b/docs/package.json index 23da79006..4f9b80654 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "fumadocs-core": "16.11.1", "fumadocs-mdx": "15.1.0", "fumadocs-twoslash": "^3.3.0", - "fumadocs-typescript": "^4.0.3", + "fumadocs-typescript": "^5.3.0", "fumadocs-ui": "16.11.1", "headroom-ai": "file:../sdk/typescript", "lucide-react": "^1.7.0",