Skip to content

chore(deps-dev): bump vitepress from 2.0.0-alpha.16 to 2.0.0-alpha.17#135

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitepress-2.0.0-alpha.17
Closed

chore(deps-dev): bump vitepress from 2.0.0-alpha.16 to 2.0.0-alpha.17#135
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vitepress-2.0.0-alpha.17

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Bumps vitepress from 2.0.0-alpha.16 to 2.0.0-alpha.17.

Release notes

Sourced from vitepress's releases.

v2.0.0-alpha.17

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vitepress's changelog.

2.0.0-alpha.17 (2026-03-19)

Bug Fixes

  • build: processIncludes no longer swallows errors (fb21fdf)
  • build: deterministic local search indexing and non-blocking initial scan (closes #4081) (fc0f203)
  • client: await clipboard.writeText so that fallback works in non-secure contexts (#5119) (b544df8)
  • disable brotli compression in preview server (ca1e875)
  • theme: add rel="alternate" and hreflang to links in language menu (#5108) (f09593b)
  • theme: add margin to images in vp-doc (closes #5136) (896e49a)
  • theme: close sidebar on resize (closes #5145) (17696c3)
  • theme: disable text autospace in <pre> (closes #5115) (21a5fb6)
  • theme: enable line-break: strict for <li> too (f811d58)
  • theme: keep pnum,tnum features in Inter (f1bef95), closes #5096
  • theme: navbar menu group is incorrectly highlighted (#5113) (b28667b)
  • theme: strip system-ui from font-family-base (#4988) (8096eac)

Features

  • theme: add home-hero-actions-before-actions slot (#5151) (74a73d8)
  • support text-fragments (#5140) (44e2675)
  • theme: add Japanese translation for "copied" label (#5106) (a01bba0)
  • theme: enable text-autospace and text-spacing-trim (closes #4996) (d7effff)
  • theme: support specifying list of details in home page features (closes #5101) (3146ce4)

BREAKING CHANGES

The previous <!-- @include: ./path/to/file --> syntax silently ignored errors when files did not exist. This behavior was originally intended as an escape hatch while documenting includes, but better solutions now exist using Shiki transformers.

For most users, no code changes are required. If you now see errors, it means your includes are broken and were previously not being reported.

Users who intentionally reference non-existent files or want to document includes without resolving them can configure markdown.codeTransformers with a postprocess hook. See docs/.vitepress/config.ts in this repo for an example.

Commits
  • 6beafe9 release: v2.0.0-alpha.17
  • 74a73d8 feat(client): add home-hero-actions-before-actions slot (#5151)
  • 17696c3 fix(theme): close sidebar on resize (closes #5145)
  • ca1e875 fix: disable brotli compression in preview server
  • 5ad39ab docs: add special thanks section
  • 44e2675 feat: support text-fragments (#5140)
  • d019acd chore: fix typo
  • f811d58 fix(theme): enable line-break: strict for \<li> too
  • 21a5fb6 fix(theme): disable text autospace in \<pre> (closes #5115)
  • 8096eac fix(theme): strip system-ui from font-family-base (#4988)
  • 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.16 to 2.0.0-alpha.17.
- [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.16...v2.0.0-alpha.17)

---
updated-dependencies:
- dependency-name: vitepress
  dependency-version: 2.0.0-alpha.17
  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 Mar 23, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1fd14e6) to head (44c1a76).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #135   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          588       588           
  Branches       155       155           
=========================================
  Hits           588       588           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 23, 2026

Bundle Report

Bundle size has no change ✅

@kasperrt kasperrt closed this Apr 7, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 7, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/vitepress-2.0.0-alpha.17 branch April 7, 2026 07:14
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