-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update nextra monorepo to v2.13.4 #33
base: gsoltis/libturbo
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml
|
|
3f14861
to
66c94fd
Compare
|
|
This PR contains the following updates:
2.0.0-beta.28
->2.13.4
2.0.0-beta.28
->2.13.4
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
shuding/nextra (nextra)
v2.13.4
Compare Source
Patch Changes
f7fc10b
: fix for the memory leak issue in thehighlight-matches.tsx
component when search query contain multiple whitespaces
v2.13.3
Compare Source
Patch Changes
93b5705
: allow to disableeditLink
by specifyingeditLink.component: null
in theme config
93b5705
: fixtype: 'separator'
zod validation, marktitle
field asoptional
93b5705
]v2.13.2
Compare Source
Patch Changes
ad7b31b
: downgrade remark-math from6
to5.1.1
to fixTypeError: Cannot read properties of undefined (reading 'mathFlowInside')
error
fix support of ``
math lang that was overridden by
rehype-pretty-code`Updated dependencies [
ad7b31b
]v2.13.1
Compare Source
Patch Changes
3e5e115
: fix showing toggle sidebar button when darkmode is turned off andi18n was not set
ee02a48
]v2.13.0
Compare Source
Minor Changes
7aec7bb
: addprimarySaturation
theme optiona55e4aa
: updatenpm2yarn
, add bun tabPatch Changes
a55e4aa
: do not scroll to top while calling cmd+k in search inputv2.12.3
Compare Source
Patch Changes
ffb6d80
: - FixTypeError: Cannot read properties of null (reading 'classList')
whilenavigating to route that doesn't have toc with
router.push
for exampleTabs.Tab
toTab
componentCards.Card
toCard
componentTabs.Tab
or
Tab
Updated dependencies [
ffb6d80
]v2.12.2
Compare Source
Patch Changes
7c8c498
: fixOut of Memory
in search while indexing large words7c8c498
]v2.12.1
Compare Source
Patch Changes
52ae8fc
]v2.12.0
Compare Source
Minor Changes
d982074
: - show headings for partial md/mdx in toc<Tab />
or<Tabs.Tab />
63271a4
: add toc.backToTop option8962597
: - allow override static image component that was hardcoded toimport Image from 'next/image'
now it's plain<img />
<details />
/<summary />
for.md
filesPatch Changes
cca36d3
: do not render mobile sidebar on desktopd982074
]fbf003c
]8962597
]v2.11.1
Compare Source
Patch Changes
cf5f91e
: fix footnotes and backlink jumpddddce9
: skip search indexing for 404/500 pages4dd720a
: removefont-weight: 500;
from styles of code blocks since it givesno effect
29e35d8
: fix feedback.labels for gitlabddddce9
]6154e31
]46743ba
]4dd720a
]v2.11.0
Compare Source
Minor Changes
3bb480a
: exportLocaleSwitch
fromnextra-theme-docs
Patch Changes
3bb480a
: use github-slugger for custom heading ids to prevent duplicatedheadings
3bb480a
: fix custom heading id in search result3bb480a
: fixWarning: Prop href did not match. Server: "/blog.en-US#" Client: "/blog#"
inby
normalizePages
from nextra/normalize-pages`3bb480a
: improve hr contrast3bb480a
: fix search, trigger the search after the Input is complete forlanguages like Chinese
3bb480a
: strip.html
extension from URL route for static export3bb480a
: fix memory leak in search for case>
replaced previously to>||
+ some character provoke memory leak becauseRegExp#exec
will alwaysreturn a match
3bb480a
: fix code blocksbox-decoration-theme: clone
can create confusingoutput over line breaks, use
slice
instead3bb480a
]3bb480a
]3bb480a
]3bb480a
]v2.10.0
Compare Source
Minor Changes
e54b008
: - add@theguild/remark-npm2yarn
package that replaces the codeblock that has
npm2yarn
metadata with<Tabs />
and<Tab />
componentsfrom
nextra/components
.<Tabs />
now hasselectedKey
prop, the chosen tab is saved in the localstorage, which will be chosen in future page renders.
More info https://nextra.site/docs/guide/advanced/npm2yarn
Patch Changes
e54b008
]v2.9.0
Compare Source
Minor Changes
16bbb88
: Move below packages to nextra package<Cards />
and<Card />
<Tabs />
and<Tab />
<Steps />
<FileTree />
to import them you can use the following in your official
nextra-theme-blog
and
nextra-theme-docs
Patch Changes
b1a7eba
:opens in new tab
span element should haveuser-select: none
16bbb88
]23a25b1
]v2.8.0
Compare Source
Minor Changes
b43f268
: add new optionsidebar.autoCollapse
to automatically collapseinactive folders above
defaultMenuCollapseLevel
Patch Changes
6c12bf4
: fix broken code format while selecting and copying code withshowLineNumbers
option enabled6c12bf4
]v2.7.1
Compare Source
Patch Changes
0e53ca5
]v2.7.0
Compare Source
Minor Changes
44626e8
: support mermaid diagramsPatch Changes
44626e8
]v2.6.2
Compare Source
Patch Changes
9c9625e
: Fix search not working in certain Next.js versions9c9625e
]v2.6.1
Compare Source
Patch Changes
1e9ebab
]v2.6.0
Compare Source
Minor Changes
1c6256b
: Move Callout component to nextra packagePatch Changes
15c4092
: fix inconsistentfont-weight: bold
style fortype: 'menu'
2d79e20
: Resolves dark mode contrast problems in sidebar and breadcrumbs15c4092
]1c6256b
]v2.5.2
Compare Source
Patch Changes
a3601e5
]v2.5.1
Compare Source
Patch Changes
d408ab0
]v2.5.0
Compare Source
Minor Changes
08d393e
: support ANSI highlightingPatch Changes
8515349
: fix Warning: React has detected a change in the order of Hooks called by Search08d393e
]v2.4.2
Compare Source
Patch Changes
41d4aa0
: removenx-overflow-x-hidden
from main content16e562d
]v2.4.1
Compare Source
Patch Changes
2df6e91
: Use config.useOptions text as the Select selected name on Theme Switch7989cc5
: fix regression of sidebar style for foldera992ce1
]v2.4.0
Compare Source
Minor Changes
6973b21
: Add new optionheadingComponent
to the TOCPatch Changes
2ff360f
: use<span />
instead<div />
inside<button />
for local switch buttone3664c4
: fix uncrawable links in sidebar, use button when link don't have href because it impacts on SEOremove useless prop children from
<FileTree.File />
component8e00549
: export<Link />
component61b4f0c
: Wrap long section headers in TOC properlyUpdated dependencies [
545bd7c
]Updated dependencies [
0a50cad
]Updated dependencies [
259bfbc
]v2.3.0
Compare Source
Minor Changes
707a709
: Improve sidebar colors accessibility76e8b0f
: support custom heading id via# my very long heading... [#my-custom-heading]
syntax #1645Patch Changes
fb0b19b
: Do not focus search when currently focusing a HTMLElement with contenteditable active0dd028a
]6ea1caf
]76e8b0f
]v2.2.20
Compare Source
Patch Changes
2e48307
: exportnormalizePages
fromnextra/normalize-pages
,useFSRoute
fromnextra/hooks
(can be useful for custom theme)2e48307
]e4c8b6d
]v2.2.19
Compare Source
Patch Changes
e41cbbc
]a1e59b2
]v2.2.18
Compare Source
Patch Changes
f29358a
: always showCmd+K
when search input loses focus7cbf5d9
: rename input placeholder to "Rechercher documents..." in french35d4fd1
: fix<summary />
when children contains<p />
89bbe4c
: fix filetree for 2 folders9bd2d59
]c2287e1
]90cb6b8
]v2.2.17
Compare Source
Patch Changes
4a66366
]v2.2.16
Compare Source
Patch Changes
b94245a
: Reverts #1417 "force theme to light if darkMode: false was set"d495e5f
: introduce_app.mdx
for better performance and smallest.next/static/chunks
sized495e5f
]v2.2.15
Compare Source
Patch Changes
71c1897
: export<Card />
,<Cards >/
,<Steps />
and<FileTree />
51ec00f
: fix white appearing of white square while sidebar was toggled2e441b7
: open http:// links in new window7f697e9
: preferasPath
overroute
inuseNextSeoProps
docs, allowvoid
as return type ofuseNextSeoProps
016828e
: do not redirect .mp4 in locales middlewareda585a8
: force theme tolight
ifdarkMode: false
was set863a750
: Fixed x overflow in Callouts for long latexeae1993
: Fix the capital letter M is displayed incorrectly on Xiaomi phonesad8625c
: bump @headlessui/react to ^1.7.10673a125
: fix squeezed sidebar when he was hidden -> navigated to page without sidebar -> comeback to page with sidebar26c7e20
: fix: move intersection observe and slugs into ActiveAnchorProvider3e9e54f
: hide unnecessary parts of the pages when being printedd5aa17c
]016828e
]b3219c3
]v2.2.14
Compare Source
Patch Changes
bcaba9c
: fix capitalizing sidebar links + testsf300fe7
: fix missing sidebar nav links while applying"display": "hidden"
for folder71257cd
: style improvementsefd8c71
: fix fortheme: { footer: false }
still showed the footer086cf7b
: fix scrollbar for table and tabsbcaba9c
]a683c84
]a404ef7
]v2.2.13
Compare Source
Patch Changes
089112c
: validate_meta.json
files with zod23fc5b7
: style improvementsd1d873f
: typed frontmatter ->useConfig<YOUR_FRONTMATTER_TYPE>
93b9596
: fix overflow for main content on desktop and mobile6626356
: preferimport type
2234a13
: fix raw__esModule
string ☠️d1d873f
]6626356
]2234a13
]v2.2.12
Compare Source
Patch Changes
c913ec8
: add peer deps619ae3a
]v2.2.10
Compare Source
Patch Changes
c97143f
: fix search index output location4b2052f
: fixModule not found: Can't resolve 'nextra-theme-docs/style.css'
for imported markdown files that located outside of CWD624d6b4
: fix when sidebar show non-md folders0c957db
: fix capitalizing of undefined _meta.json file/foldersv2.2.9
Compare Source
Patch Changes
c50474e
: support dynamic markdown importv2.2.8
Compare Source
Patch Changes
d2ed10f
: remove development: falseb943146
: add transformPageOpts option for advanced use casesv2.2.7
Compare Source
Patch Changes
36fd8c7
: add format detection64cec8f
: disable code splitting and fix dev errorsv2.2.6
Compare Source
Patch Changes
be24334
: improve search index generation4fc13df
: fix warning of dynamic importsv2.2.5
Compare Source
Patch Changes
163065c
: loader refactor, type-safe__nextra_resolvePageMap
, avoid code interpolation in loader.tsv2.2.4
Compare Source
Patch Changes
091b77b
: fix missing filenameadd filename / copy code with "codeHighlight: false"
add unit tests for filename and copy code
917de49
: removegithub-slugger
from docsv2.2.3
Compare Source
Patch Changes
11b2870
: fix copy code button position0cab136
: pass route to titleComponentcd0cc63
: fix defaultMenuCollapseLevel behaviorv2.2.2
Compare Source
Patch Changes
3145f53
: extendplugin:react/recommended
,plugin:react-hooks/recommended
andplugin:@​next/next/recommended
configs1834730
: fix hydration error produced by cached compiler, fix broken code-blocks styles while settingnextraConfig.codeHighlight: false
8b9a5a0
: tweak styling; fix zod checksv2.2.1
Compare Source
v2.2.0
Compare Source
Minor Changes
e4b20ca
: supporttransform
in nextra configPatch Changes
af76dbe
: fix highlight substring from filename for code blocksv2.1.0
Compare Source
Minor Changes
e5262d0
: improve hmr and internal api for layout (toc and meta files)Patch Changes
a923bd5
: fixcollectFiles
concurrency5bdc62c
: fix static images on windowsc86508c
: lint fixes foreslint:recommended
andplugin:@​typescript-eslint/recommended
configsd6c871a
: simplify the custom theme layout api1ff43c1
: use OKLCH colors where possiblea31678a
: improve copyv2.0.3
Compare Source
Patch Changes
adb2d25
: fix remote mdx8060ed3
: style improvementsv2.0.2
Compare Source
Patch Changes
1e2afcf
: Add LaTeX support99ec64e
: fix indentation for copy code button3a08fe2
: Add Callout border in dark modef488e2e
: remove @react/skip-nev #1051fix: staticImage should only set blur placeholder for jpeg,png,webp,avif
cf9b886
: better performance ofcollectFiles
f35e724
: update shiki to v0.12.1b2fc168
: supportnextConfig.distDir
cc1cb5f
: supportnextConfig.basePath
with i18nv2.0.1
Compare Source
Patch Changes
a9748aa
: fix: A11y improvements to the docs themeac82b1f
: make code-blocks buttons focusable if they are visible on pagev2.0.0
Compare Source
Minor Changes
8f6d377
: allow custom github domainsPatch Changes
4731fa7
: Style improvements7a32f8e
: remove unneeded wrappers<div />
s in<Navbar />
9ab6dd0
: allow adding additional navbar content vianavbar.extraContent
e6771ca
: fix search overlay styles on mobile94ef0b3
: improve 2.0 docs21009c7
: fix covered select optionsbea62a1
: make the search input responsive in narrow screens903ddf0
: fix: should update scroll when height is dynamice6771ca
: split css tohamburger
/scrollbar
/typesetting-article
css files24a02f8
: reuse Flexsearch result styles on match-sorter search1a7cd68
: toc anchor links should havedisplay: inline-block
6644bd5
: pass unstable_flexsearchcef5546
: allow headings contain links2217f9c
: fixWarning: Prop
hrefdid not match. Server: "#" Client: ...
a0c0eb8
: allow overrideMDXProvider.components
e6771ca
: fix edit on github button for cases when filename named asindex
8bcb5e6
: fix sideEffects in package.json2217f9c
: fixnext export
commandfdb2f57
: update docs to use next.js 133e3b0a9
: feat: add cursor pointer to locale and theme menua0398e0
: fix: avoid mutating nextConfige6771ca
: BREAKING! various theme config options was renamed, take a look of renamed options here59e18b0
: makenextra
/nextra-theme-docs
/nextra-theme-blog
be compatible with next 1338ccce8
: feat(docs): allowTabs.items
asReadonlyArray<ReactNode>
fc8cca0
: add<InformationCircleIcon />
icon, improve<Callout />
default emojisfe2b714
: upgrade to react 18af72f85
: chore(nextra-theme-docs): provide type forDocsThemeConfig.nextThemes
instead ofobject
e4cfb83
: define page title in sidebar fromfrontMatter.title
if page is not specified in_meta.json
1ee3c92
: reuse table styles from docs in blogf569d90
: missingnx-
class prefixes in blogfix callout padding in docs
77361da
: fix ESC button when still stays after pressed ESCb1d7361
: improve docs for 2.09064112
: make<Tab />
acceptComponentProps<'div'>
da2bea7
: remove no longer usedicons
folder4825365
: add@types/github-slugger
instead of manually declaring type6bdb9bf
: fix: broken flexsearch stylesfdfe4f8
: fix covered theme switch popup when i18n is not setup66712f0
: polish docs873561b
: scrollbar is toc should be same as in sidebar08a39e6
: removeresizeObserver
for dynamic content since it provoke jumps on tabs switch when there is#
anchor in url4e4a37c
: add new "display" property to _metae6771ca
: [Blog/Docs] Add copy to clipboard button for code-blocks. AddNextraConfig.unstable_defaultShowCopyCode
option to show button by default, addcopy
andcopy=false
options for code-blocksa5cac21
: [docs/blog]: extract code styles and import in both themes96ed5c2
: [nextra/nextra-theme-docs]: support bothexperimental.newNextLinkBehavior
-true
andfalse
1fef548
: allow head to be a ReactNode580c433
: add nx- to all tailwind classes for style isolationc3e6227
: addoverflow-x-scroll
for tablesdfbe996
: extract<Banner />
from<Navbar />
tocomponents/banner.tsx
1c3fedb
: add missingnx-
prefixes to table/th/tr elements78f1519
: chore: Add strict-peer-dependencies=falsec15f570
: fix: query should not affect nav highlight97e6141
: fix(nextra/docs): fallback search toen-US
insteaddefault
2b6f3be
: add missing border for search containercb87709
: Fix flexsearch option being overriddend6d5ab8
: Make sure arrows are aligneda007c64
: move DEFAULT_THEME and DEFAULT_PAGE_THEME to constants.tsxab6c0e6
: fix disappearing toc issue in Firefox16bedce
:"layout": "raw"
should renderall
unstyled elements, except<a />
a0e5847
: Rename some docs theme configurations351fa45
: add missingnx-
prefix forgrow
class in<LocaleSwitch />
c09f450
: fix CTRL+K, on non non-mac usee.ctrlKey
insteade.metaKey
f5bf2e4
: fix margin-top for<Tab />
content237faa9
: add clear button for search input973ca49
: fix rtl/ltr glitch on initial loadingc8129a2
: fix theme switcher style3de0f41
: chore(blog/docs): usepostcss-import
to import css variables styles2e2912e
: fix project/chat icon could appear without provided link97ca2e3
: New feature: menu type84d983f
: fix(docs): correct query for hash with leading num32cd385
: add new optionsearch.loading
for control loading text2533a6c
: replacemain.extraContent
theme option withmain
option4730bdc
: chore(nextra-theme-docs): refactortheme-context.ts
24a02f8
: typescripify<Flexsearch />
74a3398
: update docs for 2.0bd2cefa
: Fix css classes witheslint-plugin-tailwindcss
ff8967c
: addToggle Word Wrap
button for code-blocks (only for mobile)5d852b6
: break words in navlinks, remove unneeded<div />
wrappers, align text on right side for next linke6771ca
: hide search input in navbar on mobile76d1e30
: [nextra-theme-docs]: fixWarning: A title element received an array
and possible[object Object]
in title009bf6a
: Fix release workflow.5238bb4
: feat(docs): support logoLink config optione6771ca
: fix empty space in navbar when theme optionsearch.component: null
e6771ca
: addeditLink.component
ee270a4
: fix extra space in flexsearch input after loading indexese6771ca
: renamemeta.json
to_meta.json
24a02f8
: fix all RTL broken styles0c136ad
: add missingnx-
prefix in sidebarff8967c
: fix missingCopy Code
button in code-blocks without language2217f9c
: replaceclassnames
package withclsx
as he's fastere6771ca
: clicking on folder should navigate to first children ifindex
page doesn't exist723d42a
: uselightningcss
insteadcssnano
bf74201
: [nextra-theme-docs]: use new opacity modifier syntax for tailwindcssa8c5883
: addconfig.bodyExtraContent
optione2d603a
: removegetComponents
export, exportuseMDXComponents
from@mdx-js/react
instead8564919
: extract<Input/>
from<Search/>
and<Flexsearch/>
05d068c
: Add button label for hamburger menu38769ca
: preferref.current.querySelector
overdocument.querySelector
, removeload
prop in<Search />
b219821
: fix body overflowd7f2bbc
: adjust docs theme; rename options24a02f8
: match-sorter search should highlight every match like flexsearch2217f9c
: removelocale
prop from theme config, forbid passing inrenderComponent
7d2d5ee
: use resolvedTheme instead renderedTheme + theme check256154a
: use "next/future/image" if"experimental.images.allowFutureImage": true
is set in next config9f5af54
: add_meta.json#theme.collapsed
option for control state sidebar's foldersc8605d6
: feat: New layout implementation4157b71
: set lower build target and share code highlight theme through nextrac28a7f2
: - setupnext-seo
getNextSeoProps
titleSuffix
theme option in favor ofgetNextSeoProps.titleTemplate
description
,canonical
,openGraph
values to<NextSeo />
component from pagefrontMatter
, values can be overridden with return value ofgetNextSeoProps
f360f28
: add new theme optionbanner.dismissible
7bcbc98
: add newmeta.json#theme.timestamp
option to hideLast updated on ...
94a8587
: chore: extractsvg
icons in/icons
folder, reusing same icons<MoonIcon />
/<SunIcon />
in blog from docsd16b2ba
: move contexts to./contexts
directory699d131
: feat(nextra/docs/blog): allow import.md
/.mdx
as well47938b1
: remove unneededuseRef
for<details />
256154a
: replace images with<NextImage />
even when url not relative but that starts from/
(public directory)e573175
: Fix release CI48e0ac2
: exportuseConfig
anduseTheme
21009c7
: better focus ui, use ring color as theme hue color0f4795f
: chore(nextra/blog/docs): provide types for PageOpts in loader71528f1
: show copy code button only on hover of container03e90d8
: refresh build system with tsup and fix nextra typeafaa26a
: refactor toc, fix toc's styles on rtl, useref.current
insteaddocument.getElementsByClassName
c380989
: fix(docs): types is missing in bundle7373c1f
: fixuseConfig
/useRouter
insidehead()
e6771ca
: fix callout shrinking from children contentfb37b5f
: Close selector bracket for compat with old Safari.e6771ca
: renamePageOpts.meta
toPageOpts.frontMatter
ab629e6
: Add correct aria values inside navcdc1c2f
: preferref.current
overdocument.querySelector
in sidebar6a4a593
: fix: #531 unclickable breadcrumbd34f9f2
: feat(nextra-theme-docs): update discord logo to the new onea8a89e9
: chore(docs): export ThemeSwitch & custom socialf964802
: do not hide default logo on mobile7053959
: chore(nextra-theme-docs): remove unneededtransform-none
css classbc52178
: fixeditLink
option was not merged with default configeditLink
582ad96
: feat: bumprehype-pretty-code
version, supportshowLineNumbers
da998e6
: move react components tocomponents
folder and replace exports:e6771ca
: movewithLayout
logic directly in nextra loader8ad9507
: fix unable expanding folder items in sidebarc2c0d90
: fix(search): handle case when value is emptyc4a9782
: support custom hue theme color viaprimaryHue
,primaryHue.dark
andprimaryHue.light
theme optionsc8bb94f
: UI adjustmentsa9ca0b9
: do not addbasePath
to the links88f999d
: fix: UI improvements43409ad
: fix: mdx theme is missing416dfe2
: add missingnx-
prefixes in sidebare6771ca
: adjust active breadcrumb color707fdc2
: fix: Anchor links are not wrapping on the sidebarc3e6227
: reuse nextra's scrollbar-y styles for scrollbar-x, adjust sidebar's scrollbar-y0af6e79
:"layout": "raw"
should have unstyled<a />
and<p />
elements as well2ec8564
: addDocsThemeConfig.navbar
config option for overriding navbarf99bbc2
: Addnextra-body-typesetting-article
backe6771ca
: fix search inputESC
icon vertical alignment5b01537
: Fix full docs directory list and active link06aa62f
: feat: allowimport { getComponents } from 'nextra-theme-docs'
v2.0.0-beta.45
Compare Source
Patch Changes
66712f0
: polish docsv2.0.0-beta.44
Compare Source
Patch Changes
94ef0b3
: improve 2.0 docsConfiguration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,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 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.