From ece12798881ea078b37314641c58be4ae1f6416b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 01:05:01 +0000 Subject: [PATCH] Bump fumadocs-ui from 15.8.5 to 16.0.4 in /docs Bumps [fumadocs-ui](https://github.com/fuma-nama/fumadocs) from 15.8.5 to 16.0.4. - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-ui@16.0.4) --- updated-dependencies: - dependency-name: fumadocs-ui dependency-version: 16.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 97 ++++++++++++++++++++++++++++++++++++------ docs/package.json | 2 +- 2 files changed, 86 insertions(+), 13 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 7e27bd8..2abd63c 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "fumadocs-core": "^15.8.5", "fumadocs-mdx": "^12.0.3", "fumadocs-typescript": "^4.0.12", - "fumadocs-ui": "^15.8.5", + "fumadocs-ui": "^16.0.4", "next": "^15.5.6", "react": "^19.0.0", "react-dom": "^19.2.0" @@ -1446,9 +1446,9 @@ } }, "node_modules/@orama/orama": { - "version": "3.1.14", - "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-3.1.14.tgz", - "integrity": "sha512-Iq4RxYC7y0pA/hLgcUGpYYs5Vze4qNmJk0Qi1uIrg2bHGpm6A06nbjWcH9h4HQsddkDFFlanLj/zYBH3Sxdb4w==", + "version": "3.1.16", + "resolved": "https://registry.npmjs.org/@orama/orama/-/orama-3.1.16.tgz", + "integrity": "sha512-scSmQBD8eANlMUOglxHrN1JdSW8tDghsPuS83otqealBiIeMukCQMOf/wc0JJjDXomqwNdEQFLXLGHrU6PGxuA==", "license": "Apache-2.0", "engines": { "node": ">= 20.0.0" @@ -5128,9 +5128,9 @@ } }, "node_modules/fumadocs-ui": { - "version": "15.8.5", - "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-15.8.5.tgz", - "integrity": "sha512-9pyB+9rOOsrFnmmZ9xREp/OgVhyaSq2ocEpqTNbeQ7tlJ6JWbdFWfW0C9lRXprQEB6DJWUDtDxqKS5QXLH0EGA==", + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/fumadocs-ui/-/fumadocs-ui-16.0.4.tgz", + "integrity": "sha512-OARKTC/+2Rkw3vE4ZUpN5jWXPjDju4VQBwBTgAP6QVZJgwD4nQt/mdZp9wtWRGD195acY13MaWAG0l4CxmjELA==", "license": "MIT", "dependencies": { "@radix-ui/react-accordion": "^1.2.12", @@ -5144,7 +5144,7 @@ "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tabs": "^1.1.13", "class-variance-authority": "^0.7.1", - "fumadocs-core": "15.8.5", + "fumadocs-core": "16.0.4", "lodash.merge": "^4.6.2", "next-themes": "^0.4.6", "postcss-selector-parser": "^7.1.0", @@ -5154,10 +5154,10 @@ }, "peerDependencies": { "@types/react": "*", - "next": "14.x.x || 15.x.x", - "react": "18.x.x || 19.x.x", - "react-dom": "18.x.x || 19.x.x", - "tailwindcss": "^3.4.14 || ^4.0.0" + "next": "16.x.x", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "tailwindcss": "^4.0.0" }, "peerDependenciesMeta": { "@types/react": { @@ -5171,6 +5171,79 @@ } } }, + "node_modules/fumadocs-ui/node_modules/fumadocs-core": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/fumadocs-core/-/fumadocs-core-16.0.4.tgz", + "integrity": "sha512-//cj4Z4tMbZGBs7OGnRSeHtQ8AolIwJjAdx+j/EpR21AZQ4Lbx2+qYNDAbVKQdbMYaIWiHrE/l0iHJJgWg+HQQ==", + "license": "MIT", + "dependencies": { + "@formatjs/intl-localematcher": "^0.6.2", + "@orama/orama": "^3.1.16", + "@shikijs/rehype": "^3.13.0", + "@shikijs/transformers": "^3.13.0", + "github-slugger": "^2.0.0", + "hast-util-to-estree": "^3.1.3", + "hast-util-to-jsx-runtime": "^2.3.6", + "image-size": "^2.0.2", + "negotiator": "^1.0.0", + "npm-to-yarn": "^3.0.1", + "path-to-regexp": "^8.3.0", + "remark": "^15.0.1", + "remark-gfm": "^4.0.1", + "remark-rehype": "^11.1.2", + "scroll-into-view-if-needed": "^3.1.0", + "shiki": "^3.13.0", + "unist-util-visit": "^5.0.0" + }, + "peerDependencies": { + "@mixedbread/sdk": "^0.19.0", + "@orama/core": "1.x.x", + "@tanstack/react-router": "1.x.x", + "@types/react": "*", + "algoliasearch": "5.x.x", + "lucide-react": "*", + "next": "16.x.x", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "react-router": "7.x.x", + "waku": "^0.26.0" + }, + "peerDependenciesMeta": { + "@mixedbread/sdk": { + "optional": true + }, + "@orama/core": { + "optional": true + }, + "@tanstack/react-router": { + "optional": true + }, + "@types/react": { + "optional": true + }, + "algoliasearch": { + "optional": true + }, + "lucide-react": { + "optional": true + }, + "next": { + "optional": true + }, + "react": { + "optional": true + }, + "react-dom": { + "optional": true + }, + "react-router": { + "optional": true + }, + "waku": { + "optional": true + } + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", diff --git a/docs/package.json b/docs/package.json index c2e2b85..797f2b3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -12,7 +12,7 @@ "fumadocs-core": "^15.8.5", "fumadocs-mdx": "^12.0.3", "fumadocs-typescript": "^4.0.12", - "fumadocs-ui": "^15.8.5", + "fumadocs-ui": "^16.0.4", "next": "^15.5.6", "react": "^19.0.0", "react-dom": "^19.2.0"