chore(deps-dev): bump @vitest/coverage-v8 from 4.0.18 to 4.1.2#111
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps-dev): bump @vitest/coverage-v8 from 4.0.18 to 4.1.2#111dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
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 CLI as Vitest CLI / Orchestrator
participant Runner as Test Runner (Worker)
participant Provider as @vitest/coverage-v8 (4.1.2)
participant V8 as V8 Engine Profiler
participant FS as File System / Report
Note over CLI, Provider: Initialization Phase
CLI->>Provider: NEW: Load provider (Internal: Bypasses module runner)
Provider->>Provider: CHANGED: Apply corrected coverageConfigDefaults
Note over CLI, V8: Test Execution Phase
CLI->>Runner: Start Test Suite
Runner->>V8: Enable Profiler (V8 Inspector)
loop Per Test File
Runner->>Runner: Execute Code
end
Runner->>V8: Take Coverage / Stop Profiler
V8-->>Runner: Raw V8 Coverage Data
Note over Runner, Provider: Reporting Phase
Runner->>Provider: Pass Raw Coverage
Provider->>Provider: CHANGED: Serialize/Deserialize data<br/>(using updated 'flatted' to fix CVE)
Provider->>Provider: Map V8 AST to Istanbul format
Provider->>FS: Write Reports (HTML, LCOV, etc.)
opt If HTML reporter overlaps
Provider->>FS: CHANGED: Preserve existing coverage report files
end
Provider-->>CLI: Final Coverage Summary
6e9066c to
b52541b
Compare
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) 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/coverage-v8) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b52541b to
16e3827
Compare
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/coverage-v8 from 4.0.18 to 4.1.2.
Release notes
Sourced from
@vitest/coverage-v8's releases.... (truncated)
Commits
fc6f482chore: release v4.1.21f2d318chore: release v4.1.1aaf9f18fix(coverage): simplify provider types (#9931)4150b91chore: release v4.1.00c2c013chore: release v4.1.0-beta.6689a22afix(browser): types ofgetCDPSessionandcdp()(#9716)94eb73bchore(deps): update eslint packages (#9615)8c96bb0refator: update links to npmx (#9783)aaf7758chore: standardize packages README (#9776)57cbe39chore(deps): updateast-v8-to-istanbulto v1 (#9755)