chore: bump vite to 7.3.5 - #11880
Merged
Merged
Conversation
jeanduplessis
enabled auto-merge
July 2, 2026 08:56
markijbema
approved these changes
Jul 2, 2026
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Mechanical dependency bump (vite Reviewed by claude-sonnet-5-20260630 · Input: 14 · Output: 3.6K · Cached: 252.6K Review guidance: REVIEW.md from base branch |
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
chore: bump vite to 7.3.5
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.
Summary
Bump Vite to 7.3.5 across the workspace catalog, packages, and root overrides to pick up upstream security fixes.
Why this change is needed
Vite 7.3.5 (2026-06-15) patches two dev-server security advisories affecting
>= 7.0.0, <= 7.3.4:server.fs.denybypass on Windows alternate paths.launch-editorNTLMv2 hash disclosure via UNC path handling on Windows.Both only affect dev servers explicitly exposed to the network (
--host), but pinning to the fixed release keeps our tooling off the vulnerable range.How this is addressed
vite7.3.2→7.3.5in the root catalog and inpackages/kilo-uiandpackages/kilo-vscode.overridesentry pinningvite@7.3.5so transitive dependents also resolve to the patched version.bun.lockto match.Human Verification
bun turbo typecheckpassed across all 19 TS packages locally (the JetBrains Gradle step was skipped — no JDK on this machine, unrelated to this change). No other manual verification performed; CI covers install and build.Reviewer Notes
Human Reviewer Flags