diff --git a/.changeset/cuddly-waves-pump.md b/.changeset/cuddly-waves-pump.md deleted file mode 100644 index ac21b54975d0..000000000000 --- a/.changeset/cuddly-waves-pump.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: respect `CLOUDFLARE_ACCOUNT_ID` with `wrangler pages project` commands - -Fixes [#4947](https://github.com/cloudflare/workers-sdk/issues/4947) diff --git a/.changeset/famous-camels-leave.md b/.changeset/famous-camels-leave.md deleted file mode 100644 index 9d442bb1e636..000000000000 --- a/.changeset/famous-camels-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: improve the rendering of build errors when bundling diff --git a/.changeset/heavy-ties-shop.md b/.changeset/heavy-ties-shop.md deleted file mode 100644 index 06ffdfac599f..000000000000 --- a/.changeset/heavy-ties-shop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -chore: update unenv dependency version - -Pulls in [feat(node/net): implement Server mock](https://github.com/unjs/unenv/pull/316). diff --git a/.changeset/nasty-melons-camp.md b/.changeset/nasty-melons-camp.md deleted file mode 100644 index 7906863e2303..000000000000 --- a/.changeset/nasty-melons-camp.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"wrangler": patch ---- - -fix: allow `require`ing unenv aliased packages - -Before this PR `require`ing packages aliased in unenv would fail. -That's because `require` would load the mjs file. - -This PR adds wraps the mjs file in a virtual ES module to allow `require`ing it. diff --git a/packages/vitest-pool-workers/CHANGELOG.md b/packages/vitest-pool-workers/CHANGELOG.md index 539088ee12e9..1dd08d6690bf 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/vitest-pool-workers +## 0.5.17 + +### Patch Changes + +- Updated dependencies [[`2af75ed`](https://github.com/cloudflare/workers-sdk/commit/2af75edb3c0722c04793c74f46aa099f4a3f27a9), [`eaf71b8`](https://github.com/cloudflare/workers-sdk/commit/eaf71b86cc5650cffb54c942704ce3dd1b5ed6a7), [`2e64968`](https://github.com/cloudflare/workers-sdk/commit/2e649686c259c639701a62e754c53448cb694dfc), [`4c6aad0`](https://github.com/cloudflare/workers-sdk/commit/4c6aad05b919a56484d13e4a49b861dcafbc0a2c)]: + - wrangler@3.80.3 + ## 0.5.16 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index 96ff7881083c..ff7ae642d61e 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.16", + "version": "0.5.17", "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 ed89fb01bfc1..0fbaeb36f9e4 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,26 @@ # wrangler +## 3.80.3 + +### Patch Changes + +- [#6927](https://github.com/cloudflare/workers-sdk/pull/6927) [`2af75ed`](https://github.com/cloudflare/workers-sdk/commit/2af75edb3c0722c04793c74f46aa099f4a3f27a9) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: respect `CLOUDFLARE_ACCOUNT_ID` with `wrangler pages project` commands + + Fixes [#4947](https://github.com/cloudflare/workers-sdk/issues/4947) + +- [#6894](https://github.com/cloudflare/workers-sdk/pull/6894) [`eaf71b8`](https://github.com/cloudflare/workers-sdk/commit/eaf71b86cc5650cffb54c942704ce3dd1b5ed6a7) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: improve the rendering of build errors when bundling + +- [#6920](https://github.com/cloudflare/workers-sdk/pull/6920) [`2e64968`](https://github.com/cloudflare/workers-sdk/commit/2e649686c259c639701a62e754c53448cb694dfc) Thanks [@vicb](https://github.com/vicb)! - chore: update unenv dependency version + + Pulls in [feat(node/net): implement Server mock](https://github.com/unjs/unenv/pull/316). + +- [#6932](https://github.com/cloudflare/workers-sdk/pull/6932) [`4c6aad0`](https://github.com/cloudflare/workers-sdk/commit/4c6aad05b919a56484d13e4a49b861dcafbc0a2c) Thanks [@vicb](https://github.com/vicb)! - fix: allow `require`ing unenv aliased packages + + Before this PR `require`ing packages aliased in unenv would fail. + That's because `require` would load the mjs file. + + This PR adds wraps the mjs file in a virtual ES module to allow `require`ing it. + ## 3.80.2 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 0111a77a53e7..dc4a851f920d 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.80.2", + "version": "3.80.3", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f45900daf14..153c53eb6301 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