Commit 79a121b
chore: bump the vuepress group with 8 updates (#3792)
* chore: bump the vuepress group with 8 updates
Bumps the vuepress group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [@vuepress/cli](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-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/utils](https://github.com/vuepress/core) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [vue](https://github.com/vuejs/core) | `3.5.21` | `3.5.25` |
| [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) | `2.0.0-rc.24` | `2.0.0-rc.26` |
| [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.98` |
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/cli` 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-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/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.21 to 3.5.25
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.21...v3.5.25)
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-theme-hope` from 2.0.0-rc.94 to 2.0.0-rc.98
- [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.98/packages/theme)
---
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/cli"
dependency-version: 2.0.0-rc.26
dependency-type: direct:development
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-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/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.25
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-theme-hope
dependency-version: 2.0.0-rc.98
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: vuepress
...
Signed-off-by: dependabot[bot] <[email protected]>
* fix(docs): correct AppLoader.tsx path in documentation
The documentation was referencing @packages/cli/src/bin/dev-portal/AppLoader.tsx
which doesn't exist. The correct path is @packages/dev-portal/src/AppLoader.tsx.
This was a pre-existing issue revealed by VuePress 2.0.0-rc.26's improved
validation of code references in markdown files.
* chore: add changeset for VuePress upgrade and documentation improvements
* chore: regen lock
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Odin Thomas Rochmann <[email protected]>1 parent c4361e6 commit 79a121b
File tree
5 files changed
+1099
-1044
lines changed- .changeset
- vue-press
- src
- .vuepress
- modules/app
5 files changed
+1099
-1044
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments