Skip to content

chore: bump vite-task to 4003f65#2167

Open
wan9chi wants to merge 1 commit into
mainfrom
claude/bump-vite-task-uwxplf
Open

chore: bump vite-task to 4003f65#2167
wan9chi wants to merge 1 commit into
mainfrom
claude/bump-vite-task-uwxplf

Conversation

@wan9chi

@wan9chi wan9chi commented Jul 14, 2026

Copy link
Copy Markdown
Member

Bumps the vite-task git dependency from cb580c2 to 4003f65.

Changes

The delta is entirely internal fspy (file-access tracking) shared-memory work — no user-facing CLI flags, config fields, or behavior changes, so no docs updates were needed.

  • fix(fspy): use memfd for Linux shared memory — automatic file-access tracking on Linux now works in containers and Kubernetes runners with limited /dev/shm space (#523, #353)
  • perf(fspy): use sparse Windows shared memory — Windows file-access tracking now uses sparse temporary backing files where supported, avoiding upfront allocation of the full backing file on disk (#524)
  • refactor(fspy): own macOS shared-memory mapping (#526)
  • docs/test(fspy): document shared-memory facade ownership semantics (#521); reproduce constrained dev shm failure (#522)

The lockfile change reflects this refactor: fspy now pulls in memfd and drops shared_memory.

Validation

  • cargo check --workspace passes — the new vite-task compiles cleanly, confirming no breaking changes on the consuming side (including vite_cli_snapshots, which compiles against vite-task's PTY/snapshot test crates).
  • vite-plus crate tests pass. (One pre-existing, environment-specific stack overflow in vite_global_cli's unknown_argument_detected_with_pass_as_value_hint clap-parsing test reproduces identically on main and is unrelated to this bump.)
  • PTY snapshot output is unchanged by the bump; the remaining local snapshot diffs in this sandbox are all environmental (no built packages/cli/dist, plus registry TLS/network restrictions), left to CI, which builds the JS CLI and has registry access.

Changelog

Full vite-task CHANGELOG diff: https://github.com/voidzero-dev/vite-task/compare/cb580c214bb2314fc1f633a3812782c9b3a1d956...4003f65a3e5e3d957ff81b157e85e6ee41cc59fc#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed

🤖 Generated with Claude Code


Generated by Claude Code

@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit ff25118
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a561ff5eb553000095af873

@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Native binary sizes (ff25118)

Final release artifacts built by the canonical build-upstream and build-windows-cli actions.

Artifact Format Base PR Change
vp (Linux x64) Binary 10.32 MiB 10.32 MiB 0 B (0.00%)
vp (Linux x64) gzip -9 4.42 MiB 4.42 MiB -3.67 KiB (-0.08%)
NAPI (Linux x64) Binary 33.42 MiB 33.46 MiB +40.06 KiB (+0.12%)
NAPI (Linux x64) gzip -9 12.78 MiB 12.80 MiB +15.56 KiB (+0.12%)
vp (macOS ARM64) Binary 7.64 MiB 7.64 MiB 0 B (0.00%)
vp (macOS ARM64) gzip -9 3.83 MiB 3.83 MiB +1.83 KiB (+0.05%)
NAPI (macOS ARM64) Binary 40.78 MiB 40.73 MiB -48.48 KiB (-0.12%)
NAPI (macOS ARM64) gzip -9 17.05 MiB 17.02 MiB -22.26 KiB (-0.13%)
vp (Windows x64) Binary 8.37 MiB 8.37 MiB -512 B (-0.01%)
vp (Windows x64) gzip -9 3.64 MiB 3.64 MiB -157 B (-0.00%)
NAPI (Windows x64) Binary 27.88 MiB 27.78 MiB -102.00 KiB (-0.36%)
NAPI (Windows x64) gzip -9 10.78 MiB 10.74 MiB -42.36 KiB (-0.38%)
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 +2 B (+0.00%)
Installer (Windows x64) Binary 4.46 MiB 4.46 MiB 0 B (0.00%)
Installer (Windows x64) gzip -9 2.08 MiB 2.08 MiB +662 B (+0.03%)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YERo1yECf81w37US2Gqnow
@wan9chi wan9chi force-pushed the claude/bump-vite-task-uwxplf branch from 20ff28f to ff25118 Compare July 14, 2026 11:39
@wan9chi wan9chi requested review from Brooooooklyn and cpojer July 14, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants