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-mdx to v10 #485

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fumadocs-mdx (source) ^9.0.4 -> ^10.0.2 age adoption passing confidence

Release Notes

fuma-nama/fumadocs (fumadocs-mdx)

v10.0.2

Compare Source

Patch Changes
  • f21c871: Change cache path of manifest files
  • Updated dependencies [78e59e7]
    • fumadocs-core@13.4.8

v10.0.1

Compare Source

Patch Changes
  • 7e23388: Fix windows compatibility
    • fumadocs-core@13.4.5

v10.0.0

Compare Source

Major Changes
  • ed83d01: Support declarative collections

    why: This allows Fumadocs MDX to be more flexible.

    migrate:

    You don't need exports anymore, properties are merged into one object by default.

    - page.data.exports.toc
    + page.data.toc
    
    - page.data.exports.default
    + page.data.body

    A source.config.ts is now required.

    import { defineDocs, defineConfig } from 'fumadocs-mdx/config';
    
    export const { docs, meta } = defineDocs();
    
    export default defineConfig();

    The mdx-components.tsx file is no longer used, pass MDX components to body instead.

    Search indexes API is now replaced by Manifest API.

    Please refer to the docs for further details.

Patch Changes

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.

Copy link

vercel bot commented Sep 8, 2024

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

Name Status Preview Comments Updated (UTC)
tag-script-h93t ❌ Failed (Inspect) Sep 15, 2024 7:12am

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