Skip to content

chore(deps): bump fumadocs-mdx from 14.3.0 to 15.3.0 - #631

Closed
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/staging/fumadocs-mdx-15.2.3
Closed

chore(deps): bump fumadocs-mdx from 14.3.0 to 15.3.0#631
dependabot[bot] wants to merge 1 commit into
stagingfrom
dependabot/npm_and_yarn/staging/fumadocs-mdx-15.2.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps fumadocs-mdx from 14.3.0 to 15.3.0.

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@15.3.0

Sätteri 0.10

@fumadocs/satteri now requires satteri ^0.10.3, and the plugins were rewritten on its new capabilities:

  • Exports (frontmatter, toc, structuredData, …) are emitted by an after document hook instead of an anchor marker appended to the source, so plugins no longer see (or need to skip) the anchor node.
  • remark-steps, remark-admonition and remark-code-tab still detect their targets through node visitors (so documents without the construct cost nothing), but process each parent exactly once in an after hook, replacing the per-visit dedup workarounds.
  • remark-llms stringifies the document root from a before hook instead of subscribing to 19 node types to find it.
  • Markdown documents compile through Sätteri's own markdownToJs; the hand-assembled pipeline is gone. Raw HTML in .md files is still dropped, matching the previous behavior.
  • rehype-katex parses KaTeX output with Sätteri's htmlToHast, dropping the hast-util-from-html dependency.
  • No plugin reads node.position, so Sätteri now skips source-position tracking entirely (~15% faster parse).

Breaking: ExtraPluginHooks.beforeToJs was removed. Seed ctx.data from a Sätteri before hook on the plugin definition instead — it also receives the document root:

import { defineMdastPlugin } from 'satteri';
defineMdastPlugin({
name: 'my-plugin',
before(root, ctx) {
ctx.data.myValue ??= [];
},
});

fumadocs-mdx@15.2.3

Fix Base UI's use-sync-external-store breaking Vite dev servers

The Vite config is now derived from your project's own dependencies at startup, instead of being generated ahead of time against ours.

Builds keep the alias that replaces the shim with React, which is now applied only there. Pre-bundling is a dev server feature, and on builds a bundler that leaves the shim's require('react') in place gives it a second React instance whose hook dispatcher is null, breaking every component with a Base UI store.

fumadocs-mdx@15.2.2

Support thenable Next.js config

Allow the promises to be awaited.

fumadocs-mdx@15.2.1

Support simpler fumadocsMdx vite plugin usage

Use the fumadocsMdx method instead for better syntax around macro usage.

Support browser helpers for Macro API

Use preload & lazy body renderer on non-rsc environment.

fumadocs-mdx@15.2.0

Support Macro API

Use fumadocs-mdx/macro to define collections, and enable the macro-style API from bundler plugin (e.g. createMDX) using the include option.

... (truncated)

Commits
  • 3cfb127 Merge pull request #3488 from fuma-nama/tegami/version-packages
  • e46a700 feat(mdx,satteri): use satteri 0.10
  • 3043da2 Version Packages (#3486)
  • 671bd83 feat(core): support baseSlugs option
  • 2899bc1 fix(ui): add a main landmark to docs, notebook and flux pages (#3483)
  • 14f9eaf feat(core): support next param for custom slugs function
  • ddccb91 docs: improve local-html section
  • 43f4006 Version Packages (#3478)
  • d1c99ad chore(local-html): improve DX
  • 7fd880d example: add for html content source
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 19, 2026
@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
databuddy-status Error Error Aug 26, 2026 10:10am
documentation Error Error Aug 26, 2026 10:10am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
dashboard Skipped Skipped Aug 26, 2026 10:10am

@unkey-deploy

unkey-deploy Bot commented Aug 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Unkey Deploy

Name Status Preview Inspect Updated (UTC)
links (preview) Ready Visit Preview Inspect Aug 26, 2026 10:09am

Bumps [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) from 14.3.0 to 15.3.0.
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@14.3.0...fumadocs-mdx@15.3.0)

---
updated-dependencies:
- dependency-name: fumadocs-mdx
  dependency-version: 15.2.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump fumadocs-mdx from 14.3.0 to 15.2.3 chore(deps): bump fumadocs-mdx from 14.3.0 to 15.3.0 Aug 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/staging/fumadocs-mdx-15.2.3 branch from 7c27e52 to 5f105d9 Compare August 26, 2026 10:09
@vercel
vercel Bot temporarily deployed to Preview – dashboard August 26, 2026 10:09 Inactive
@izadoesdev izadoesdev closed this Aug 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/staging/fumadocs-mdx-15.2.3 branch August 27, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant