Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.4.0 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/vitest-pool-workers (source) ^0.1.0 -> ^0.4.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.4.0

Compare Source

Minor Changes
Patch Changes

v0.3.0

Compare Source

Minor Changes
Patch Changes

v0.2.12

Compare Source

Patch Changes

v0.2.11

Compare Source

Patch Changes

v0.2.10

Compare Source

Patch Changes

v0.2.9

Compare Source

Patch Changes
  • #​5458 f520a71 Thanks @​Cherry! - fix: loosen the peer dependency version on vitest to support versions ranging from 1.3.0 to 1.5.0

  • Updated dependencies []:

    • wrangler@3.55.0

v0.2.8

Compare Source

Patch Changes

v0.2.6

Compare Source

Patch Changes

v0.2.5

Compare Source

Patch Changes

v0.2.4

Compare Source

Patch Changes

v0.2.3

Compare Source

Patch Changes

v0.2.2

Patch Changes

v0.2.1

Patch Changes

v0.2.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cloudflare-vitest-pool-workers-0.x branch from 503b1b9 to 633e285 Compare May 28, 2024 17:21
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.2.0 chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.3.0 May 28, 2024
@renovate renovate bot force-pushed the renovate/cloudflare-vitest-pool-workers-0.x branch from 633e285 to 01ba1d7 Compare May 31, 2024 16:42
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.3.0 chore(deps): update dependency @cloudflare/vitest-pool-workers to ^0.4.0 May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants