Skip to content

Commit c09dbd7

Browse files
Bump the version of @cloudflare/vitest-pool-workers in the hello-world templates from ^0.8.19 to ^0.12.4 (cloudflare#11952)
1 parent 0b249a1 commit c09dbd7

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.changeset/happy-clubs-kiss.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-cloudflare": patch
3+
---
4+
5+
Bump the version of `@cloudflare/vitest-pool-workers` in the hello-world templates from `^0.8.19` to `^0.12.4`
6+
7+
The version of the `@cloudflare/vitest-pool-workers` in the hello-world templates is currently `^0.8.19`, since the package is pre v1, the Caret syntax only installs the latest `0.8.x` version of the package, which is a bit outdated. So the changes here manually keep the package more up to date.

packages/create-cloudflare/templates/hello-world-with-assets/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "vitest"
1010
},
1111
"devDependencies": {
12-
"@cloudflare/vitest-pool-workers": "^0.8.19",
12+
"@cloudflare/vitest-pool-workers": "^0.12.4",
1313
"wrangler": "^3.101.0",
1414
"vitest": "~3.2.0"
1515
}

packages/create-cloudflare/templates/hello-world-with-assets/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cf-typegen": "wrangler types"
1111
},
1212
"devDependencies": {
13-
"@cloudflare/vitest-pool-workers": "^0.8.19",
13+
"@cloudflare/vitest-pool-workers": "^0.12.4",
1414
"typescript": "^5.5.2",
1515
"vitest": "~3.2.0",
1616
"wrangler": "^3.101.0"

packages/create-cloudflare/templates/hello-world/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "vitest"
1010
},
1111
"devDependencies": {
12-
"@cloudflare/vitest-pool-workers": "^0.8.19",
12+
"@cloudflare/vitest-pool-workers": "^0.12.4",
1313
"wrangler": "^3.101.0",
1414
"vitest": "~3.2.0"
1515
}

packages/create-cloudflare/templates/hello-world/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"cf-typegen": "wrangler types"
1111
},
1212
"devDependencies": {
13-
"@cloudflare/vitest-pool-workers": "^0.8.19",
13+
"@cloudflare/vitest-pool-workers": "^0.12.4",
1414
"typescript": "^5.5.2",
1515
"vitest": "~3.2.0",
1616
"wrangler": "^3.101.0"

0 commit comments

Comments
 (0)