Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2025

Bumps @cloudflare/vitest-pool-workers from 0.6.12 to 0.6.14.

Release notes

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

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

Patch Changes

  • #7810 ac4f30b Thanks @​edmundhung! - Added Vite dependency pre-bundling support. If you encounter module resolution issues—such as: Error: Cannot use require() to import an ES Module or Error: No such module—you can now bundle these dependencies using the deps.optimizer option:

    import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
    export default defineWorkersConfig({
    test: {
    deps: {
    optimizer: {
    ssr: {
    enabled: true,
    include: ["your-package-name"],
    },
    },
    },
    poolOptions: {
    workers: {
    // ...
    },
    },
    },
    });

    Fixed #6591, #6581, #6405.

  • Updated dependencies [a025ad2]:

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

Patch Changes

Changelog

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

0.6.14

Patch Changes

  • #7810 ac4f30b Thanks @​edmundhung! - Added Vite dependency pre-bundling support. If you encounter module resolution issues—such as: Error: Cannot use require() to import an ES Module or Error: No such module—you can now bundle these dependencies using the deps.optimizer option:

    import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
    export default defineWorkersConfig({
    test: {
    deps: {
    optimizer: {
    ssr: {
    enabled: true,
    include: ["your-package-name"],
    },
    },
    },
    poolOptions: {
    workers: {
    // ...
    },
    },
    },
    });

    Fixed #6591, #6581, #6405.

  • Updated dependencies [a025ad2]:

0.6.13

Patch Changes

Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) from 0.6.12 to 0.6.14.
- [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/[email protected]/packages/vitest-pool-workers)

---
updated-dependencies:
- dependency-name: "@cloudflare/vitest-pool-workers"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 12, 2025 20:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2025
@dependabot dependabot bot requested a review from KianNH February 12, 2025 20:52
@github-actions
Copy link
Contributor

@KianNH KianNH merged commit bf9f60f into production Feb 13, 2025
9 checks passed
@KianNH KianNH deleted the dependabot/npm_and_yarn/cloudflare/vitest-pool-workers-0.6.14 branch February 13, 2025 12:55
@workers-devprod workers-devprod added the contribution [Holopin] Recognizes a docs contribution, big or small label Feb 13, 2025
@holopin-bot
Copy link

holopin-bot bot commented Feb 13, 2025

Congratulations @dependabot[bot], the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm73cnjfc02630cl2nt094l7q

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

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

Labels

contribution [Holopin] Recognizes a docs contribution, big or small dependencies Pull requests that update a dependency file size/m

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants