From 8aa0d646a8fbda2cda8e86467f4a2dd9f060aadf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 18:57:49 +0000 Subject: [PATCH] Version Packages --- .changeset/brave-paws-build.md | 23 ----------- .changeset/c3-frameworks-update-7235.md | 11 ----- .changeset/famous-dragons-retire.md | 5 --- .changeset/famous-mayflies-knock.md | 7 ---- .changeset/fluffy-ravens-draw.md | 7 ---- .changeset/funny-dingos-guess.md | 5 --- .changeset/lemon-badgers-rest.md | 5 --- .changeset/metal-flies-cross.md | 5 --- .changeset/six-apes-pull.md | 5 --- .changeset/swift-bikes-doubt.md | 11 ----- packages/create-cloudflare/CHANGELOG.md | 14 +++++++ packages/create-cloudflare/package.json | 2 +- packages/vitest-pool-workers/CHANGELOG.md | 8 ++++ packages/vitest-pool-workers/package.json | 2 +- packages/workers-shared/CHANGELOG.md | 10 +++++ packages/workers-shared/package.json | 2 +- packages/wrangler/CHANGELOG.md | 50 +++++++++++++++++++++++ packages/wrangler/package.json | 2 +- 18 files changed, 86 insertions(+), 88 deletions(-) delete mode 100644 .changeset/brave-paws-build.md delete mode 100644 .changeset/c3-frameworks-update-7235.md delete mode 100644 .changeset/famous-dragons-retire.md delete mode 100644 .changeset/famous-mayflies-knock.md delete mode 100644 .changeset/fluffy-ravens-draw.md delete mode 100644 .changeset/funny-dingos-guess.md delete mode 100644 .changeset/lemon-badgers-rest.md delete mode 100644 .changeset/metal-flies-cross.md delete mode 100644 .changeset/six-apes-pull.md delete mode 100644 .changeset/swift-bikes-doubt.md diff --git a/.changeset/brave-paws-build.md b/.changeset/brave-paws-build.md deleted file mode 100644 index 473e5782d077..000000000000 --- a/.changeset/brave-paws-build.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"wrangler": minor ---- - -Turn on `wrangler.json(c)` support by default - -Wrangler now supports both JSON (`wrangler.json`) and TOML (`wrangler.toml`) for it's configuration file. The format of Wrangler's configuration file is exactly the same across both languages, except that the syntax is `JSON` rather than `TOML`. e.g. - -```toml -name = "worker-ts" -main = "src/index.ts" -compatibility_date = "2023-05-04" -``` - -would be interpreted the same as the equivalent JSON - -```json -{ - "name": "worker-ts", - "main": "src/index.ts", - "compatibility_date": "2023-05-04" -} -``` diff --git a/.changeset/c3-frameworks-update-7235.md b/.changeset/c3-frameworks-update-7235.md deleted file mode 100644 index 21be6151e16a..000000000000 --- a/.changeset/c3-frameworks-update-7235.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-cloudflare": patch ---- - -chore: update dependencies of "create-cloudflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ----------- | ----- | ------ | -| create-qwik | 1.9.1 | 1.10.0 | diff --git a/.changeset/famous-dragons-retire.md b/.changeset/famous-dragons-retire.md deleted file mode 100644 index 955d467ddfe2..000000000000 --- a/.changeset/famous-dragons-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Added Oceania (oc) location hint as acceptable choice when creating an R2 bucket. diff --git a/.changeset/famous-mayflies-knock.md b/.changeset/famous-mayflies-knock.md deleted file mode 100644 index 98e7210b31f3..000000000000 --- a/.changeset/famous-mayflies-knock.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -Add `preview_urls` toggle to `wrangler.toml` - -The current Preview URLs (beta) feature routes to version preview urls based on the status of the `workers_dev` config value. Beta users have requested the ability to enable deployment urls and preview urls separately on `workers.dev`, and the new `previews_enabled` field of the enable-subdomain API will allow that. This change separates the `workers_dev` and `preview_urls` behavior during `wrangler triggers deploy` and `wrangler versions upload`. `preview_urls` defaults to true, and does not implicitly depend on routes the way `workers_dev` does. diff --git a/.changeset/fluffy-ravens-draw.md b/.changeset/fluffy-ravens-draw.md deleted file mode 100644 index bea2b9e8be96..000000000000 --- a/.changeset/fluffy-ravens-draw.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -chore(wrangler): update unenv dependency version - -Pulls in the implementation of module.findSourceMap diff --git a/.changeset/funny-dingos-guess.md b/.changeset/funny-dingos-guess.md deleted file mode 100644 index aaed92cb88dd..000000000000 --- a/.changeset/funny-dingos-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": minor ---- - -Option to invoke user worker ahead of assets diff --git a/.changeset/lemon-badgers-rest.md b/.changeset/lemon-badgers-rest.md deleted file mode 100644 index cc3e5385025c..000000000000 --- a/.changeset/lemon-badgers-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -Fix the test tsconfig file in the hello-world typescript template diff --git a/.changeset/metal-flies-cross.md b/.changeset/metal-flies-cross.md deleted file mode 100644 index 83a72ebc73f3..000000000000 --- a/.changeset/metal-flies-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/workers-shared": patch ---- - -Remove incorrect logic in Asset Worker. diff --git a/.changeset/six-apes-pull.md b/.changeset/six-apes-pull.md deleted file mode 100644 index aec03b538ec3..000000000000 --- a/.changeset/six-apes-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -Add a default image for cloudchamber create and modify commands diff --git a/.changeset/swift-bikes-doubt.md b/.changeset/swift-bikes-doubt.md deleted file mode 100644 index faed82632329..000000000000 --- a/.changeset/swift-bikes-doubt.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"wrangler": minor ---- - -feat: implement queues info command - -This command allows users to get information on individual queues. - -To run this command use the queues info command with the name of a queue in the user's account. - -`wrangler queues info my-queue-name` diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index 9528ced94c0f..d9f754122587 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,19 @@ # create-cloudflare +## 2.33.1 + +### Patch Changes + +- [#7235](https://github.com/cloudflare/workers-sdk/pull/7235) [`8246c45`](https://github.com/cloudflare/workers-sdk/commit/8246c45883cfc8092bef68a05fadf7376d1f5b5f) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "create-cloudflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ----------- | ----- | ------ | + | create-qwik | 1.9.1 | 1.10.0 | + +- [#6410](https://github.com/cloudflare/workers-sdk/pull/6410) [`c808590`](https://github.com/cloudflare/workers-sdk/commit/c8085903678099335e91fd3d7e5d555d9f911a5b) Thanks [@stof](https://github.com/stof)! - Fix the test tsconfig file in the hello-world typescript template + ## 2.33.0 ### Minor Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index 77b507cfce0b..853e25e8b619 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.33.0", + "version": "2.33.1", "description": "A CLI for creating and deploying new applications to Cloudflare.", "keywords": [ "cloudflare", diff --git a/packages/vitest-pool-workers/CHANGELOG.md b/packages/vitest-pool-workers/CHANGELOG.md index 02e3ee61343b..889d50594406 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,13 @@ # @cloudflare/vitest-pool-workers +## 0.5.32 + +### Patch Changes + +- Updated dependencies [[`6fe9533`](https://github.com/cloudflare/workers-sdk/commit/6fe9533897b61ae9ef6566b5d2bdf09698566c24), [`219109a`](https://github.com/cloudflare/workers-sdk/commit/219109aec71bbb40dc92c18f69a2d473e455f216), [`02a0e1e`](https://github.com/cloudflare/workers-sdk/commit/02a0e1e186706eaec46048252068713f04698384), [`5a2c93d`](https://github.com/cloudflare/workers-sdk/commit/5a2c93d111b4d18ced7001e6583d07384301907a), [`1b1d01a`](https://github.com/cloudflare/workers-sdk/commit/1b1d01a5492fda28e6cfb116f99b81057d840fc5), [`7da76de`](https://github.com/cloudflare/workers-sdk/commit/7da76deec98360365dded46ba2bf90b14f27aacb)]: + - wrangler@3.91.0 + - miniflare@3.20241106.1 + ## 0.5.31 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index d0e2ca303ba6..e9a13317be4b 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.31", + "version": "0.5.32", "description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime", "keywords": [ "cloudflare", diff --git a/packages/workers-shared/CHANGELOG.md b/packages/workers-shared/CHANGELOG.md index 65061b68cb9a..758a01182dfb 100644 --- a/packages/workers-shared/CHANGELOG.md +++ b/packages/workers-shared/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudflare/workers-shared +## 0.9.0 + +### Minor Changes + +- [#7303](https://github.com/cloudflare/workers-sdk/pull/7303) [`0d314ed`](https://github.com/cloudflare/workers-sdk/commit/0d314ed14145d50b8fd00fdae8b31fb043f4d31a) Thanks [@WillTaylorDev](https://github.com/WillTaylorDev)! - Option to invoke user worker ahead of assets + +### Patch Changes + +- [#7176](https://github.com/cloudflare/workers-sdk/pull/7176) [`476e5df`](https://github.com/cloudflare/workers-sdk/commit/476e5df5d9f0a2aa3d713160994da3e2a752418e) Thanks [@jamesopstad](https://github.com/jamesopstad)! - Remove incorrect logic in Asset Worker. + ## 0.8.0 ### Minor Changes diff --git a/packages/workers-shared/package.json b/packages/workers-shared/package.json index db4cd90d0938..cec48776abbf 100644 --- a/packages/workers-shared/package.json +++ b/packages/workers-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-shared", - "version": "0.8.0", + "version": "0.9.0", "description": "Package that is used at Cloudflare to power some internal features of Cloudflare Workers.", "keywords": [ "cloudflare", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 6cebfade0518..60708d06887b 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,55 @@ # wrangler +## 3.91.0 + +### Minor Changes + +- [#7230](https://github.com/cloudflare/workers-sdk/pull/7230) [`6fe9533`](https://github.com/cloudflare/workers-sdk/commit/6fe9533897b61ae9ef6566b5d2bdf09698566c24) Thanks [@penalosa](https://github.com/penalosa)! - Turn on `wrangler.json(c)` support by default + + Wrangler now supports both JSON (`wrangler.json`) and TOML (`wrangler.toml`) for it's configuration file. The format of Wrangler's configuration file is exactly the same across both languages, except that the syntax is `JSON` rather than `TOML`. e.g. + + ```toml + name = "worker-ts" + main = "src/index.ts" + compatibility_date = "2023-05-04" + ``` + + would be interpreted the same as the equivalent JSON + + ```json + { + "name": "worker-ts", + "main": "src/index.ts", + "compatibility_date": "2023-05-04" + } + ``` + +- [#7227](https://github.com/cloudflare/workers-sdk/pull/7227) [`02a0e1e`](https://github.com/cloudflare/workers-sdk/commit/02a0e1e186706eaec46048252068713f04698384) Thanks [@taylorlee](https://github.com/taylorlee)! - Add `preview_urls` toggle to `wrangler.toml` + + The current Preview URLs (beta) feature routes to version preview urls based on the status of the `workers_dev` config value. Beta users have requested the ability to enable deployment urls and preview urls separately on `workers.dev`, and the new `previews_enabled` field of the enable-subdomain API will allow that. This change separates the `workers_dev` and `preview_urls` behavior during `wrangler triggers deploy` and `wrangler versions upload`. `preview_urls` defaults to true, and does not implicitly depend on routes the way `workers_dev` does. + +- [#7308](https://github.com/cloudflare/workers-sdk/pull/7308) [`1b1d01a`](https://github.com/cloudflare/workers-sdk/commit/1b1d01a5492fda28e6cfb116f99b81057d840fc5) Thanks [@gpanders](https://github.com/gpanders)! - Add a default image for cloudchamber create and modify commands + +- [#7232](https://github.com/cloudflare/workers-sdk/pull/7232) [`7da76de`](https://github.com/cloudflare/workers-sdk/commit/7da76deec98360365dded46ba2bf90b14f27aacb) Thanks [@toddmantell](https://github.com/toddmantell)! - feat: implement queues info command + + This command allows users to get information on individual queues. + + To run this command use the queues info command with the name of a queue in the user's account. + + `wrangler queues info my-queue-name` + +### Patch Changes + +- [#7330](https://github.com/cloudflare/workers-sdk/pull/7330) [`219109a`](https://github.com/cloudflare/workers-sdk/commit/219109aec71bbb40dc92c18f69a2d473e455f216) Thanks [@jonesphillip](https://github.com/jonesphillip)! - Added Oceania (oc) location hint as acceptable choice when creating an R2 bucket. + +- [#7319](https://github.com/cloudflare/workers-sdk/pull/7319) [`5a2c93d`](https://github.com/cloudflare/workers-sdk/commit/5a2c93d111b4d18ced7001e6583d07384301907a) Thanks [@vicb](https://github.com/vicb)! - chore(wrangler): update unenv dependency version + + Pulls in the implementation of module.findSourceMap + +- Updated dependencies [[`0d314ed`](https://github.com/cloudflare/workers-sdk/commit/0d314ed14145d50b8fd00fdae8b31fb043f4d31a), [`476e5df`](https://github.com/cloudflare/workers-sdk/commit/476e5df5d9f0a2aa3d713160994da3e2a752418e)]: + - @cloudflare/workers-shared@0.9.0 + - miniflare@3.20241106.1 + ## 3.90.0 ### Minor Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index b980e456bfcc..df9671fdacf6 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.90.0", + "version": "3.91.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",