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
[email protected]
Patch Changes
#243
dc7ce83
Thanks @petebacondarwin! - refactor: update test code to pass strict-null checks#244
2e7a75f
Thanks @petebacondarwin! - refactor: update dev and publish commands to pass strict-null checks#246
e6733a3
Thanks @mrbbot! - fix: upgrademiniflare
to2.1.0
#238
65f9904
Thanks @threepointone! - refactor: simplify and documentconfig.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
edc4b53
Thanks @petebacondarwin! - refactor: update miscellaneous source files to pass strict-null checks#248
5806932
Thanks @petebacondarwin! - refactor: update proxy code to pass strict-null checks#241
5d423e9
Thanks @petebacondarwin! - chore: add common words to the cSpell config to prevent unwanted warnings#257
00e51cd
Thanks @threepointone! - fix: description forkv:bulk delete <filename>
The description for the
kv:bulk delete
command was wrong, it was probably copied earlier from thekv:bulk put
command. This PR fixes the mistake.#262
7494cf7
Thanks @threepointone! - fix: fixdev
andpublish
We introduced some bugs in recent PRs
--compatibility-date
,--compatibility-flags
,--latest
cli arguments todev
andpublish
#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.cfetch/internal.ts
. (cc @petebacondarwin)dev
andpublish
commands #244, we brokedev
and it would immediately crash. This PR fixes the reference indev.tsx
that was breaking. (cc @petebacondarwin)#250
3c74a4a
Thanks @petebacondarwin! - refactor: update inspector code to ensure that strict-null types pass