This release brings significant Windows platform improvements, Svelte template support, and resolves over 130 DTS warnings.
Highlights
- Svelte Support —
vp createnow supports Svelte templates via the sv CLI (#982) - Windows Trampoline — Replaced .cmd wrappers with a trampoline exe for more reliable Node.js version switching on Windows (#981)
- DTS Warnings Resolved — Fixed ~137 DTS warnings in
vp packwhen importing UserConfig (#993) - Terminal Color Detection — Adopted DA1 sandwich technique for robust OSC color query detection (#986)
Features
- Add svelte template support via sv CLI (#982) — @mudiageo
- Use trampoline exe instead of .cmd wrappers on Windows (#981) — @fengmk2
- Add Kiro agent instructions (#1033) — @ErikCH
- Upgrade oxlint 1.55→1.56, oxfmt 0.40→0.41, tsdown 0.21.3→0.21.4, @vitejs/devtools 0.1.0→0.1.2 (#980) — @Brooooooklyn
- Upgrade Vite 8.0.0→8.0.1, Rolldown rc.9→rc.10, oxc_resolver→11.19.1 (#1043) — @Brooooooklyn
- Upgrade oxlint-tsgolint 0.17.0→0.17.1 (#1058) — @Brooooooklyn
Fixes & Enhancements
- Normalize target directory to forward slashes on Windows in
vp create(#971) — @fengmk2 - Use
vp fmtinstead of bin in create (#972) — @Salnika - Split IDE and shell profile checks in
vp env doctor(#961) — @jong-kyung - Resolve vendor-aliases paths from package root, not distRoot (#985) — @Brooooooklyn
- Unset session override when
vp env usecalled without arguments (#960) — @JasonOA888 - Add Windows support and extract clean-dist in justfile (#953) — @nekomoyi
- Adopt DA1 sandwich technique for robust OSC color query detection (#986) — @Brooooooklyn
- Copy esm-shims.js to dist during tsdown bundling (#1013) — @kazupon
- Auto-install hooks and staged config in prepare script (#1028) — @fengmk2
- Update resolution logic for
vp createto matchnpm-init(#1041) — @rrdelaney - Resolve ~137 DTS warnings in
vp packwhen importing UserConfig (#993) — @kazupon - Use jsonc-parser for vscode settings (#1003) — @liangmiQwQ
- Export all values from vite-plus/pack subpath (#1044) — @kazupon
- Handle permission errors when configuring shell PATH (#1040) — @kazupon
- Remove --tag alpha from vp upgrade in CI (#1009) — @fengmk2
- Upgrade cac to v7 to fix sync-remote major version conflict (#1049) — @fengmk2
- Show node version fallback in
vp --version(#1032) — @TheAlexLichter
Docs
- Clarify built-in command vs custom script precedence in AGENTS.md (#1010) — @creativerezz
Chore
- Auto-update agent instructions, never create new files (#1027) — @fengmk2
- Update oxc to v0.120.0 (#969) — @renovate[bot]
- Fix editor list (#1006) — @cpojer
- Rename
rolldown-vitedirectory tovite(#1024) — @Boshen - Add graphite optimizer to CI (#983) — @Brooooooklyn
- Add Claude issue triage workflow for bug reports (#1011) — @Boshen
- Skip flaky snap tests on macOS and win32 (#1022) — @fengmk2
- Ignore command-staged-with-config flaky test output (#1047) — @fengmk2
Published Packages
@voidzero-dev/vite-plus-core@0.1.13@voidzero-dev/vite-plus-test@0.1.13vite-plus@0.1.13
Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
irm https://vite.plus/ps1 | iexUpgrade:
vp upgradeNew Contributors
Welcome to all new contributors! 🎉
@jong-kyung, @JasonOA888, @mudiageo, @creativerezz, @rrdelaney, @liangmiQwQ, @ErikCH, @TheAlexLichter
Full Changelog: v0.1.12...v0.1.13