An open index of dependabot pull requests across open source projects.

chore: bump fumadocs-core from 15.5.4 to 16.0.4

Closed
Number: #2133
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: October 27, 2025 at 04:09 PM UTC
(9 months ago)
Updated: December 11, 2025 at 02:28 PM UTC
(8 months ago)
Closed: December 11, 2025 at 02:27 PM UTC
(8 months ago)
Time to Close: about 1 month
Labels:
npm dependencies
Description:

Bumps fumadocs-core from 15.5.4 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

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Package Dependencies
Ecosystem:
npm
Version Change:
15.5.4 → 16.0.4
Update Type:
Major
Technical Details
ID: 11915663
UUID: 3557533304
Node ID: PR_kwDOG7pjVc6v7t-2
Host: GitHub
Repository: TypeCellOS/BlockNote