Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps vitepress from 2.0.0-alpha.11 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.

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.
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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2025
@builtbyjonas
Copy link
Member

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/canary/vitepress-2.0.0-alpha.12 branch from 56289bf to 1e257db Compare August 26, 2025 08:10
@builtbyjonas builtbyjonas merged commit ff6d734 into canary Aug 26, 2025
1 check failed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/canary/vitepress-2.0.0-alpha.12 branch August 26, 2025 08:11
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