Skip to content

Commit 6fa5b85

Browse files
committed
1 parent 4ce9465 commit 6fa5b85

3 files changed

Lines changed: 31 additions & 29 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ dunce = "1.0.5"
191191
fast-glob = "1.0.0"
192192
flate2 = { version = "=1.1.9", features = ["zlib-rs"] }
193193
form_urlencoded = "1.2.1"
194-
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "d02b257dc7fa6293b4f4f6774e5f883476b8846c" }
194+
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "5833b374c6edb05c2f2f8e133ff8c796b378472a" }
195195
futures = "0.3.31"
196196
futures-util = "0.3.31"
197197
glob = "0.3.2"
@@ -296,18 +296,18 @@ vfs = "0.13.0"
296296
vite_command = { path = "crates/vite_command" }
297297
vite_error = { path = "crates/vite_error" }
298298
vite_js_runtime = { path = "crates/vite_js_runtime" }
299-
vite_glob = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "d02b257dc7fa6293b4f4f6774e5f883476b8846c" }
299+
vite_glob = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "5833b374c6edb05c2f2f8e133ff8c796b378472a" }
300300
vite_install = { path = "crates/vite_install" }
301301
vite_migration = { path = "crates/vite_migration" }
302302
vite_pm_cli = { path = "crates/vite_pm_cli" }
303303
vite_setup = { path = "crates/vite_setup" }
304304
vite_shared = { path = "crates/vite_shared" }
305305
vite_static_config = { path = "crates/vite_static_config" }
306-
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "d02b257dc7fa6293b4f4f6774e5f883476b8846c" }
307-
vite_powershell = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "d02b257dc7fa6293b4f4f6774e5f883476b8846c" }
308-
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "d02b257dc7fa6293b4f4f6774e5f883476b8846c" }
309-
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "d02b257dc7fa6293b4f4f6774e5f883476b8846c" }
310-
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "d02b257dc7fa6293b4f4f6774e5f883476b8846c" }
306+
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "5833b374c6edb05c2f2f8e133ff8c796b378472a" }
307+
vite_powershell = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "5833b374c6edb05c2f2f8e133ff8c796b378472a" }
308+
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "5833b374c6edb05c2f2f8e133ff8c796b378472a" }
309+
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "5833b374c6edb05c2f2f8e133ff8c796b378472a" }
310+
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "5833b374c6edb05c2f2f8e133ff8c796b378472a" }
311311
walkdir = "2.5.0"
312312
wax = "0.6.0"
313313
which = "8.0.0"

docs/guide/run.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ vp run --filter "@my/*" --filter "!@my/utils" build
171171

172172
Multiple `--filter` flags are combined as a union. Exclusion filters are applied after all inclusions.
173173

174+
When a `--filter` matches no packages, Vite+ prints a warning and exits successfully, matching pnpm's behavior. Pass `--fail-if-no-match` to abort the run when any filter matches nothing instead.
175+
174176
### Workspace Root (`-w`)
175177

176178
Explicitly run the task in the workspace root package:

0 commit comments

Comments
 (0)