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 v15 #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fumadocs-core (source) 13.4.10 -> 15.0.11 age adoption passing confidence

Release Notes

fuma-nama/fumadocs (fumadocs-core)

v15.0.11

Compare Source

v15.0.10

Compare Source

Patch Changes
  • d95c21f: add initOrama option to static client

v15.0.9

Compare Source

v15.0.8

Compare Source

v15.0.7

Compare Source

Patch Changes
  • 5deaf40: Support icons in separators of meta.json

v15.0.6

Compare Source

Patch Changes
  • 08236e1: Support custom toc settings in headings
  • a06af26: Support pages without title

v15.0.5

Compare Source

v15.0.4

Compare Source

Patch Changes
  • c892bd9: Improve DocsCategory cards
  • c892bd9: Always show copy button on codeblocks on touch devices
    • fumadocs-core@15.0.4

v15.0.3

Compare Source

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

Minor Changes
  • 581f4a5: Support code block tabs without hardcoding <Tabs /> items

    migrate: Use the remarkCodeTab plugin.

    before:

    import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
    
    <Tabs items={["Tab 1", "Tab 2"]}>
    
    ```ts tab
    console.log('A');
    ```
    
    ```ts tab
    console.log('B');
    ```
    
    </Tabs>

    after:

    import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
    
    ```ts tab="Tab 1"
    console.log('A');
    ```
    
    ```ts tab="Tab 2"
    console.log('B');
    ```
Patch Changes
  • 5b8cca8: Fix remarkAdmonition missing some types from Docusaurus
  • a763058: Support reversed rest items in meta.json

v14.7.7

Compare Source

Patch Changes
  • 4f2538a: Support children prop in custom Folder component
  • 191012a: DocsCategory search based on file path when item isn't present in the tree
  • fb6b168: No longer rely on search context on search dialog
    • fumadocs-core@14.7.7

v14.7.6

Compare Source

Patch Changes
  • Updated dependencies [b9601fb]
    • fumadocs-core@14.7.6

v14.7.5

Compare Source

Patch Changes
  • 5d41bf1: Enable system option for theme toggle on NoteBook layout
  • 900eb6c: Prevent shrink on sidebar icons by default
  • a959374: Support fd-* prefixes to Tailwind CSS utils
  • Updated dependencies [777188b]
    • fumadocs-core@14.7.5

v14.7.4

Compare Source

Patch Changes
  • 26d9ccb: Fix banner preview
  • 036f8e1: Disable hover to open navbar menu by default, can be enabled via nav.enableHoverToOpen
  • Updated dependencies [bb73a72]
  • Updated dependencies [69bd4fe]
    • fumadocs-core@14.7.4

v14.7.3

Compare Source

Patch Changes
  • 041f230: Support trailing slash
  • ca1cf19: Support custom <Banner /> height
  • Updated dependencies [041f230]
    • fumadocs-core@14.7.3

v14.7.2

Compare Source

Patch Changes
  • Updated dependencies [14b280c]
    • fumadocs-core@14.7.2

v14.7.1

Compare Source

Patch Changes
  • 18b00c1: Fix hideSearch option
  • Updated dependencies [72dc093]
    • fumadocs-core@14.7.1

v14.7.0

Compare Source

Minor Changes
  • 97ed36c: Remove defaults from loader and deprecate rootDir options

v14.6.8

Compare Source

Patch Changes
  • e95be52: Fix i18n toggle
  • f3298ea: Add css prefix by default
    • fumadocs-core@14.6.8

v14.6.7

Compare Source

Patch Changes
  • Updated dependencies [5474343]
    • fumadocs-core@14.6.7

v14.6.6

Compare Source

v14.6.5

Compare Source

Patch Changes

v14.6.4

Compare Source

Patch Changes
  • b71064a: Support remark plugins & vfile input on getTableOfContents

v14.6.3

Compare Source

v14.6.2

Compare Source

Patch Changes
  • 9908922: Add default icon styles (transformer) to sidebar tabs
  • ece734f: Support custom children of trigger on InlineTOC component
  • 1a2597a: Expose --fd-tocnav-height CSS variable
  • Updated dependencies [2357d40]
    • fumadocs-core@14.6.2

v14.6.1

Compare Source

Patch Changes
  • 9532855: Hide toc popover when no items
    • fumadocs-core@14.6.1

v14.6.0

Compare Source

Minor Changes
  • 010da9e: Tabs: support usage without value
  • bebb16b: Support DynamicCodeBlock component
Patch Changes
  • 9585561: Fix Twoslash popups focus outline
  • 4766292: Support React 19
  • Updated dependencies [4dfde6b]
  • Updated dependencies [bebb16b]
  • Updated dependencies [4766292]
  • Updated dependencies [050b326]
    • fumadocs-core@14.6.0

v14.5.6

Compare Source

Patch Changes
  • b7745f4: Fix references problem of sidebar tabs
  • Updated dependencies [9a18c14]
    • fumadocs-core@14.5.6

v14.5.5

Compare Source

Patch Changes
  • 06f66d8: improve notebook layout for transparent sidebar
  • 2d0501f: Fi sidebar icon trigger
    • fumadocs-core@14.5.5

v14.5.4

Compare Source

Patch Changes
  • 8e2cb31: fix trivial bugs
    • fumadocs-core@14.5.4

v14.5.3

Compare Source

Patch Changes
  • c5a5ba0: fix sidebar defaultOpenLevel
  • f34e895: Support props in tag items
  • 4c82a3d: Hide toc when it has no items and custom banner & footer
  • f8e5157: Fix custom theme with Typography plugin
  • ad00dd3: Support folder groups on sidebar tabs
    • fumadocs-core@14.5.3

v14.5.2

Compare Source

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

v14.5.1

Compare Source

Patch Changes
  • 6fd480f: Fix old browser compatibility
    • fumadocs-core@14.5.1

v14.5.0

Compare Source

Minor Changes
  • 66c70ec: Replace official Tailwind CSS typography plugin

    • Other variants like prose-sm and prose-gray are removed, as it's supposed to only provide support for Fumadocs UI typography styles.
  • 05d224c: added the updateAnchor option for the Tabs ui component

Patch Changes
  • fumadocs-core@14.5.0

v14.4.2

Compare Source

Patch Changes
  • 0f1603a: Fix bugs
    • fumadocs-core@14.4.2

v14.4.1

Compare Source

Patch Changes
  • 07474cb: fix codeblock paddings
  • 48a2c15: Control page styles from layouts
    • fumadocs-core@14.4.1

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
  • 2949da3: Show 'ctrl' for windows in search toggle
  • Updated dependencies [ca94bfd]
    • fumadocs-core@14.2.1

v14.2.0

Compare Source

Minor Changes
  • e248a0f: Support Orama Cloud integration
  • 7a5393b: Replace cmdk with custom implementation
Patch Changes
  • Updated dependencies [e248a0f]
    • fumadocs-core@14.2.0

v14.1.1

Patch Changes
  • Updated dependencies [1573d63]
    • fumadocs-core@14.1.1

v14.0.1

Compare Source

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 Jan 29, 2025

Deploying vscode-monitor-pro with  Cloudflare Pages  Cloudflare Pages

Latest commit: f712847
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch 10 times, most recently from db14c84 to 6675c32 Compare February 7, 2025 20:32
@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch 8 times, most recently from a081f04 to 97a8a5c Compare February 14, 2025 15:24
@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch 5 times, most recently from f06956c to f719844 Compare February 22, 2025 03:15
@renovate renovate bot force-pushed the renovate/fumadocs-core-15.x branch from f719844 to f712847 Compare February 22, 2025 18:24
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