Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the vuepress group with 7 updates:

Package From To
@vuepress/bundler-vite 2.0.0-rc.24 2.0.0-rc.26
@vuepress/markdown 2.0.0-rc.25 2.0.0-rc.26
@vuepress/plugin-register-components 2.0.0-rc.112 2.0.0-rc.118
@vuepress/plugin-search 2.0.0-rc.112 2.0.0-rc.118
@vuepress/plugin-shiki 2.0.0-rc.112 2.0.0-rc.118
@vuepress/plugin-sitemap 2.0.0-rc.112 2.0.0-rc.118
@vuepress/theme-default 2.0.0-rc.112 2.0.0-rc.118

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

Release notes

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

v2.0.0-rc.26

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.25

   🚀 Features

    View changes on GitHub
Changelog

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

2.0.0-rc.26 (2025-10-14)

Bug Fixes

2.0.0-rc.25 (2025-08-26)

Code Refactoring

  • utils: migrate from globby to tinyglobby (#1660) (5eea315)

Features

BREAKING CHANGES

  • utils: the globby export has been removed, please use tinyglobby instead
Commits

Updates @vuepress/markdown from 2.0.0-rc.25 to 2.0.0-rc.26

Commits

Updates @vuepress/plugin-register-components from 2.0.0-rc.112 to 2.0.0-rc.118

Commits

Updates @vuepress/plugin-search from 2.0.0-rc.112 to 2.0.0-rc.118

Commits

Updates @vuepress/plugin-shiki from 2.0.0-rc.112 to 2.0.0-rc.118

Commits

Updates @vuepress/plugin-sitemap from 2.0.0-rc.112 to 2.0.0-rc.118

Release notes

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

v2.0.0-rc.118

Please refer to CHANGELOG.md for details.

v2.0.0-rc.117

Please refer to CHANGELOG.md for details.

v2.0.0-rc.116

Please refer to CHANGELOG.md for details.

v2.0.0-rc.115

Please refer to CHANGELOG.md for details.

v2.0.0-rc.114

Please refer to CHANGELOG.md for details.

v2.0.0-rc.113

Please refer to CHANGELOG.md for details.

Commits

Updates @vuepress/theme-default from 2.0.0-rc.112 to 2.0.0-rc.118

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
Bumps the vuepress group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [@vuepress/markdown](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/markdown) | `2.0.0-rc.25` | `2.0.0-rc.26` |
| [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-register-components) | `2.0.0-rc.112` | `2.0.0-rc.118` |
| [@vuepress/plugin-search](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-search) | `2.0.0-rc.112` | `2.0.0-rc.118` |
| [@vuepress/plugin-shiki](https://github.com/vuepress/vuepress-next) | `2.0.0-rc.112` | `2.0.0-rc.118` |
| [@vuepress/plugin-sitemap](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/plugin-sitemap) | `2.0.0-rc.112` | `2.0.0-rc.118` |
| [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/theme-default) | `2.0.0-rc.112` | `2.0.0-rc.118` |


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

Updates `@vuepress/markdown` from 2.0.0-rc.25 to 2.0.0-rc.26
- [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.112 to 2.0.0-rc.118
- [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.112 to 2.0.0-rc.118
- [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.112 to 2.0.0-rc.118
- [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.112 to 2.0.0-rc.118
- [Release notes](https://github.com/vuepress/ecosystem/releases)
- [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.118/plugins/plugin-sitemap)

Updates `@vuepress/theme-default` from 2.0.0-rc.112 to 2.0.0-rc.118
- [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.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/markdown"
  dependency-version: 2.0.0-rc.26
  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.118
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-search"
  dependency-version: 2.0.0-rc.118
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-shiki"
  dependency-version: 2.0.0-rc.118
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-sitemap"
  dependency-version: 2.0.0-rc.118
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/theme-default"
  dependency-version: 2.0.0-rc.118
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vuepress-837df162d9 branch from a280374 to f048ece Compare November 1, 2025 18:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Nov 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vuepress-837df162d9 branch November 30, 2025 15:42
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.

2 participants