Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
fumadocs-mdx (source) dependencies major 13.0.8 -> 14.1.0 OpenSSF Scorecard

Release Notes

fuma-nama/fumadocs (fumadocs-mdx)

v14.1.0

Compare Source

Minor Changes
  • fc0e3db: Support Workspaces API [Experimental]
Patch Changes
  • Updated dependencies [ef8eb6c]
  • Updated dependencies [e0c4c3a]
  • Updated dependencies [4e2bca7]
    • fumadocs-core@​16.2.3

v14.0.4

Compare Source

Patch Changes
  • f59339b: Fix last-modified plugin date checking
    • fumadocs-core@​16.2.0

v14.0.3

Compare Source

Patch Changes
  • f362ea1: Fix Webpack warnings (they require absolute paths for dependencies)
  • Updated dependencies [fe380da]
  • Updated dependencies [ade44d0]
    • fumadocs-core@​16.0.15

v14.0.2

Compare Source

Patch Changes
  • 59743c0: Use remarkStructure().exportAs option to export structuredData
  • 59743c0: only provide CJS fallback for Next.js
  • Updated dependencies [c3b8474]
    • fumadocs-core@​16.0.14

v14.0.1

Compare Source

Patch Changes
  • 52dabc3: Support type-safe collection generation
    • fumadocs-core@​16.0.13

v14.0.0

Compare Source

Major Changes
  • 7b450d6: Change postInstall() signature to postInstall({ configPath, outDir, ... })

    This allows more options for postInstall command.

  • a312d3a: Replace getDefaultMDXOptions() with applyMdxPreset()

    This allows Fumadocs MDX to support more presets in the future, and adjust presets for dynamic mode.

    // source.config.ts
    import { defineCollections, applyMdxPreset } from 'fumadocs-mdx/config';
    import { myPlugin } from './remark-plugin';
    
    export const blog = defineCollections({
      type: 'doc',
      mdxOptions: applyMdxPreset({
        remarkPlugins: [myPlugin],
        // You can also pass a function to control the order of remark plugins.
        remarkPlugins: (v) => [myPlugin, ...v],
      }),
    });
  • bc93578: Replace lastModifiedTime option with lastModified plugin.

    If you've lastModifiedTime option enabled before, migrate to the plugin instead.

    // source.config.ts
    import { defineConfig } from 'fumadocs-mdx/config';
    import lastModified from 'fumadocs-mdx/plugins/last-modified';
    
    export default defineConfig({
      plugins: [lastModified()],
    });
  • 2f7e4d8: Drop support for multiple dir in same collection

    Consider using files instead for filtering files.

    // source.config.ts
    import { defineDocs } from 'fumadocs-mdx/config';
    
    export const docs = defineDocs({
      dir: 'content/guides',
      docs: {
        files: ['./i-love-fumadocs/**/*.{md,mdx}'],
      },
    });
  • a312d3a: No longer generate extractedReferences by default

    You can enable it from postprocess option.

    // source.config.ts
    import { defineDocs } from 'fumadocs-mdx/config';
    
    export const docs = defineDocs({
      docs: {
        postprocess: {
          extractLinkReferences: true,
        },
      },
    });
  • b963021: [Vite] rename generateIndexFile option to index

Patch Changes
  • 97722c6: Fix meta file validation on Bun.
  • b963021: [Internal] Make index-file a plugin and optimize re-generations.
  • Updated dependencies [c5c00e9]
    • fumadocs-core@​16.0.12

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (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 Dependency updates label Oct 22, 2025
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed status:ready-for-review Pull request is ready for review and removed qa:running QA workflow is currently running labels Oct 22, 2025
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from 4683135 to 36bbd4a Compare October 23, 2025 04:32
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Oct 23, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from 36bbd4a to e7183e6 Compare October 23, 2025 11:37
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Oct 23, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from e7183e6 to 46bbdb1 Compare October 23, 2025 15:58
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Oct 23, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from 46bbdb1 to 190a8b2 Compare October 25, 2025 18:48
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Oct 25, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from 190a8b2 to 7a3ce46 Compare October 26, 2025 19:32
@github-actions github-actions bot added qa:running QA workflow is currently running and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Oct 26, 2025
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Nov 30, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from 1a7b49c to 4e5b87a Compare December 3, 2025 04:50
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Dec 3, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from 4e5b87a to ab1fe4a Compare December 4, 2025 11:08
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Dec 4, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from ab1fe4a to edf049c Compare December 6, 2025 05:54
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Dec 6, 2025
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from edf049c to 299b04f Compare December 10, 2025 12:15
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Dec 10, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-fumadocs-packages branch from 299b04f to ba8a3d4 Compare December 11, 2025 11:43
@github-actions github-actions bot added qa:running QA workflow is currently running qa:failed QA workflow failed and removed qa:failed QA workflow failed qa:running QA workflow is currently running labels Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates qa:failed QA workflow failed status:ready-for-review Pull request is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant