Skip to content

chore: bump fumadocs-core from 16.11.4 to 16.14.0 - #45

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/fumadocs-core-16.11.5
Open

chore: bump fumadocs-core from 16.11.4 to 16.14.0#45
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/fumadocs-core-16.11.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown

Bumps fumadocs-core from 16.11.4 to 16.14.0.

Release notes

Sourced from fumadocs-core's releases.

fumadocs@16.14.0

  • @​fumadocs/base-ui@​16.14.0
  • fumadocs-core@16.14.0
  • fumadocs-ui@16.14.0

Replace Orama with ZBSearch, zero-config i18n search

The built-in search engine moved from @orama/orama to ZBSearch, a near drop-in successor. All module paths and APIs are unchanged, and search now works with every language out of the box: the new default multilingual mode uses Unicode word segmentation, so i18n search needs zero config.

import { createFromSource } from 'fumadocs-core/search/server';
// no localeMap, no @orama/tokenizers, CJK included
export const { GET } = createFromSource(source);

All locales now share a single search database — results are filtered by the locale of your pages at query time. Same for static mode:

import { staticClient } from 'fumadocs-core/search/client/orama-static';
const client = staticClient({ locale });

Renames

  • oramaStaticClientstaticClient (old name kept as deprecated alias)
  • initOramainitDB, it now creates a ZBSearch instance and is optional — the exported data restores the tokenizer on load

Deprecated

  • localeMap is no longer needed. It still works for language-specific stemming/stop-words and keeps the legacy per-locale databases when specified.

Notes for advanced usage

  • language, components, plugins and search options are now typed against ZBSearch instead of @orama/orama — custom tokenizers or plugins written for Orama must be swapped to their ZBSearch equivalents.
  • The exported static search data is now a ZBSearch database (i18n exports became a single unified database), so server and client should be on the same fumadocs-core version.
  • @orama/orama and @orama/tokenizers can be removed from your dependencies unless you use them directly. Orama Cloud integrations (fumadocs-core/search/orama-cloud) are unaffected.

fumadocs@16.13.0

  • @​fumadocs/base-ui@​16.13.0
  • fumadocs-core@16.13.0
  • fumadocs-ui@16.13.0

Add hotkey for toggling light/dark mode

Press D to toggle between light and dark mode. It is ignored while typing in an editable element or when a dialog (e.g. search) is opened.

Customise it with the theme.hotKey option of <RootProvider />, or pass false to disable.

... (truncated)

Commits
  • 81c88c6 Version Packages (#3445)
  • 4108f03 chore: fix example builds
  • a279c17 fix(mdx): workaround for base ui issues
  • f29a484 refactor(*): migrate non-rsc examples to macro api
  • f845513 feat(mdx): browser helpers for macro
  • e0d374c refactor(*): migrate examples & docs to macro API
  • 4047bf7 feat(mdx): improve vite plugin usage
  • b1636d5 chore: bump deps
  • d1245c4 refactor(ui): build tailwind css via tsdown hooks
  • 693bb19 docs: mention MDX macro usage
  • Additional commits viewable in compare view


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 20, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@genie-react/cli@45
npm i https://pkg.pr.new/genie-react@45

commit: e79862b

@dependabot dependabot Bot changed the title chore: bump fumadocs-core from 16.11.4 to 16.11.5 chore: bump fumadocs-core from 16.11.4 to 16.12.0 Jul 22, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-core-16.11.5 branch 3 times, most recently from f8aeabd to fd52a50 Compare July 23, 2026 09:23
@dependabot dependabot Bot changed the title chore: bump fumadocs-core from 16.11.4 to 16.12.0 chore: bump fumadocs-core from 16.11.4 to 16.12.1 Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-core-16.11.5 branch from fd52a50 to 71d1dcc Compare July 24, 2026 10:23
@dependabot dependabot Bot changed the title chore: bump fumadocs-core from 16.11.4 to 16.12.1 chore: bump fumadocs-core from 16.11.4 to 16.13.0 Jul 30, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-core-16.11.5 branch from 71d1dcc to 5576b65 Compare July 30, 2026 21:27
@dependabot dependabot Bot changed the title chore: bump fumadocs-core from 16.11.4 to 16.13.0 chore: bump fumadocs-core from 16.11.4 to 16.14.0 Aug 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-core-16.11.5 branch from 5576b65 to 60bdc29 Compare August 8, 2026 01:02
Bumps [fumadocs-core](https://github.com/fuma-nama/fumadocs) from 16.11.4 to 16.14.0.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs@16.11.4...fumadocs@16.14.0)

---
updated-dependencies:
- dependency-name: fumadocs-core
  dependency-version: 16.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-core-16.11.5 branch from 60bdc29 to e79862b Compare August 8, 2026 18:13
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.

0 participants