Commit eaa5900
committed
chore(deps): bump vite-task for workspace file-handle fix
Picks up voidzero-dev/vite-task#335, which
refactors `FileWithPath` to pre-read file contents so `WorkspaceRoot`
no longer holds a live OS handle on `pnpm-workspace.yaml` for the
lifetime of long-running `vp run` sessions. On Windows this could
prevent pnpm in a second terminal from atomically replacing the file
via write-temp-then-rename, surfacing as EPERM.
Also rolls forward 7 other vite-task commits that landed on main between
the previous pin and this fix:
- refactor: migrate from bincode to wincode (vite-task#334)
- Consolidate workspace dependencies and add cargo-autoinherit (vite-task#333)
- Forward CLI extra args only to explicitly requested tasks (vite-task#332)
- fix(fspy): ignore malformed tracked paths without panicking (vite-task#330)
- chore(deps): update crate-ci/typos action to v1.45.1 (vite-task#331)
- refactor(fspy): gate ipc channel module on non-musl targets (vite-task#328)
- refactor(fspy): gate ipc_channel_conf on non-musl targets (vite-task#327)
Closes #13571 parent 87aa125 commit eaa5900
2 files changed
+114
-38
lines changed
0 commit comments