Skip to content

Commit ad0a26f

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

File tree

5 files changed

+45
-30
lines changed

5 files changed

+45
-30
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: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,28 @@ Run "npm help install" for more info
2323
> vp run install # https://docs.npmjs.com/cli/v10/commands/npm-install
2424
$ vp install --production --silent
2525

26-
---
27-
vp run: npm-install-with-options#install not cached because it modified its input. (Run `vp run --last-details` for full details)
2826

2927
> ls node_modules
3028
@oxlint
3129
tslib
3230

3331
> vp run install # install again hit cache
34-
$ vp install --production --silent
32+
$ vp install --production --silent ◉ cache hit, replaying
3533

3634
---
37-
vp run: npm-install-with-options#install not cached because it modified its input. (Run `vp run --last-details` for full details)
35+
vp run: cache hit, <variable>ms saved.
36+
37+
> vp run --last-details
38+
39+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
40+
Vite+ Task Runner • Execution Summary
41+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
42+
43+
Statistics: 1 tasks • 1 cache hits • 0 cache misses
44+
Performance: 100% cache hit rate, <variable>ms saved in total
45+
46+
Task Details:
47+
────────────────────────────────────────────────
48+
[1] npm-install-with-options#install: $ vp install --production --silent ✓
49+
→ Cache hit - output replayed - <variable>ms saved
50+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

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)