Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2025

This PR contains the following updates:

Package Change Age Confidence
fumadocs-core (source) 16.0.14 -> 16.2.1 age confidence

Release Notes

fuma-nama/fumadocs (fumadocs-core)

v16.2.1

Compare Source

Patch Changes
  • 556cb6b: Fix missing default colors
  • c6120ff: Add sidebar animation back
    • fumadocs-core@​16.2.1

v16.2.0

Compare Source

Minor Changes
  • 80579fd: No longer expose layout components

    This includes Root Toggle, Language Toggle, Theme Toggle etc.

    It allows Fumadocs UI to change these components without introducing breaking changes over existing customizations.

    If you're using the removed components, consider overriding the layout components with yours, or use Fumadocs CLI add/customize command.

  • a9f4eda: Require importing page layout according to your docs layout

    // for docs layout
    import { DocsPage } from 'fumadocs-ui/layouts/docs/page';
    
    // for notebook layout
    import { DocsPage } from 'fumadocs-ui/layouts/notebook/page';

    While the default fumadocs-ui/page will redirect to the correct layout, we highly recommend you to update the import.

  • 5d65002: Remove container styles, this includes --spacing-fd-container as they are no longer used.

  • 9a39883: Move Sidebar context into docs layouts

    fumadocs-ui/contexts/sidebar is removed, you can still reference the context with:

    import { useSidebar } from 'fumadocs-ui/components/sidebar/base';

    Make sure you're only accessing it in <DocsLayout />.

Patch Changes
  • 36eb90a: Fix sidebar items not automatically scrolled
  • 12d3f78: Tabs: always prefer session storage
    • fumadocs-core@​16.2.0

v16.1.0

Compare Source

Minor Changes
  • 15bd183: [Loader API] Default the type of plugins to LoaderPluginOption[]

    It should no longer enforce type checks on custom properties from your content source.

    For creating fully typed plugins (with custom properties), use the following pattern:

    import { loader } from 'fumadocs-core/source';
    import { docs } from 'fumadocs-mdx:collections/server';
    import { lucideIconsPlugin } from 'fumadocs-core/source/lucide-icons';
    
    export const source = loader(docs.toFumadocsSource(), {
      baseUrl: '/docs',
      plugins: ({ typedPlugin }) => [
        lucideIconsPlugin(),
        typedPlugin({
          // the plugin config
        }),
      ],
    });
  • 42ad84c: [Loader API] Refactor internal type parameters

    Internal types like ContentStorage, PageTreeTransformer now use a single Config extends SourceConfig generic parameter.

    It makes extending their parameters easier, this should not affect normal usages.

Patch Changes
  • 2e01720: [Loader API] Support calling loader().getPage(slugs) with URI encoded slugs

v16.0.15

Compare Source

Patch Changes
  • fe380da: feat(waku): WakuLink component to use unstable_prefetchOnEnter for prefetch
  • ade44d0: feat: enhance framework providers to accept custom Link components

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.

@renovate renovate bot force-pushed the renovate/fumadocs-core-16.x branch from 5242d9f to 3fe21d8 Compare November 21, 2025 04:15
@github-actions
Copy link

github-actions bot commented Nov 21, 2025

Build Status: Success!

  • ✅ Build completed successfully
  • 🚀 Ready for review

📝 Latest commit: f6e2334
⏰ Updated: 2025-11-30 14:01:00 UTC

@renovate renovate bot changed the title fix(deps): update dependency fumadocs-core to v16.0.15 fix(deps): update dependency fumadocs-core to v16.1.0 Nov 21, 2025
@renovate renovate bot force-pushed the renovate/fumadocs-core-16.x branch 3 times, most recently from ba25033 to 9c1fe47 Compare November 25, 2025 04:56
@renovate renovate bot changed the title fix(deps): update dependency fumadocs-core to v16.1.0 fix(deps): update dependency fumadocs-core to v16.2.0 Nov 29, 2025
@renovate renovate bot force-pushed the renovate/fumadocs-core-16.x branch from 9c1fe47 to d614919 Compare November 29, 2025 13:02
@renovate renovate bot force-pushed the renovate/fumadocs-core-16.x branch from d614919 to d6bf992 Compare November 30, 2025 13:58
@renovate renovate bot changed the title fix(deps): update dependency fumadocs-core to v16.2.0 fix(deps): update dependency fumadocs-core to v16.2.1 Nov 30, 2025
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.

1 participant