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-ui to v15 #550

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2025

This PR contains the following updates:

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

Release Notes

fuma-nama/fumadocs (fumadocs-ui)

v15.0.3

Compare Source

Patch Changes
  • 47171db: UI: fix ocean theme
    • fumadocs-core@15.0.3

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

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.

@renovate renovate bot added the dependencies label Feb 2, 2025
@renovate renovate bot requested a review from imranbarbhuiya as a code owner February 2, 2025 09:34
Copy link

vercel bot commented Feb 2, 2025

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

Name Status Preview Comments Updated (UTC)
tag-script-h93t ❌ Failed (Inspect) Feb 5, 2025 1:58pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants