Skip to content

Commit 9ce4faa

Browse files
committed
chore(deps): bump vite-task to pick up the Windows ps1 stdin gate
vite-task's plan-time `.cmd` -> `powershell -File <.ps1>` rewrite was ungated and hung Windows CI builds (the `.ps1` wrappers block draining a non-TTY stdin pipe). vite-task@fix/ps1-stdin-tty-gate gates that rewrite on `is_stdin_terminal()`, matching vite_command's ps1_shim. Bumps the vite-task rev from 8daa9bb7 to 0c5c6236. Ref #1489
1 parent 476a1bd commit 9ce4faa

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 41 additions & 41 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
@@ -192,7 +192,7 @@ dunce = "1.0.5"
192192
fast-glob = "1.0.0"
193193
flate2 = { version = "=1.1.9", features = ["zlib-rs"] }
194194
form_urlencoded = "1.2.1"
195-
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "8daa9bb72faa89b745cb58c087b416b15d3bddc5" }
195+
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "0c5c6236c9ae3b16c7fd02574d3f87537a938eee" }
196196
futures = "0.3.31"
197197
futures-util = "0.3.31"
198198
glob = "0.3.2"
@@ -304,11 +304,11 @@ vite_pm_cli = { path = "crates/vite_pm_cli" }
304304
vite_setup = { path = "crates/vite_setup" }
305305
vite_shared = { path = "crates/vite_shared" }
306306
vite_static_config = { path = "crates/vite_static_config" }
307-
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "8daa9bb72faa89b745cb58c087b416b15d3bddc5" }
308-
vite_powershell = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "8daa9bb72faa89b745cb58c087b416b15d3bddc5" }
309-
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "8daa9bb72faa89b745cb58c087b416b15d3bddc5" }
310-
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "8daa9bb72faa89b745cb58c087b416b15d3bddc5" }
311-
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "8daa9bb72faa89b745cb58c087b416b15d3bddc5" }
307+
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "0c5c6236c9ae3b16c7fd02574d3f87537a938eee" }
308+
vite_powershell = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "0c5c6236c9ae3b16c7fd02574d3f87537a938eee" }
309+
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "0c5c6236c9ae3b16c7fd02574d3f87537a938eee" }
310+
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "0c5c6236c9ae3b16c7fd02574d3f87537a938eee" }
311+
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "0c5c6236c9ae3b16c7fd02574d3f87537a938eee" }
312312
walkdir = "2.5.0"
313313
wax = "0.6.0"
314314
which = "8.0.0"

0 commit comments

Comments
 (0)