This repository was archived by the owner on Mar 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
fix(deps): update nextra monorepo to v4 (major) #937
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-nextra-monorepo
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
54ec992
to
29a9b8f
Compare
29a9b8f
to
c0f6974
Compare
c0f6974
to
8f2372f
Compare
8f2372f
to
111b157
Compare
111b157
to
14a3e67
Compare
14a3e67
to
a16843a
Compare
a16843a
to
bce867e
Compare
bce867e
to
e013b5a
Compare
e013b5a
to
7a5455c
Compare
7a5455c
to
574f761
Compare
574f761
to
3904967
Compare
3904967
to
8faad0e
Compare
8faad0e
to
3a7f72c
Compare
3a7f72c
to
34634e4
Compare
ca5a553
to
4366ac1
Compare
4366ac1
to
42c8604
Compare
42c8604
to
11a8ea5
Compare
11a8ea5
to
af50794
Compare
af50794
to
a3cdd8a
Compare
a3cdd8a
to
2a9262c
Compare
2a9262c
to
783434e
Compare
783434e
to
afc2e40
Compare
afc2e40
to
cd2cb41
Compare
cd2cb41
to
e458c87
Compare
e458c87
to
fe6c305
Compare
fe6c305
to
092e77c
Compare
092e77c
to
6b0c18b
Compare
6b0c18b
to
7d59205
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
2.13.4
->4.2.17
2.13.4
->4.2.17
Release Notes
shuding/nextra (nextra)
v4.2.17
Compare Source
Patch Changes
a7db0e6
: fix: use correctReactNode
zod validation forLayout.footer/banner/editLink/feedback.content/toc.backToTop/toc.extraContent/toc.title/search
andNavbar.children/projectIcon/chatIcon
aac469e
: fix: improve sidebar folder item arrow animationa7db0e6
]18e7fb9
]v4.2.16
Compare Source
Patch Changes
2cfaacc
: fix: frozen spinner on loading state in search results by updating Tailwind CSS to v4.0.102cfaacc
]v4.2.15
Compare Source
Patch Changes
27dcd23
: fix: better error message forLayout#lastUpdated
prop. EnsurelastUpdated
is React component and not React fragment.5617e04
: fix: loading state in search results was only visible during the first search5617e04
]v4.2.14
Compare Source
Patch Changes
ccb5da2
: removing custom nextra's scrollbar styles, allowing the browser's default scrollbars to be used05a202d
: fix: make search results appear above the navbarfd4e6d1
: fix: make scroll position in sidebar stable between client-side navigationccb5da2
]05a202d
]v4.2.13
Compare Source
Patch Changes
fc4035c
]fc4035c
]v4.2.12
Compare Source
Patch Changes
23b1c48
: increate z-index fortype: menu
dropdown from20
to30
v4.2.11
Compare Source
Patch Changes
8805d3f
: - addoverflow: hidden
on<html>
element instead of<body>
to lock scroll when mobile nav is open10
to20
, in navbar from20
to30
Navbar.align
prop is set toleft
v4.2.10
Compare Source
Patch Changes
5c22495
: - addNavbar.align
prop to align navigation links to the specified side. (default'right'
)type: 'page', href: '...'
in_meta
files5c22495
]v4.2.9
Compare Source
Patch Changes
31534cb
: addNavbar.className
propv4.2.8
Compare Source
Patch Changes
e610d1d
: fix type ofNavbar.children
, should beReactNode
, notReactElement
v4.2.7
Compare Source
Patch Changes
9b5eea6
: allow changenextThemes.forcedTheme
propv4.2.6
Compare Source
Patch Changes
a7906d1
]v4.2.5
Compare Source
Patch Changes
e6c3050
]v4.2.4
Compare Source
Patch Changes
b46d831
]7949e28
]v4.2.3
Compare Source
Patch Changes
ca67a19
: remove requirementpage.{jsx,tsx}
pages to have exportedmetadata
objectca67a19
]v4.2.2
Compare Source
Patch Changes
dd32eca
]v4.2.1
Compare Source
Patch Changes
5c51b49
: fix allow configuringtheme.toc
in_meta
file whentoc.float
is set tofalse
for pages withtype: 'page'
996b0b5
: fix: showScroll to top
linktoc.backToTop
whentoc.float: false
is setv4.2.0
Compare Source
Minor Changes
90b8c66
: allow configuringtheme.toc
withlayout: 'default'
in_meta
filesPatch Changes
0b0db89
: better animations for open/closed state for the<NavbarMenu>
component which is rendered withtype: 'menu'
in_meta
file427b080
: calculate--nextra-banner-height
after mounting banner, so banner text can be wrapped on multiple lines6b8053f
: fix a sudden height jump on opening for<detail>
element when his last children contain margins5d1e75b
: add the missingtransition-opacity
style for the<BackToTop>
componentb0e686e
: hide default<summary>
arrow on mobile2b0b434
: add the missingcursor-pointer
style in the<BackToTop>
componentbcc34cc
: reduce main area padding x to from24px
to16px
like in next.js docs427b080
]6b8053f
]b0e686e
]v4.1.1
Compare Source
Patch Changes
b9f8bfb
: do not render default footer content if theFooter#children
prop was not provided8d878dd
: fix: show heading anchor when hover on heading itself20f7aaa
: fixUncaught Error: Minified React error #​418; visit https://react.dev/errors/418
error due mismatch of last updated time date57e98cd
: addLayout#sidebar.defaultOpen
prop to configure sidebar default open stated586bd6
: fixThemeSwitch#lite
prop29a44de
: fix regression from Nextra 3 settingtheme.collapsed?: boolean
in_meta
file for folders has no effect in sidebar5e86a14
: add missing transition state for<Navbar>
links and<TOC>
extra content links2ba45de
: allow change_meta
filetheme.toc
property withtype: 'page'
29a44de
]19578c3
]v4.1.0
Compare Source
Minor Changes
7caf059
: - generate unique anchor id for<summary>
elements based on its content at build time<summary>
v4.0.9
Compare Source
Patch Changes
e78f796
]ff007b2
]v4.0.8
Compare Source
Patch Changes
267ef81
]v4.0.7
Patch Changes
32e7d55
]695e428
]fc78033
]b2f2458
]v4.0.5
Compare Source
Patch Changes
14bf091
]v4.0.4
Compare Source
Patch Changes
5132295
: fix brokenshowLineNumbers
setting on code blocks5132295
: fix unable order _meta key withindex
name5132295
]5132295
]v4.0.3
Compare Source
Patch Changes
a0c432f
: fixTypeError: Cannot read properties of null (reading 'querySelector')
v4.0.2
Compare Source
Patch Changes
865e2ab
: hideOn This Page
TOC's titlethemeConfig.toc.title
when there is no toc linksv4.0.1
Compare Source
Patch Changes
481e0d0
: fix syntax highlighting formdx
lang and improve docs for/docs/docs-theme/start
426cd66
: Remove margin-top from.nextra-steps
:before
pseudo selector481e0d0
]426cd66
]v4.0.0
Compare Source
Nextra 4.0 is just released!
🔹App Router
🔹Turbopack
🔹Compiled by React-Compiler
🔹New Rust-powered search engine Pagefind
🔹RSC i18n
🔹Server/Client components
🔹Smallest bundle size EVER for a Nextra-powered website
🔹GitHub Alert Syntax
🔹New _meta.global file
🔹… and more
Blog post announcement and migration guide.
Please refer to CHANGELOG.md for details.
v3.3.1
Compare Source
Patch Changes
bfa61d9
: addtext-overflow: ellipsis
for<Cards.Card>
componentbfa61d9
]v3.3.0
Compare Source
Minor Changes
ee69234
: addimage zoom feature for all
images written via GFM syntax in
md/mdx files (except images inside links)
Patch Changes
ee69234
]v3.2.5
Compare Source
Patch Changes
2f5d954
]v3.2.4
Compare Source
Patch Changes
a4b0bbb
]v3.2.3
Compare Source
Patch Changes
50f33f3
]v3.2.2
Compare Source
Patch Changes
45cccd4
: allow passingclassName
for<Tabs>
and<Tabs.Tab>
45cccd4
]v3.2.1
Compare Source
Patch Changes
9154c2f
: fix(nextra-theme-docs): incorrect makePrimaryColor relative value fortailwind primary.900
8a21a77
: - Change hamburger menu animation speedGoogle Core Web Vitals rolled out a new
INP score
The mobile hamburger menu would occasionally get flagged for "need
improvement"
v3.2.0
Compare Source
Minor Changes
d755012
: feat(nextra-theme-docs): add new theme config optioncolor.lightness
Patch Changes
v3.1.3
Compare Source
Patch Changes
6e64b16
: fixError [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /path/to/project/node_modules/nextra/package.json
when using
next.config.ts
d44c4bc
: requires to have a custom App component (pages/_app.jsx
)24f9806
: fix folder's index page was not merged with folder itself for someedge case
6e64b16
]d44c4bc
]24f9806
]v3.1.2
Compare Source
Patch Changes
9c78588
]v3.1.1
Compare Source
Patch Changes
68633e5
: fix: Improve Twoslash Popover Displayv3.1.0
Compare Source
Minor Changes
8e9767e
:activeType
should be initialized frommeta['*']
fec399a
: fixtype: 'separator'
,type: 'menu'
anditem
withhref
notrespecting order when not all pages specified in
_meta
filePatch Changes
035fe48
: - fix empty dropdown menu when _meta item withtype: "menu"
contains items with local pages
c002118
: - add tests for should respect order fortype: "separator"
,type: "menu"
and item withhref
035fe48
]8e9767e
]fec399a
]c002118
]v3.0.15
Compare Source
Patch Changes
bd498c6
]v3.0.14
Compare Source
Patch Changes
9794e9e
: FixfrontMatter.sidebarTitle
didn't affect withoutfrontMatter.title
setnow priority for sidebar title is:
title
property from_meta
filefrontMatter.sidebarTitle
frontMatter.title
Updated dependencies [
6454938
]Updated dependencies [
9794e9e
]Updated dependencies [
9794e9e
]v3.0.13
Compare Source
Patch Changes
f1815ac
: From an accessibility POV (WCAG G13) there's a need of additionalvisual differentiation factor for hovers. Article achieves this but mdx
doesn't.
So changing the mdx link behaviour so on hover the underline disappears.
v3.0.12
Compare Source
Patch Changes
7e0093f
: Fixnextra/locales
middleware, redirect to the docs URL relative tothe
/<basePath>
.v3.0.11
Compare Source
Patch Changes
e0a9303
]v3.0.10
Compare Source
Patch Changes
31de764
]161d350
]v3.0.9
Compare Source
Patch Changes
f9cc160
: - fixModule not found: Can't resolve 'module'
in yarn@4.5.0twoslash
in browser because he never worked in this environmentv3.0.8
Compare Source
Patch Changes
72c84eb
: addmax-md:_overflow-hidden
instead of_overflow-hidden
whenhamburger is clicked
1530239
: hide<summary>
marker on Safari210d68a
: trigger scrolling when the TOC item is outside the viewportbf04f96
: add ring-inset for navbar linksv3.0.7
Compare Source
Patch Changes
4bbc1fe
]v3.0.6
Compare Source
Patch Changes
4ed7b4b
: remove extra horizontal margin spacing in tocv3.0.5
Compare Source
Patch Changes
3aac732
: Add.nextra-search-results
class backv3.0.4
Compare Source
Patch Changes
84fc255
: should get rightactiveType
,activeThemeContext
even when someparent has
display: 'hidden'
9b6595d
: Ensure the jump link behavior is consistent in Markdown.f3a5575
: add a scrollbar for nav links in the header when they exceedavailable free space
84a8a41
]659b36e
]84fc255
]v3.0.3
Compare Source
Patch Changes
9d93caf
: RTL support for the<Steps>
component.5fbce2f
: Added golang logo for code blocks.82fc267
]edc6c29
]9d93caf
]5fbce2f
]v3.0.2
Compare Source
Patch Changes
991b69a
: handle emptyitem.route
in<FolderImpl
in<Sidebar>
foritem.type: 'menu'
b6341f7
]v3.0.1
Compare Source
Patch Changes
d9d0820
: fix unclickable links on mobilev3.0.0
Compare Source
Major Changes
e7e8e84
: show react components, variable interpolation and latex in toc7188278
: - insertfrontMatter
as export node via custom remark pluginfrontMatter.mdxOptions
support023d37b
: add"type": "module"
tonextra
package50a52fd
: - ❌ remove_app.mdx
, use_app.{js,jsx}
or_app.{ts,tsx}
forTypeScript projects instead
nextra/locales
parseFileName
fromnextra/utils
nextra/filter-route-locale
resolvePageMap
andpageMapCache
fromnextra/page-map
__nextraPageOptions.pageNextRoute
pageOpts.route
andpageOpts.newNextLinkBehavior
LoaderOptions.defaultLocale
__nextra_internal__.context[route].themeConfig
nextra/fetch-filepaths-from-github
pageMap
to.next/static/chunks/nextra-page-map-{locale}.mjs
fileMap
to.next/static/chunks/nextra-file-map.mjs
c2ad837
: update to MDX3148278c
: rename tailwind prefixnx-
to_
to reduce bundle size919fe97
: set"peerDependencies.next": ">=13"
47b125d
: fix global style conflicts for<a>
/<button>
/<summary>
/<input>
/[tabindex]:not([tabindex='-1']
ba30c6c
: use render props for className withselected
,disabled
andhover
state for<Tab>
d7d8a3e
: new styles for code blocks aka in next.js2872606
: removeimage
prop from<Card>
component, image will be showedbased on truthiness
children
prop nowset
icon
as optional prop63ca28b
: Remove support of "_meta.json", use "_meta.{js,jsx,ts,tsx}"instead.
ad4823d
: add zod validation for nextraConfigab07609
: removelocale
anddefaultLocale
fromnormalizePages
2f3be33
: - set"engines.node": ">=18"
Tab
export, useTabs.Tab
insteadCard
export, useCards.Card
insteadsymlinks instead
66cce1d
: BREAKING bundle to ESM onlyb9f88e3
: - removeuse-internals.ts
layout.tsx
, move directly tosetup-page.tsx
kind: 'Meta' | 'Folder' | 'MdxPage'
to keep page map smaller128e195
: fix React warning, remove PageOpts.toc, usetoc
prop fromcomponents.wrapper
576cb6f
: - renamenextraConfig.flexsearch
tonextraConfig.search
1f3e7cd
: - remove__nextraPageOptions.hot
__nextraPageOptions.pageOptsChecksum
__nextra_internal__.refreshListeners
(no longer needed since weinsert toc as esm node in remark plugin)
hashFnv32a
198dbcc
: use toc with JSX elements for remote content191e6c4
: - useshikiji
instead ofshiki
useSSG
touseData
c7f03e5
: renamepageOpts.headings
totoc
Minor Changes
0fe55db
: addimport { useRouter } from 'nextra/hooks'
for fetchinglocale
and
defaultLocale
6ec3241
: Add Terraform/Move icon #2811#2808
c7f03e5
: should not add virtual_meta
file if missing3644e1c
: addremark-smartypants
5a63701
: add icons for following languages:graphql
)c++
,cpp
)csharp
,c#
,cs
)python
,py
)allow disallow mobile word wrap button in code blocks with
word-wrap=false
meta data setting
60ec68c
: improvements for remarkStaticImage:a52a869
: addfrontmatter.sidebarTitle
support for setting page label insidebar via frontmatter
6ec3241
: Make the<Tab>
component be crawlable and indexable by searchengines by default
f71e660
: change to shiki again6070b02
: renamefrontmatter.sidebar_label
tofrontmatter.sidebarTitle
4e55c06
: add support for_meta.{js,jsx,ts,tsx}
with JSX support8bce16d
: replacetransformPageOpts
nextra option bytransformPageMap
3043826
: add shikiji twoslashDemo feature:
https://nextra-v2-na3obnhub-shuding1.vercel.app/docs/guide/twoslash-support
6070b02
: moveremoveLinks
function fromnextra-theme-docs
tonextra/remove-links
440ff42
: add MathJax supportPatch Changes
d1e3e9a
: handle case when meta object was added intransformPageMap
73239c4
: To ensure consistent horizontal padding, set the default language asplaintext for code blocks. This prevents any loss of formatting for code
blocks without a specified language.
2b9b95b
: migrate to@headlessui/react
v22a3e3e7
: Fix first list item in<FileTree>
not within permitted parentelements
a3b67ae
:_meta
should returnexport const getStaticProps = () => ({ notFound: true })
for static exports,instead of page without contain
1a36469
: addfrontMatter.sidebarTitle
only iffrontMatter.title
is empty799174f
: fixed creatingpageMap
items for folders with dotsremove requirement of passing
filePaths
with.md
/.mdx
extensions forcreateCatchAllMeta
function98f439c
: exportevaluate
function for remote contentcb24790
: fix brokenexport default
statement in mdx files982862f
: Support forh2
andh4
Markdown headings with the Steps component.a8c2196
: use dynamic import for loadingmermaid
0b5cc9d
: make nextra compatible with windowsfe5061b
: fix for remote docs1a634cd
: remove explicitZodError
assertionad108ff
: useoverflow-x-auto
insteadoverflow-x-scroll
for<Table>
4f0f6b2
: Omit...{:type}
inline code annotations from search index #29221f3e7cd
: fixpageProps
for NextraLayout90c129e
: children in Card component is required only if the image prop is true150184b
: attach heading anchorid
attribute to heading (like Pagefind do)and fix heading anchor styles when
theme.typesetting: 'article'
is setc74ae90
: Fix TypeError: _jsx is not a function for remote content ondevelopment environment
7615b62
: fixuseRouter
innextra/hooks
, useasPath
insteadroute
because locale can be dynamic
/[locale]
7bb18e3
: Add a generic forthemeConfig
inNextraThemeLayoutProps
toimprove type inference.
8efbb45
: removenextra/data
export, moveuseData
tonextra/hooks
,RemoteContent
tonextra/components
6f4c83a
: fix unclickable links in TOCallow passing
recmaPlugins
inmdxOptions
d8a406b
: add"sideEffects": false
for better tree-shaking9f55bd1
: update rehype-pretty-code/shikiji to latestccaf3d4
: Add theautoImportThemeStyle
option to the Nextra configuration.This allows users to import the official Nextra theme CSS into a specific
cascade layer.
2630461
: fixTypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))
on dev environment when
frontMatter.searchable: false
217f708
: update next-themesfix wrong numbering for nested
<Steps>
57bc0e2
: fix reload of nextra layout on route change, reported by sound.xyzca51306
: Enhance focus ring style consistency.f662237
: avoid focus-visible style being cut off by overflow-hidden3c6193d
: Remove unnecessarysortPages
fromserver/utils.ts
363b85f
: addflex-shrink: 0
for indent inFileTree
for<Ident>
and svgicons in
<Folder>
and<File>
fef635e
: ignore loading pageMap for dynamic locale/[locale]
237c345
: Make React 18 as minimal requirement7faa096
: fix visible hidden pages on mobile which set up withdisplay: 'hidden'
9099c35
: removenextra/mdx-plugins
, addnextra/remark-plugins
98f439c
: add rust icona95e745
: Fix the line highlighting background-color does not extend to thefull width of the code block when a scrollbar appears with line numbers.
80e11e0
: moveresolvePageMap
tonextra/page-map-dynamic
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.