Skip to content

Commit fb2fec3

Browse files
committed
chore: bump vite-task to e0229ffb
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
1 parent 2e2c4c6 commit fb2fec3

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dunce = "1.0.5"
8989
fast-glob = "1.0.0"
9090
flate2 = { version = "=1.1.9", features = ["zlib-rs"] }
9191
form_urlencoded = "1.2.1"
92-
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "954cd3bead71be4ddc1e3183110d713bbe26286b" }
92+
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "e0229ffbb8e128bf8496a030588202b9e1be6376" }
9393
futures = "0.3.31"
9494
futures-util = "0.3.31"
9595
glob = "0.3.2"
@@ -194,16 +194,16 @@ vfs = "0.13.0"
194194
vite_command = { path = "crates/vite_command" }
195195
vite_error = { path = "crates/vite_error" }
196196
vite_js_runtime = { path = "crates/vite_js_runtime" }
197-
vite_glob = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "954cd3bead71be4ddc1e3183110d713bbe26286b" }
197+
vite_glob = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "e0229ffbb8e128bf8496a030588202b9e1be6376" }
198198
vite_install = { path = "crates/vite_install" }
199199
vite_migration = { path = "crates/vite_migration" }
200200
vite_setup = { path = "crates/vite_setup" }
201201
vite_shared = { path = "crates/vite_shared" }
202202
vite_static_config = { path = "crates/vite_static_config" }
203-
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "954cd3bead71be4ddc1e3183110d713bbe26286b" }
204-
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "954cd3bead71be4ddc1e3183110d713bbe26286b" }
205-
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "954cd3bead71be4ddc1e3183110d713bbe26286b" }
206-
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "954cd3bead71be4ddc1e3183110d713bbe26286b" }
203+
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "e0229ffbb8e128bf8496a030588202b9e1be6376" }
204+
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "e0229ffbb8e128bf8496a030588202b9e1be6376" }
205+
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "e0229ffbb8e128bf8496a030588202b9e1be6376" }
206+
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "e0229ffbb8e128bf8496a030588202b9e1be6376" }
207207
walkdir = "2.5.0"
208208
wax = "0.6.0"
209209
which = "8.0.0"

0 commit comments

Comments
 (0)