diff --git a/.changeset/angry-spies-flash.md b/.changeset/angry-spies-flash.md deleted file mode 100644 index 0d2a115c9508..000000000000 --- a/.changeset/angry-spies-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"miniflare": minor ---- - -chore: bump `workerd` to [`1.20231218.0`](https://github.com/cloudflare/workerd/releases/tag/v1.20231218.0) diff --git a/.changeset/c3-frameworks-update-4617.md b/.changeset/c3-frameworks-update-4617.md deleted file mode 100644 index 109e1b960fa2..000000000000 --- a/.changeset/c3-frameworks-update-4617.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-vue` from `3.9.0` to `3.9.1` diff --git a/.changeset/c3-frameworks-update-4618.md b/.changeset/c3-frameworks-update-4618.md deleted file mode 100644 index 9c4992c6626a..000000000000 --- a/.changeset/c3-frameworks-update-4618.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-astro` from `4.5.2` to `4.6.0` diff --git a/.changeset/c3-frameworks-update-4679.md b/.changeset/c3-frameworks-update-4679.md deleted file mode 100644 index b5803eaf811a..000000000000 --- a/.changeset/c3-frameworks-update-4679.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-qwik` from `1.3.1` to `1.3.2` diff --git a/.changeset/c3-frameworks-update-4680.md b/.changeset/c3-frameworks-update-4680.md deleted file mode 100644 index dda6574be7ec..000000000000 --- a/.changeset/c3-frameworks-update-4680.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-remix` from `2.4.0` to `2.4.1` diff --git a/.changeset/c3-frameworks-update-4681.md b/.changeset/c3-frameworks-update-4681.md deleted file mode 100644 index 515360d84ffe..000000000000 --- a/.changeset/c3-frameworks-update-4681.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-svelte` from `6.0.3` to `6.0.5` diff --git a/.changeset/lucky-ghosts-sell.md b/.changeset/lucky-ghosts-sell.md deleted file mode 100644 index c89b52993f65..000000000000 --- a/.changeset/lucky-ghosts-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -make the workerd compatibility date retrieval more stable by fetching it directly from the npm registry diff --git a/.changeset/olive-chefs-sleep.md b/.changeset/olive-chefs-sleep.md deleted file mode 100644 index 341c824dcf62..000000000000 --- a/.changeset/olive-chefs-sleep.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: apply source mapping to deployment validation errors - -Previously if a Worker failed validation during `wrangler deploy`, the displayed error would reference locations in built JavaScript files. This made it more difficult to debug validation errors. This change ensures these errors are now source mapped, referencing locations in source files instead. diff --git a/.changeset/perfect-students-pull.md b/.changeset/perfect-students-pull.md deleted file mode 100644 index 960bd6f55f95..000000000000 --- a/.changeset/perfect-students-pull.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: automatically create required directories for `wrangler r2 object get` - -Previously, if you tried to use `wrangler r2 object get` with an object name containing a `/` or used the `--file` flag with a path containing a `/`, and the specified directory didn't exist, Wrangler would throw an `ENOENT` error. This change ensures Wrangler automatically creates required parent directories if they don't exist. diff --git a/.changeset/serious-seals-sneeze.md b/.changeset/serious-seals-sneeze.md deleted file mode 100644 index 0ccabc4b0558..000000000000 --- a/.changeset/serious-seals-sneeze.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: throw helpful error if email validation required - -Previously, Wrangler would display the raw API error message and code if email validation was required during `wrangler deploy`. This change ensures a helpful error message is displayed instead, prompting users to check their emails or visit the dashboard for a verification link. diff --git a/.changeset/strange-eels-search.md b/.changeset/strange-eels-search.md deleted file mode 100644 index 13fa359bdd5c..000000000000 --- a/.changeset/strange-eels-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: suggest checking permissions on authentication error with API token set diff --git a/.changeset/stupid-frogs-obey.md b/.changeset/stupid-frogs-obey.md deleted file mode 100644 index 04c0699c032a..000000000000 --- a/.changeset/stupid-frogs-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: include messages from API in errors diff --git a/.changeset/tasty-experts-protect.md b/.changeset/tasty-experts-protect.md deleted file mode 100644 index 03a8bac6ed78..000000000000 --- a/.changeset/tasty-experts-protect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: require worker name for rollback - -Previously, Wrangler would fail with a cryptic error if you tried to run `wrangler rollback` outside of a directory containing a Wrangler configuration file with a `name` defined. This change validates that a worker name is defined, and allows you to set it from the command line using the `--name` flag. diff --git a/fixtures/dev-env/package.json b/fixtures/dev-env/package.json index 8c19c63d4793..41807c5323f0 100644 --- a/fixtures/dev-env/package.json +++ b/fixtures/dev-env/package.json @@ -16,7 +16,7 @@ "@types/ws": "^8.5.7", "@cloudflare/workers-tsconfig": "workspace:^", "get-port": "^7.0.0", - "miniflare": "3.20231030.4", + "miniflare": "3.20231218.0", "undici": "^5.23.0", "wrangler": "workspace:*", "ws": "^8.14.2" diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index 97fc970408d8..b2626dba97c7 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,21 @@ # create-cloudflare +## 2.8.5 + +### Patch Changes + +- [#4617](https://github.com/cloudflare/workers-sdk/pull/4617) [`45972200`](https://github.com/cloudflare/workers-sdk/commit/45972200e571bc48693fb678114c64827f15c4d4) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-vue` from `3.9.0` to `3.9.1` + +* [#4618](https://github.com/cloudflare/workers-sdk/pull/4618) [`10e267fc`](https://github.com/cloudflare/workers-sdk/commit/10e267fce70b45ae37070a5393a52cd9851de85b) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-astro` from `4.5.2` to `4.6.0` + +- [#4679](https://github.com/cloudflare/workers-sdk/pull/4679) [`873d7dd6`](https://github.com/cloudflare/workers-sdk/commit/873d7dd6ec02e58d64838cc0389201af4232ca3e) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.3.1` to `1.3.2` + +* [#4680](https://github.com/cloudflare/workers-sdk/pull/4680) [`ba298d08`](https://github.com/cloudflare/workers-sdk/commit/ba298d085c8e5c69cc8d944160fa7487d969b953) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-remix` from `2.4.0` to `2.4.1` + +- [#4681](https://github.com/cloudflare/workers-sdk/pull/4681) [`6fb72f8b`](https://github.com/cloudflare/workers-sdk/commit/6fb72f8bd0be07b66d3226b3ba5d7d44cb841104) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-svelte` from `6.0.3` to `6.0.5` + +* [#4627](https://github.com/cloudflare/workers-sdk/pull/4627) [`44cbd66f`](https://github.com/cloudflare/workers-sdk/commit/44cbd66ff2283384569756ef578b08ec1556cdb8) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - make the workerd compatibility date retrieval more stable by fetching it directly from the npm registry + ## 2.8.4 ### Patch Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index d679d79cf383..b69186bc3d74 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.8.4", + "version": "2.8.5", "description": "A CLI for creating and deploying new applications to Cloudflare.", "keywords": [ "cloudflare", diff --git a/packages/miniflare/CHANGELOG.md b/packages/miniflare/CHANGELOG.md index 60e053834d2f..42d7427f38c5 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,11 @@ # miniflare +## 3.20231218.0 + +### Minor Changes + +- [#4684](https://github.com/cloudflare/workers-sdk/pull/4684) [`c410ea14`](https://github.com/cloudflare/workers-sdk/commit/c410ea141f02f808ff3dddfa9ee21ccbb530acec) Thanks [@mrbbot](https://github.com/mrbbot)! - chore: bump `workerd` to [`1.20231218.0`](https://github.com/cloudflare/workerd/releases/tag/v1.20231218.0) + ## 3.20231030.4 ### Patch Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index 9b5f58b4e142..63c03398d1a3 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "3.20231030.4", + "version": "3.20231218.0", "description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", "keywords": [ "cloudflare", diff --git a/packages/pages-shared/CHANGELOG.md b/packages/pages-shared/CHANGELOG.md index bc5691e02bc2..4251fd4e8c3f 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,12 @@ # @cloudflare/pages-shared +## 0.11.5 + +### Patch Changes + +- Updated dependencies [[`c410ea14`](https://github.com/cloudflare/workers-sdk/commit/c410ea141f02f808ff3dddfa9ee21ccbb530acec)]: + - miniflare@3.20231218.0 + ## 0.11.4 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 254c78142639..08408bd59e64 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.11.4", + "version": "0.11.5", "repository": { "type": "git", "url": "https://github.com/cloudflare/workers-sdk.git", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 6ba9ee9168e6..5b3a390523fb 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,32 @@ # wrangler +## 3.22.2 + +### Patch Changes + +- [#4600](https://github.com/cloudflare/workers-sdk/pull/4600) [`4233e514`](https://github.com/cloudflare/workers-sdk/commit/4233e5149d7dafe44c22a59b33310744fc02efc6) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: apply source mapping to deployment validation errors + + Previously if a Worker failed validation during `wrangler deploy`, the displayed error would reference locations in built JavaScript files. This made it more difficult to debug validation errors. This change ensures these errors are now source mapped, referencing locations in source files instead. + +* [#4440](https://github.com/cloudflare/workers-sdk/pull/4440) [`15717333`](https://github.com/cloudflare/workers-sdk/commit/157173338a9f6a0701fd47711ff321be0dcbb037) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: automatically create required directories for `wrangler r2 object get` + + Previously, if you tried to use `wrangler r2 object get` with an object name containing a `/` or used the `--file` flag with a path containing a `/`, and the specified directory didn't exist, Wrangler would throw an `ENOENT` error. This change ensures Wrangler automatically creates required parent directories if they don't exist. + +- [#4592](https://github.com/cloudflare/workers-sdk/pull/4592) [`20da658e`](https://github.com/cloudflare/workers-sdk/commit/20da658ee3cc2c6684b68fd7b7da389dd5de6a0f) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: throw helpful error if email validation required + + Previously, Wrangler would display the raw API error message and code if email validation was required during `wrangler deploy`. This change ensures a helpful error message is displayed instead, prompting users to check their emails or visit the dashboard for a verification link. + +* [#4597](https://github.com/cloudflare/workers-sdk/pull/4597) [`e1d50407`](https://github.com/cloudflare/workers-sdk/commit/e1d504077ab6b0bd996df58ebda76918c2fee076) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: suggest checking permissions on authentication error with API token set + +- [#4593](https://github.com/cloudflare/workers-sdk/pull/4593) [`c370026d`](https://github.com/cloudflare/workers-sdk/commit/c370026d3f07f7214e33aa44ad507fe1e97bdfdd) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: include messages from API in errors + +* [#4588](https://github.com/cloudflare/workers-sdk/pull/4588) [`4e5ed0b2`](https://github.com/cloudflare/workers-sdk/commit/4e5ed0b28383602db9aa48658811a01ccfb8e5c2) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: require worker name for rollback + + Previously, Wrangler would fail with a cryptic error if you tried to run `wrangler rollback` outside of a directory containing a Wrangler configuration file with a `name` defined. This change validates that a worker name is defined, and allows you to set it from the command line using the `--name` flag. + +* Updated dependencies [[`c410ea14`](https://github.com/cloudflare/workers-sdk/commit/c410ea141f02f808ff3dddfa9ee21ccbb530acec)]: + - miniflare@3.20231218.0 + ## 3.22.1 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 3d0000c990b2..a7574674b068 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.22.1", + "version": "3.22.2", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f583c93a64c6..e4a3390f1985 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -133,7 +133,7 @@ importers: specifier: ^7.0.0 version: 7.0.0 miniflare: - specifier: 3.20231030.4 + specifier: 3.20231218.0 version: link:../../packages/miniflare undici: specifier: ^5.23.0