-
Notifications
You must be signed in to change notification settings - Fork 4
fix(deps): update dependency fumadocs-ui to v15.8.3 #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/fumadocs-ui-15.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+175
−11
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Build Status: Failed!
📝 Latest commit: 270abf6 |
043c2b8
to
220ed45
Compare
7461492
to
f27bc05
Compare
7e340a7
to
7eae449
Compare
7a3c0fa
to
2973419
Compare
4353d75
to
1c26a19
Compare
d5b7f4c
to
f16b8f5
Compare
f16b8f5
to
9ee5ffb
Compare
9ee5ffb
to
b7b7fb3
Compare
5de1bdc
to
23895f3
Compare
d8a27e9
to
5ae53c2
Compare
5ae53c2
to
2781b0f
Compare
d768e88
to
a4fb2ab
Compare
d9856e9
to
1f55931
Compare
6f0bd30
to
9b0f185
Compare
9b0f185
to
896045e
Compare
896045e
to
fc65f6b
Compare
fc65f6b
to
4729030
Compare
4729030
to
1371ecc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
15.6.12
->15.8.3
Release Notes
fuma-nama/fumadocs (fumadocs-ui)
v15.8.3
Compare Source
Patch Changes
a3a14e7
: Bump depsv15.8.2
Compare Source
Patch Changes
ad9a004
: Deprecatefumadocs-core/server
exportIt will be removed on Fumadocs 16, as some APIs under the
/server
export are actually available (and even used) under browser environment.A more modularized design will be introduced over the original naming.
getGithubLastEdit
: Moved tofumadocs-core/content/github
.getTableOfContents
: Moved tofumadocs-core/content/toc
.PageTree
and page tree utilities: Moved tofumadocs-core/page-tree
.TOCItemType
,TableOfContents
: Moved tofumadocs-core/toc
.createMetadataImage
: Deprecated, use the Next.js Metadata API instead.90cf1fe
: Support Negotiation API747bdbc
: Support lucide react icons plugin forloader()
v15.8.1
Compare Source
Patch Changes
71bce86
: Makeloader().getPages()
to return pages from all languages when locale is not specifiedf04547f
: Publishplugins
API onloader()
v15.8.0
Compare Source
Minor Changes
d1ae3e8
: MoveSortedResult
and other search-related types tofumadocs-core/search
This also exposed the search result highlighter API, you may now use it for highlighting results of your own search integration
Old export will be kept until the next major release.
51268ec
: Breadcrumbs API: defaultincludePage
tofalse
.Patch Changes
655bb46
: [Internal]parseCodeBlockAttributes
include null values, restrictrehype-code
to only parsetitle
andtab
attributes.6548a59
: Support breadcrumbs for Search API51268ec
: Breadcrumbs API: Fix root folders being filtered whenincludeRoot
is set totrue
.v15.7.13
Compare Source
Patch Changes
982aed6
: Fixsource.getPageByHref()
return no result without explicitlanguage
v15.7.12
Compare Source
Patch Changes
846b28a
: Support multiple codeblocks in same tab2b30315
: Supportmode
option in search serverv15.7.11
Compare Source
v15.7.10
Compare Source
Patch Changes
c948f59
: Try to workaround legacy i18n middleware under/i18n
export without breaking changesv15.7.9
Compare Source
Patch Changes
d135efd
:transformerIcon
supports SVG string to extend codeblock icons4082acc
: ExposehighlightHast
APIv15.7.8
Compare Source
Patch Changes
f65778d
:Link
improve external link detection by enabling it on any protocolse4c12a3
: Add framework adapters to optional peer depsv15.7.7
Compare Source
Patch Changes
0b53056
: SupportremarkMdxMermaid
- convertmermaid
codeblocks into<Mermaid />
component3490285
: SupportremarkMdxFiles
- convertfiles
codeblocks into<Files />
componentv15.7.6
Compare Source
v15.7.5
Compare Source
Patch Changes
cedc494
: Hotfix URL normalization logicv15.7.4
Compare Source
v15.7.3
Compare Source
Patch Changes
6d97379
: unify remark nodes parsing & improve typese776ee5
: FixlangAlias
not being passed to Shiki rehype pluginv15.7.2
Compare Source
Patch Changes
88b5a4e
: Fix duplicate pages in page tree when referencing subpage in meta.json and using...
or adding the subfolder again039b24b
: Fix failed to update page tree fromloader()
08eee2b
: [remark-npm
] Enablenpm install
prefix fallback only on old aliasv15.7.1
Compare Source
Patch Changes
195b090
: Support a list ofsource
forloader()
APIe1c84a2
: SupportfallbackLanguage
forloader()
i18n APIv15.7.0
Compare Source
Minor Changes
514052e
: Include locale code intopage.path
Previously when i18n is enabled,
page.path
is 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.path
will 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 treefallback
APIPage 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
fallback
page tree instead:Items in
fallback
are 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
: SupportReactNode
for icons in page tree67df155
:createFromSource
support asyncbuildIndex
and Fumadocs MDX Async Modeb109d06
: RedesignuseShiki
&<DynamicCodeBlock />
to use React 19 hooksConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.