Skip to content

chore(deps-dev): bump fumadocs-ui from 15.6.5 to 16.4.5 - #63

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fumadocs-ui-16.4.5
Open

chore(deps-dev): bump fumadocs-ui from 15.6.5 to 16.4.5#63
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/fumadocs-ui-16.4.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps fumadocs-ui from 15.6.5 to 16.4.5.

Release notes

Sourced from fumadocs-ui's releases.

create-fumadocs-app@16.1.14

Published create-fumadocs-app@16.1.14.

create-fumadocs-app@16.1.13

Published create-fumadocs-app@16.1.13.

create-fumadocs-app@16.1.12

Published create-fumadocs-app@16.1.12.

create-fumadocs-app@16.1.11

Published create-fumadocs-app@16.1.11.

create-fumadocs-app@16.1.10

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.

create-fumadocs-app@16.1.9

Published create-fumadocs-app@16.1.9.

... (truncated)

Commits
  • ad33cf2 Version Packages (#2873)
  • d7c2752 Obsidian: support custom frontmatter function & preserve by default
  • 422c74d Feat adding the ruby theme for fumadocs (#2878)
  • f1320b4 Merge pull request #2874 from sidgaikwad/Feat-add-documentation-issue-templat...
  • e55510b OpenAPI: encode parameter encoding
  • 9f06196 UI: fix footer.children props
  • b3306b4 Version Packages (#2858)
  • 508cead Docs: add props example for client loader
  • 547d728 MDX: fix Vite types
  • dbcde4e added the local setup steps in the contributing md file (#2870)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for fumadocs-ui since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-ui-16.4.5 branch 3 times, most recently from 48849b7 to 37c2dc7 Compare July 31, 2026 19:26
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-ui-16.4.5 branch 4 times, most recently from b100dc5 to 28cc200 Compare August 12, 2026 00:17
Bumps [fumadocs-ui](https://github.com/fuma-nama/fumadocs) from 15.6.5 to 16.4.5.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@15.6.5...fumadocs-ui@16.4.5)

---
updated-dependencies:
- dependency-name: fumadocs-ui
  dependency-version: 16.4.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fumadocs-ui-16.4.5 branch from 28cc200 to f0e2967 Compare August 12, 2026 00:30
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