Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2026

Bumps the vitest group with 2 updates: @cloudflare/vitest-pool-workers and vitest.

Updates @cloudflare/vitest-pool-workers from 0.10.1 to 0.12.1

Release notes

Sourced from @​cloudflare/vitest-pool-workers's releases.

@​cloudflare/vitest-pool-workers@​0.12.1

Patch Changes

  • Updated dependencies [97e67b9, 7d63fa5]:
    • miniflare@4.20260107.0
    • wrangler@4.58.0

@​cloudflare/vitest-pool-workers@​0.12.0

Minor Changes

  • #11648 eac5cf7 Thanks @​pombosilva! - Add Workflows test handlers in vitest-pool-workers to get the Workflow instance output and error:

    • getOutput(): Returns the output of the successfully completed Workflow instance.
    • getError(): Returns the error information of the errored Workflow instance.

    Example:

    // First wait for the workflow instance to complete:
    await expect(
    	instance.waitForStatus({ status: "complete" })
    ).resolves.not.toThrow();
    // Then, get its output
    const output = await instance.getOutput();
    // Or for errored workflow instances, get their error:
    await expect(
    instance.waitForStatus({ status: "errored" })
    ).resolves.not.toThrow();
    const error = await instance.getError();

Patch Changes

@​cloudflare/vitest-pool-workers@​0.11.1

Patch Changes

@​cloudflare/vitest-pool-workers@​0.11.0

Minor Changes

... (truncated)

Changelog

Sourced from @​cloudflare/vitest-pool-workers's changelog.

0.12.1

Patch Changes

  • Updated dependencies [97e67b9, 7d63fa5]:
    • miniflare@4.20260107.0
    • wrangler@4.58.0

0.12.0

Minor Changes

  • #11648 eac5cf7 Thanks @​pombosilva! - Add Workflows test handlers in vitest-pool-workers to get the Workflow instance output and error:

    • getOutput(): Returns the output of the successfully completed Workflow instance.
    • getError(): Returns the error information of the errored Workflow instance.

    Example:

    // First wait for the workflow instance to complete:
    await expect(
    	instance.waitForStatus({ status: "complete" })
    ).resolves.not.toThrow();
    // Then, get its output
    const output = await instance.getOutput();
    // Or for errored workflow instances, get their error:
    await expect(
    instance.waitForStatus({ status: "errored" })
    ).resolves.not.toThrow();
    const error = await instance.getError();

Patch Changes

0.11.1

Patch Changes

... (truncated)

Commits

Updates vitest from 3.2.4 to 4.0.16

Release notes

Sourced from vitest's releases.

v4.0.16

   🐞 Bug Fixes

    View changes on GitHub

v4.0.15

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.14

   🚀 Experimental Features

... (truncated)

Commits
  • b46d744 chore: release v4.0.16
  • 84a3062 fix(browser): string formatting bug when including placeholders in console.lo...
  • f7f6aa8 fix: log deprecated test.poolOptions if it's set (#9226)
  • 568513c fix: allow inlining fully dynamic import (#9137)
  • 5d26b87 fix(experimental): export setupEnvironment for custom pools (#9187)
  • f17eb42 refactor: avoid using isFileServingAllowed from Vite (#9160)
  • 78cfbf9 fix: avoid crashing on process.versions stub (#9174)
  • da0ade2 fix: fix browser mode default testTimeout back to 15 seconds (#9167)
  • eb1abf0 chore: release v4.0.15
  • a68f74e feat(cache): add opt-out on a plugin level, fix internal root cache (#9154)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 15, 2026 05:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-24294b4acf branch from 50b6a52 to 7ca0a70 Compare February 1, 2026 12:05
Comment on lines +36 to 39
"vitest": "^4.0.18",
"wrangler": "^4.51.0"

This comment was marked as outdated.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-24294b4acf branch from 7ca0a70 to a60496d Compare February 3, 2026 21:09
"tsx": "^4.20.6",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"vitest": "^4.0.18",

This comment was marked as outdated.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-24294b4acf branch from a60496d to d21fd03 Compare February 4, 2026 02:46
"tsx": "^4.20.6",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"vitest": "^4.0.18",

This comment was marked as outdated.

Bumps the vitest group with 2 updates: [@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.12.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.12.1/packages/vitest-pool-workers)

Updates `vitest` from 3.2.4 to 4.0.16
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.16/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>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vitest-24294b4acf branch from d21fd03 to 9b1d078 Compare February 4, 2026 03:20
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"vitest": "^4.0.18",
"wrangler": "^4.51.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: The updated @cloudflare/vitest-pool-workers@0.12.8 package is incompatible with the upgraded vitest@4.0.18, as its peer dependencies only support vitest up to version 3.2.x.
Severity: CRITICAL

Suggested Fix

To resolve this incompatibility, find and use a version of @cloudflare/vitest-pool-workers that officially supports vitest version 4.0 or higher. This may require checking the release notes or package.json of newer versions of the @cloudflare/vitest-pool-workers package.

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#L39

Potential issue: The pull request upgrades `vitest` to version `4.0.18` while also
updating `@cloudflare/vitest-pool-workers` to `0.12.8`. However, version `0.12.8` of
`@cloudflare/vitest-pool-workers` declares a peer dependency on `vitest` versions `2.0.x
- 3.2.x`. This version mismatch means the custom test pool, which is essential for
running tests in the Workers runtime, is not designed or tested to work with `vitest`
4.0. This incompatibility will likely cause the entire test suite to fail during
execution, preventing validation of the application's behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants