Skip to content

chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /ui#15

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/vite-6.4.2
Open

chore(deps-dev): bump vite from 6.4.1 to 6.4.2 in /ui#15
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/ui/vite-6.4.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps vite from 6.4.1 to 6.4.2.

Release notes

Sourced from vite's releases.

v6.4.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

6.4.2 (2026-04-06)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2026
sh3ll3x3c added a commit that referenced this pull request Apr 12, 2026
Cache replay correctness (#7, #8):
- Replay path now creates workflow nodes for the current run
- Replay path reconstructs transcript messages (assistant tool-call +
  tool-result) so the LLM sees the full action history

Context compaction (#10):
- Fix messages_per_step from 2 to 3 (user obs + assistant + tool result)

Multi-tool handling (#9):
- Only append first tool call to transcript, matching execution behavior
- Warn when LLM returns multiple tool calls

Malformed JSON (#14):
- Return explicit error instead of falling back to empty arguments

Non-text tool outputs (#11):
- extract_result_text now surfaces image and unknown content types

Event emission (#13):
- Log warning on send failure instead of silently dropping

Node-mapping failures (#12):
- Escalate from debug to warn, emit error event to UI

CDP guard (#15):
- Skip cdp_find_elements call when tool is not registered

Prompt architecture (#3, #16):
- Move goal text from system prompt to user message layer
- Truncate large previous_result to 2000 chars

Cache key enrichment (#2):
- Include element uid in fingerprint for finer-grained cache keys

Port telemetry (#18):
- auto_connect_cdp returns Option<u16> with actual port

Hidden multi-action visibility (#1):
- Emit StepCompleted events for auto-CDP sub-actions (probe, quit,
  relaunch, connect)

Dead surfaces cleanup (#4):
- Remove steer_agent command and steering channel (receiver was unused)
- Remove plan_request_message (never called)
- Remove pauseAgent/resumeAgent (no runtime pause/resume support)
- Remove agentPlanHorizon (backend never emits agent://plan)
- Remove agent://plan listener and AgentPlanPayload

Durable tracing (#5):
- Wire RunStorage::append_agent_event into event forwarder so every
  agent event is persisted to events.jsonl

Finding #17 (clone optimization) deferred: ChatBackend::chat takes
Vec<Message> by value, requiring a trait-wide refactor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants