deps(deps-dev): bump @vitest/coverage-istanbul from 2.1.9 to 4.1.5#742
deps(deps-dev): bump @vitest/coverage-istanbul from 2.1.9 to 4.1.5#742dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) from 2.1.9 to 4.1.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.5/packages/coverage-istanbul) --- updated-dependencies: - dependency-name: "@vitest/coverage-istanbul" dependency-version: 4.1.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4c8985cf21
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@types/secp256k1": "^4.0.6", | ||
| "@types/seedrandom": "^3.0.8", | ||
| "@vitest/coverage-istanbul": "^2.1.3", | ||
| "@vitest/coverage-istanbul": "^4.1.5", |
There was a problem hiding this comment.
Keep coverage plugin on same major as vitest core
This bump introduces a version mismatch: @vitest/coverage-istanbul is now ^4.1.5, while this package still pins vitest to 3.2.4 (see packages/sdk/package.json). The lockfile also shows the new coverage package declares peer vitest: 4.1.5, so coverage runs with provider: 'istanbul' are now on an unsupported pairing and can fail at runtime or in CI when coverage is enabled. Please either upgrade vitest to the matching 4.1.5 line or keep the coverage plugin on a vitest-3-compatible version.
Useful? React with 👍 / 👎.
Bumps @vitest/coverage-istanbul from 2.1.9 to 4.1.5.
Release notes
Sourced from @vitest/coverage-istanbul's releases.
... (truncated)
Commits
e399846chore: release v4.1.50e0ff41feat(coverage): istanbul to supportinstrumenteroption (#10119)ac04bacchore: release v4.1.42dc0d62chore: release v4.1.3fc6f482chore: release v4.1.21f2d318chore: release v4.1.1aaf9f18fix(coverage): simplify provider types (#9931)4150b91chore: release v4.1.00c2c013chore: release v4.1.0-beta.68c96bb0refator: update links to npmx (#9783)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@vitest/coverage-istanbulsince your current version.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)