Skip to content

Commit 1fbd7e8

Browse files
authored
chore: bump vite-task to 7e28617 (latest main) (#794)
## Summary - Bump vite-task dependency from `1acf3eec` to `7e28617` (latest main) - Picks up: fix for self-referential package dependency edges in workspace graph (#230) ## Test plan - [x] `cargo check --all-targets --all-features` passes locally - [ ] CI passes
1 parent f34a289 commit 1fbd7e8

2 files changed

Lines changed: 34 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 28 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
@@ -84,7 +84,7 @@ dunce = "1.0.5"
8484
fast-glob = "1.0.0"
8585
flate2 = { version = "=1.1.9", features = ["zlib-rs"] }
8686
form_urlencoded = "1.2.1"
87-
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "1acf3eec06a91ceaeba880bb2b52b3c93a3f56a0" }
87+
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "7e28617fab72035f373880a8e5d35a75376f9dbc" }
8888
futures = "0.3.31"
8989
futures-util = "0.3.31"
9090
glob = "0.3.2"
@@ -183,15 +183,15 @@ vfs = "0.12.1"
183183
vite_command = { path = "crates/vite_command" }
184184
vite_error = { path = "crates/vite_error" }
185185
vite_js_runtime = { path = "crates/vite_js_runtime" }
186-
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "1acf3eec06a91ceaeba880bb2b52b3c93a3f56a0" }
186+
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "7e28617fab72035f373880a8e5d35a75376f9dbc" }
187187
vite_install = { path = "crates/vite_install" }
188188
vite_migration = { path = "crates/vite_migration" }
189189
vite_shared = { path = "crates/vite_shared" }
190190
vite_static_config = { path = "crates/vite_static_config" }
191-
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "1acf3eec06a91ceaeba880bb2b52b3c93a3f56a0" }
192-
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "1acf3eec06a91ceaeba880bb2b52b3c93a3f56a0" }
193-
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "1acf3eec06a91ceaeba880bb2b52b3c93a3f56a0" }
194-
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "1acf3eec06a91ceaeba880bb2b52b3c93a3f56a0" }
191+
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "7e28617fab72035f373880a8e5d35a75376f9dbc" }
192+
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "7e28617fab72035f373880a8e5d35a75376f9dbc" }
193+
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "7e28617fab72035f373880a8e5d35a75376f9dbc" }
194+
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "7e28617fab72035f373880a8e5d35a75376f9dbc" }
195195
walkdir = "2.5.0"
196196
wax = "0.6.0"
197197
which = "8.0.0"

0 commit comments

Comments
 (0)