honojs / examples

Examples using Hono.
https://hono.dev
586 stars 46 forks source link

chore(deps-dev): bump @cloudflare/vitest-pool-workers from 0.1.19 to 0.2.0 #117

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps @cloudflare/vitest-pool-workers from 0.1.19 to 0.2.0.

Release notes

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

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

Minor Changes

  • #5612 8f470d9 Thanks @​Skye-31! - Feat: Support specifying an environment for your worker when running tests. This allows your tests to pick up bindings & variables that are scoped to specific environments.

    For example:

    import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
    

    export default defineWorkersConfig({ test: { poolOptions: { workers: { wrangler: { configPath: "./wrangler.toml", environment: "production", }, }, }, }, });

Patch Changes

  • #5589 92bc055 Thanks @​Skye-31! - fix: Support importing ES modules from libraries that do not correctly provide "type"="module" not use .mjs extensions

    The toucan-js library has an entry point of "module": "dist/index.esm.js". This file does not use the standard .mjs extension, nor does it specify "type"="module", so the resolution and loading algorithm fails to identify this file as an ES Module, defaulting to CommonJS, breaking Vitest. Fixes #5588

  • Updated dependencies [9a46e03, c9f081a, fbe1c9c, 22f5841, c9f081a]:

    • wrangler@3.51.0
    • miniflare@3.20240405.2
Changelog

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

0.2.0

Minor Changes

  • #5612 8f470d9 Thanks @​Skye-31! - Feat: Support specifying an environment for your worker when running tests. This allows your tests to pick up bindings & variables that are scoped to specific environments.

    For example:

    import { defineWorkersConfig } from "@cloudflare/vitest-pool-workers/config";
    

    export default defineWorkersConfig({ test: { poolOptions: { workers: { wrangler: { configPath: "./wrangler.toml", environment: "production", }, }, }, }, });

Patch Changes

  • #5589 92bc055 Thanks @​Skye-31! - fix: Support importing ES modules from libraries that do not correctly provide "type"="module" not use .mjs extensions

    The toucan-js library has an entry point of "module": "dist/index.esm.js". This file does not use the standard .mjs extension, nor does it specify "type"="module", so the resolution and loading algorithm fails to identify this file as an ES Module, defaulting to CommonJS, breaking Vitest. Fixes #5588

  • Updated dependencies [9a46e03, c9f081a, fbe1c9c, 22f5841, c9f081a]:

    • wrangler@3.51.0
    • miniflare@3.20240405.2
Commits
  • 1071fe5 Version Packages (#5593)
  • 6c85e06 docs: add contributing guides for Miniflare/Vitest integration (#5530)
  • 8f470d9 Feat(vitest-pool-workers): Support specifying an environment to use (#5612)
  • 92bc055 Fix "module": "....js" package resolution in vitest-pool-workers (#5589)
  • See full diff in compare view


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 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)