Skip to content

build(deps-dev): bump vitepress from 2.0.0-alpha.19 to 2.0.0-alpha.20 in the npm-dependencies group - #46

Merged
gray-bot merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-36234f0c7f
Sep 8, 2026
Merged

build(deps-dev): bump vitepress from 2.0.0-alpha.19 to 2.0.0-alpha.20 in the npm-dependencies group#46
gray-bot merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-dependencies-36234f0c7f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-dependencies group with 1 update: vitepress.

Updates vitepress from 2.0.0-alpha.19 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.

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)
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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-dependencies group with 1 update: [vitepress](https://github.com/vuejs/vitepress).


Updates `vitepress` from 2.0.0-alpha.19 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.19...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
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026
@gray-bot
gray-bot enabled auto-merge (squash) September 8, 2026 19:14
@gray-bot
gray-bot merged commit 65d0e2d into main Sep 8, 2026
14 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/npm-dependencies-36234f0c7f branch September 8, 2026 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant