Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Update dependency fumadocs-ui to v14 #44

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fumadocs-ui (source) ^13.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

fuma-nama/fumadocs (fumadocs-ui)

v14.0.0

Compare Source

Major Changes
  • e45bc67: Remove deprecated fumadocs-core/middleware export

    migrate: Use fumadocs-core/i18n.

  • d9e908e: Remove deprecated languages and defaultLanguage option from loader

    migrate: Use I18n config API

  • 9a0b09f: Change usage of useDocsSearch

    why: Allow static search

    migrate:

    Pass client option, it can be algolia, static, or fetch (default).

    import { useDocsSearch } from 'fumadocs-core/search/client';
    
    const { search, setSearch, query } = useDocsSearch({
      type: 'fetch',
      api: '/api/search', // optional
    });
  • 9a0b09f: Remove Algolia Search Client

    why: Replace by the new search client

    migrate:

    import { useDocsSearch } from 'fumadocs-core/search/client';
    
    const { search, setSearch, query } = useDocsSearch({
      type: 'algolia',
      index,
      ...searchOptions,
    });
  • 9a0b09f: Refactor import path of fumadocs-core/search-algolia/server to fumadocs-core/search/algolia

  • d9e908e: Improved usage for createI18nSearchAPI (replaced createI18nSearchAPIExperimental)

  • d9e908e: Replace fumadocs-core/search/shared with fumadocs-core/server

Minor Changes
  • d9e908e: Create search api from source (Support i18n without modifying search route handler)
  • 367f4c3: Support referencing original page/meta from page tree nodes
  • e1ee822: Support hast nodes in toc variable
  • 979e301: Replace flexearch with Orama
  • 979e301: Support static search (without server)
  • d9e908e: Support creating metadata API from sources
Patch Changes
  • f949520: Support Shiki diff transformer
  • e612f2a: Make compatible with Next.js 15
  • 8ef00dc: Apply hideLocale to Source getPage APIs
  • 15781f0: Fix breadcrumb empty when includePage isn't specified
  • be820c4: Bump deps

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fuma-content ❌ Failed (Inspect) Oct 22, 2024 2:25am

Copy link
Contributor Author

renovate bot commented Oct 22, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/fumadocs-ui-14.x branch October 22, 2024 05:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant