chore: bump the vitest group across 1 directory with 2 updates#795
chore: bump the vitest group across 1 directory with 2 updates#795dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
50b6a52 to
7ca0a70
Compare
| "vitest": "^4.0.18", | ||
| "wrangler": "^4.51.0" |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
7ca0a70 to
a60496d
Compare
| "tsx": "^4.20.6", | ||
| "typescript": "^5.8.3", | ||
| "vitest": "^3.2.4", | ||
| "vitest": "^4.0.18", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
a60496d to
d21fd03
Compare
| "tsx": "^4.20.6", | ||
| "typescript": "^5.8.3", | ||
| "vitest": "^3.2.4", | ||
| "vitest": "^4.0.18", |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
d21fd03 to
9b1d078
Compare
| "typescript": "^5.8.3", | ||
| "vitest": "^3.2.4", | ||
| "vitest": "^4.0.18", | ||
| "wrangler": "^4.51.0" |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
9b1d078 to
626307e
Compare
| "vitest": "^4.0.18", | ||
| "wrangler": "^4.51.0" |
There was a problem hiding this comment.
Bug: The update to vitest ^4.0.18 violates the peer dependency of @cloudflare/vitest-pool-workers, which only supports vitest up to version 3.2.x, causing test failures.
Severity: CRITICAL
Suggested Fix
Downgrade vitest to a version compatible with @cloudflare/vitest-pool-workers (e.g., ~3.2.4). Alternatively, find and upgrade to a newer version of @cloudflare/vitest-pool-workers that officially supports vitest 4.x, if one is available.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: package.json#L38-L39
Potential issue: The pull request upgrades `vitest` to `^4.0.18`, but the
`@cloudflare/vitest-pool-workers` package at version `0.12.9` explicitly declares a peer
dependency on `vitest` versions `2.0.x - 3.2.x`. This version mismatch constitutes a
peer dependency violation that will lead to runtime failures. When tests are run, the
pool worker initialization will fail because its code is incompatible with the breaking
API changes in `vitest` 4.x. This will break the test suite and block the CI/CD
pipeline.
26fd7bf to
a971550
Compare
a971550 to
8cb5d6a
Compare
8cb5d6a to
77c5f05
Compare
77c5f05 to
764d3b9
Compare
Bumps the vitest group with 2 updates in the / directory: [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@cloudflare/vitest-pool-workers` from 0.10.1 to 0.15.1 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.15.1/packages/vitest-pool-workers) Updates `vitest` from 3.2.4 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/vitest) --- updated-dependencies: - dependency-name: "@cloudflare/vitest-pool-workers" dependency-version: 0.12.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vitest - dependency-name: vitest dependency-version: 4.0.16 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vitest ... Signed-off-by: dependabot[bot] <support@github.com>
764d3b9 to
6b80a3c
Compare
Bumps the vitest group with 2 updates in the / directory: @cloudflare/vitest-pool-workers and vitest.
Updates
@cloudflare/vitest-pool-workersfrom 0.10.1 to 0.15.1Release notes
Sourced from
@cloudflare/vitest-pool-workers's releases.... (truncated)
Changelog
Sourced from
@cloudflare/vitest-pool-workers's changelog.... (truncated)
Commits
87b094eVersion Packages (#13665)a3f6481Version Packages (#13625)b156b2e[vitest-pool-workers] Add reset() and abortAllDurableObjects() helpers (#13623)f138e83Version Packages (#13608)fe874acVersion Packages (#13511)d5d0446Fix flaky CI tests in miniflare browser and workflow fixtures (#13607)2c3258dReduce@cloudflare/vitest-pool-workerslog noise (#13007)1aee990Update vitest integration recipes (#13548)4af4d54Version Packages (#13461)ff14de1Version Packages (#13460)Updates
vitestfrom 3.2.4 to 4.1.5Release notes
Sourced from vitest's releases.
... (truncated)
Commits
e399846chore: release v4.1.57dc6d54Revert "fix: respect diff config options in soft assertions (#8696)"9787dedfix: respect diff config options in soft assertions (#8696)325463afix(ast-collect): recognize _vi_import prefix in static test discovery (#10...0e0ff41feat(coverage): istanbul to supportinstrumenteroption (#10119)663b99ffix: aliasagentreporter tominimal(#10157)122c25bfix: fixvi.defineHelpercalled as object method (#10163)6abd557feat(api): make test-specification options writable (#10154)596f739fix: project color label on html reporter (#10142)9423dc0fix: --project negation excludes browser instances (#10131)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for vitest since your current version.