chore(deps-dev): bump @vitest/ui from 4.0.18 to 4.1.2#147
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps-dev): bump @vitest/ui from 4.0.18 to 4.1.2#147dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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
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.
Bumps @vitest/ui from 4.0.18 to 4.1.2.
Release notes
Sourced from
@vitest/ui's releases.... (truncated)
Commits
fc6f482chore: release v4.1.2f54abadchore: add typo-checker skill and fix typos (#9963)1f2d318chore: release v4.1.15a60868refactor: fix typos (#9950)2d81ad8fix: preserve coverage report when html reporter overlaps (#9889)4150b91chore: release v4.1.00c2c013chore: release v4.1.0-beta.68c96bb0refator: update links to npmx (#9783)aaf7758chore: standardize packages README (#9776)79672d7chore: release v4.1.0-beta.5Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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/uito 4.1.2 to pick up theflattedCVE fix and recent Vitest UI bug fixes. This only affects test tooling.@vitest/ui: ^4.0.18 → ^4.1.2 inpackages/vitest-configflatted@3.4.2,@vitest/utils@4.1.2,tinyrainbow@3.1.0vitest@4.1.2(ensure your local Vitest matches when using the UI)Written for commit 58488e1. Summary will update on new commits.