Skip to content

chore: bump vite-task to cb580c2#2126

Merged
wan9chi merged 3 commits into
mainfrom
claude/bump-vite-task-2zvkhr
Jul 10, 2026
Merged

chore: bump vite-task to cb580c2#2126
wan9chi merged 3 commits into
mainfrom
claude/bump-vite-task-2zvkhr

Conversation

@wan9chi

@wan9chi wan9chi commented Jul 10, 2026

Copy link
Copy Markdown
Member

Bumps the vite-task git dependency from 417b6aa to cb580c2.

Changes in this bump

  • fix: task process exit failures no longer incorrectly report spawn failures (vite-task#515)
  • fix: Windows automatic input tracking now records executable image reads during process creation in NtCreateUserProcess (vite-task#518)

Both are bug fixes with no new CLI options, config fields, or changed defaults, so no docs updates are needed.

Validation

  • cargo check --workspace — clean
  • Crate tests (vite_command, vite_error, vite_install, vite_js_runtime, vite_migration, vite_shared, vite_static_config, vite-plus-cli, vite_global_cli) — pass with RUST_MIN_STACK=8388608
  • PTY snapshot suite (global flavor) produced no legitimate output changes; leaving snapshot regeneration to CI, which builds the full JS toolchain.

Changelog diff: https://github.com/voidzero-dev/vite-task/compare/417b6aae5fca92b128c586c8ff3421e43911b553...cb580c214bb2314fc1f633a3812782c9b3a1d956#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed

🤖 Generated with Claude Code

https://claude.ai/code/session_01TsbeRwtxNNtT2VA6YSRKa9


Generated by Claude Code

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TsbeRwtxNNtT2VA6YSRKa9
@netlify

netlify Bot commented Jul 10, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

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

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ea56e9c3a1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Cargo.toml
@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Native binary sizes (dafb6fc)

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

Artifact Format Base PR Change
vp (Linux x64) Binary 10.28 MiB 10.28 MiB 0 B (0.00%)
vp (Linux x64) gzip -9 4.41 MiB 4.41 MiB +244 B (+0.01%)
NAPI (Linux x64) Binary 33.41 MiB 33.41 MiB 0 B (0.00%)
NAPI (Linux x64) gzip -9 12.78 MiB 12.78 MiB +564 B (+0.00%)
vp (macOS ARM64) Binary 7.61 MiB 7.61 MiB 0 B (0.00%)
vp (macOS ARM64) gzip -9 3.83 MiB 3.82 MiB -1.59 KiB (-0.04%)
NAPI (macOS ARM64) Binary 40.77 MiB 40.77 MiB -16 B (-0.00%)
NAPI (macOS ARM64) gzip -9 17.04 MiB 17.04 MiB -5.15 KiB (-0.03%)
vp (Windows x64) Binary 8.33 MiB 8.33 MiB 0 B (0.00%)
vp (Windows x64) gzip -9 3.63 MiB 3.63 MiB +515 B (+0.01%)
NAPI (Windows x64) Binary 27.86 MiB 27.87 MiB +6.50 KiB (+0.02%)
NAPI (Windows x64) gzip -9 10.78 MiB 10.78 MiB +1.33 KiB (+0.01%)
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.46 MiB 4.46 MiB +1.00 KiB (+0.02%)
Installer (Windows x64) gzip -9 2.08 MiB 2.08 MiB -192 B (-0.01%)

claude added 2 commits July 10, 2026 01:20
…rotocol

The cb580c2 vite-task bump changes pty_terminal_test::Reader::expect_milestone
to decode milestones from window titles (OSC 2) instead of OSC 8 hyperlinks.
The JS milestone encoder still emitted the old OSC 8 protocol, so any
interactive snapshot waiting on a JS prompt milestone (select/confirm/text)
would never match and time out.

Update packages/prompts/src/milestone.ts to emit the new title protocol
(OSC 2 ; pty-terminal-test:<32-hex-id>:<base64url(name)> ST, matching
pty_terminal_test_client::encode_milestone_title byte for byte, with a fresh
random id per emission), refresh the spec and the RFC/runner docs that
described the old OSC 8 encoding.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TsbeRwtxNNtT2VA6YSRKa9
The milestone spec's regexes embedded ESC (U+001B), tripping oxlint's
no-control-regex in vp check, and the inline decode helper tripped
unicorn/consistent-function-scoping. Parse the marker with string ops via a
module-scope helper instead.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TsbeRwtxNNtT2VA6YSRKa9
@wan9chi
wan9chi merged commit 27ca4ef into main Jul 10, 2026
56 checks passed
@wan9chi
wan9chi deleted the claude/bump-vite-task-2zvkhr branch July 10, 2026 01:42
wan9chi added a commit that referenced this pull request Jul 16, 2026
)

Release vite-plus v0.2.5: Cleaner environments and more reliable
workflows.

This release adds cleanup and package version commands, supports
TypeScript 7 declaration generation, reduces the standalone binary size,
and hardens task tracking, CLI output, package-manager routing, Docker
workflows, and project scaffolding.

### Highlights

- Add `vp env clean` to remove unused managed Node.js runtimes and
package-manager caches
([#2003](#2003)), by
@liangmiQwQ
- Add `vp pm version`, forwarding native version commands to npm, pnpm,
Yarn, and Bun
([#2127](#2127)), by
@jong-kyung
- Add TypeScript 7 support to declaration generation and generated
library projects with tsdown `0.22.7`
([#2104](#2104),
[#2168](#2168)), by
@wan9chi
- Improve automatic task input tracking for Bun on macOS, Linux
containers with constrained `/dev/shm`, and Windows process images,
reduce Windows backing-file allocation, and clarify task wait failures
([vite-task#515](voidzero-dev/vite-task#515),
[vite-task#518](voidzero-dev/vite-task#518),
[vite-task#523](voidzero-dev/vite-task#523),
[vite-task#524](voidzero-dev/vite-task#524),
[vite-task#542](voidzero-dev/vite-task#542),
[#2126](#2126),
[#2167](#2167)), by
@wan9chi
- Prevent CLI diagnostics from truncating or panicking when inherited
standard output or error is nonblocking
([#2172](#2172),
[#2173](#2173)), by
@wan9chi

### Fixes & Enhancements

- Reduce standalone `vp` binary sizes by about 5% on Linux and macOS and
19% on Windows
([#2043](#2043)), by
@fengmk2
- Keep the Docker image non-root by default while allowing passwordless
`sudo` for Playwright browser dependencies and system packages
([#2088](#2088)), by
@fengmk2
- Ignore `.env` and `.env.*` in generated projects while keeping
`.env.example` trackable
([#2095](#2095)), by
@forehalo
- Create `vp-use.cmd` after the Windows environment bin directory is
ready and document its Command Prompt-only usage
([#2128](#2128)), by
@liangmiQwQ
- Render user-facing process statuses and paths without Rust debug
wrappers ([#2130](#2130)),
by @liangmiQwQ
- Make `vp dedupe` fall back to `yarn install` with a warning on Yarn
Classic ([#2139](#2139)),
by @jong-kyung
- Ensure package-manager child processes, including Bun, can always find
the managed Node.js runtime
([#2158](#2158)), by
@BlankParticle

### Docs

- Update the release-manager post-release guidance
([#2096](#2096)), by
@wan9chi
- Add Windows to the Namespace sponsor credit
([#2108](#2108)), by
@fengmk2
- Document installer and runtime environment variables, registry
settings, TLS options, and precedence rules
([#2114](#2114)), by
@yukinoshi
- Mark shell examples in `CONTRIBUTING.md` as Bash code blocks
([#2159](#2159)), by
@BlankParticle

### Chore

- Assign prepared release PRs to the workflow actor
([#2094](#2094)), by
@wan9chi
- Complete the PTY snapshot migration and harden the runner, fixtures,
release-version redaction, registry teardown, timeouts, and Linux
parallelism
([#2071](#2071),
[#2080](#2080),
[#2084](#2084),
[#2099](#2099),
[#2102](#2102),
[#2103](#2103),
[#2107](#2107),
[#2109](#2109),
[#2115](#2115),
[#2117](#2117),
[#2118](#2118),
[#2119](#2119),
[#2120](#2120),
[#2121](#2121),
[#2131](#2131),
[#2132](#2132),
[#2134](#2134),
[#2137](#2137),
[#2138](#2138),
[#2141](#2141),
[#2143](#2143),
[#2145](#2145),
[#2182](#2182)), by
@fengmk2 and @wan9chi
- Expose Vite+ managed binaries consistently inside snapshot fixtures
([#2110](#2110)), by
@liangmiQwQ
- Exclude PTY snapshot configuration from Vitest discovery and remove
the legacy snapshot infrastructure
([#2135](#2135),
[#2146](#2146)), by
@jong-kyung
- Modernize Windows runners, registry bridge publishing, native size
reporting, merge-base comparisons, and package-manager installation CI
([#2083](#2083),
[#2100](#2100),
[#2105](#2105),
[#2106](#2106),
[#2112](#2112),
[#2133](#2133)), by
@fengmk2
- Verify that created monorepo libraries emit declarations in CI
([#2171](#2171)), by
@wan9chi

### Bundled Versions

| Tool | Version | Source |
| --------------- | ------- |
-----------------------------------------------------------------------
|
| vite | `8.1.4` |
[`a477454`](vitejs/vite@a477454)
|
| rolldown | `1.1.5` |
[`f09947a`](rolldown/rolldown@f09947a)
|
| tsdown | `0.22.7` | [npm](https://npmx.dev/package/tsdown/v/0.22.7) |
| vitest | `4.1.10` | [npm](https://npmx.dev/package/vitest/v/4.1.10) |
| oxlint | `1.73.0` | [npm](https://npmx.dev/package/oxlint/v/1.73.0) |
| oxlint-tsgolint | `0.24.0` |
[npm](https://npmx.dev/package/oxlint-tsgolint/v/0.24.0) |
| oxfmt | `0.58.0` | [npm](https://npmx.dev/package/oxfmt/v/0.58.0) |

### Upgrade

```bash
vp upgrade
```

### New Contributors

Welcome @yukinoshi and @BlankParticle.

**Full Changelog**:
v0.2.4...v0.2.5

---

Merging this PR will trigger the release workflow.

---------

Co-authored-by: voidzero-guard[bot] <278573678+voidzero-guard[bot]@users.noreply.github.com>
Co-authored-by: wan9chi <dk4rest@gmail.com>
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