chore(deps): update fumadocs packages #676
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
15.6.12->15.7.011.7.5->11.8.015.6.12->15.7.0Release Notes
fuma-nama/fumadocs (fumadocs-core)
v15.7.0Compare Source
Minor Changes
514052e: Include locale code intopage.pathPreviously when i18n is enabled,
page.pathis not equal to the virtual file paths you passed intoloader():This can be confusing, the only solution to obtain the original path was
page.absolutePath.From now, the
page.pathwill also include the locale code:While this change doesn't affect intended API usages, it may lead to minor bugs when advanced usage/hacks involved around
page.path.e785f98: Introduce page treefallbackAPIPage tree is a tree structure.
Previously, when an item is excluded from page tree, it is isolated entirely that you cannot display it at all.
With the new fallback API, isolated pages will go into
fallbackpage tree instead:{ "children": [ { "type": "page", "name": "Introduction" } ], "fallback": { "children": [ { "type": "page", "name": "Hidden Page" } ] } }Items in
fallbackare invisible unless you've opened its item.0531bf4: Introduce page tree transformer APIYou can now define page tree transformer.
50eb07f: Support type-safe i18n configAlthough optional, we highly recommend you to refactor the import to i18n middleware:
Patch Changes
e254c65: Simplify Source API storage managementec75601: SupportReactNodefor icons in page tree67df155:createFromSourcesupport asyncbuildIndexand Fumadocs MDX Async Modeb109d06: RedesignuseShiki&<DynamicCodeBlock />to use React 19 hooksConfiguration
📅 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: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.