Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency fumadocs-core to v14 #160

Open
wants to merge 1 commit into
base: main
Choose a base branch
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-core (source) 13.4.10 -> 14.5.5 age adoption passing confidence

Release Notes

fuma-nama/fumadocs (fumadocs-core)

v14.5.5

Compare Source

v14.5.4

Compare Source

v14.5.3

Compare Source

v14.5.2

Compare Source

Patch Changes
  • 072e349: fix initial sidebar level to 0
    • fumadocs-core@14.5.2

v14.5.1

Compare Source

v14.5.0

Compare Source

v14.4.2

Compare Source

v14.4.1

Compare Source

v14.4.0

Compare Source

Minor Changes
  • 5fd4e2f: Make TOC collapse to a popover on lg screen size instead of md
  • 5fd4e2f: Support better table styles for Typography plugin
  • 8a3f5b0: Make neutral the default theme of Fumadocs UI
Patch Changes
  • 5145123: Fix sidebar footer issues
  • 64defe0: Support fumadocs-ui/layouts/notebook layout
    • fumadocs-core@14.4.0

v14.3.1

Compare Source

Patch Changes
  • e7443d7: Fix development errors
    • fumadocs-core@14.3.1

v14.3.0

Compare Source

Minor Changes
  • b8a12ed: Move to tsc (experimental)
Patch Changes
  • 80655b3: Improve padding of sidebar tabs and expose it to sidebar
    • fumadocs-core@14.3.0

v14.2.1

Compare Source

Patch Changes
  • ca94bfd: Support sync usage of getTableOfContents

v14.2.0

Compare Source

Minor Changes
  • e248a0f: Support Orama Cloud integration

v14.1.1

Patch Changes
  • 1573d63: Support URL format publicDir in Remark Image plugin

v14.0.1

Compare Source

Patch Changes
  • 1a7d78a: Pass props to replaced layout components via Radix UI <Slot />
    • fumadocs-core@14.0.1

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 is behind base branch, 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

cloudflare-workers-and-pages bot commented Oct 22, 2024

Deploying vscode-monitor-pro with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4a677a0
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/fumadocs-core-14.x branch 10 times, most recently from 0d50fc0 to 612d497 Compare October 29, 2024 00:59
@renovate renovate bot force-pushed the renovate/fumadocs-core-14.x branch 12 times, most recently from 0d8dd25 to 6c7bfc8 Compare November 5, 2024 07:25
@renovate renovate bot force-pushed the renovate/fumadocs-core-14.x branch 7 times, most recently from 45c38fb to 706742b Compare November 12, 2024 14:11
@renovate renovate bot force-pushed the renovate/fumadocs-core-14.x branch 8 times, most recently from 5dea533 to 8b17b14 Compare November 16, 2024 10:13
@renovate renovate bot force-pushed the renovate/fumadocs-core-14.x branch 13 times, most recently from 4be914c to d70d38d Compare November 26, 2024 13:03
@renovate renovate bot force-pushed the renovate/fumadocs-core-14.x branch 5 times, most recently from f8f05c7 to 02e2b0d Compare December 3, 2024 19:19
@renovate renovate bot force-pushed the renovate/fumadocs-core-14.x branch from 02e2b0d to 4a677a0 Compare December 4, 2024 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants