Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps vitepress from 2.0.0-alpha.12 to 2.0.0-alpha.15.

Release notes

Sourced from vitepress's releases.

v2.0.0-alpha.15

Fixes a theme regression in v2-alpha.14.

Please refer to CHANGELOG.md for details.

v2.0.0-alpha.14

Please refer to CHANGELOG.md for details.

v2.0.0-alpha.13

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

2.0.0-alpha.15 (2025-11-22)

Bug Fixes

  • theme: navbar overflowing on mobile devices (06f0e1a), closes #5039

2.0.0-alpha.14 (2025-11-21)

Bug Fixes

  • log dead links in dev mode too (179ee62), closes #4419
  • theme: sidebar alignment when scrollbar is there on page (0ee7158), closes #5027

Features

  • client: emit vitepress:codeGroupTabActivate custom event when a code group tab is activated (dfb02a4), closes #5023

2.0.0-alpha.13 (2025-11-13)

Bug Fixes

  • client,a11y: improve focus handling and scrolling behavior in router (#4943) (d46107f)
  • disable markdown-it-attrs for fenced code blocks (0899618)
  • git log parsing when there are empty commits in history (#4965) (612c458)
  • print full path in dead links check (2b77fb3), closes #4919
  • rename markdown.cjkFriendly to markdown.cjkFriendlyEmphasis (bce0b53), closes #4952
  • respect markdown.cache = false on build too (6d7422f)
  • simplify lang extraction logic; use markdown-it plugins in type-safe manner; bump deps (4e548f5)
  • theme: add lang and dir attributes to language picker (f0b29d7)
  • theme: adjust margin of code blocks inside containers (82fac5d), closes #4921
  • theme: avoid use of :where in selector list for now (c2eaccd), closes #4923
  • theme: disable whitespace wrapping for VPBadge (#4968) (113d230)
  • theme: use nav height css var for curtain top in sidebar (#4993) (be260fd)

Features

  • export cacheAllGitTimestamps and getGitTimestamp (31d87e2)
  • i18n,a11y: change last update logic (#4935) (187bf25)
  • markdown: support custom display-name for fenced code blocks (#4960) (3d61619)
  • prevent $ symbol selection in shell code (#5025) (bf2715e)
  • theme: allow passing functions for nav links (#4963) (34cfa91)

Performance Improvements

  • make a single git call for timestamps instead of calling it for each file (#4958) (6dfcdd3)

BREAKING CHANGES

  • markdown-it-attrs is disabled for fenced code blocks. For most users no change is required. If you want to add classes to code blocks, do it using shiki transformers instead.
  • Rename cjkFriendly to cjkFriendlyEmphasis in your vitepress config. Most people should be unaffected unless they want to disable the CJK emphasis behavior added v2.0.0-alpha.12.
Commits
  • d954dc8 release: v2.0.0-alpha.15
  • 06f0e1a fix(theme): navbar overflowing on mobile devices
  • bae5397 release: v2.0.0-alpha.14
  • 5e0d7da chore: replace debug with obug (#5030)
  • b8f3c46 chore: bump deps
  • d16d197 chore: update oxc-minify to 0.98 (#5033)
  • 9183680 docs: update github search links
  • 179ee62 fix: log dead links in dev mode too
  • dfb02a4 feat(client): emit vitepress:codeGroupTabActivate custom event when a code ...
  • cd01bc6 docs: mention that relative bases are not supported
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.12 to 2.0.0-alpha.15.
- [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.12...v2.0.0-alpha.15)

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

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 Dec 1, 2025
@orien orien merged commit 4f517a1 into main Dec 10, 2025
24 checks passed
@orien orien deleted the dependabot/npm_and_yarn/docs/user/vitepress-2.0.0-alpha.15 branch December 10, 2025 13:51
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.

2 participants