Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps the vuepress group with 9 updates in the / directory:

Package From To
@vuepress/bundler-vite 2.0.0-rc.24 2.0.0-rc.26
@vuepress/client 2.0.0-rc.24 2.0.0-rc.26
@vuepress/plugin-docsearch 2.0.0-rc.112 2.0.0-rc.114
@vuepress/plugin-google-analytics 2.0.0-rc.112 2.0.0-rc.114
@vuepress/plugin-register-components 2.0.0-rc.112 2.0.0-rc.114
@vuepress/utils 2.0.0-rc.24 2.0.0-rc.26
vuepress 2.0.0-rc.24 2.0.0-rc.26
vuepress-plugin-md-enhance 2.0.0-rc.94 2.0.0-rc.95
vuepress-theme-hope 2.0.0-rc.94 2.0.0-rc.95

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/client from 2.0.0-rc.24 to 2.0.0-rc.26

Release notes

Sourced from @​vuepress/client'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/client'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/plugin-docsearch from 2.0.0-rc.112 to 2.0.0-rc.114

Commits

Updates @vuepress/plugin-google-analytics from 2.0.0-rc.112 to 2.0.0-rc.114

Commits

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

Commits

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

Release notes

Sourced from @​vuepress/utils'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/utils'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 vue from 3.5.17 to 3.5.22

Release notes

Sourced from vue's releases.

v3.5.22

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.21

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.20

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.19

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.18

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.22 (2025-09-25)

Bug Fixes

  • compiler-core: identifiers in switch-case should not be inferred as references (#13923) (5953c9f)
  • compiler-dom: nodes with v-once shouldn't be stringified (#13878) (95c1975)
  • compiler-sfc: add support for @vue-ignore in runtime type resolution (#13906) (ba7f7f9)
  • compiler-sfc: enhance inferRuntimeType to support TSMappedType with indexed access (#13848) (e388f1a), closes #13847
  • compiler-sfc: ensure css custom properties do not start with a digit (#13870) (9c27951)
  • compiler-sfc: ensure props bindings register before compiling template (#13922) (abd5638), closes #13920
  • compiler-ssr: ensure v-show has a higher priority in SSR (#12171) (836b829), closes #12162
  • custom-element: properly mount multiple Teleports in custom element component w/ shadowRoot false (#13900) (5e1e791), closes #13899
  • custom-element: set prop runs pending mutations before disconnect (#13897) (c4a88cd), closes #13315
  • custom-element: use PatchFlags.BAIL for slot when props are present (#13907) (5358bca), closes #13904
  • reactivity: respect readonly during ref unwrapping (#13905) (aba7fed), closes #13903
  • reactivity: update iterator to check for completion instead of value presence (#13761) (2078f8b)
  • runtime-core: simplify block-tracking disabling in h helper (#13841) (75220c7)
  • transition-group: run forceReflow on the correct document (fix #13849) (#13853) (1be5ddf)
  • types: more precise types for Events and added missing definitions (#9675) (8bb8fb2)
  • types: set dom stub type to never instead of {} (#13915) (8620a61), closes #11564
  • types: widen directive arg type from string to any (#13758) (4b71706), closes #13757

Features

  • custom-element: allow specifying additional options for shadowRoot in custom elements (#12965) (47e628d), closes #12964

Reverts

  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#13925) (6b68f72), closes #13925

3.5.21 (2025-09-02)

Bug Fixes

... (truncated)

Commits
Maintainer changes

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


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

Commits

Updates vuepress-plugin-md-enhance from 2.0.0-rc.94 to 2.0.0-rc.95

Release notes

Sourced from vuepress-plugin-md-enhance's releases.

v2.0.0-rc.95

✨ Features

  • theme: replace skype with microsoft teams (f5d46b5)

🐛 Bug Fixes

  • components: dont pass undefined to ArtPlayer constructor for poster (#5009) (66596d9)
  • components: fix artplayer types (8d31433)
  • components: lazy load vidstack, close 4938 (0b35193)
  • deps: update dependency @​types/three to v0.178.1 (#4982) (8fcb0dd)
  • theme: fix wrong locale config, close #5018 #5055 (b976e0e)
Changelog

Sourced from vuepress-plugin-md-enhance's changelog.

2.0.0-rc.95 (2025-10-15)

Note: Version bump only for package vuepress-plugin-md-enhance

Commits

Updates vuepress-theme-hope from 2.0.0-rc.94 to 2.0.0-rc.95

Release notes

Sourced from vuepress-theme-hope's releases.

v2.0.0-rc.95

✨ Features

  • theme: replace skype with microsoft teams (f5d46b5)

🐛 Bug Fixes

  • components: dont pass undefined to ArtPlayer constructor for poster (#5009) (66596d9)
  • components: fix artplayer types (8d31433)
  • components: lazy load vidstack, close 4938 (0b35193)
  • deps: update dependency @​types/three to v0.178.1 (#4982) (8fcb0dd)
  • theme: fix wrong locale config, close #5018 #5055 (b976e0e)
Changelog

Sourced from vuepress-theme-hope's changelog.

2.0.0-rc.95 (2025-10-15)

✨ Features

  • theme: replace skype with microsoft teams (f5d46b5)

🐛 Bug Fixes

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

Bumps the vuepress group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [@vuepress/client](https://github.com/vuepress/core) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [@vuepress/plugin-docsearch](https://github.com/vuepress/vuepress-next) | `2.0.0-rc.112` | `2.0.0-rc.114` |
| [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) | `2.0.0-rc.112` | `2.0.0-rc.114` |
| [@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.114` |
| [@vuepress/utils](https://github.com/vuepress/core) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [vuepress-plugin-md-enhance](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/md-enhance) | `2.0.0-rc.94` | `2.0.0-rc.95` |
| [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme) | `2.0.0-rc.94` | `2.0.0-rc.95` |



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/client` 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/plugin-docsearch` from 2.0.0-rc.112 to 2.0.0-rc.114
- [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.112 to 2.0.0-rc.114
- [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-register-components` from 2.0.0-rc.112 to 2.0.0-rc.114
- [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/utils` 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 `vue` from 3.5.17 to 3.5.22
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.17...v3.5.22)

Updates `vuepress` from 2.0.0-rc.24 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)

Updates `vuepress-plugin-md-enhance` from 2.0.0-rc.94 to 2.0.0-rc.95
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/md-enhance/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.95/packages/md-enhance)

Updates `vuepress-theme-hope` from 2.0.0-rc.94 to 2.0.0-rc.95
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.95/packages/theme)

---
updated-dependencies:
- dependency-name: "@vuepress/bundler-vite"
  dependency-version: 2.0.0-rc.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/client"
  dependency-version: 2.0.0-rc.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-docsearch"
  dependency-version: 2.0.0-rc.114
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-google-analytics"
  dependency-version: 2.0.0-rc.114
  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.114
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/utils"
  dependency-version: 2.0.0-rc.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vue
  dependency-version: 3.5.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress
  dependency-version: 2.0.0-rc.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-plugin-md-enhance
  dependency-version: 2.0.0-rc.95
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-theme-hope
  dependency-version: 2.0.0-rc.95
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 20, 2025
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.

0 participants