-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update dependency fumadocs-core to v15.8.3 #242
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-core-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.
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
760aac7
to
41d9da7
Compare
❌ Build Status: Failed!
📝 Latest commit: a76b485 |
41d9da7
to
2b259ce
Compare
f7e49f1
to
78efd07
Compare
419251f
to
2818e5f
Compare
787002a
to
c62b7c7
Compare
45904d7
to
dfd9e78
Compare
dfd9e78
to
d9a9217
Compare
c4ee244
to
0bb1338
Compare
0bb1338
to
3449910
Compare
2f2a138
to
635eaa4
Compare
7a4743c
to
2c1edac
Compare
2c1edac
to
f6690f7
Compare
36dc21e
to
a3af2ee
Compare
a4e7b0e
to
0c32956
Compare
0c32956
to
c1666d8
Compare
c1666d8
to
e656701
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-core)
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
]v15.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
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.50eb07f
: Support type-safe i18n configAlthough optional, we highly recommend you to refactor the import to i18n middleware:
Patch Changes
b109d06
: RedesignuseShiki
&<DynamicCodeBlock />
to use React 19 hooksb99cf51
: Shadcn UI theme: support sidebar specific colors514052e
]e254c65
]ec75601
]e785f98
]0531bf4
]50eb07f
]67df155
]b109d06
]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.
This PR was generated by Mend Renovate. View the repository job log.