Skip to content

chore(deps-dev): Bump vitepress from 2.0.0-alpha.18 to 2.0.0-alpha.20 - #66

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vitepress-2.0.0-alpha.20
Open

chore(deps-dev): Bump vitepress from 2.0.0-alpha.18 to 2.0.0-alpha.20#66
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vitepress-2.0.0-alpha.20

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps vitepress from 2.0.0-alpha.18 to 2.0.0-alpha.20.

Release notes

Sourced from vitepress's releases.

v2.0.0-alpha.20

Please refer to CHANGELOG.md for details.

v2.0.0-alpha.19

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

2.0.0-alpha.20 (2026-09-04)

Bug Fixes

  • harden eager frontmatter interpolation (#5413) (09f9672)
  • key head entries by id and ignore meta content when deduping (b18f306), closes #5362 #5363 #5379
  • search: respect per-locale markdown options (#5351) (27c4a1a)
  • serialize config functions as code, not strings revived via new Function (close #3685) (d3b2957)
  • theme/regression: fix misaligned external link icon (2be52f0)
  • theme: adjust z-index for VPNavBar and simplify VPNavScreen styles (#5374) (35cf647)
  • theme: cover the external link icon's paint box with its mask (39b8f9f)
  • theme: drop the -webkit-backdrop-filter fallbacks (a2a0a92)
  • theme: fix menu dropdown group dividers (#5365) (49c84f5)
  • theme: fix nav screen and divider appearance (#5369) (a0401ee)
  • theme: fix social links spacing in dropdown (#5370) (cb636b2)
  • theme: handle outline bottom overscroll (#5375) (3fe901d)
  • theme: keep search beside the title without a nav menu (14f4f09)
  • theme: keep the search keycap glyphs out of the DOM text (60f656b), closes #5401
  • theme: mark current navigation links (#5395) (0f0fe13)
  • theme: paint the navbar divider on its own layer (9bebd09), closes #5399
  • theme: prevent layout shifts when locking page scroll (310679a), closes #5386
  • theme: prevent scroll chaining in local nav outline dropdown (#5367) (0a96bae)
  • theme: remove extra margins from first and last paragraph inside a list element (8dbd782), closes #5353
  • theme: render sidebar active state during ssr (005aa5c)
  • theme: render sidebar group toggles as native buttons (ed2bfb2), closes #5366 #5371
  • theme: rendering of sponsor and team components inside vp-doc containers (#4493) (b7602df)
  • theme: treat negative scrollY as top (#5368) (9d521db)
  • theme: use a getter as VPSidebar's open watch source (9aeeb4f)
  • theme: use relative length units to auto-close nav screen menu (#5387) (c197979)

Features

  • cli: make shortcuts case-insensitive (#5378) (4ffcdae)
  • hashed icon styles, offline dev icons, arbitrary iconify collections (#5407) (d00a5e0)
  • relative base (./) and assetsBase (CDN prefix) (#5406) (feadd9f)
  • resolve $frontmatter expressions while rendering markdown (#5412) (a1eb284)
  • ssr: enable throwUnhandledErrorInProduction (#5419) (a6573ff)
  • theme: add --vp-local-nav-divider-color (110209d)
  • theme: add opt-in severity-based colors for containers, alerts, and badges (#5373) (45cb85e)
  • theme: redesign the navbar (#5397) (26b76d6)
  • theme: scroll toc if active item is out of view (#5377) (72534af)
  • theme: un-deprecate Theme.setup and compose it across extends (#5404) (ebbd48c)
  • theme: use relative length units (#5323) (2a91caa)

2.0.0-alpha.19 (2026-08-02)

Bug Fixes

  • build: apply rewrites when computing createContentLoader urls (9e2148d)
  • build: clear markdown cache with rewritten path on include change (5eac447), closes #5035

... (truncated)

Commits
  • 22b64ff release: v2.0.0-alpha.20
  • dcf7fda chore: named imports don't work with json natively
  • a6573ff feat(ssr): enable throwUnhandledErrorInProduction (#5419)
  • 09f9672 fix: harden eager frontmatter interpolation (#5413)
  • a1eb284 feat: resolve $frontmatter expressions while rendering markdown (#5412)
  • 73bbaea chore: replace lodash.template with eta (#5411)
  • 1a702fd docs: fix the appearance toggle example
  • 7de3cae chore: generate third-party license notices for bundled deps (#5408)
  • d00a5e0 feat: hashed icon styles, offline dev icons, arbitrary iconify collections (#...
  • d3b2957 fix: serialize config functions as code, not strings revived via new Function...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [vitepress](https://github.com/vuejs/vitepress) from 2.0.0-alpha.18 to 2.0.0-alpha.20.
- [Release notes](https://github.com/vuejs/vitepress/releases)
- [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md)
- [Commits](vuejs/vitepress@v2.0.0-alpha.18...v2.0.0-alpha.20)

---
updated-dependencies:
- dependency-name: vitepress
  dependency-version: 2.0.0-alpha.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates javascript Pull requests that update javascript code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants