chore(deps): update dependency vitepress to v2.0.0-alpha.20 (master) - #2602
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency vitepress to v2.0.0-alpha.20 (master)#2602renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
@intlify/core
@intlify/core-base
@intlify/devtools-types
@intlify/message-compiler
petite-vue-i18n
@intlify/shared
vue-i18n
@intlify/vue-i18n-core
commit: |
Size ReportBundles
Usages
|
renovate
Bot
force-pushed
the
renovate/master-vitepress-2.x
branch
from
August 25, 2026 16:05
a69fd2c to
6c6fd76
Compare
renovate
Bot
force-pushed
the
renovate/master-vitepress-2.x
branch
4 times, most recently
from
September 1, 2026 08:59
169d967 to
49c0cf2
Compare
renovate
Bot
force-pushed
the
renovate/master-vitepress-2.x
branch
6 times, most recently
from
September 4, 2026 11:49
6e7ca85 to
fcabce9
Compare
renovate
Bot
force-pushed
the
renovate/master-vitepress-2.x
branch
6 times, most recently
from
September 7, 2026 06:39
01be9a1 to
fa7a9be
Compare
renovate
Bot
force-pushed
the
renovate/master-vitepress-2.x
branch
from
September 11, 2026 03:28
fa7a9be to
0183b22
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.0-alpha.17→2.0.0-alpha.20Release Notes
vuejs/vitepress (vitepress)
v2.0.0-alpha.20Compare Source
Bug Fixes
Features
./) andassetsBase(CDN prefix) (#5406) (feadd9f)$frontmatterexpressions while rendering markdown (#5412) (a1eb284)throwUnhandledErrorInProduction(#5419) (a6573ff)v2.0.0-alpha.19Compare Source
Bug Fixes
preConfighook when extending configs (c39a85a), closes #5205cjkFriendlyoption (27762ea)lazyLoadingtolazyLoad(078786a)disableDetailedViewlocal search option (cec4998)lastUpdatedTextoption (18d1b47)outlineTitleoption (95c0420)Features
tabindexattribute (bffe1e1)attrs: falsefor disabling attrs plugin (e235dbe)note,important,cautionmarkdown containers (#5161) (3b560a0), closes #4427 #3928Performance Improvements
Reverts
BREAKING CHANGES
markdown.anchoroptions are now typed by@mdit/plugin-anchor. Common options (level,slugify,permalink,getTokensText,tabIndex, etc.) are unchanged, but the deprecated markdown-it-anchor permalink options (permalinkSymbol,renderPermalink, ...) are no longer accepted. Permalink builders likeheaderLinkare named exports of@mdit/plugin-anchorinstead of properties of the plugin.markdown.attrsoptions are now typed by@mdit/plugin-attrs:leftDelimiter,rightDelimiter, andallowedAttributesare renamed toleft,right, andallowed. Aruleoption is available for toggling individual attribute rules (VitePress disablesfenceby default).markdown.codeCopyButtonTitleis nowmarkdown.codeCopyButton.tooltipText, and its default changed from "Copy Code" to "Copy code". The--vp-code-copy-copied-text-contentCSS variable and its built-in per-language:lang()defaults are removed - setcodeCopyButton.copiedText(per locale) instead.useData().hashhas been removed. Read the hash fromuseRoute()instead.callers of vitepress' build() will now notice the version banner gets printed. To disable that, pass a noop function:
custom
themeConfig.i18nRoutingfunctions now receive the currentRouteas their second argument instead of the hashnormalize-level defaults differ from the old reset - native select and number-input chrome is restored, headings inherit font size and weight, the hidden attribute is enforced with !important, and every element starts with zero margin/padding and border-style: solid. Sites layering custom CSS on the default theme may notice.
relative urls in included markdown files resolve against the included file rather than the including page. Partials written for one specific location may need their links updated, or markdown.include.rebaseRelativeUrls set to false to keep resolving them from the including page. Absolute and external urls are unaffected. Note that the marker comments shift the line numbers reported for dead links following an include, which already pointed into the include-expanded source rather than the original file.
init: scaffold() now returns a
Promise<string>and must be awaited.The
defsproperty ofmarkdown.emojihas been renamed todefinitions.The
markdown.attrs.disableoption has been removed. Setmarkdown.attrstofalseinstead.The
markdown.image.lazyLoadingoption has been renamed tomarkdown.image.lazyLoad.The deprecated
disableDetailedViewoption of local search has been removed. UsedetailedView: falseinstead.The deprecated
markdown.cjkFriendlyoption has been removed. Usemarkdown.cjkFriendlyEmphasisinstead.The deprecated
themeConfig.lastUpdatedTextoption has been removed. UsethemeConfig.lastUpdated.textinstead.The deprecated
themeConfig.outlineTitleoption has been removed. UsethemeConfig.outline.labelinstead.The Inter4CJK font family has been renamed to 'Inter Core'. Custom --vp-font-family-base overrides referencing Inter4CJK must be updated.
v2.0.0-alpha.18Compare Source
Bug Fixes
baseto links with download attribute (#5186) (01987c4)/indexto/(856858d), closes #5165subandsupelements from affecting line height (19357f9), closes #5173Features
formatoption in Carbon options (#5188) (6ee01bf)BREAKING CHANGES
scrollOffsetfrom config is removed. Users wanting to customize scroll offset should customizescroll-margin-topvia CSS instead.smoothScrollsupport fromrouter.gois also removed as it didn't work as expected for most users. Users wanting smooth scrolling should setscroll-behavior: smoothin CSS, ideally inside a@media (prefers-reduced-motion: no-preference)block.Configuration
📅 Schedule: (UTC)
🚦 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 this update again.
This PR was generated by Mend Renovate. View the repository job log.