Skip to content

Commit bdceb19

Browse files
branchseerclaude
andauthored
chore: bump vite-task to latest main (#688)
## Summary - Bump vite-task dependency from `9e1287e` to `e0d1add82332c5256426976c03fb8649c5ed6a1c` (latest main) - Updates all vite-task crates: `fspy`, `vite_glob`, `vite_path`, `vite_str`, `vite_task`, `vite_workspace` - Adds `tracing` dependency to `vite_task_graph` and `vite_workspace` in lockfile (added upstream) ## Test plan - [ ] CI passes (cargo check, cargo test, clippy) https://claude.ai/code/session_01QdLBimv2wNXMF5JoAZuLBf Co-authored-by: Claude <noreply@anthropic.com>
1 parent 570093b commit bdceb19

File tree

2 files changed

+26
-24
lines changed

2 files changed

+26
-24
lines changed

Cargo.lock

Lines changed: 20 additions & 18 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
@@ -83,7 +83,7 @@ dunce = "1.0.5"
8383
fast-glob = "1.0.0"
8484
flate2 = { version = "=1.1.9", features = ["zlib-rs"] }
8585
form_urlencoded = "1.2.1"
86-
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "9e1287e797190ea29793655b239cdaa7a55edd21" }
86+
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "e0d1add82332c5256426976c03fb8649c5ed6a1c" }
8787
futures = "0.3.31"
8888
futures-util = "0.3.31"
8989
glob = "0.3.2"
@@ -182,14 +182,14 @@ vfs = "0.12.1"
182182
vite_command = { path = "crates/vite_command" }
183183
vite_error = { path = "crates/vite_error" }
184184
vite_js_runtime = { path = "crates/vite_js_runtime" }
185-
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "9e1287e797190ea29793655b239cdaa7a55edd21" }
185+
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "e0d1add82332c5256426976c03fb8649c5ed6a1c" }
186186
vite_install = { path = "crates/vite_install" }
187187
vite_migration = { path = "crates/vite_migration" }
188188
vite_shared = { path = "crates/vite_shared" }
189-
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "9e1287e797190ea29793655b239cdaa7a55edd21" }
190-
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "9e1287e797190ea29793655b239cdaa7a55edd21" }
191-
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "9e1287e797190ea29793655b239cdaa7a55edd21" }
192-
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "9e1287e797190ea29793655b239cdaa7a55edd21" }
189+
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "e0d1add82332c5256426976c03fb8649c5ed6a1c" }
190+
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "e0d1add82332c5256426976c03fb8649c5ed6a1c" }
191+
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "e0d1add82332c5256426976c03fb8649c5ed6a1c" }
192+
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "e0d1add82332c5256426976c03fb8649c5ed6a1c" }
193193
walkdir = "2.5.0"
194194
wax = "0.6.0"
195195
which = "8.0.0"

0 commit comments

Comments
 (0)