Merged
Conversation
a0934b5 to
805ff6d
Compare
805ff6d to
4a079a1
Compare
threepointone
approved these changes
Jan 18, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
wrangler@0.0.9
Patch Changes
#243
dc7ce83Thanks @petebacondarwin! - refactor: update test code to pass strict-null checks#244
2e7a75fThanks @petebacondarwin! - refactor: update dev and publish commands to pass strict-null checks#246
e6733a3Thanks @mrbbot! - fix: upgrademiniflareto2.1.0#238
65f9904Thanks @threepointone! - refactor: simplify and documentconfig.tsThis 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.
@optionalmeans providing a value isn't mandatory@deprecatedmeans the field itself isn't necessary anymore in wrangler.toml@breakingmeans the deprecation/optionality is a breaking change from wrangler 1@todomeans there's more work to be done (with details attached)@inheritedmeans the field is copied to all environments#247
edc4b53Thanks @petebacondarwin! - refactor: update miscellaneous source files to pass strict-null checks#248
5806932Thanks @petebacondarwin! - refactor: update proxy code to pass strict-null checks#241
5d423e9Thanks @petebacondarwin! - chore: add common words to the cSpell config to prevent unwanted warnings#257
00e51cdThanks @threepointone! - fix: description forkv:bulk delete <filename>The description for the
kv:bulk deletecommand was wrong, it was probably copied earlier from thekv:bulk putcommand. This PR fixes the mistake.#262
7494cf7Thanks @threepointone! - fix: fixdevandpublishWe introduced some bugs in recent PRs
--compatibility-date,--compatibility-flags,--latestcli arguments todevandpublish#215, we broke being able to publish a script by just passing--latestor--compatibility-datain the cli. This PR fixes that by reading the correct argument when choosing whether to publish.cfetch/internal.ts. (cc @petebacondarwin)devandpublishcommands #244, we brokedevand it would immediately crash. This PR fixes the reference indev.tsxthat was breaking. (cc @petebacondarwin)#250
3c74a4aThanks @petebacondarwin! - refactor: update inspector code to ensure that strict-null types pass