@cloudflare/vitest-pool-workers 0.5.2 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,7 +142,7 @@ function createConfigPlugin() {
142
142
  }
143
143
  },
144
144
  // Run after `vitest:project` plugin:
145
- // https://github.com/vitest-dev/vitest/blob/v2.0.5/packages/vitest/src/node/plugins/workspace.ts#L34
145
+ // https://github.com/vitest-dev/vitest/blob/v2.1.1/packages/vitest/src/node/plugins/workspace.ts#L34
146
146
  config(config) {
147
147
  config.resolve ??= {};
148
148
  config.resolve.conditions ??= [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/vitest-pool-workers",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
5
5
  "keywords": [
6
6
  "cloudflare",
@@ -49,28 +49,28 @@
49
49
  "esbuild": "0.17.19",
50
50
  "semver": "^7.5.1",
51
51
  "zod": "^3.22.3",
52
- "miniflare": "3.20240909.1",
53
- "wrangler": "3.78.2"
52
+ "miniflare": "3.20240909.2",
53
+ "wrangler": "3.78.4"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@cloudflare/workers-types": "^4.20240909.0",
57
57
  "@types/node": "20.8.3",
58
58
  "@types/semver": "^7.5.1",
59
- "@vitest/runner": "~2.0.5",
60
- "@vitest/snapshot": "~2.0.5",
59
+ "@vitest/runner": "~2.1.1",
60
+ "@vitest/snapshot": "~2.1.1",
61
61
  "capnp-ts": "^0.7.0",
62
62
  "capnpc-ts": "^0.7.0",
63
63
  "ts-dedent": "^2.2.0",
64
64
  "typescript": "^5.5.2",
65
65
  "undici": "^5.28.4",
66
- "vitest": "~2.0.5",
66
+ "vitest": "~2.1.1",
67
67
  "@cloudflare/eslint-config-worker": "1.1.0",
68
68
  "@cloudflare/workers-tsconfig": "0.0.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "@vitest/runner": "2.0.x",
72
- "@vitest/snapshot": "2.0.x",
73
- "vitest": "2.0.x"
71
+ "@vitest/runner": "2.0.x - 2.1.x",
72
+ "@vitest/snapshot": "2.0.x - 2.1.x",
73
+ "vitest": "2.0.x - 2.1.x"
74
74
  },
75
75
  "volta": {
76
76
  "extends": "../../package.json"