Skip to content

chore(deps): bump vite, vuepress, @vuepress/bundler-vite, @vuepress/plugin-active-header-links, @vuepress/plugin-back-to-top, @vuepress/plugin-git, @vuepress/plugin-google-analytics, @vuepress/plugin-medium-zoom, @vuepress/plugin-nprogress, @vuepress/plugin-prismjs, @vuepress/plugin-register-components, @vuepress/plugin-search and @vuepress/theme-default in /docs#2905

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/docs/multi-42e98cdb5f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps vite to 8.0.5 and updates ancestor dependencies vite, vuepress, @vuepress/bundler-vite, @vuepress/plugin-active-header-links, @vuepress/plugin-back-to-top, @vuepress/plugin-git, @vuepress/plugin-google-analytics, @vuepress/plugin-medium-zoom, @vuepress/plugin-nprogress, @vuepress/plugin-prismjs, @vuepress/plugin-register-components, @vuepress/plugin-search and @vuepress/theme-default. These dependencies need to be updated together.

Updates vite from 7.1.12 to 8.0.5

Release notes

Sourced from vite's releases.

v8.0.5

Please refer to CHANGELOG.md for details.

v8.0.4

Please refer to CHANGELOG.md for details.

create-vite@8.0.3

Please refer to CHANGELOG.md for details.

v8.0.3

Please refer to CHANGELOG.md for details.

create-vite@8.0.2

Please refer to CHANGELOG.md for details.

v8.0.2

Please refer to CHANGELOG.md for details.

create-vite@8.0.1

Please refer to CHANGELOG.md for details.

v8.0.1

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.1

Please refer to CHANGELOG.md for details.

create-vite@8.0.0

Please refer to CHANGELOG.md for details.

plugin-legacy@8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0

Please refer to CHANGELOG.md for details.

v8.0.0-beta.18

Please refer to CHANGELOG.md for details.

v8.0.0-beta.17

Please refer to CHANGELOG.md for details.

v8.0.0-beta.16

Please refer to CHANGELOG.md for details.

v8.0.0-beta.15

Please refer to CHANGELOG.md for details.

v8.0.0-beta.14

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

8.0.5 (2026-04-06)

