Skip to content

Commit 754ad9f

Browse files
committed
chore: bump vite-task to 4f14ebe0
1 parent 249042f commit 754ad9f

File tree

5 files changed

+43
-26
lines changed

5 files changed

+43
-26
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -89,7 +89,7 @@ dunce = "1.0.5"
8989
fast-glob = "1.0.0"
9090
flate2 = { version = "=1.1.9", features = ["zlib-rs"] }
9191
form_urlencoded = "1.2.1"
92-
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "7b74d616351a9caa3f25ac188ca062d4aab31e60" }
92+
fspy = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "4f14ebe03600a8996f135d7ee11574346c055901" }
9393
futures = "0.3.31"
9494
futures-util = "0.3.31"
9595
glob = "0.3.2"
@@ -194,16 +194,16 @@ vfs = "0.13.0"
194194
vite_command = { path = "crates/vite_command" }
195195
vite_error = { path = "crates/vite_error" }
196196
vite_js_runtime = { path = "crates/vite_js_runtime" }
197-
vite_glob = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "7b74d616351a9caa3f25ac188ca062d4aab31e60" }
197+
vite_glob = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "4f14ebe03600a8996f135d7ee11574346c055901" }
198198
vite_install = { path = "crates/vite_install" }
199199
vite_migration = { path = "crates/vite_migration" }
200200
vite_setup = { path = "crates/vite_setup" }
201201
vite_shared = { path = "crates/vite_shared" }
202202
vite_static_config = { path = "crates/vite_static_config" }
203-
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "7b74d616351a9caa3f25ac188ca062d4aab31e60" }
204-
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "7b74d616351a9caa3f25ac188ca062d4aab31e60" }
205-
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "7b74d616351a9caa3f25ac188ca062d4aab31e60" }
206-
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "7b74d616351a9caa3f25ac188ca062d4aab31e60" }
203+
vite_path = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "4f14ebe03600a8996f135d7ee11574346c055901" }
204+
vite_str = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "4f14ebe03600a8996f135d7ee11574346c055901" }
205+
vite_task = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "4f14ebe03600a8996f135d7ee11574346c055901" }
206+
vite_workspace = { git = "https://github.com/voidzero-dev/vite-task.git", rev = "4f14ebe03600a8996f135d7ee11574346c055901" }
207207
walkdir = "2.5.0"
208208
wax = "0.6.0"
209209
which = "8.0.0"

packages/cli/snap-tests/npm-install-with-options/snap.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,18 @@ $ vp install --production --silent
3535

3636
---
3737
vp run: npm-install-with-options#install not cached because it modified its input. (Run `vp run --last-details` for full details)
38+
39+
> vp run --last-details
40+
41+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
42+
Vite+ Task Runner • Execution Summary
43+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
44+
45+
Statistics: 1 tasks • 0 cache hits • 1 cache misses
46+
Performance: 0% cache hit rate
47+
48+
Task Details:
49+
────────────────────────────────────────────────
50+
[1] npm-install-with-options#install: $ vp install --production --silent ✓
51+
→ Not cached: read and wrote 'package-lock.json'
52+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

packages/cli/snap-tests/npm-install-with-options/steps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"vp install --help # print help message",
44
"vp run install # https://docs.npmjs.com/cli/v10/commands/npm-install",
55
"ls node_modules",
6-
"vp run install # install again hit cache"
6+
"vp run install # install again hit cache",
7+
"vp run --last-details"
78
]
89
}

packages/cli/snap-tests/npm-install-with-options/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default {
44
tasks: {
55
install: {
66
command: 'vp install --production --silent',
7+
input: [{ auto: true }, '!node_modules/**', '!package-lock.json'],
78
},
89
},
910
},

0 commit comments

Comments
 (0)