chore(deps-dev): bump vitest from 4.1.8 to 4.1.9#90
Conversation
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Greptile SummaryThis PR bumps
Confidence Score: 4/5Safe to merge for basic test runs, but coverage reporting may break or emit peer dependency warnings due to the version split between vitest and @vitest/coverage-v8. All vitest core sub-packages are consistently updated to 4.1.9, but @vitest/coverage-v8 was left at 4.1.8 while vitest 4.1.9 now declares it as a peer at 4.1.9. This pulls in two different versions of @vitest/utils into the graph and contradicts vitest's own peer dependency declaration. The pnpm test:coverage workflow is the affected path. package.json — the @vitest/coverage-v8 specifier should be bumped from ^4.1.8 to ^4.1.9 to match the updated vitest peer dependency requirement. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[vitest 4.1.9] -->|uses| B[vitest-expect 4.1.9]
A -->|uses| C[vitest-runner 4.1.9]
A -->|uses| D[vitest-utils 4.1.9]
A -->|uses| E[vitest-mocker 4.1.9]
A -->|peer dep expects 4.1.9| G[coverage-v8 4.1.8 MISMATCH]
G -->|uses| H[vitest-utils 4.1.8]
style G fill:#ffcccc,stroke:#ff0000
style H fill:#ffcccc,stroke:#ff0000
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[vitest 4.1.9] -->|uses| B[vitest-expect 4.1.9]
A -->|uses| C[vitest-runner 4.1.9]
A -->|uses| D[vitest-utils 4.1.9]
A -->|uses| E[vitest-mocker 4.1.9]
A -->|peer dep expects 4.1.9| G[coverage-v8 4.1.8 MISMATCH]
G -->|uses| H[vitest-utils 4.1.8]
style G fill:#ffcccc,stroke:#ff0000
style H fill:#ffcccc,stroke:#ff0000
|
Bumps vitest from 4.1.8 to 4.1.9.
Release notes
Sourced from vitest's releases.
Commits
a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...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 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)