Skip to content

chore(deps-dev): Bump the vuepress group in /docs with 2 updates#1746

Merged
notheotherben merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/vuepress-757cd75a7f
Mar 10, 2026
Merged

chore(deps-dev): Bump the vuepress group in /docs with 2 updates#1746
notheotherben merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/vuepress-757cd75a7f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps the vuepress group in /docs with 2 updates: @vuepress/bundler-vite and vuepress.

Updates @vuepress/bundler-vite from 2.0.0-rc.26 to 2.0.0-rc.27

Release notes

Sourced from @​vuepress/bundler-vite's releases.

v2.0.0-rc.27

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

BREAKING CHANGES

  • Page temp files have been removed. Now page components are loaded by bundler directly. If you rely on watching page temp files in dev mode, you can make use of the new onPageUpdated hook instead.
  • markdown:
    • The markdown.assets.relativePathPrefix option has been removed, as it's redundant after removing page temp files.
Changelog

Sourced from @​vuepress/bundler-vite's changelog.

2.0.0-rc.27 (2026-03-10)

Bug Fixes

  • cli: use a separate ignore matcher to ignore watched files (#1681) (1ab52b6)
  • core: page creation should respect page options (#1673) (b713ef4)

Features

  • core: avoid race conditions when writing temp files (#1674) (d89ac9f)
  • core: optimize default value handling for options.locales (#1676) (b0e36c2)
  • bundler-vite: upgrade to vite 8 and migrate to rolldown (a59bed2)
  • upgrade vue-router to v5 (d777384)

BREAKING CHANGES

  • Page temp files have been removed. Now page components are loaded by bundler directly. If you rely on watching page temp files in dev mode, you can make use of the new onPageUpdated hook instead.
  • markdown the markdown.assets.relativePathPrefix option has been removed, as it's redundant after removing page temp files.
Commits
  • 57d4633 build: publish v2.0.0-rc.27
  • 1ab52b6 fix(cli): use a separate ignore matcher to ignore watched files (#1681)
  • 73a87c7 refactor: remove temp page files and load page component via bundler (close #...
  • b713ef4 fix(core): page creation should respect page options (#1673)
  • b0e36c2 feat(core): optimize default value handling for options.locales (#1676)
  • a59bed2 feat: upgrade to vite 8 and migrate to rolldown
  • 4213b14 build: bump deps
  • 4d9ef00 style: format code
  • 730fe95 build: bump deps
  • d777384 feat: upgrade vue-router to v5
  • Additional commits viewable in compare view

Updates vuepress from 2.0.0-rc.26 to 2.0.0-rc.27

Commits

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 vuepress group in /docs with 2 updates: [@vuepress/bundler-vite](https://github.com/vuepress/core) and [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress).


Updates `@vuepress/bundler-vite` from 2.0.0-rc.26 to 2.0.0-rc.27
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](vuepress/core@v2.0.0-rc.26...v2.0.0-rc.27)

Updates `vuepress` from 2.0.0-rc.26 to 2.0.0-rc.27
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress)

---
updated-dependencies:
- dependency-name: "@vuepress/bundler-vite"
  dependency-version: 2.0.0-rc.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress
  dependency-version: 2.0.0-rc.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
...

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 10, 2026
Copy link
Copy Markdown
Member

@notheotherben notheotherben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving dependabot PR.

@notheotherben notheotherben enabled auto-merge March 10, 2026 07:23
@notheotherben notheotherben merged commit 30855db into main Mar 10, 2026
12 of 13 checks passed
@notheotherben notheotherben deleted the dependabot/npm_and_yarn/docs/vuepress-757cd75a7f branch March 10, 2026 07:25
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.64%. Comparing base (c63a262) to head (50dee67).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1746   +/-   ##
=======================================
  Coverage   88.64%   88.64%           
=======================================
  Files          99       99           
  Lines        7775     7775           
=======================================
  Hits         6892     6892           
  Misses        883      883           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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