chore: bump vite-task to 85d4e73#2215
Merged
Merged
Conversation
Update the vite-task git-dependency crates (fspy, pty_terminal_test, pty_terminal_test_client, snapshot_test, vite_path, vite_powershell, vite_str, vite_task, vite_workspace) from 4003f65 to 85d4e73. Changelog (all internal bug fixes, no user-facing changes): - Task cache supports much larger auto-tracked input sets (#554) - npm workspace patterns beginning with ./ discover packages (#547) - Output-forwarding failures no longer misreport as spawn failures (#506) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LGJPQK1jAPZVtj4eCuWMPm
✅ Deploy Preview for viteplus-preview canceled.
|
Contributor
Native binary sizes (
|
| Artifact | Format | Base | PR | Change |
|---|---|---|---|---|
vp (Linux x64) |
Binary | 10.31 MiB | 10.31 MiB | 0 B (0.00%) |
vp (Linux x64) |
gzip -9 | 4.43 MiB | 4.43 MiB | +647 B (+0.01%) |
| NAPI (Linux x64) | Binary | 33.06 MiB | 33.07 MiB | +4.00 KiB (+0.01%) |
| NAPI (Linux x64) | gzip -9 | 12.72 MiB | 12.72 MiB | +1.45 KiB (+0.01%) |
vp (macOS ARM64) |
Binary | 7.64 MiB | 7.64 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
gzip -9 | 3.84 MiB | 3.84 MiB | -388 B (-0.01%) |
| NAPI (macOS ARM64) | Binary | 40.50 MiB | 40.50 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | gzip -9 | 16.97 MiB | 16.97 MiB | +1.50 KiB (+0.01%) |
vp (Windows x64) |
Binary | 8.35 MiB | 8.35 MiB | -3.50 KiB (-0.04%) |
vp (Windows x64) |
gzip -9 | 3.64 MiB | 3.64 MiB | -217 B (-0.01%) |
| NAPI (Windows x64) | Binary | 27.50 MiB | 27.51 MiB | +3.00 KiB (+0.01%) |
| NAPI (Windows x64) | gzip -9 | 10.69 MiB | 10.70 MiB | +4.31 KiB (+0.04%) |
| Trampoline (Windows x64) | Binary | 203.00 KiB | 203.00 KiB | 0 B (0.00%) |
| Trampoline (Windows x64) | gzip -9 | 97.91 KiB | 97.91 KiB | +1 B (+0.00%) |
| Installer (Windows x64) | Binary | 4.44 MiB | 4.44 MiB | +512 B (+0.01%) |
| Installer (Windows x64) | gzip -9 | 2.08 MiB | 2.08 MiB | +356 B (+0.02%) |
…-y0kuji # Conflicts: # Cargo.lock
cpojer
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the vite-task git-dependency crates (
fspy,pty_terminal_test,pty_terminal_test_client,snapshot_test,vite_path,vite_powershell,vite_str,vite_task,vite_workspace) from4003f65to85d4e73.Changelog
All three new entries are internal bug fixes with no user-facing CLI/config changes, so no docs updates are needed:
./now discover matching packages correctly (#547)Full diff:
https://github.com/voidzero-dev/vite-task/compare/4003f65a3e5e3d957ff81b157e85e6ee41cc59fc...85d4e734c64c96c2ce60e734b3e202b5add53696#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edVerification
cargo check --workspace— clean (no breaking changes; the PTY snapshot runner compiles against the new vite-task crates without changes)cargo testacross the vite-plus crates (vite_command,vite_error,vite_install,vite_js_runtime,vite_migration,vite_shared,vite_static_config,vite-plus-cli,vite_global_cli) — all passcommand_run_help,command_cache_*,shim_recursive_npm_run) pass unchanged. The remaining failures in this sandbox are environmental (missing bootstrapped JS CLIdist/bin.js, and npm-registry TLS blocked by the proxy) and are left to CI, which bootstraps the CLI and registry bridge.🤖 Generated with Claude Code
Generated by Claude Code