Skip to content

chore(deps-dev): bump the vuepress group with 7 updates#295

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vuepress-34c28db5cf
Open

chore(deps-dev): bump the vuepress group with 7 updates#295
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vuepress-34c28db5cf

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the vuepress group with 7 updates:

Package From To
@vuepress/bundler-vite 2.0.0-rc.27 2.0.0-rc.30
@vuepress/markdown 2.0.0-rc.27 2.0.0-rc.30
@vuepress/plugin-register-components 2.0.0-rc.126 2.0.0-rc.130
@vuepress/plugin-search 2.0.0-rc.126 2.0.0-rc.131
@vuepress/plugin-shiki 2.0.0-rc.126 2.0.0-rc.131
@vuepress/plugin-sitemap 2.0.0-rc.126 2.0.0-rc.131
@vuepress/theme-default 2.0.0-rc.126 2.0.0-rc.131

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

Release notes

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

v2.0.0-rc.30

   🚀 Features

    View changes on GitHub

v2.0.0-rc.29

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.28

   🐞 Bug Fixes

    View changes on GitHub
Changelog

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

2.0.0-rc.30 (2026-05-14)

Features

2.0.0-rc.29 (2026-05-08)

Bug Fixes

  • bundler-webpack: update esbuild target option (925e63a)

Features

  • cli: fix page file update racing problems and avoid middle state processing (#1691) (da12787)
  • core: add userStyle option to ensure highest css priority (close #1110) (#1695) (071cc21)

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).
Commits
  • dd5e0c4 build: publish v2.0.0-rc.30
  • 987f8c1 ci: use pnpm ci to install dependencies (#1701)
  • d4f9180 feat(markdown): add aliasSupport option for assetsPlugin (close #1646) (#1647)
  • 0080107 feat(core): prepare user style separately (#1700)
  • 281703e ci: add codeql workflow (#1699)
  • 55307a3 build: publish v2.0.0-rc.29
  • 8b96ee8 build: downgrade lint-staged for regression
  • 071cc21 feat(core): add userStyle option to ensure highest css priority (close #1110)...
  • 3140c3c ci: bump actions and drop node 20 (#1698)
  • e334230 build: remove baseUrl from compilerOptions
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vuepress/bundler-vite since your current version.


Updates @vuepress/markdown from 2.0.0-rc.27 to 2.0.0-rc.30

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vuepress/markdown since your current version.


Updates @vuepress/plugin-register-components from 2.0.0-rc.126 to 2.0.0-rc.130

Commits

Updates @vuepress/plugin-search from 2.0.0-rc.126 to 2.0.0-rc.131

Commits

Updates @vuepress/plugin-shiki from 2.0.0-rc.126 to 2.0.0-rc.131

Commits

Updates @vuepress/plugin-sitemap from 2.0.0-rc.126 to 2.0.0-rc.131

Release notes

Sourced from @​vuepress/plugin-sitemap's releases.

v2.0.0-rc.131

Please refer to CHANGELOG.md for details.

v2.0.0-rc.130

Please refer to CHANGELOG.md for details.

v2.0.0-rc.129

Please refer to CHANGELOG.md for details.

v2.0.0-rc.128

Please refer to CHANGELOG.md for details.

v2.0.0-rc.127

Please refer to CHANGELOG.md for details.

Commits

Updates @vuepress/theme-default from 2.0.0-rc.126 to 2.0.0-rc.131

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 with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.27` | `2.0.0-rc.30` |
| [@vuepress/markdown](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/markdown) | `2.0.0-rc.27` | `2.0.0-rc.30` |
| [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-register-components) | `2.0.0-rc.126` | `2.0.0-rc.130` |
| [@vuepress/plugin-search](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-search) | `2.0.0-rc.126` | `2.0.0-rc.131` |
| [@vuepress/plugin-shiki](https://github.com/vuepress/vuepress-next) | `2.0.0-rc.126` | `2.0.0-rc.131` |
| [@vuepress/plugin-sitemap](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/plugin-sitemap) | `2.0.0-rc.126` | `2.0.0-rc.131` |
| [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/theme-default) | `2.0.0-rc.126` | `2.0.0-rc.131` |


Updates `@vuepress/bundler-vite` from 2.0.0-rc.27 to 2.0.0-rc.30
- [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.27...v2.0.0-rc.30)

Updates `@vuepress/markdown` from 2.0.0-rc.27 to 2.0.0-rc.30
- [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/markdown)

Updates `@vuepress/plugin-register-components` from 2.0.0-rc.126 to 2.0.0-rc.130
- [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.126 to 2.0.0-rc.131
- [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/plugin-shiki` from 2.0.0-rc.126 to 2.0.0-rc.131
- [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-sitemap` from 2.0.0-rc.126 to 2.0.0-rc.131
- [Release notes](https://github.com/vuepress/ecosystem/releases)
- [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.131/plugins/plugin-sitemap)

Updates `@vuepress/theme-default` from 2.0.0-rc.126 to 2.0.0-rc.131
- [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: "@vuepress/bundler-vite"
  dependency-version: 2.0.0-rc.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/markdown"
  dependency-version: 2.0.0-rc.30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-register-components"
  dependency-version: 2.0.0-rc.130
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-search"
  dependency-version: 2.0.0-rc.131
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-shiki"
  dependency-version: 2.0.0-rc.131
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-sitemap"
  dependency-version: 2.0.0-rc.131
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/theme-default"
  dependency-version: 2.0.0-rc.131
  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 1, 2026
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