Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps the fumadocs group with 4 updates: @fumadocs/content-collections, fumadocs-core, fumadocs-docgen and fumadocs-ui.

Updates @fumadocs/content-collections from 1.1.4 to 1.2.4

Release notes

Sourced from @​fumadocs/content-collections's releases.

@​fumadocs/content-collections@​1.2.4

Patch Changes

  • 5210f18: Support Fumadocs 16 in peerDependencies.
  • Updated dependencies [230c6bf]
  • Updated dependencies [851897c]
  • Updated dependencies [4049ccc]
  • Updated dependencies [429c41a]
  • Updated dependencies [5210f18]
  • Updated dependencies [cbc93e9]
  • Updated dependencies [42f09c3]
  • Updated dependencies [55afd8a]
    • fumadocs-core@16.0.0

@​fumadocs/content-collections@​1.2.3

Patch Changes

  • a3a14e7: Bump deps
  • Updated dependencies [a3a14e7]
    • fumadocs-core@15.8.3
Commits
  • 46370ec Version Packages (#2437)
  • 51b4533 format
  • 4a36701 OpenAPI: avoid render-time form modifications
  • 7d2f5e5 OpenAPI: improve default value handling
  • 61afcb7 Blog: introduce v16
  • 7a6c97e Core: remove extra logic in hide-if-empty
  • 0b40105 Docs: use non-RSC for React Router guides
  • 3a33fd9 bump Next.js 16
  • cfb3e3a test SPA mode of Tanstack Start
  • de0ce6d Add showTitle option to tableOfContent and id to style it (#2472)
  • Additional commits viewable in compare view

Updates fumadocs-core from 13.4.10 to 16.0.4

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.0.4

Patch Changes

  • 99971c7: Support external: to mark links as external in meta.json

fumadocs-core@16.0.3

No release notes provided.

fumadocs-core@16.0.2

Patch Changes

  • d511232: Fix i18n middleware search params handling

fumadocs-core@16.0.1

Patch Changes

  • 45f0c1f: hotfix <DynamicCodeBlock /> Vite + React 19.2 compat issues

fumadocs-core@16.0.0

Major Changes

  • 851897c: Remove fumadocs-core/sidebar API

    why: no longer used by Fumadocs UI, and the abstraction isn't good enough.

    migrate: The original component is mostly a wrapper of react-remove-scroll, you can use Shadcn UI for pre-built sidebars.

  • 4049ccc: Remove fumadocs-core/server export

    • getGithubLastEdit: Moved to fumadocs-core/content/github.
    • getTableOfContents: Moved to fumadocs-core/content/toc.
    • PageTree and page tree utilities: Moved to fumadocs-core/page-tree.
    • TOCItemType, TableOfContents: Moved to fumadocs-core/toc.
    • createMetadataImage: Use the Next.js Metadata API instead.
  • 429c41a: Switch to Shiki JavaScript Regex engine by default

    This is important for Cloudflare Worker compatibility, JavaScript engine is the new default over Oniguruma (WASM).

    • rehype-code: replaced the experimentalJSEngine option with engine: js | oniguruma.
    • fumadocs-core/highlight: use JS engine by default, drop custom engine support, use Shiki directly instead.
  • 5210f18: Set minimal React.js version to 19.2.0

    19.2 has multiple crucial updates that can improve Fumadocs' performance, and it should works seamlessly on mainstream React.js frameworks.

    As a consequence, Next.js 16 is now the minimal version when using Fumadocs UI because Next.js always uses the internal canary version of React.js.

  • 42f09c3: Remove deprecated APIs

    • fumadocs-ui/page:
      • removed <DocsCategory />.

... (truncated)

Commits

Updates fumadocs-docgen from 1.2.0 to 3.0.3

Release notes

Sourced from fumadocs-docgen's releases.

fumadocs-docgen@3.0.3

Patch Changes

  • 5210f18: Support Fumadocs 16 in peerDependencies.
  • Updated dependencies [230c6bf]
  • Updated dependencies [851897c]
  • Updated dependencies [4049ccc]
  • Updated dependencies [429c41a]
  • Updated dependencies [5210f18]
  • Updated dependencies [cbc93e9]
  • Updated dependencies [42f09c3]
  • Updated dependencies [55afd8a]
    • fumadocs-core@16.0.0

fumadocs-docgen@3.0.2

Patch Changes

  • a3a14e7: Bump deps
  • Updated dependencies [a3a14e7]
    • fumadocs-core@15.8.3

fumadocs-docgen@3.0.1

Patch Changes

  • 655bb46: Support custom defaultValue for remark-ts2js
  • Updated dependencies [655bb46]
  • Updated dependencies [d1ae3e8]
  • Updated dependencies [6548a59]
  • Updated dependencies [51268ec]
  • Updated dependencies [51268ec]
    • fumadocs-core@15.8.0
Commits
  • 46370ec Version Packages (#2437)
  • 51b4533 format
  • 4a36701 OpenAPI: avoid render-time form modifications
  • 7d2f5e5 OpenAPI: improve default value handling
  • 61afcb7 Blog: introduce v16
  • 7a6c97e Core: remove extra logic in hide-if-empty
  • 0b40105 Docs: use non-RSC for React Router guides
  • 3a33fd9 bump Next.js 16
  • cfb3e3a test SPA mode of Tanstack Start
  • de0ce6d Add showTitle option to tableOfContent and id to style it (#2472)
  • Additional commits viewable in compare view

Updates fumadocs-ui from 13.4.10 to 16.0.4

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.0.4

Patch Changes

  • Updated dependencies [99971c7]
    • fumadocs-core@16.0.4

fumadocs-ui@16.0.3

Patch Changes

  • fumadocs-core@16.0.3

fumadocs-ui@16.0.2

Patch Changes

  • Updated dependencies [d511232]
    • fumadocs-core@16.0.2

fumadocs-ui@16.0.1

Patch Changes

  • 45f0c1f: hotfix <DynamicCodeBlock /> Vite + React 19.2 compat issues
  • Updated dependencies [45f0c1f]
    • fumadocs-core@16.0.1

fumadocs-ui@16.0.0

Major Changes

  • 0ed0ca6: Change --fd-layout-width to 1600px by default

    This will change the max layout width to 1600px, you can still change it back with:

    :root {
      --fd-layout-width: 100vw;
    }
  • 5210f18: Set minimal React.js version to 19.2.0

    19.2 has multiple crucial updates that can improve Fumadocs' performance, and it should works seamlessly on mainstream React.js frameworks.

    As a consequence, Next.js 16 is now the minimal version when using Fumadocs UI because Next.js always uses the internal canary version of React.js.

  • 42f09c3: Remove deprecated APIs

    • fumadocs-ui/page:
      • removed <DocsCategory />.
      • removed breadcrumbs.full option from <DocsPage />.
    • fumadocs-core/search/algolia: renamed option document to indexName.
    • fumadocs-core/search:
      • remove deprecated signature of createFromSource(): migrate to newer usage instead.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the fumadocs group with 4 updates: [@fumadocs/content-collections](https://github.com/fuma-nama/fumadocs), [fumadocs-core](https://github.com/fuma-nama/fumadocs), [fumadocs-docgen](https://github.com/fuma-nama/fumadocs) and [fumadocs-ui](https://github.com/fuma-nama/fumadocs).


Updates `@fumadocs/content-collections` from 1.1.4 to 1.2.4
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/@fumadocs/content-collections@1.1.4...@fumadocs/content-collections@1.2.4)

Updates `fumadocs-core` from 13.4.10 to 16.0.4
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@13.4.10...fumadocs-core@16.0.4)

Updates `fumadocs-docgen` from 1.2.0 to 3.0.3
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-docgen@1.2.0...fumadocs-docgen@3.0.3)

Updates `fumadocs-ui` from 13.4.10 to 16.0.4
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@13.4.10...fumadocs-ui@16.0.4)

---
updated-dependencies:
- dependency-name: "@fumadocs/content-collections"
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fumadocs
- dependency-name: fumadocs-core
  dependency-version: 16.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fumadocs
- dependency-name: fumadocs-docgen
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fumadocs
- dependency-name: fumadocs-ui
  dependency-version: 16.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fumadocs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant