build(deps-dev): bump @vitest/coverage-v8 from 4.1.11 to 5.0.0 - #182
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) from 4.1.11 to 5.0.0. - [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/v5.0.0/packages/coverage-v8) --- updated-dependencies: - dependency-name: "@vitest/coverage-v8" dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@vitest/coverage-v8 declares an exact peer on vitest, so the two cannot move independently. Dependabot opened them as separate pull requests (#183 bumped vitest, #182 bumped coverage-v8) and each one broke npm install on its own branch: npm error Could not resolve dependency: npm error peer vitest@"4.1.11" from @vitest/coverage-v8@4.1.11 npm error Conflicting peer dependency: vitest@4.1.11 Neither could ever go green alone, and no rebase would help — the fix has to be one commit that moves both. This is the same failure mode the dependabot.yml comment already documents for codeql-action's sub-actions. Verified on the upgrade: 20 test files, 287 tests passing, coverage reporting intact (99.39% statements, 100% lines/functions) and `vite build` clean. Supersedes #182 and #183. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
|
Superseded by #189, now merged into This PR could not go green on its own: — which is why both #189 bumps both to 5.0.0 together and is green on every check, with 287 tests passing and coverage reporting intact. The reason Dependabot split them in the first place is that the npm entry groups |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
The npm entry grouped ["minor", "patch"] only, so a major bypassed the group and arrived one pull request per package. @vitest/coverage-v8 pins vitest with an exact peer, so that split produced two branches that could never go green: #182 and #183, each failing `npm ci` with ERESOLVE against the other's version. github-actions is already grouped across all update types in this file for precisely this reason - codeql-action's sub-actions must match, and that holds regardless of bump size. The vitest pair has the same property, so it gets the same treatment. Listed before the catch-all group, because Dependabot assigns a dependency to the first group whose patterns match it. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Bumps @vitest/coverage-v8 from 4.1.11 to 5.0.0.
Release notes
Sourced from @vitest/coverage-v8's releases.
... (truncated)
Commits
f441c6fchore: release v5.0.0 (#11130)c4473e4fix(coverage): prevent crash on/@fs/prepended virtual files (#11119)897f51fchore: release v5.0.0-rc.4 (#11107)7db80dcchore: release v5.0.0-rc.3 (#11089)5f6a5e8feat(coverage): switch to@vitest/istanbuljspackages (#11053)c6174a6fix(coverage): v8 to ignore Vite SSR's generated import bindings (#11023)af83d1bchore: release v5.0.0-rc.2 (#10976)a7fa111chore: release v5.0.0-rc.1 (#10920)0553851chore: add Knip checks (#10847)b7be731chore: release v5.0.0-beta.7 (#10825)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)