Skip to content

chore: bump vite-task to e0229ffb#1414

Draft
fengmk2 wants to merge 9 commits intomainfrom
exec-ps1-script-first
Draft

chore: bump vite-task to e0229ffb#1414
fengmk2 wants to merge 9 commits intomainfrom
exec-ps1-script-first

Conversation

@fengmk2
Copy link
Copy Markdown
Member

@fengmk2 fengmk2 commented Apr 18, 2026

Pulls in voidzero-dev/vite-task#345 which prefers .ps1 shims over .cmd
on Windows to avoid the "Terminate batch job (Y/N)?" prompt and terminal
corruption on Ctrl+C during vp run dev.

Closes #1176

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 18, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 4ac205f
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69e39b9895fe670008b8065c

@fengmk2 fengmk2 self-assigned this Apr 18, 2026
Copy link
Copy Markdown
Member Author

fengmk2 commented Apr 18, 2026


How to use the Graphite Merge Queue

Add the label auto-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@fengmk2 fengmk2 force-pushed the exec-ps1-script-first branch from fb2fec3 to 0579c72 Compare April 18, 2026 07:07
fengmk2 added 3 commits April 18, 2026 16:04
Pulls in voidzero-dev/vite-task#345 which prefers .ps1 shims over .cmd
on Windows to avoid the "Terminate batch job (Y/N)?" prompt and terminal
corruption on Ctrl+C during `vp run dev`.

Closes #1176
Picks up the cache-portability fix for voidzero-dev/vite-task#345
(PowerShell rewrite moved from plan layer to spawn layer).
Picks up voidzero-dev/vite-task#345 fix for missing `which` dep on
Windows after the module move.
@fengmk2 fengmk2 force-pushed the exec-ps1-script-first branch 2 times, most recently from c5510b2 to 754ad9f Compare April 18, 2026 08:46
@fengmk2 fengmk2 force-pushed the exec-ps1-script-first branch from 754ad9f to ad0a26f Compare April 18, 2026 13:26
@fengmk2 fengmk2 added test: install-e2e run vite install e2e test test: e2e Auto run e2e tests labels Apr 18, 2026 — with Graphite App
fengmk2 added 5 commits April 18, 2026 22:01
vite-task PR voidzero-dev/vite-task#344 made `fspy_preload_unix`
(a cdylib) an unconditional build-dep so cargo's artifact resolver
doesn't panic during cross-compile. On musl, building a cdylib
requires dynamically-linked libc; the default is static, so the
build fails with:

    error: cannot produce cdylib for `fspy_preload_unix` as the
    target `x86_64-unknown-linux-musl` does not support these crate
    types

Mirror vite-task's own musl CI: set `-C target-feature=-crt-static`
in `RUSTFLAGS`. vite+ ships as a NAPI module that links musl libc
dynamically, so this matches production.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test: e2e Auto run e2e tests test: install-e2e run vite install e2e test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pressing Ctrl+C after vp run dev, pnpm run dev, or npm run dev leaves the terminal in a broken state on Windows

1 participant