-
Notifications
You must be signed in to change notification settings - Fork 574
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
fix(deps): update dependency nextra to v2.12.1 #2923
Conversation
|
✅ Benchmark Results
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
💻 Website PreviewThe latest changes are available as preview in: https://b9ac1ffc.graphql-yoga.pages.dev |
af30037
to
4350eb8
Compare
6e374af
to
e8ccaa4
Compare
905a906
to
e59db70
Compare
e59db70
to
38975e4
Compare
fe31e2c
to
d3775d9
Compare
d3775d9
to
f8aec04
Compare
This PR contains the following updates:
2.9.0
->2.12.1
Release Notes
shuding/nextra (nextra)
v2.12.1
Compare Source
Patch Changes
52ae8fc
: - always cache md/mdx compiler for non-remote content and nevercache for remote content
compileMdx
export default MDXContent;
and until the end, sotransform
function wasnot applied
headings
wereundefined
in remote contentv2.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
ddddce9
: skip search indexing for 404/500 pages6154e31
: ensure first h1 is set as page title if frontmatter.title is missing46743ba
: fix TS errorCannot find module 'nextra/filter-route-locale' or its corresponding type declarations.
while importing
4dd720a
: removefont-weight: 500;
from styles of code blocks since it givesno effect
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
]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.