fix(deps): update nextra monorepo to v3.3.1 #1917
Open
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:
3.0.0-alpha.28
->3.3.1
3.0.0-alpha.28
->3.3.1
Release Notes
shuding/nextra (nextra)
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
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 Display68633e5
]v3.1.0
Compare Source
Patch Changes
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
v3.0.12
Compare Source
Patch Changes
7e0093f
]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
]v3.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
v3.0.5
Compare Source
Patch Changes
v3.0.4
Compare Source
Patch Changes
9b6595d
: Ensure the jump link behavior is consistent in Markdown.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
v3.0.0
Compare Source
Major Changes
c2ad837
: update to MDX316ab7f7
: - removelegacyBehavior
fromNextLink
config.cusdis
. Instead, now you need to pass cusdis options asprops in
Cusdis
component148278c
: rename tailwind prefixnx-
to_
to reduce bundle size919fe97
: set"peerDependencies.next": ">=13"
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 prop128e195
: fix React warning, remove PageOpts.toc, usetoc
prop fromcomponents.wrapper
191e6c4
: - useshikiji
instead ofshiki
useSSG
touseData
c7f03e5
: renamepageOpts.headings
totoc
Minor Changes
6ec3241
: Add Terraform/Move icon #2811#2808
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
6ec3241
: Make the<Tab>
component be crawlable and indexable by searchengines by default
3043826
: add shikiji twoslashDemo feature:
https://nextra-v2-na3obnhub-shuding1.vercel.app/docs/guide/twoslash-support
440ff42
: add MathJax supportPatch Changes
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.
2a3e3e7
: Fix first list item in<FileTree>
not within permitted parentelements
cb24790
: fix brokenexport default
statement in mdx files7e57ddb
: Avoid skipping the heading level in the posts layout, removes.post-item
and.post-item-more
classesa8c2196
: use dynamic import for loadingmermaid
0b5cc9d
: make nextra compatible with windows1a634cd
: remove explicitZodError
assertionad108ff
: useoverflow-x-auto
insteadoverflow-x-scroll
for<Table>
4f0f6b2
: Omit...{:type}
inline code annotations from search index #2922150184b
: attach heading anchorid
attribute to heading (like Pagefind do)and fix heading anchor styles when
theme.typesetting: 'article'
is set7bb18e3
: Add a generic forthemeConfig
inNextraThemeLayoutProps
toimprove type inference.
9f55bd1
: update rehype-pretty-code/shikiji to latesta90b90f
: Switch to the dark theme provided by@tailwindcss/typography
intheme-blog.
49a9627
: fix theme-blog heading styles in post layout3c6193d
: Remove unnecessarysortPages
fromserver/utils.ts
363b85f
: addflex-shrink: 0
for indent inFileTree
for<Ident>
and svgicons in
<Folder>
and<File>
237c345
: Make React 18 as minimal requirementa95e745
: Fix the line highlighting background-color does not extend to thefull width of the code block when a scrollbar appears with line numbers.
e7e8e84
]7188278
]d1e3e9a
]73239c4
]2b9b95b
]023d37b
]0fe55db
]50a52fd
]c2ad837
]2a3e3e7
]a3b67ae
]1a36469
]799174f
]98f439c
]6ec3241
]148278c
]c7f03e5
]3644e1c
]919fe97
]cb24790
]47b125d
]982862f
]a8c2196
]ba30c6c
]0b5cc9d
]5a63701
]60ec68c
]d7d8a3e
]fe5061b
]2872606
]a52a869
]6ec3241
]1a634cd
]63ca28b
]ad108ff
]ad4823d
]4f0f6b2
]1f3e7cd
]ab07609
]2f3be33
]90c129e
]f71e660
]150184b
]66cce1d
]c74ae90
]7615b62
]6070b02
]7bb18e3
]b9f88e3
]8efbb45
]6f4c83a
]d8a406b
]9f55bd1
]4e55c06
]128e195
]8bce16d
]ccaf3d4
]3043826
]2630461
]576cb6f
]217f708
]57bc0e2
]ca51306
]f662237
]3c6193d
]1f3e7cd
]198dbcc
]363b85f
]fef635e
]6070b02
]237c345
]191e6c4
]440ff42
]7faa096
]9099c35
]98f439c
]a95e745
]80e11e0
]c7f03e5
]v3.0.0-alpha.42
Compare Source
Patch Changes
ca51306
: Enhance focus ring style consistency.v3.0.0-alpha.41
Compare Source
Patch Changes
237c345
: Make React 18 as minimal requirementv3.0.0-alpha.40
Compare Source
Patch Changes
982862f
: Support forh2
andh4
Markdown headings with the Steps component.v3.0.0-alpha.39
Compare Source
Major Changes
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>
2872606
: removeimage
prop from<Card>
component, image will be showedbased on truthiness
children
prop nowset
icon
as optional propv3.0.0-alpha.38
Compare Source
Patch Changes
ccaf3d4
: Add theautoImportThemeStyle
option to the Nextra configuration.This allows users to import the official Nextra theme CSS into a specific
cascade layer.
v3.0.0-alpha.37
Compare Source
Patch Changes
2a3e3e7
: Fix first list item in<FileTree>
not within permitted parentelements
v3.0.0-alpha.36
Compare Source
Patch Changes
2b9b95b
: migrate to@headlessui/react
v2v3.0.0-alpha.35
Compare Source
Patch Changes
f662237
: avoid focus-visible style being cut off by overflow-hiddenv3.0.0-alpha.34
Compare Source
Patch Changes
1a634cd
: remove explicitZodError
assertionv3.0.0-alpha.33
Compare Source
Patch Changes
7bb18e3
: Add a generic forthemeConfig
inNextraThemeLayoutProps
toimprove type inference.
v3.0.0-alpha.32
Compare Source
Patch Changes
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.
799174f
: fixed creatingpageMap
items for folders with dotsremove requirement of passing
filePaths
with.md
/.mdx
extensions forcreateCatchAllMeta
function150184b
: attach heading anchorid
attribute to heading (like Pagefind do)and fix heading anchor styles when
theme.typesetting: 'article'
is set3c6193d
: Remove unnecessarysortPages
fromserver/utils.ts
v3.0.0-alpha.31
Compare Source
Patch Changes
d1e3e9a
: handle case when meta object was added intransformPageMap
v3.0.0-alpha.30
Compare Source
Patch Changes
7615b62
: fixuseRouter
innextra/hooks
, useasPath
insteadroute
because locale can be dynamic
/[locale]
v3.0.0-alpha.29
Compare Source
Patch Changes
fef635e
: ignore loading pageMap for dynamic locale/[locale]
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.