chore(deps): bump fumadocs-mdx from 11.10.1 to 13.0.4
Bumps fumadocs-mdx from 11.10.1 to 13.0.4.
Release notes
Sourced from fumadocs-mdx's releases.
[email protected]
Patch Changes
- 27fc4ed: [Internal] improve mutability of
LoadedConfigfor 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]
[email protected]
Patch Changes
- ee4ad3d: Always format file paths into POSIX for Vite
[email protected]
Patch Changes
- 56332df: Support plugins in Webpack loader environment: now plugins can apply changes on MDX options too.
- 91add4f: Plugin
json-schema: support inserting$schemato JSON files- cffd4c2: Lazy update index files on Next.js
[email protected]
Major Changes
8d0c164: Move
createMDXSourceandresolveFilesfromfumadocs-mdxtofumadocs-mdx/runtime/next3caa5cd: Vite: move
source.generated.tsto.source/index.tsWhy:
- with Fumadocs MDX Plugins, we want to unify the output directory across Vite & Next.js.
source.generated.tslooks ugly compared by.source.Migrate:
- run dev server/typegen to generate a
.sourcefolder.- import it over the original
source.generated.ts.- note that both docs and
create-fumadocs-appare updated to.sourcefolder.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:
... (truncated)
Commits
646dd3bVersion Packages (#2540)a462857Merge branch 'dev' of https://github.com/fuma-nama/fumadocs into devc81bbc6Astro: make search workingf97cd1eCore: SupportexportAsinremarkStructure.d1e43f4MDX: Support re-generating index file with custom runtime6b91df4docs: fix some typos (#2541)2161d19force include filesf7e15e2Core: Supporttimeoutin remark image options7cc712ffix mistakes57268f6clean- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.