Skip to content

Commit 86e11d2

Browse files
authored
chore: update to vp@0.1.8 (#689)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated docs to reflect the new unified CLI toolchain (vp), commands, workflow, and guidance; bumped injected-by marker. * **Chores** * Added a VS Code extension recommendation and workspace settings for formatting, editor behavior, and TypeScript handling. * Bumped vite-plus and vitest dependency versions and related overrides to ^0.1.8. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent f212194 commit 86e11d2

File tree

5 files changed

+238
-214
lines changed

5 files changed

+238
-214
lines changed

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["VoidZero.vite-plus-extension-pack"]
3+
}

.vscode/settings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"files.insertFinalNewline": true,
4+
"files.trimFinalNewlines": true,
5+
"[javascript]": {
6+
"editor.defaultFormatter": "oxc.oxc-vscode"
7+
},
8+
"[typescriptreact]": {
9+
"editor.defaultFormatter": "oxc.oxc-vscode"
10+
},
11+
"[typescript]": {
12+
"editor.defaultFormatter": "oxc.oxc-vscode"
13+
},
14+
"[json]": {
15+
"editor.defaultFormatter": "oxc.oxc-vscode"
16+
},
17+
"typescript.preferences.importModuleSpecifierEnding": "js",
18+
"typescript.reportStyleChecksAsWarnings": false,
19+
"typescript.updateImportsOnFileMove.enabled": "always",
20+
"typescript.experimental.useTsgo": true
21+
}

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Vite+ automatically detects and wraps the underlying package manager such as pnp
137137
- [ ] Run `vite lint`, `vite fmt`, and `vite test` to validate changes.
138138
<!--VITE PLUS END-->
139139

140-
<!--injected-by-vite-plus-v0.1.4-->
140+
<!--injected-by-vite-plus-v0.1.8-->
141141
<!--VITE PLUS START-->
142142

143143
# Using Vite+, the Unified Toolchain for the Web

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
102102
"tshy": "^3.3.2",
103103
"tshy-after": "^1.4.1",
104104
"typescript": "^5.9.3",
105-
"vite-plus": "^0.1.6",
106-
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.6"
105+
"vite-plus": "^0.1.8",
106+
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.8"
107107
},
108108
"overrides": {
109-
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.6",
110-
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.6"
109+
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.8",
110+
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.8"
111111
},
112112
"tshy": {
113113
"exports": {
@@ -121,8 +121,8 @@
121121
"packageManager": "pnpm@10.32.1",
122122
"pnpm": {
123123
"overrides": {
124-
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.6",
125-
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.6"
124+
"vite": "npm:@voidzero-dev/vite-plus-core@^0.1.8",
125+
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.8"
126126
},
127127
"peerDependencyRules": {
128128
"allowAny": [

0 commit comments

Comments
 (0)