Skip to content

Commit 3a5d7e8

Browse files
Version Packages (#9779)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0a5bb5a commit 3a5d7e8

File tree

7 files changed

+24
-25
lines changed

7 files changed

+24
-25
lines changed

.changeset/olive-rabbits-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/six-lizards-retire.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/warm-masks-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/vite-plugin-cloudflare/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/vite-plugin
22

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#9773](https://github.com/cloudflare/workers-sdk/pull/9773) [`45e97e8`](https://github.com/cloudflare/workers-sdk/commit/45e97e876ae7a9d0ef50e8e51c07cfcb234b4ab6) Thanks [@jamesopstad](https://github.com/jamesopstad)! - Vite 7 is now supported and included as a peer dependency. We continue to also support Vite 6.
8+
9+
- [#9753](https://github.com/cloudflare/workers-sdk/pull/9753) [`67130b3`](https://github.com/cloudflare/workers-sdk/commit/67130b3c5eebb8634641879ff4a2ff9f57581834) Thanks [@jamesopstad](https://github.com/jamesopstad)! - Allow `optimizeDeps.exclude` to be specified for Worker environments. This enables other plugins to exclude dependencies from optimization that require access to virtual modules. Note that excluded dependencies must be ESM.
10+
311
## 1.7.5
412

513
### Patch Changes

packages/vite-plugin-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vite-plugin",
3-
"version": "1.7.5",
3+
"version": "1.8.0",
44
"description": "Cloudflare plugin for Vite",
55
"keywords": [
66
"cloudflare",

packages/vitest-pool-workers/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @cloudflare/vitest-pool-workers
22

3+
## 0.8.48
4+
5+
### Patch Changes
6+
7+
- [#9533](https://github.com/cloudflare/workers-sdk/pull/9533) [`0a5bb5a`](https://github.com/cloudflare/workers-sdk/commit/0a5bb5a658c2cb6b3fe34002b62f106b97314033) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: ensure that the `sourcemap-codec` library has been transformed correctly to be imported in workerd during Vitest runs
8+
9+
Prior to this the inline snapshot tests were failing because they use the `magic-string` library, which in turn relies upon the `sourcemap-codec` library.
10+
11+
This resulted in errors that look like:
12+
13+
```
14+
Error running worker: SyntaxError: The requested module '@jridgewell/sourcemap-codec' does not provide an export named 'encode'
15+
```
16+
317
## 0.8.47
418

519
### Patch Changes

packages/vitest-pool-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.8.47",
3+
"version": "0.8.48",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)