Commit 78b0d2a
committed
feat(deps): upgrade vite-task for compact task runner summary
Upgrade vite-task to voidzero-dev/vite-task#171 which replaces the
verbose full execution summary with compact one-liners. Single-task
runs with no cache hit show no summary. Single-task cache hits show
a brief 'cache hit' message. Multi-task runs show hit rate and time
saved, with a hint to use --verbose for full details.
Updates cli.rs to use ParsedCommand (now exposed by vite-task) with
.into_command() at dispatch points, and regenerates 25 snap tests.1 parent 9115175 commit 78b0d2a
File tree
28 files changed
+103
-814
lines changed- packages/cli
- binding/src
- snap-tests
- auto-install-before-task
- build-vite-env
- cache-clean
- cache-scripts-default
- cache-scripts-enabled
- change-passthrough-env-config
- command-install-shortcut
- command-pack-monorepo
- command-pack
- command-vp-alias
- exit-code
- ignore_dist
- npm-install-with-options
- oxlint-typeaware
- pass-no-color-env
- plain-terminal-ui-nested
- plain-terminal-ui
- synthetic-build-cache-disabled
- synthetic-dev-cache-disabled
- task-config-cwd
- test-nested-tasks
- vite-config-task
- vite-task-path-env-include-pm
- vp-run-expansion
- yarn-install-with-options
28 files changed
+103
-814
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | | - | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
588 | 589 | | |
589 | 590 | | |
590 | 591 | | |
591 | | - | |
| 592 | + | |
592 | 593 | | |
593 | 594 | | |
594 | 595 | | |
| |||
824 | 825 | | |
825 | 826 | | |
826 | 827 | | |
827 | | - | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
828 | 831 | | |
829 | 832 | | |
830 | 833 | | |
| |||
0 commit comments