Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

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

Release notes

Sourced from vitepress's releases.

v2.0.0-alpha.12

Please refer to CHANGELOG.md for details.

v2.0.0-alpha.11

Please refer to CHANGELOG.md for details.

v2.0.0-alpha.10

Please refer to CHANGELOG.md for details.

v2.0.0-alpha.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

2.0.0-alpha.12 (2025-08-20)

Bug Fixes

  • hmr: don't load config twice on server restart (d1a8061)
  • hmr: no need for server restart on theme change (d3a1567)
  • hmr: hmr not working for snippet imports in dynamic routes (914467e)
  • theme: fix local nav alignment and increase touch area (43b36c0)
  • theme: nav background doesn't extend fully and gap after sidebar with non-overlay scrollbars (7df3052), closes #4653
  • theme: use clipboard-check instead of clipboard-copy for code copied icon (1c8815d)

Features

BREAKING CHANGES

  • markdown-it-cjk-friendly is enabled by default. This intentionally deviates from the official commonmark spec for the benefit of CJK users. For most users, no change is required. If you were using hacks to patch scanDelims, you can remove those. To disable the plugin, set markdown: { cjkFriendly: false } in your vitepress config.
  • includeFiles option in postcssIsolateStyles now defaults to [/vp-doc\.css/, /base\.css/]. You can remove explicit includeFiles if you were using it just to run it on vp-doc.css. To revert back to older behavior pass includeFiles: [/base\.css/]. The underlying implementation is changed and transform and exclude options are no longer supported. Use postcss-prefix-selector directly if you've advanced use cases.

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

Bug Fixes

  • hmr working only once for markdown files (8d8a5ac), closes #4909
  • html entities encoded twice in toc plugin (8abbe29), closes #4908

2.0.0-alpha.10 (2025-08-11)

Bug Fixes

  • client: base not stripped from relativePath in 404 pages (b840877), closes #4850
  • hmr of style blocks in dynamic routes (#4903) (3d0fafb)
  • make paths in watchedFiles absolute as mentioned in the docs (318c14f)
  • module graph causing unnecessary route regeneration on every update (fc267ae)
  • preserve externally added dynamic routes and pages (fc267ae)
  • search: input placeholder being cut off in smaller viewports (162c6a6)
  • search: style tweaks for when searches are empty (8b23217)
  • types: externalize markdown-it types (5bf835b)
  • types: pass generics deeply to user config (777e2ca)

Features

  • add source param to the deadlink check fn (#4870) (8c027c2)
  • theme: add rel="me" to social links by default (#4873) (34886c6)

2.0.0-alpha.9 (2025-07-26)

Bug Fixes

... (truncated)

Commits
  • a248995 release: v2.0.0-alpha.12
  • d1a8061 fix(hmr): don't load config twice on server restart
  • d3a1567 fix(hmr): no need for server restart on theme change
  • 9fc8462 feat: add markdown-it-cjk-friendly
  • 1c8815d fix(theme): use clipboard-check instead of clipboard-copy for code copied icon
  • 43b36c0 fix(theme): fix local nav alignment and increase touch area
  • b83799a chore: bump deps
  • 914467e fix: hmr not working for snippet imports in dynamic routes
  • 7df3052 fix(theme): nav background doesn't extend fully and gap after sidebar with no...
  • 9238e00 test: add postcssIsolateStyles snapshots
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [vitepress](https://github.com/vuejs/vitepress) from 2.0.0-alpha.8 to 2.0.0-alpha.12.
- [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.8...v2.0.0-alpha.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dep: npm Node package manager dependency. type: dependencies Dependency upgrades. labels Aug 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 26, 2025 15:43
@dependabot dependabot bot added type: dependencies Dependency upgrades. dep: npm Node package manager dependency. labels Aug 26, 2025
@scotty-robot scotty-robot enabled auto-merge (squash) August 26, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dep: npm Node package manager dependency. type: dependencies Dependency upgrades.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant