Skip to content

Commit 2255532

Browse files
branchseerclaude
andauthored
chore: bump vite-task to 398a147f (#808)
## Summary - Bump vite-task from `28f371a1` to `398a147f` - Includes: hint Escape key when no tasks match in interactive selector (#235), overhaul README/CLAUDE.md and add CONTRIBUTING.md (#234) ## Test plan - [x] `cargo check` passes - [ ] CI passes https://claude.ai/code/session_0139LsSbe67hcD8NKKaK6Y8U Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6a5a67d commit 2255532

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

Cargo.lock

Lines changed: 31 additions & 31 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 = "28f371a168b80a84e66bbf4707232522be5f31cf" }
87+
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "398a147fd1ed42a88585d3a9481f200c3e56a2f4" }
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 = "28f371a168b80a84e66bbf4707232522be5f31cf" }
186+
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "398a147fd1ed42a88585d3a9481f200c3e56a2f4" }
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 = "28f371a168b80a84e66bbf4707232522be5f31cf" }
192-
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "28f371a168b80a84e66bbf4707232522be5f31cf" }
193-
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "28f371a168b80a84e66bbf4707232522be5f31cf" }
194-
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "28f371a168b80a84e66bbf4707232522be5f31cf" }
191+
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "398a147fd1ed42a88585d3a9481f200c3e56a2f4" }
192+
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "398a147fd1ed42a88585d3a9481f200c3e56a2f4" }
193+
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "398a147fd1ed42a88585d3a9481f200c3e56a2f4" }
194+
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "398a147fd1ed42a88585d3a9481f200c3e56a2f4" }
195195
walkdir = "2.5.0"
196196
wax = "0.6.0"
197197
which = "8.0.0"

0 commit comments

Comments
 (0)