Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Docs are local at `node_modules/vite-plus/docs` or online at https://viteplus.de
- [ ] Run `vp install` after pulling remote changes and before getting started.
- [ ] Run `vp check` and `vp test` to format, lint, type check and test changes.
- [ ] Check if there are `vite.config.ts` tasks or `package.json` scripts necessary for validation, run via `vp run <script>`.
- [ ] If setup, runtime, or package-manager behavior looks wrong, run `vp env doctor` and include its output when asking for help.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The CLAUDE.md file contains duplicate VITE PLUS sections (one starting at line 86 and another at line 104). While this change correctly updates the checklist in the first block, having two separate guides for the same toolchain is confusing and makes the documentation harder to maintain. It is recommended to consolidate these sections into a single, authoritative guide.


<!--VITE PLUS END-->

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@types/selfsigned": "^2.1.0",
"@types/tar-stream": "^2.2.3",
"@typescript/native-preview": "beta",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/coverage-v8": "^4.1.6",
"busboy": "^1.6.0",
"cross-env": "^10.1.0",
"iconv-lite": "^0.7.0",
Expand All @@ -99,8 +99,8 @@
"tshy": "^4.0.0",
"tshy-after": "^1.4.1",
"typescript": "^6.0.0",
"vite-plus": "^0.1.21",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.21"
"vite-plus": "^0.1.22",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.22"
},
"tshy": {
"exports": {
Expand All @@ -114,8 +114,8 @@
"packageManager": "pnpm@11.1.3",
"pnpm": {
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.21",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.21"
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.22",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.22"
},
"peerDependencyRules": {
"allowAny": [
Expand Down
119 changes: 63 additions & 56 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
minimumReleaseAgeExclude:
- '@voidzero-dev/vite-plus-core'
- '@voidzero-dev/vite-plus-darwin-arm64'
- '@voidzero-dev/vite-plus-darwin-x64'
- '@voidzero-dev/vite-plus-linux-arm64-gnu'
- '@voidzero-dev/vite-plus-linux-arm64-musl'
- '@voidzero-dev/vite-plus-linux-x64-gnu'
- '@voidzero-dev/vite-plus-linux-x64-musl'
- '@voidzero-dev/vite-plus-test'
- '@voidzero-dev/vite-plus-win32-arm64-msvc'
- '@voidzero-dev/vite-plus-win32-x64-msvc'
- vite-plus
Loading