Skip to content

Commit

Permalink
chore: bump vitest in templates (#7384)
Browse files Browse the repository at this point in the history
* chore: bump vitest in templates

* chore: pin to vitest 2.1.5

This works around vitest-dev/vitest#6992 being an issue with Vite 6

* Create eighty-lies-sort.md

* chore: update to vitest 2.1.8

* Bump package vitest version to 2.1.8
  • Loading branch information
Cherry authored Dec 5, 2024
1 parent f2045be commit 55ec38a
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 114 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-lies-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-cloudflare": patch
---

chore: bump vitest in templates
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"wrangler": "^3.60.3",
"vitest": "2.0.5"
"vitest": "2.1.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"typescript": "^5.5.2",
"vitest": "2.0.5",
"vitest": "2.1.8",
"wrangler": "^3.60.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"wrangler": "^3.60.3",
"vitest": "2.0.5"
"vitest": "2.1.8"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.5.2",
"typescript": "^5.5.2",
"vitest": "2.0.5",
"vitest": "2.1.8",
"wrangler": "^3.60.3"
}
}
Loading

0 comments on commit 55ec38a

Please sign in to comment.