From c05df0fd37e2037fde5ea526cc33dc4dce58e30e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 20:56:46 +0000 Subject: [PATCH] Version Packages (#245) Co-authored-by: github-actions[bot] --- .changeset/angry-toys-shave.md | 5 ---- .changeset/clever-humans-happen.md | 5 ---- .changeset/early-seahorses-impress.md | 5 ---- .changeset/good-rats-shave.md | 13 --------- .changeset/heavy-days-cheat.md | 5 ---- .changeset/loud-radios-bake.md | 5 ---- .changeset/old-walls-smoke.md | 5 ---- .changeset/serious-coins-provide.md | 7 ----- .changeset/strong-flies-add.md | 12 -------- .changeset/ten-cooks-warn.md | 5 ---- package-lock.json | 2 +- packages/wrangler/CHANGELOG.md | 41 +++++++++++++++++++++++++++ packages/wrangler/package.json | 2 +- 13 files changed, 43 insertions(+), 69 deletions(-) delete mode 100644 .changeset/angry-toys-shave.md delete mode 100644 .changeset/clever-humans-happen.md delete mode 100644 .changeset/early-seahorses-impress.md delete mode 100644 .changeset/good-rats-shave.md delete mode 100644 .changeset/heavy-days-cheat.md delete mode 100644 .changeset/loud-radios-bake.md delete mode 100644 .changeset/old-walls-smoke.md delete mode 100644 .changeset/serious-coins-provide.md delete mode 100644 .changeset/strong-flies-add.md delete mode 100644 .changeset/ten-cooks-warn.md diff --git a/.changeset/angry-toys-shave.md b/.changeset/angry-toys-shave.md deleted file mode 100644 index ea919894851..00000000000 --- a/.changeset/angry-toys-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: update test code to pass strict-null checks diff --git a/.changeset/clever-humans-happen.md b/.changeset/clever-humans-happen.md deleted file mode 100644 index 64c87f067ee..00000000000 --- a/.changeset/clever-humans-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: update dev and publish commands to pass strict-null checks diff --git a/.changeset/early-seahorses-impress.md b/.changeset/early-seahorses-impress.md deleted file mode 100644 index e4b76c70f50..00000000000 --- a/.changeset/early-seahorses-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -fix: upgrade `miniflare` to [`2.1.0`](https://github.com/cloudflare/miniflare/releases/tag/v2.1.0) diff --git a/.changeset/good-rats-shave.md b/.changeset/good-rats-shave.md deleted file mode 100644 index 7732f404c62..00000000000 --- a/.changeset/good-rats-shave.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: simplify and document `config.ts` - -This PR cleans up the type definition for the configuration object, as well as commenting the hell out of it. There are no duplicate definitions, and I annotated what I could. - -- `@optional` means providing a value isn't mandatory -- `@deprecated` means the field itself isn't necessary anymore in wrangler.toml -- `@breaking` means the deprecation/optionality is a breaking change from wrangler 1 -- `@todo` means there's more work to be done (with details attached) -- `@inherited` means the field is copied to all environments diff --git a/.changeset/heavy-days-cheat.md b/.changeset/heavy-days-cheat.md deleted file mode 100644 index 7bf5dcf5251..00000000000 --- a/.changeset/heavy-days-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: update miscellaneous source files to pass strict-null checks diff --git a/.changeset/loud-radios-bake.md b/.changeset/loud-radios-bake.md deleted file mode 100644 index 601063aa702..00000000000 --- a/.changeset/loud-radios-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: update proxy code to pass strict-null checks diff --git a/.changeset/old-walls-smoke.md b/.changeset/old-walls-smoke.md deleted file mode 100644 index 8d68b2e53e5..00000000000 --- a/.changeset/old-walls-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -chore: add common words to the cSpell config to prevent unwanted warnings diff --git a/.changeset/serious-coins-provide.md b/.changeset/serious-coins-provide.md deleted file mode 100644 index 38681e36e1b..00000000000 --- a/.changeset/serious-coins-provide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: description for `kv:bulk delete ` - -The description for the `kv:bulk delete` command was wrong, it was probably copied earlier from the `kv:bulk put` command. This PR fixes the mistake. diff --git a/.changeset/strong-flies-add.md b/.changeset/strong-flies-add.md deleted file mode 100644 index e000dcc71fb..00000000000 --- a/.changeset/strong-flies-add.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"wrangler": patch ---- - -fix: fix `dev` and `publish` - -We introduced some bugs in recent PRs - -- In https://github.com/cloudflare/wrangler2/pull/196, we broke being able to pass an entrypoint directly to the cli. In this PR, I just reverted that fix. I'll reopen https://github.com/cloudflare/wrangler2/issues/78 and we'll tackle it again later. (cc @jgentes) -- In https://github.com/cloudflare/wrangler2/pull/215, we broke being able to publish a script by just passing `--latest` or `--compatibility-data` in the cli. This PR fixes that by reading the correct argument when choosing whether to publish. -- In https://github.com/cloudflare/wrangler2/pull/247, we broke how we made requests by passing headers to requests. This PR reverts the changes made in `cfetch/internal.ts`. (cc @petebacondarwin) -- In https://github.com/cloudflare/wrangler2/pull/244, we broke `dev` and it would immediately crash. This PR fixes the reference in `dev.tsx` that was breaking. (cc @petebacondarwin) diff --git a/.changeset/ten-cooks-warn.md b/.changeset/ten-cooks-warn.md deleted file mode 100644 index ce8e21c8c04..00000000000 --- a/.changeset/ten-cooks-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": patch ---- - -refactor: update inspector code to ensure that strict-null types pass diff --git a/package-lock.json b/package-lock.json index 24419ddf5ce..eba8f59824a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15331,7 +15331,7 @@ "license": "ISC" }, "packages/wrangler": { - "version": "0.0.8", + "version": "0.0.9", "license": "MIT OR Apache-2.0", "dependencies": { "esbuild": "0.14.1", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 55e776e0b4c..17141721c7e 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,46 @@ # wrangler +## 0.0.9 + +### Patch Changes + +- [#243](https://github.com/cloudflare/wrangler2/pull/243) [`dc7ce83`](https://github.com/cloudflare/wrangler2/commit/dc7ce831a29a69d8171ade84474c84f660667190) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - refactor: update test code to pass strict-null checks + +* [#244](https://github.com/cloudflare/wrangler2/pull/244) [`2e7a75f`](https://github.com/cloudflare/wrangler2/commit/2e7a75f1bdd48514287a568ea7f802d7dbdf552e) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - refactor: update dev and publish commands to pass strict-null checks + +- [#246](https://github.com/cloudflare/wrangler2/pull/246) [`e6733a3`](https://github.com/cloudflare/wrangler2/commit/e6733a3abf2be1c7a6c18b65b412ccc8501fd3ba) Thanks [@mrbbot](https://github.com/mrbbot)! - fix: upgrade `miniflare` to [`2.1.0`](https://github.com/cloudflare/miniflare/releases/tag/v2.1.0) + +* [#238](https://github.com/cloudflare/wrangler2/pull/238) [`65f9904`](https://github.com/cloudflare/wrangler2/commit/65f9904936a11dad8fef599242e0590bb5b7431a) Thanks [@threepointone](https://github.com/threepointone)! - refactor: simplify and document `config.ts` + + This PR cleans up the type definition for the configuration object, as well as commenting the hell out of it. There are no duplicate definitions, and I annotated what I could. + + - `@optional` means providing a value isn't mandatory + - `@deprecated` means the field itself isn't necessary anymore in wrangler.toml + - `@breaking` means the deprecation/optionality is a breaking change from wrangler 1 + - `@todo` means there's more work to be done (with details attached) + - `@inherited` means the field is copied to all environments + +- [#247](https://github.com/cloudflare/wrangler2/pull/247) [`edc4b53`](https://github.com/cloudflare/wrangler2/commit/edc4b53c206373cb00470069f72846b56eb28427) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - refactor: update miscellaneous source files to pass strict-null checks + +* [#248](https://github.com/cloudflare/wrangler2/pull/248) [`5806932`](https://github.com/cloudflare/wrangler2/commit/580693282f2c4c459add276143e53edfd057c677) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - refactor: update proxy code to pass strict-null checks + +- [#241](https://github.com/cloudflare/wrangler2/pull/241) [`5d423e9`](https://github.com/cloudflare/wrangler2/commit/5d423e97136e9e9a1dfcc95d78f2b3a8ba56fd3f) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - chore: add common words to the cSpell config to prevent unwanted warnings + +* [#257](https://github.com/cloudflare/wrangler2/pull/257) [`00e51cd`](https://github.com/cloudflare/wrangler2/commit/00e51cd5106dddd2af1c7cb99a6478e4fa3b276b) Thanks [@threepointone](https://github.com/threepointone)! - fix: description for `kv:bulk delete ` + + The description for the `kv:bulk delete` command was wrong, it was probably copied earlier from the `kv:bulk put` command. This PR fixes the mistake. + +- [#262](https://github.com/cloudflare/wrangler2/pull/262) [`7494cf7`](https://github.com/cloudflare/wrangler2/commit/7494cf7c18aa9f4454aca75f4d126d2ec976e736) Thanks [@threepointone](https://github.com/threepointone)! - fix: fix `dev` and `publish` + + We introduced some bugs in recent PRs + + - In https://github.com/cloudflare/wrangler2/pull/196, we broke being able to pass an entrypoint directly to the cli. In this PR, I just reverted that fix. I'll reopen https://github.com/cloudflare/wrangler2/issues/78 and we'll tackle it again later. (cc @jgentes) + - In https://github.com/cloudflare/wrangler2/pull/215, we broke being able to publish a script by just passing `--latest` or `--compatibility-data` in the cli. This PR fixes that by reading the correct argument when choosing whether to publish. + - In https://github.com/cloudflare/wrangler2/pull/247, we broke how we made requests by passing headers to requests. This PR reverts the changes made in `cfetch/internal.ts`. (cc @petebacondarwin) + - In https://github.com/cloudflare/wrangler2/pull/244, we broke `dev` and it would immediately crash. This PR fixes the reference in `dev.tsx` that was breaking. (cc @petebacondarwin) + +* [#250](https://github.com/cloudflare/wrangler2/pull/250) [`3c74a4a`](https://github.com/cloudflare/wrangler2/commit/3c74a4a31d4c49c2d4221f59475337d81d26f0b7) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - refactor: update inspector code to ensure that strict-null types pass + ## 0.0.8 ### Patch Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index f0c3407cd6e..ffb0f96339c 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "0.0.8", + "version": "0.0.9", "author": "wrangler@cloudflare.com", "description": "Command-line interface for all things Cloudflare Workers", "bin": {