diff --git a/.changeset/bright-guests-destroy.md b/.changeset/bright-guests-destroy.md deleted file mode 100644 index e017930ef7e5..000000000000 --- a/.changeset/bright-guests-destroy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Support switching between static and dynamic Workers - -This commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single `wrangler dev` session. diff --git a/.changeset/fresh-worms-knock.md b/.changeset/fresh-worms-knock.md deleted file mode 100644 index 0e890d5ef52c..000000000000 --- a/.changeset/fresh-worms-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: error if a user inadvertently uploads a Pages `_workers.js` file or directory as an asset diff --git a/.changeset/hot-poems-march.md b/.changeset/hot-poems-march.md deleted file mode 100644 index e5133c58b7ff..000000000000 --- a/.changeset/hot-poems-march.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Error if Workers + Assets are run in remote mode - -Workers + Assets are currently supported only in local mode. We should throw an error if users attempt to use Workers with assets in remote mode. diff --git a/.changeset/lucky-doors-jam.md b/.changeset/lucky-doors-jam.md deleted file mode 100644 index 227797d78e23..000000000000 --- a/.changeset/lucky-doors-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -chore: update unenv dependency version diff --git a/.changeset/quiet-dolphins-compete.md b/.changeset/quiet-dolphins-compete.md deleted file mode 100644 index 7ec91634a121..000000000000 --- a/.changeset/quiet-dolphins-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/vitest-pool-workers": patch ---- - -fix: SQLite Durable Objects cannot be tested with vitest-pool-workers diff --git a/.changeset/serious-houses-film.md b/.changeset/serious-houses-film.md deleted file mode 100644 index 5c200ed2721b..000000000000 --- a/.changeset/serious-houses-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -chore: Update CI messaging diff --git a/.changeset/spotty-colts-peel.md b/.changeset/spotty-colts-peel.md deleted file mode 100644 index 74335b30a1d9..000000000000 --- a/.changeset/spotty-colts-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: include asset binding in `wrangler types` diff --git a/packages/vitest-pool-workers/CHANGELOG.md b/packages/vitest-pool-workers/CHANGELOG.md index 1856fbf53b7f..3a9e3dd7300f 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,14 @@ # @cloudflare/vitest-pool-workers +## 0.5.7 + +### Patch Changes + +- [#6725](https://github.com/cloudflare/workers-sdk/pull/6725) [`92730bb`](https://github.com/cloudflare/workers-sdk/commit/92730bba1b8d1693cd1aaa3e6b66894e3aad4aa0) Thanks [@penalosa](https://github.com/penalosa)! - fix: SQLite Durable Objects cannot be tested with vitest-pool-workers + +- Updated dependencies [[`ecd82e8`](https://github.com/cloudflare/workers-sdk/commit/ecd82e8471688901307c3bbbab8a382eb9d04811), [`2840b9f`](https://github.com/cloudflare/workers-sdk/commit/2840b9f80c1b8fe66489eb6d749c38f6ece2779d), [`61dd93a`](https://github.com/cloudflare/workers-sdk/commit/61dd93aaacac8b421b4ffcf7cde59ed6b651fc1b), [`7655505`](https://github.com/cloudflare/workers-sdk/commit/7655505654400c8525e4b0164e4e5b3b3c20bed4), [`9649dbc`](https://github.com/cloudflare/workers-sdk/commit/9649dbc74d022fa5fdb065cf3e7a8d6d791f0a88), [`3e75612`](https://github.com/cloudflare/workers-sdk/commit/3e75612ffb5e422021d1d3b172e5dc93a4b7c48a)]: + - wrangler@3.78.7 + ## 0.5.6 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index 2b7dd3f45342..3fd19b898d81 100644 --- a/packages/vitest-pool-workers/package.json +++ b/packages/vitest-pool-workers/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/vitest-pool-workers", - "version": "0.5.6", + "version": "0.5.7", "description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime", "keywords": [ "cloudflare", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 368024bafea5..d3f9b5ac025a 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,25 @@ # wrangler +## 3.78.7 + +### Patch Changes + +- [#6775](https://github.com/cloudflare/workers-sdk/pull/6775) [`ecd82e8`](https://github.com/cloudflare/workers-sdk/commit/ecd82e8471688901307c3bbbab8a382eb9d04811) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - fix: Support switching between static and dynamic Workers + + This commit fixes the current behaviour of watch mode for Workers with assets, and adds support for switching between static and dynamic Workers within a single `wrangler dev` session. + +- [#6762](https://github.com/cloudflare/workers-sdk/pull/6762) [`2840b9f`](https://github.com/cloudflare/workers-sdk/commit/2840b9f80c1b8fe66489eb6d749c38f6ece2779d) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: error if a user inadvertently uploads a Pages `_workers.js` file or directory as an asset + +- [#6778](https://github.com/cloudflare/workers-sdk/pull/6778) [`61dd93a`](https://github.com/cloudflare/workers-sdk/commit/61dd93aaacac8b421b4ffcf7cde59ed6b651fc1b) Thanks [@CarmenPopoviciu](https://github.com/CarmenPopoviciu)! - fix: Error if Workers + Assets are run in remote mode + + Workers + Assets are currently supported only in local mode. We should throw an error if users attempt to use Workers with assets in remote mode. + +- [#6782](https://github.com/cloudflare/workers-sdk/pull/6782) [`7655505`](https://github.com/cloudflare/workers-sdk/commit/7655505654400c8525e4b0164e4e5b3b3c20bed4) Thanks [@vicb](https://github.com/vicb)! - chore: update unenv dependency version + +- [#6777](https://github.com/cloudflare/workers-sdk/pull/6777) [`9649dbc`](https://github.com/cloudflare/workers-sdk/commit/9649dbc74d022fa5fdb065cf3e7a8d6d791f0a88) Thanks [@penalosa](https://github.com/penalosa)! - chore: Update CI messaging + +- [#6779](https://github.com/cloudflare/workers-sdk/pull/6779) [`3e75612`](https://github.com/cloudflare/workers-sdk/commit/3e75612ffb5e422021d1d3b172e5dc93a4b7c48a) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: include asset binding in `wrangler types` + ## 3.78.6 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 586cd1a59f33..37a6a229d132 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.78.6", + "version": "3.78.7", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30b5ef9a0c08..d6dece0f5a84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,12 +6,6 @@ settings: catalogs: default: - '@vitest/runner': - specifier: ~2.1.1 - version: 2.1.1 - '@vitest/snapshot': - specifier: ~2.1.1 - version: 2.1.1 vitest: specifier: ~2.1.1 version: 2.1.1