Skip to content

fix(deps): update dependency fumadocs-mdx to v13 - autoclosed#410

Closed
renovate[bot] wants to merge 1 commit intov0-2from
renovate/fumadocs-mdx-13.x
Closed

fix(deps): update dependency fumadocs-mdx to v13 - autoclosed#410
renovate[bot] wants to merge 1 commit intov0-2from
renovate/fumadocs-mdx-13.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 6, 2025

This PR contains the following updates:

Package Change Age Confidence
fumadocs-mdx (source) ^11.9.1 -> ^13.0.0 age confidence

Release Notes

fuma-nama/fumadocs (fumadocs-mdx)

v13.0.8

Compare Source

Patch Changes
  • 58bf979: [Bun Loader] Support dynamic require of meta files
  • Updated dependencies [ff68f69]
  • Updated dependencies [00058c8]
    • fumadocs-core@​16.0.11

v13.0.7

Compare Source

Patch Changes
  • 30b1b11: Temporary workaround for vite:json plugin conflicts
  • Updated dependencies [733b01e]
    • fumadocs-core@​16.0.10

v13.0.6

Compare Source

Patch Changes
  • 40176ce: Support disableMetaFile option in Bun plugin
    • fumadocs-core@​16.0.9

v13.0.5

Compare Source

Patch Changes
  • ad38466: add support next.config.mts for mdx

v13.0.4

Patch Changes
  • 27fc4ed: [Internal] improve mutability of LoadedConfig for plugins
  • f5bc4aa: Fix Bun missing query strings
  • 61b90c8: Always transform meta files in collection, this includes runtime loaders like Node.js and Bun.
  • d1e43f4: Support re-generating index file when using runtime: bun | node
  • Updated dependencies [f97cd1e]
  • Updated dependencies [f7e15e2]
    • fumadocs-core@​16.0.7

v13.0.2

Compare Source

Patch Changes
  • ee4ad3d: Always format file paths into POSIX for Vite

v13.0.1

Compare Source

Patch Changes
  • 56332df: Support plugins in Webpack loader environment: now plugins can apply changes on MDX options too.
  • 91add4f: Plugin json-schema: support inserting $schema to JSON files
  • cffd4c2: Lazy update index files on Next.js
    • fumadocs-core@​16.0.3

v13.0.0

Compare Source

Major Changes
  • 8d0c164: Move createMDXSource and resolveFiles from fumadocs-mdx to fumadocs-mdx/runtime/next

  • 3caa5cd: Vite: move source.generated.ts to .source/index.ts

    Why:

    • with Fumadocs MDX Plugins, we want to unify the output directory across Vite & Next.js.
    • source.generated.ts looks ugly compared by .source.

    Migrate:

    • run dev server/typegen to generate a .source folder.
    • import it over the original source.generated.ts.
    • note that both docs and create-fumadocs-app are updated to .source folder.
Minor Changes
  • 29ce826: Support JSON Schema plugin (fumadocs-mdx/plugins/json-schema)

  • 3caa5cd: Support Plugins API

    Fumadocs MDX is mostly a bundler plugin meant to be used with tools like Vite and Turbopack.

    With Fumadocs MDX Plugins, you can extend Fumadocs MDX without worrying the underlying bundler.
    It is designed for:

    • Generate files from config (e.g. types, index files, JSON schemas)
    • Modify received config
Patch Changes
  • 81fa875: Fix includeProcessedMarkdown cannot stringify MDX nodes
  • 575cfb8: Include unravel plugin into remark-include parsing step, this ensures the parsed results are consistent with normal MDX.js processor output.
  • 1f1c787: Add useContent API to client loader for avoiding Lint errors
  • 9051574: Support postprocess.includeMDAST option
  • a5df956: Support runtime: bun and runtime: node in Vite index file generation
  • 5210f18: Support Fumadocs 16 in peerDependencies.
  • Updated dependencies [230c6bf]
  • Updated dependencies [851897c]
  • Updated dependencies [4049ccc]
  • Updated dependencies [429c41a]
  • Updated dependencies [5210f18]
  • Updated dependencies [cbc93e9]
  • Updated dependencies [42f09c3]
  • Updated dependencies [55afd8a]
  • Updated dependencies [5210f18]

v12.0.3

Compare Source

Patch Changes
  • a55177c: Remove Override type utility on output collection types
  • Updated dependencies [ce2be59]
  • Updated dependencies [31b9494]
    • fumadocs-core@​15.8.4

v12.0.2

Compare Source

Patch Changes

v12.0.1

Compare Source

Patch Changes
  • af50bc8: Support customising index file output path in Vite
  • 5fc9ee4: Support remark-directive for Include API
  • 4b9871d: MDX Async mode: read file content on load
  • Updated dependencies [655bb46]
  • Updated dependencies [d1ae3e8]
  • Updated dependencies [6548a59]
  • Updated dependencies [51268ec]
  • Updated dependencies [51268ec]
    • fumadocs-core@​15.8.0

v12.0.0

Compare Source

Major Changes
  • f11f89d: [Next.js] Rename APIS

    On page data:

    • _file -> info.
    • _file.absolutePath -> info.fullPath.
  • effe43d: Drop support for Zod 3 schemas

    Zod 3 schemas are still allowed, but you can no longer extend on the Zod 4 schemas provided by Fumadocs.

  • 2862a10: [Next.js] Removed content on page data in favour of getText().

Minor Changes
  • 22e0fec: Support getText() & Postprocess API
  • 2862a10: Unify doc collection entry for both Vite and Next.js integrations

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 added the dependencies Pull requests that update a dependency file label Nov 6, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Nov 6, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'path_filters'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/fumadocs-mdx-13.x branch 4 times, most recently from dcbefd9 to cbe9405 Compare November 11, 2025 15:50
@renovate renovate Bot force-pushed the renovate/fumadocs-mdx-13.x branch from cbe9405 to ef067c1 Compare November 13, 2025 08:04
@renovate renovate Bot changed the title fix(deps): update dependency fumadocs-mdx to v13 fix(deps): update dependency fumadocs-mdx to v13 - autoclosed Nov 16, 2025
@renovate renovate Bot closed this Nov 16, 2025
@renovate renovate Bot deleted the renovate/fumadocs-mdx-13.x branch November 16, 2025 13:32
@github-actions github-actions Bot locked and limited conversation to collaborators Nov 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants