diff --git a/.changeset/angry-keys-dance.md b/.changeset/angry-keys-dance.md deleted file mode 100644 index 23c6e5e9b235..000000000000 --- a/.changeset/angry-keys-dance.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"wrangler": minor ---- - -feat: Added new [[pipelines]] bindings. This creates a new binding that allows sending events to -the specified pipeline. - -Example: - -[[pipelines]] -binding = "MY_PIPELINE" -pipeline = "my-pipeline" diff --git a/.changeset/chilled-seals-appear.md b/.changeset/chilled-seals-appear.md deleted file mode 100644 index 8b768d646da1..000000000000 --- a/.changeset/chilled-seals-appear.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -feature: add observability setting to wrangler.toml - -Adds the `observability` setting which provides your Worker with automatic persistent logs that can be searched, filtered, and queried directly from the Workers dashboard. diff --git a/.changeset/dependabot-update-6673.md b/.changeset/dependabot-update-6673.md deleted file mode 100644 index 7e1ff6de2dc6..000000000000 --- a/.changeset/dependabot-update-6673.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"miniflare": patch ---- - -chore: update dependencies of "miniflare" package - -The following dependency versions have been updated: - -| Dependency | From | To | -| ------------------------- | ------------- | ------------- | -| workerd | 1.20240821.1 | 1.20240909.0 | -| @cloudflare/workers-types | ^4.20240821.1 | ^4.20240909.0 | diff --git a/.changeset/eighty-birds-kiss.md b/.changeset/eighty-birds-kiss.md deleted file mode 100644 index 7c40971b3ced..000000000000 --- a/.changeset/eighty-birds-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/pages-shared": patch ---- - -fix: fix Pages redirects going to a hash location to be duped. This means if you have a rule like `/foo/bar /foo#bar` it will no longer result in `/foo#bar#bar` but the correct `/foo#bar`. diff --git a/.changeset/green-pears-shake.md b/.changeset/green-pears-shake.md deleted file mode 100644 index 5142696cdf1b..000000000000 --- a/.changeset/green-pears-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -Add config options 'html_handling' and 'not_found_handling' to experimental_asset field in wrangler.toml diff --git a/.changeset/hot-moons-walk.md b/.changeset/hot-moons-walk.md deleted file mode 100644 index d58911469331..000000000000 --- a/.changeset/hot-moons-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/vitest-pool-workers": patch ---- - -fix: The `workerd` provided `node:url` module doesn't support everything Vitest needs. As a short-term fix, inject the `node:url` polyfill into the worker bundle. diff --git a/.changeset/lazy-jeans-kick.md b/.changeset/lazy-jeans-kick.md deleted file mode 100644 index bf58497efe2b..000000000000 --- a/.changeset/lazy-jeans-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -feat: adding option to specify a rule within the config to delete (if no rules are specified, all rules get deleted) diff --git a/.changeset/lazy-poems-mate.md b/.changeset/lazy-poems-mate.md deleted file mode 100644 index 62810edff7b5..000000000000 --- a/.changeset/lazy-poems-mate.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Validate `routes` in `wrangler dev` and `wrangler deploy` for Workers with assets - -We want wrangler to error if users are trying to deploy a Worker with assets, and routes with a path component. - -All Workers with assets must have either: - -- custom domain routes -- pattern routes which have no path component (except for the wildcard splat) "some.domain.com/\*" diff --git a/.changeset/long-rules-wait.md b/.changeset/long-rules-wait.md deleted file mode 100644 index 93673d00bc25..000000000000 --- a/.changeset/long-rules-wait.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"wrangler": minor ---- - -feat: support analytics engine in local/remote dev - -This adds "support" for analytics engine datasets for `wrangler dev`. Specifically, it simply mocks the AE bindings so that they exist while developing (and don't throw when accessed). - -This does NOT add support in Pages, though we very well could do so in a similar way in a followup. diff --git a/.changeset/nasty-hats-rhyme.md b/.changeset/nasty-hats-rhyme.md deleted file mode 100644 index a6d754c6d60f..000000000000 --- a/.changeset/nasty-hats-rhyme.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"wrangler": minor ---- - -feat: experimental workers assets can be ignored by adding a .assetsignore file - -This file can be added to the root of the assets directory that is to be uploaded alongside the Worker -when using `experimental_assets`. - -The file follows the `.gitignore` syntax, and any matching paths will not be included in the upload. diff --git a/.changeset/nice-beds-raise.md b/.changeset/nice-beds-raise.md deleted file mode 100644 index a07d532115df..000000000000 --- a/.changeset/nice-beds-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -feat: Update R2 Get Event Notification response, display, and actions diff --git a/.changeset/purple-bobcats-itch.md b/.changeset/purple-bobcats-itch.md deleted file mode 100644 index c9441757b3ac..000000000000 --- a/.changeset/purple-bobcats-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Fix asset upload count messaging diff --git a/.changeset/real-cheetahs-fry.md b/.changeset/real-cheetahs-fry.md deleted file mode 100644 index f4ee6ecd840a..000000000000 --- a/.changeset/real-cheetahs-fry.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@cloudflare/workers-shared": minor ---- - -Add asset config behaviour. - -Add `html_handling` (e.g. /index.html -> /) with options `"auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash" | "none"` to Asset Worker. - -Add `not_found_handling` behaviour with options `"404-page" | "single-page-application" | "none"` to Asset Worker. diff --git a/.changeset/silly-taxis-sort.md b/.changeset/silly-taxis-sort.md deleted file mode 100644 index f4ea20c3863c..000000000000 --- a/.changeset/silly-taxis-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -fix: do not crash if the chosen framework does not exist diff --git a/.changeset/sixty-suns-act.md b/.changeset/sixty-suns-act.md deleted file mode 100644 index 934fe3f59087..000000000000 --- a/.changeset/sixty-suns-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -chore: Improves messaging when uploading assets diff --git a/.changeset/smooth-bananas-obey.md b/.changeset/smooth-bananas-obey.md deleted file mode 100644 index 627945fd495c..000000000000 --- a/.changeset/smooth-bananas-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Update R2 Create Event Notification response diff --git a/.changeset/stale-students-crash.md b/.changeset/stale-students-crash.md deleted file mode 100644 index cf92df852a5b..000000000000 --- a/.changeset/stale-students-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": minor ---- - -feat: add experimental mode and associated workers + assets templates diff --git a/.changeset/stupid-weeks-cheat.md b/.changeset/stupid-weeks-cheat.md deleted file mode 100644 index 3dd84df27d7a..000000000000 --- a/.changeset/stupid-weeks-cheat.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: Switch to multipart/form-data upload format for Workers Assets - -This has proven to be much more reliable. diff --git a/.changeset/three-nails-bake.md b/.changeset/three-nails-bake.md deleted file mode 100644 index 0829c6fa8cdb..000000000000 --- a/.changeset/three-nails-bake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": minor ---- - -feature: Add support for placement hints - -Adds the `hint` field to smart placement configuration. When set, placement hints will be used to decide where smart-placement-enabled Workers are run. diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index c24d2d072f7c..1c27e8f831c0 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # create-cloudflare +## 2.27.0 + +### Minor Changes + +- [#6678](https://github.com/cloudflare/workers-sdk/pull/6678) [`40ecf47`](https://github.com/cloudflare/workers-sdk/commit/40ecf4796860fd45ec593c1d143406a90a92c793) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - feat: add experimental mode and associated workers + assets templates + +### Patch Changes + +- [#6678](https://github.com/cloudflare/workers-sdk/pull/6678) [`40ecf47`](https://github.com/cloudflare/workers-sdk/commit/40ecf4796860fd45ec593c1d143406a90a92c793) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: do not crash if the chosen framework does not exist + ## 2.26.0 ### Minor Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index cad965131002..f7a856562995 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.26.0", + "version": "2.27.0", "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 41f6630cd462..55176d99c4ff 100644 --- a/packages/miniflare/CHANGELOG.md +++ b/packages/miniflare/CHANGELOG.md @@ -1,5 +1,18 @@ # miniflare +## 3.20240909.0 + +### Patch Changes + +- [#6673](https://github.com/cloudflare/workers-sdk/pull/6673) [`3f5b934`](https://github.com/cloudflare/workers-sdk/commit/3f5b9343a46dedcb80c8e216eb3ca9d7f687f6cf) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package + + The following dependency versions have been updated: + + | Dependency | From | To | + | ------------------------- | ------------- | ------------- | + | workerd | 1.20240821.1 | 1.20240909.0 | + | @cloudflare/workers-types | ^4.20240821.1 | ^4.20240909.0 | + ## 3.20240821.2 ### Patch Changes diff --git a/packages/miniflare/package.json b/packages/miniflare/package.json index 5aec07861b29..d75d65ef9d06 100644 --- a/packages/miniflare/package.json +++ b/packages/miniflare/package.json @@ -1,6 +1,6 @@ { "name": "miniflare", - "version": "3.20240821.2", + "version": "3.20240909.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 403f6ef5fbe2..09801d5a1b3d 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,14 @@ # @cloudflare/pages-shared +## 0.11.56 + +### Patch Changes + +- [#6680](https://github.com/cloudflare/workers-sdk/pull/6680) [`7579bd8`](https://github.com/cloudflare/workers-sdk/commit/7579bd8e53a30a5ae8e3dc606b46e575948c9ff1) Thanks [@WalshyDev](https://github.com/WalshyDev)! - fix: fix Pages redirects going to a hash location to be duped. This means if you have a rule like `/foo/bar /foo#bar` it will no longer result in `/foo#bar#bar` but the correct `/foo#bar`. + +- Updated dependencies [[`3f5b934`](https://github.com/cloudflare/workers-sdk/commit/3f5b9343a46dedcb80c8e216eb3ca9d7f687f6cf)]: + - miniflare@3.20240909.0 + ## 0.11.55 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 580cab9e1d9a..8c2bccab63db 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.11.55", + "version": "0.11.56", "repository": { "type": "git", "url": "https://github.com/cloudflare/workers-sdk.git", diff --git a/packages/vitest-pool-workers/CHANGELOG.md b/packages/vitest-pool-workers/CHANGELOG.md index 8f3e10a4d193..7bab98e29374 100644 --- a/packages/vitest-pool-workers/CHANGELOG.md +++ b/packages/vitest-pool-workers/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudflare/vitest-pool-workers +## 0.4.31 + +### Patch Changes + +- [#6673](https://github.com/cloudflare/workers-sdk/pull/6673) [`3f5b934`](https://github.com/cloudflare/workers-sdk/commit/3f5b9343a46dedcb80c8e216eb3ca9d7f687f6cf) Thanks [@dependabot](https://github.com/apps/dependabot)! - fix: The `workerd` provided `node:url` module doesn't support everything Vitest needs. As a short-term fix, inject the `node:url` polyfill into the worker bundle. + +- Updated dependencies [[`831f892`](https://github.com/cloudflare/workers-sdk/commit/831f89217627554f4fc984dd8d51bf2a4409ec31), [`88c40be`](https://github.com/cloudflare/workers-sdk/commit/88c40bec9b32ae1a6bcc2f41427ba5958cb3ae63), [`3f5b934`](https://github.com/cloudflare/workers-sdk/commit/3f5b9343a46dedcb80c8e216eb3ca9d7f687f6cf), [`59a0072`](https://github.com/cloudflare/workers-sdk/commit/59a0072740aa19f8d2b7524b993a7be35ba67fce), [`2174127`](https://github.com/cloudflare/workers-sdk/commit/21741277a5bcd6fe6a3f531c8cacc34df84d287e), [`6523db2`](https://github.com/cloudflare/workers-sdk/commit/6523db2695d70ad64da7cfe6f4731ac82181ac51), [`4107f57`](https://github.com/cloudflare/workers-sdk/commit/4107f573b85eb86cc163c4acadf2b85138f76d97), [`8527675`](https://github.com/cloudflare/workers-sdk/commit/8527675e1cf83519a211c8b4cc43161ac29757f1), [`648cfdd`](https://github.com/cloudflare/workers-sdk/commit/648cfdd32d8c1b60e037c3d453fcb1691fbf4b45), [`7bbed63`](https://github.com/cloudflare/workers-sdk/commit/7bbed63fb592df9b5fd081eebad614a8a1a4c281), [`33cc0ec`](https://github.com/cloudflare/workers-sdk/commit/33cc0ecce9062641649fc6ee2e1d68a15f20fc5c), [`48eeff4`](https://github.com/cloudflare/workers-sdk/commit/48eeff4674a47da4d1faffc93f44543e909fca01), [`67711c2`](https://github.com/cloudflare/workers-sdk/commit/67711c2158d706ba2e6bafebf923013e0e0feec0), [`8dcd456`](https://github.com/cloudflare/workers-sdk/commit/8dcd45665c0c420653f57cc7218269e05b2f9a25)]: + - wrangler@3.77.0 + - miniflare@3.20240909.0 + ## 0.4.30 ### Patch Changes diff --git a/packages/vitest-pool-workers/package.json b/packages/vitest-pool-workers/package.json index d1a54cd97b82..119f29ea88ee 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.4.30", + "version": "0.4.31", "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 eaf654bfb7a0..138e23d0ada7 100644 --- a/packages/workers-shared/CHANGELOG.md +++ b/packages/workers-shared/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudflare/workers-shared +## 0.5.0 + +### Minor Changes + +- [#6631](https://github.com/cloudflare/workers-sdk/pull/6631) [`59a0072`](https://github.com/cloudflare/workers-sdk/commit/59a0072740aa19f8d2b7524b993a7be35ba67fce) Thanks [@emily-shen](https://github.com/emily-shen)! - Add asset config behaviour. + + Add `html_handling` (e.g. /index.html -> /) with options `"auto-trailing-slash" | "force-trailing-slash" | "drop-trailing-slash" | "none"` to Asset Worker. + + Add `not_found_handling` behaviour with options `"404-page" | "single-page-application" | "none"` to Asset Worker. + ## 0.4.1 ### Patch Changes diff --git a/packages/workers-shared/package.json b/packages/workers-shared/package.json index dd4c912cdca2..62f08e2d794b 100644 --- a/packages/workers-shared/package.json +++ b/packages/workers-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/workers-shared", - "version": "0.4.1", + "version": "0.5.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 73d59330ef73..a02967d3647d 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,70 @@ # wrangler +## 3.77.0 + +### Minor Changes + +- [#6674](https://github.com/cloudflare/workers-sdk/pull/6674) [`831f892`](https://github.com/cloudflare/workers-sdk/commit/831f89217627554f4fc984dd8d51bf2a4409ec31) Thanks [@andyjessop](https://github.com/andyjessop)! - feat: Added new [[pipelines]] bindings. This creates a new binding that allows sending events to + the specified pipeline. + + Example: + + [[pipelines]] + binding = "MY_PIPELINE" + pipeline = "my-pipeline" + +- [#6668](https://github.com/cloudflare/workers-sdk/pull/6668) [`88c40be`](https://github.com/cloudflare/workers-sdk/commit/88c40bec9b32ae1a6bcc2f41427ba5958cb3ae63) Thanks [@zebp](https://github.com/zebp)! - feature: add observability setting to wrangler.toml + + Adds the `observability` setting which provides your Worker with automatic persistent logs that can be searched, filtered, and queried directly from the Workers dashboard. + +- [#6679](https://github.com/cloudflare/workers-sdk/pull/6679) [`2174127`](https://github.com/cloudflare/workers-sdk/commit/21741277a5bcd6fe6a3f531c8cacc34df84d287e) Thanks [@jkoe-cf](https://github.com/jkoe-cf)! - feat: adding option to specify a rule within the config to delete (if no rules are specified, all rules get deleted) + +- [#6666](https://github.com/cloudflare/workers-sdk/pull/6666) [`4107f57`](https://github.com/cloudflare/workers-sdk/commit/4107f573b85eb86cc163c4acadf2b85138f76d97) Thanks [@threepointone](https://github.com/threepointone)! - feat: support analytics engine in local/remote dev + + This adds "support" for analytics engine datasets for `wrangler dev`. Specifically, it simply mocks the AE bindings so that they exist while developing (and don't throw when accessed). + + This does NOT add support in Pages, though we very well could do so in a similar way in a followup. + +- [#6640](https://github.com/cloudflare/workers-sdk/pull/6640) [`8527675`](https://github.com/cloudflare/workers-sdk/commit/8527675e1cf83519a211c8b4cc43161ac29757f1) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - feat: experimental workers assets can be ignored by adding a .assetsignore file + + This file can be added to the root of the assets directory that is to be uploaded alongside the Worker + when using `experimental_assets`. + + The file follows the `.gitignore` syntax, and any matching paths will not be included in the upload. + +- [#6652](https://github.com/cloudflare/workers-sdk/pull/6652) [`648cfdd`](https://github.com/cloudflare/workers-sdk/commit/648cfdd32d8c1b60e037c3d453fcb1691fbf4b45) Thanks [@bthwaites](https://github.com/bthwaites)! - feat: Update R2 Get Event Notification response, display, and actions + +- [#6625](https://github.com/cloudflare/workers-sdk/pull/6625) [`8dcd456`](https://github.com/cloudflare/workers-sdk/commit/8dcd45665c0c420653f57cc7218269e05b2f9a25) Thanks [@maxwellpeterson](https://github.com/maxwellpeterson)! - feature: Add support for placement hints + + Adds the `hint` field to smart placement configuration. When set, placement hints will be used to decide where smart-placement-enabled Workers are run. + +### Patch Changes + +- [#6631](https://github.com/cloudflare/workers-sdk/pull/6631) [`59a0072`](https://github.com/cloudflare/workers-sdk/commit/59a0072740aa19f8d2b7524b993a7be35ba67fce) Thanks [@emily-shen](https://github.com/emily-shen)! - Add config options 'html_handling' and 'not_found_handling' to experimental_asset field in wrangler.toml + +- [#6621](https://github.com/cloudflare/workers-sdk/pull/6621) [`6523db2`](https://github.com/cloudflare/workers-sdk/commit/6523db2695d70ad64da7cfe6f4731ac82181ac51) Thanks [@emily-shen](https://github.com/emily-shen)! - fix: Validate `routes` in `wrangler dev` and `wrangler deploy` for Workers with assets + + We want wrangler to error if users are trying to deploy a Worker with assets, and routes with a path component. + + All Workers with assets must have either: + + - custom domain routes + - pattern routes which have no path component (except for the wildcard splat) "some.domain.com/\*" + +- [#6687](https://github.com/cloudflare/workers-sdk/pull/6687) [`7bbed63`](https://github.com/cloudflare/workers-sdk/commit/7bbed63fb592df9b5fd081eebad614a8a1a4c281) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Fix asset upload count messaging + +- [#6628](https://github.com/cloudflare/workers-sdk/pull/6628) [`33cc0ec`](https://github.com/cloudflare/workers-sdk/commit/33cc0ecce9062641649fc6ee2e1d68a15f20fc5c) Thanks [@GregBrimble](https://github.com/GregBrimble)! - chore: Improves messaging when uploading assets + +- [#6671](https://github.com/cloudflare/workers-sdk/pull/6671) [`48eeff4`](https://github.com/cloudflare/workers-sdk/commit/48eeff4674a47da4d1faffc93f44543e909fca01) Thanks [@jkoe-cf](https://github.com/jkoe-cf)! - fix: Update R2 Create Event Notification response + +- [#6618](https://github.com/cloudflare/workers-sdk/pull/6618) [`67711c2`](https://github.com/cloudflare/workers-sdk/commit/67711c2158d706ba2e6bafebf923013e0e0feec0) Thanks [@GregBrimble](https://github.com/GregBrimble)! - fix: Switch to multipart/form-data upload format for Workers Assets + + This has proven to be much more reliable. + +- Updated dependencies [[`3f5b934`](https://github.com/cloudflare/workers-sdk/commit/3f5b9343a46dedcb80c8e216eb3ca9d7f687f6cf), [`59a0072`](https://github.com/cloudflare/workers-sdk/commit/59a0072740aa19f8d2b7524b993a7be35ba67fce)]: + - miniflare@3.20240909.0 + - @cloudflare/workers-shared@0.5.0 + ## 3.76.0 ### Minor Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 90af8da111a7..842faa4b18a4 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.76.0", + "version": "3.77.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b201add3c48b..d7e09797695a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11188,7 +11188,7 @@ snapshots: dependencies: '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.5.4) '@typescript-eslint/utils': 6.10.0(eslint@8.49.0)(typescript@5.5.4) - debug: 4.3.5 + debug: 4.3.6(supports-color@9.2.2) eslint: 8.49.0 ts-api-utils: 1.0.3(typescript@5.5.4) optionalDependencies: