Commit 441d388
authored
chore(deps): bump vite to ^8.1.4, keeping VitePress-dependent packages pinned to a compatible range (#398)
## Pull Request Checklist
Please ensure that your PR meets the following requirements:
- [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) guide.
- [ ] I have updated the documentation (if applicable).
- [x] My code follows the style guidelines of this project.
- [x] I have performed a self-review of my own code.
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [x] New and existing unit tests pass locally with my changes.
## Description
Bumps `vite` to `^8.1.4` across all manifests (devDependencies and
pnpm/npm overrides) and regenerates the corresponding lockfiles: root,
`examples/javascript-web`,
`moss-live-labs/examples/image-search/react-app`,
`packages/moss-md-indexer` (and its `example/`), and
`packages/vitepress-plugin-moss` (and its `demo-site/`).
Also adds `@vue/language-core` as an explicit devDependency in
`packages/vitepress-plugin-moss` it's an optional peer of `unplugin-dts`
(via
`vite-plugin-dts`) that was previously pulled into the dependency graph
transitively, but stopped being resolved after the vite bump, breaking
the `.d.ts` build. Declaring it explicitly (pinned to `^3.2.7`, matching
the existing `pnpm.overrides` entry) fixes it.
Verified `vitepress-plugin-moss` builds and its test suite (45 tests)
passes, `moss-md-indexer` builds, and `examples/javascript-web` builds
under vite 8.1.4.
Fixes #362
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] This change requires a documentation update1 parent 3f63229 commit 441d388
18 files changed
Lines changed: 3072 additions & 3052 deletions
File tree
- examples/javascript-web
- moss-live-labs/examples/image-search/react-app
- packages
- moss-md-indexer
- example
- vitepress-plugin-moss
- demo-site
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
0 commit comments