Bug Fixes

  • apply server.fs check to env transport (#22159) (f02d9fd)
  • avoid path traversal with optimize deps sourcemap handler (#22161) (79f002f)
  • check server.fs after stripping query as well (#22160) (a9a3df2)
  • disallow referencing files outside the package from sourcemap (#22158) (f05f501)

8.0.4 (2026-04-06)

Features

  • allow esbuild 0.28 as peer deps (#22155) (b0da973)
  • hmr: truncate list of files on hmr update (#21535) (d00e806)
  • optimizer: log when dependency scanning or bundling takes over 1s (#21797) (f61a1ab)

Bug Fixes

  • hasBothRollupOptionsAndRolldownOptions should return false for proxy case (#22043) (99897d2)
  • add types for vite/modulepreload-polyfill (#22126) (17330d2)
  • deps: update all non-major dependencies (#22073) (6daa10f)
  • deps: update all non-major dependencies (#22143) (22b0166)
  • resolve: resolve tsconfig paths starting with # (#22038) (3460fc5)
  • ssr: use browser platform for webworker SSR builds (fix #21969) (#21963) (364c227)

Documentation

Miscellaneous Chores

Code Refactoring

8.0.3 (2026-03-26)

Features

Bug Fixes

  • html: cache unfiltered CSS list to prevent missing styles across entries (#22017) (5464190)
  • module-runner: handle non-ascii characters in base64 sourcemaps (#21985) (77c95bf)
  • module-runner: skip re-import if the runner is closed (#22020) (ee2c2cd)
  • optimizer: scan is not resolving sub path import if used in a glob import (#22018) (ddfe20d)
  • ssr: ssrTransform incorrectly rewrites meta identifier inside import.meta when a binding named meta exists (#22019) (cff5f0c)

Miscellaneous Chores

... (truncated)

Commits

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

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vuepress since your current version.


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

Release notes

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

v2.0.0-rc.28

   🐞 Bug Fixes

    View changes on GitHub

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.28 (2026-04-01)

Bug Fixes

  • cli: cleanup writeTemp on dev server restart (#1693) (ab6eada)
  • cli: pagesWatcher should ignore files based on relative path (#1689) (2e164f5)

Code Refactoring

  • core: update onPageUpdated hook params for delete event (#1692) (206e99e)

BREAKING CHANGES

  • core: The onPageUpdated hook swaps the parameter order for delete type from ('delete', page, null) to ('delete', null, page).

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
  • 49abcb9 build: publish v2.0.0-rc.28
  • c2f9983 refactor(cli): extract processPagePatterns and fix ignore pattern handling (#...
  • c9a9764 build: tweak eslint config overrides
  • a5b3c0a build: bump deps
  • 206e99e refactor(core): update onPageUpdated hook params for delete event (#1692)
  • ab6eada fix(cli): cleanup writeTemp on dev server restart (#1693)
  • 44e6576 build: bump deps
  • 2e164f5 fix(cli): pagesWatcher should ignore files based on relative path (#1689)
  • 7dc19c0 ci: remove strategy matrix from check workflow
  • a331306 ci: respect .node-version in check workflow
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vuepress/bundler-vite since your current version.


Updates @vuepress/plugin-active-header-links from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-back-to-top from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-git from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-google-analytics from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-medium-zoom from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-nprogress from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-prismjs from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-register-components from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/plugin-search from 2.0.0-rc.125 to 2.0.0-rc.128

Commits

Updates @vuepress/theme-default from 2.0.0-rc.125 to 2.0.0-rc.128

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…lugin-active-header-links, @vuepress/plugin-back-to-top, @vuepress/plugin-git, @vuepress/plugin-google-analytics, @vuepress/plugin-medium-zoom, @vuepress/plugin-nprogress, @vuepress/plugin-prismjs, @vuepress/plugin-register-components, @vuepress/plugin-search and @vuepress/theme-default

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 8.0.5 and updates ancestor dependencies [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress), [@vuepress/bundler-vite](https://github.com/vuepress/core), [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-active-header-links), [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-back-to-top), [@vuepress/plugin-git](https://github.com/vuepress/vuepress-next), [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics), [@vuepress/plugin-medium-zoom](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-medium-zoom), [@vuepress/plugin-nprogress](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-nprogress), [@vuepress/plugin-prismjs](https://github.com/vuepress/vuepress-next), [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-register-components), [@vuepress/plugin-search](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-search) and [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/theme-default). These dependencies need to be updated together.


Updates `vite` from 7.1.12 to 8.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.5/packages/vite)

Updates `vuepress` from 2.0.0-rc.26 to 2.0.0-rc.28
- [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)

Updates `@vuepress/bundler-vite` from 2.0.0-rc.26 to 2.0.0-rc.28
- [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.28)

Updates `@vuepress/plugin-active-header-links` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/plugin-active-header-links)

Updates `@vuepress/plugin-back-to-top` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/plugin-back-to-top)

Updates `@vuepress/plugin-git` from 2.0.0-rc.125 to 2.0.0-rc.128
- [Release notes](https://github.com/vuepress/vuepress-next/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/vuepress-next/commits)

Updates `@vuepress/plugin-google-analytics` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/plugin-google-analytics)

Updates `@vuepress/plugin-medium-zoom` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/plugin-medium-zoom)

Updates `@vuepress/plugin-nprogress` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/plugin-nprogress)

Updates `@vuepress/plugin-prismjs` from 2.0.0-rc.125 to 2.0.0-rc.128
- [Release notes](https://github.com/vuepress/vuepress-next/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/vuepress-next/commits)

Updates `@vuepress/plugin-register-components` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/plugin-register-components)

Updates `@vuepress/plugin-search` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/plugin-search)

Updates `@vuepress/theme-default` from 2.0.0-rc.125 to 2.0.0-rc.128
- [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/theme-default)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.5
  dependency-type: indirect
- dependency-name: vuepress
  dependency-version: 2.0.0-rc.28
  dependency-type: direct:production
- dependency-name: "@vuepress/bundler-vite"
  dependency-version: 2.0.0-rc.28
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-active-header-links"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-back-to-top"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-git"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-google-analytics"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-medium-zoom"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-nprogress"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-prismjs"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-register-components"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-search"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
- dependency-name: "@vuepress/theme-default"
  dependency-version: 2.0.0-rc.128
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency-upgrade Pull requests that update a dependency file label Apr 6, 2026
@github-project-automation github-project-automation bot moved this to Backlog in Backlog Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-upgrade Pull requests that update a dependency file

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

0 participants