Skip to content

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

Merged
notheotherben merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/vuepress-9c24ccd20e
Jul 27, 2026
Merged

chore(deps-dev): Bump the vuepress group in /docs with 2 updates#647
notheotherben merged 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/vuepress-9c24ccd20e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

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

Updates @vuepress/bundler-vite from 2.0.0-rc.30 to 2.0.0-rc.31

Release notes

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

v2.0.0-rc.31

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Changelog

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

2.0.0-rc.31 (2026-07-24)

Bug Fixes

  • bundler-webpack: remove vuex from module.noParse (#1702) (894ade0)
  • client: fix client data injection failure caused by HMR (close #1715) (#1716) (2d2d8db)
  • core: update default value for absolutePathPrependBase (#1706) (9a6e677)

Features

BREAKING CHANGES

  • shouldPrefetch now defaults to 'as-needed' instead of true. Builds no longer prefetch every asynchronous page chunk by default. Set shouldPrefetch: true to retain the previous behavior.
  • bundler-webpack - configureWebpack return value now replaces the config object directly. Use the webpackMergeConfig helper to merge configs manually instead.
  • core - Bundler interface now requires type and mergeConfig.
Commits
  • 76f3991 build: publish v2.0.0-rc.31
  • 7d3da21 feat(core)!: add as-needed prefetch strategy (#1711)
  • 2d2d8db fix(client): fix client data injection failure caused by HMR (close #1715) (#...
  • 9f30bdb build: bump deps (#1717)
  • 7ced1d9 feat(core)!: refine bundler options (#1714)
  • f64c208 feat(cli): replace esbuild with rolldown (#1712)
  • cc37a2d ci: replace compromised issues helper actions (#1710)
  • 3345dc2 test(e2e): update tests for router and route-link (#1707)
  • 9a6e677 fix(core): update default value for absolutePathPrependBase (#1706)
  • 1d80f63 refactor(bundler-webpack): correct import path (#1704)
  • Additional commits viewable in compare view

Updates vuepress from 2.0.0-rc.30 to 2.0.0-rc.31

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.30 to 2.0.0-rc.31
- [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.30...v2.0.0-rc.31)

Updates `vuepress` from 2.0.0-rc.30 to 2.0.0-rc.31
- [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.31
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress
  dependency-version: 2.0.0-rc.31
  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 Jul 27, 2026

@notheotherben notheotherben left a comment

Copy link
Copy Markdown
Member

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 July 27, 2026 00:33
@notheotherben
notheotherben merged commit b8e9a48 into main Jul 27, 2026
9 of 10 checks passed
@notheotherben
notheotherben deleted the dependabot/npm_and_yarn/docs/vuepress-9c24ccd20e branch July 27, 2026 00:34
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.83%. Comparing base (4031f5a) to head (bbefe09).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #647   +/-   ##
=======================================
  Coverage   76.83%   76.83%           
=======================================
  Files          31       31           
  Lines        2612     2612           
=======================================
  Hits         2007     2007           
  Misses        605      605           

☔ View full report in Codecov by Harness.
📢 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.

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