Skip to content

chore(deps-dev): bump @vitest/ui from 4.0.18 to 4.1.2#147

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/vitest/ui-4.1.2
Open

chore(deps-dev): bump @vitest/ui from 4.0.18 to 4.1.2#147
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/vitest/ui-4.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @vitest/ui from 4.0.18 to 4.1.2.

Release notes

Sourced from @​vitest/ui's releases.

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0

Vitest 4.1 is out!

... (truncated)

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)

Summary by cubic

Upgrade @vitest/ui to 4.1.2 to pick up the flatted CVE fix and recent Vitest UI bug fixes. This only affects test tooling.

  • Dependencies
    • @vitest/ui: ^4.0.18 → ^4.1.2 in packages/vitest-config
    • Transitive updates: flatted@3.4.2, @vitest/utils@4.1.2, tinyrainbow@3.1.0
    • UI now peers on vitest@4.1.2 (ensure your local Vitest matches when using the UI)

Written for commit 58488e1. Summary will update on new commits.

Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 4.0.18 to 4.1.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/ui)

---
updated-dependencies:
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 2, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Apr 2, 2026 8:58pm

Request Review

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant Dev as Developer
    participant Core as Vitest Core
    participant UI as Vitest UI (Vite Server)
    participant Browser as Web Browser
    participant FS as File System / Coverage

    Note over Dev,FS: Vitest UI Runtime Flow (v4.1.2)

    Dev->>Core: Command: vitest --ui
    Core->>Core: CHANGED: Resolve setupFiles (fixed path resolution)
    
    Core->>UI: Start UI Dev Server
    UI-->>Browser: Serve Dashboard (HTML/JS)
    Browser->>UI: Establish WebSocket Connection
    
    loop Test Execution
        Core->>Core: Run Tests
        Core->>Core: CHANGED: Serialize Results (using updated flatted)
        Core->>UI: Emit test results
        UI->>Browser: Push updates via WebSocket
    end

    opt Browser Mode / Screenshot Testing
        Browser->>Core: Trigger toMatchScreenshot()
        Core->>Browser: CHANGED: Capture screenshot (improved stability/fallback)
    end

    opt Coverage Enabled
        Core->>FS: CHANGED: Write Coverage Report
        Note right of FS: Fixed: HTML reporter no longer overlaps/erases reports
    end

    Browser->>Dev: Display Interactive Results & Logs
    Note over Browser: CHANGED: Agent detection disables colors automatically
Loading

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