Skip to content

Commit 950d3ef

Browse files
authored
chore: bump vite-task (#430)
<!-- CURSOR_SUMMARY --> > [!NOTE] > **Bump vite-task dependencies** > > - Update git `rev` for `fspy`, `vite_glob`, `vite_path`, `vite_str`, `vite_task`, and `vite_workspace` in `Cargo.toml`; lockfile sources updated accordingly. > > **Refresh CLI snapshot outputs** > > - Replace cache messages from `✓ cache hit, replaying` to `✓ cache hit, logs replayed` across snapshots (`command-install-shortcut`, `command-lib`, `npm-install-with-options`, `yarn-install-with-options`, `ignore_dist`). > - Remove explicit cache miss line in `oxlint-typeaware` snapshot; outputs now show results without the prior `✗ cache miss...` message. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit cd4397e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 5ac324a commit 950d3ef

8 files changed

Lines changed: 30 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 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
@@ -78,7 +78,7 @@ dunce = "1.0.5"
7878
fast-glob = "1.0.0"
7979
flate2 = { version = "=1.1.5", features = ["zlib-rs"] }
8080
form_urlencoded = "1.2.1"
81-
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "41f102edf54b9cda98dffa161acd8bb5b5514759" }
81+
fspy = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "f17aab2a5dec5960d7a42c3eb37349a83ac20943" }
8282
futures = "0.3.31"
8383
futures-util = "0.3.31"
8484
glob = "0.3.2"
@@ -159,13 +159,13 @@ uuid = "1.17.0"
159159
vfs = "0.12.1"
160160
vite_command = { path = "crates/vite_command" }
161161
vite_error = { path = "crates/vite_error" }
162-
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "41f102edf54b9cda98dffa161acd8bb5b5514759" }
162+
vite_glob = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "f17aab2a5dec5960d7a42c3eb37349a83ac20943" }
163163
vite_install = { path = "crates/vite_install" }
164164
vite_migration = { path = "crates/vite_migration" }
165-
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "41f102edf54b9cda98dffa161acd8bb5b5514759" }
166-
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "41f102edf54b9cda98dffa161acd8bb5b5514759" }
167-
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "41f102edf54b9cda98dffa161acd8bb5b5514759" }
168-
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "41f102edf54b9cda98dffa161acd8bb5b5514759" }
165+
vite_path = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "f17aab2a5dec5960d7a42c3eb37349a83ac20943" }
166+
vite_str = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "f17aab2a5dec5960d7a42c3eb37349a83ac20943" }
167+
vite_task = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "f17aab2a5dec5960d7a42c3eb37349a83ac20943" }
168+
vite_workspace = { git = "ssh://git@github.com/voidzero-dev/vite-task.git", rev = "f17aab2a5dec5960d7a42c3eb37349a83ac20943" }
169169
walkdir = "2.5.0"
170170
wax = "0.6.0"
171171
which = "8.0.0"

packages/cli/snap-tests/command-install-shortcut/snap.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Done in <variable>ms using pnpm v<semver>
1010

1111

1212
> vite i # install shortcut hit cache
13-
✓ cache hit, replaying
1413
Packages: +<variable>
1514
+<repeat>
1615
Progress: resolved <variable>, reused <variable>, downloaded <variable>, added <variable>, done
@@ -19,10 +18,10 @@ dependencies:
1918
+ tslib <semver>
2019

2120
Done in <variable>ms using pnpm v<semver>
21+
✓ cache hit, logs replayed
2222

2323

2424
> vite install # install command still hit cache
25-
✓ cache hit, replaying
2625
Packages: +<variable>
2726
+<repeat>
2827
Progress: resolved <variable>, reused <variable>, downloaded <variable>, added <variable>, done
@@ -31,4 +30,5 @@ dependencies:
3130
+ tslib <semver>
3231

3332
Done in <variable>ms using pnpm v<semver>
33+
✓ cache hit, logs replayed
3434

packages/cli/snap-tests/command-lib/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ Options:
6262
index.mjs
6363

6464
> vite lib src/index.ts # should hit cache
65-
✓ cache hit, replaying
6665
ℹ entry: src/index.ts
6766
ℹ Build start
6867
ℹ dist/index.mjs <variable> kB │ gzip: <variable> kB
6968
ℹ 1 files, total: <variable> kB
7069
✔ Build complete in <variable>ms
70+
✓ cache hit, logs replayed
7171

packages/cli/snap-tests/ignore_dist/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Finished in <variable>ms on 0 files with <variable> rules using <variable> threa
55

66
> mkdir dist
77
> vite lint # new dist folder should not invalidate cache
8-
✓ cache hit, replaying
98
Found 0 warnings and 0 errors.
109
Finished in <variable>ms on 0 files with <variable> rules using <variable> threads.
10+
✓ cache hit, logs replayed
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Run "npm help install" for more info
2929
tslib
3030

3131
> vite install --production --silent # install again hit cache
32-
✓ cache hit, replaying
32+
✓ cache hit, logs replayed
3333

packages/cli/snap-tests/oxlint-typeaware/snap.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Finished in <variable>ms on 1 file with <variable> rules using <variable> thread
55

66
> echo //comment >> types.ts
77
> vite lint ./src # non-type-aware linting doesn't read types.ts
8-
✓ cache hit, replaying
98
Found 0 warnings and 0 errors.
109
Finished in <variable>ms on 1 file with <variable> rules using <variable> threads.
10+
✓ cache hit, logs replayed
1111

1212

1313
> vite lint --type-aware ./src
@@ -17,7 +17,6 @@ Finished in <variable>ms on 1 file with <variable> rules using <variable> thread
1717

1818
> echo //comment >> types.ts
1919
> vite lint --type-aware ./src # type-aware linting reads types.ts
20-
✗ cache miss: content of input 'types.ts' changed, executing
2120
Found 0 warnings and 0 errors.
2221
Finished in <variable>ms on 1 file with <variable> rules using <variable> threads.
2322

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Done in <variable>ms.
8080
tslib
8181

8282
> vite install --prod # install again hit cache
83-
✓ cache hit, replaying
8483
yarn install v<semver>
8584
info No lockfile found.
8685
[1/4] Resolving packages...
@@ -89,4 +88,5 @@ info No lockfile found.
8988
[4/4] Building fresh packages...
9089
success Saved lockfile.
9190
Done in <variable>ms.
91+
✓ cache hit, logs replayed
9292

0 commit comments

Comments
 (0)