Skip to content

Commit ddc0fb3

Browse files
committed
chore: bump vite-task to 4bbcba17
Includes: - chore: cleanup outdated docs and code (#211) - Hide "Did you mean:" when there are no fuzzy match suggestions (#212) https://claude.ai/code/session_01RSBPa1P1A94WvPMDa8YaQE
1 parent f89ea15 commit ddc0fb3

2 files changed

Lines changed: 26 additions & 45 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 39 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 = "c77d1421c356eb8d8b5b0d26415e01ce3294fbf6" }
87+
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
8888
futures = "0.3.31"
8989
futures-util = "0.3.31"
9090
glob = "0.3.2"
@@ -183,14 +183,14 @@ 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 = "c77d1421c356eb8d8b5b0d26415e01ce3294fbf6" }
186+
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
187187
vite_install = { path = "crates/vite_install" }
188188
vite_migration = { path = "crates/vite_migration" }
189189
vite_shared = { path = "crates/vite_shared" }
190-
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "c77d1421c356eb8d8b5b0d26415e01ce3294fbf6" }
191-
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "c77d1421c356eb8d8b5b0d26415e01ce3294fbf6" }
192-
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "c77d1421c356eb8d8b5b0d26415e01ce3294fbf6" }
193-
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "c77d1421c356eb8d8b5b0d26415e01ce3294fbf6" }
190+
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
191+
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
192+
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
193+
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "4bbcba1733a4cd3816beac9a69ddd6f67834e49e" }
194194
walkdir = "2.5.0"
195195
wax = "0.6.0"
196196
which = "8.0.0"

0 commit comments

Comments
 (0)