You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renovatebot
changed the title
Update nextra monorepo to v4.6.1
fix(deps): update nextra monorepo to v4.6.1
Jan 23, 2026
renovatebot
changed the title
fix(deps): update nextra monorepo to v4.6.1
Update nextra monorepo to v4.6.1
Jan 24, 2026
renovatebot
changed the title
Update nextra monorepo to v4.6.1
fix(deps): update nextra monorepo to v4.6.1
Feb 2, 2026
renovatebot
changed the title
fix(deps): update nextra monorepo to v4.6.1
Update nextra monorepo to v4.6.1
Feb 3, 2026
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
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:
4.3.0-alpha.18→4.6.14.2.17→4.6.1Release Notes
shuding/nextra (nextra)
v4.6.1Compare Source
Patch Changes
261fcdc: - update zod to v4 stablev4.6.0Compare Source
Minor Changes
e1d0ebd: Support disabling the "Copy Page" button through thetheme.copyPagesetting in
_metafilesPatch Changes
v4.5.1Compare Source
Patch Changes
8a4d176: fix TSDoc@inlinetag to properly expand nested type aliases8a4d176]v4.5.0Compare Source
Minor Changes
356a782: fix copy page button does not return the correct page contents due tocached MDX compiler
add a
copyPageButtonlayout prop which show/hide copy page content buttonPatch Changes
356a782]v4.4.0Compare Source
Minor Changes
26b1281: feat: add Copy Documentation button/dropdown feature as LLM-OptimizedPrompt
Patch Changes
26b1281]v4.3.0Compare Source
Minor Changes
eed8328: feat: adapt colors and icons from original GitHub alerts syntaxfeat: new Callout type
importantfix: inconsistent built-in Callout's icons size
feat: improve Callout's accessibility colors
0831a1b: Add anonSearchcallback to the<Search />component. Thiscallback, when specified, is called upon every search input change.
b0afee7: feat(tsdoc): add support for@inlinetag on function parametersc93fc48: update zod to v4feat(TSDoc): rename
generateDocumentationtogenerateDefinitionfeat(Bleed): pass all props from
divelement toBleed,Callout,Bannercontainer
fix(TSDoc): improve TSDoc comments for components
BannerHeadSearchBleedCalloutCardsFileTreeStepsTableTabsPlaygroundTSDocLayoutNavbarfix(TSDoc): improve TSDoc comments for functions:
nextragenerateDefinitionuseMDXComponents01ac538: feat(tsdoc): support @inline tag and fix mobile overflow intable
94b081c: feat: refactor<Search>component styles for improved transitionsand visibility
b5fab80: addMDXRemotecomponent docs pagehttps://nextra.site/docs/built-ins/mdxremote
ef35ab9: accept allComboboxInputPropsin Nextra's<Search />componentd9dd061: updatetailwindcssto4.1.10andreact-compiler-runtimeto19.1.0-rc.2c134abe: feat: improve overall accessibility, makes text/colors easier to readand achieves WCAG Level AAA compliance in many places
83f6c57: feat: introduce new<TSDoc />componentThe
<TSDoc>component fromnextra/tsdocgenerates a properties table thatdisplays:
description or the
@descriptiontag. You can use any Markdown/MDX syntaxhere.
@defaultor@defaultValuetag.
#anchor link to the property row for easy reference.More info can be found in https://nextra.site/docs/built-ins/tsdoc
07debf9: feat(TSDoc): support flattening return object fieldsPatch Changes
71f7b3f: Update https://nextra.site/docs/guide/search pageFixes extra margin-top inside
Tabs.TabFix breaking
<Steps>component numeration when there is<Tabs>componentinside
47ba5f3: fix: useemfor padding-y, padding-x and border-radius styles of<Code>elementfix(TSDoc): for return signature without
namereturn mobile card instead oftable
feat: use
eminsteadremfor margins40267dc: splitTSDoccomponent logic toTSDoccomponent andgenerateDocumentationfunctionupdate https://nextra.site/docs/built-ins/tsdoc documentation
f717156: feat(TSDoc): enableexactOptionalPropertyTypesandstrictNullChecksin ts-morphcompilerOptions9f449e5: fix(TSDoc): should shownulltype in properties table8ac2506: chore: bumpbabel-plugin-react-compilerandreact-compiler-runtime, remove custom pnpm patch forbabel-plugin-react-compilera6a1f97: fix(tsdoc): check@inlineand@remarkstags on alias type too inaddition to field tags
fda0355: fix tsdoc File not found: /var/task/.../tsconfig.jsonb2cba90: improve TSDoc comments forgetPageMap,generateStaticParamsForand
importPagefunctions. Add new https://nextra.site/docs/guide/api page.f40e018: fix TSDoc errorExpected to find an alias symbolwhen using@inlinecommentd29469e: support Next.js 15.3.06a82e6f: - Fix: Receivedfalsefor a non-boolean attributeprefetch.next-mdx-import-source-fileinturbopack.resolveAliasoption
7de40fb: Update Tailwind CSS guide to match v4 versionhttps://nextra.site/docs/advanced/tailwind-css
c7d25df: fix(tsdoc): should resolvePartialtypes as declared4547eb9: feat(TSDoc): add support for functions and functions with multiplesignatures
407e0c4: feat(TSDoc): addTSDoc.noParametersContentprop00f4696: add https://nextra.site/api page generated with TSDoc component31ddba4: improve LaTeX docs, mention that you need apply styles for KaTeXhttps://nextra.site/docs/advanced/latex#apply-styles
a506e0b: fixTypeError: page.generateMetadata is not a functionwhen usingwith
withSentryConfigplugin9690841: Upgrade remark-reading-time to 2.0.2 in dependencies.v4.3.0-alpha.31Compare Source
Patch Changes
f40e018: fix TSDoc errorExpected to find an alias symbolwhen using@inlinecommentv4.3.0-alpha.30Compare Source
Minor Changes
b0afee7: feat(tsdoc): add support for@inlinetag on function parametersv4.3.0-alpha.29Compare Source
Patch Changes
a6a1f97: fix(tsdoc): check@inlineand@remarkstags on alias type too inaddition to field tags
v4.3.0-alpha.28Compare Source
Minor Changes
ef35ab9: accept allComboboxInputPropsin Nextra's<Search />componentv4.3.0-alpha.27Compare Source
Minor Changes
01ac538: feat(tsdoc): support @inline tag and fix mobile overflow intable
v4.3.0-alpha.26Compare Source
Patch Changes
c7d25df: fix(tsdoc): should resolvePartialtypes as declaredv4.3.0-alpha.25Compare Source
Minor Changes
d9dd061: updatetailwindcssto4.1.10andreact-compiler-runtimeto19.1.0-rc.2v4.3.0-alpha.24Compare Source
Minor Changes
0831a1b: Add anonSearchcallback to the<Search />component. Thiscallback, when specified, is called upon every search input change.
v4.3.0-alpha.23Compare Source
Patch Changes
9690841: Upgrade remark-reading-time to 2.0.2 in dependencies.v4.3.0-alpha.22Compare Source
Minor Changes
c93fc48: update zod to v4feat(TSDoc): rename
generateDocumentationtogenerateDefinitionfeat(Bleed): pass all props from
divelement toBleed,Callout,Bannercontainer
fix(TSDoc): improve TSDoc comments for components
BannerHeadSearchBleedCalloutCardsFileTreeStepsTableTabsPlaygroundTSDocLayoutNavbarfix(TSDoc): improve TSDoc comments for functions:
nextragenerateDefinitionuseMDXComponentsb5fab80: addMDXRemotecomponent docs pagehttps://nextra.site/docs/built-ins/mdxremote
v4.3.0-alpha.21Compare Source
Patch Changes
6a82e6f: - Fix: Receivedfalsefor a non-boolean attributeprefetch.next-mdx-import-source-fileinturbopack.resolveAliasoption
v4.3.0-alpha.20Compare Source
v4.3.0-alpha.19Compare Source
Patch Changes
407e0c4: feat(TSDoc): addTSDoc.noParametersContentpropConfiguration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.