Merged
Conversation
Contributor
|
A wrangler prerelease is available for testing. You can install this latest build in your project with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9174291388/npm-package-wrangler-5870You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5870/npm-package-wrangler-5870Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9174291388/npm-package-wrangler-5870 dev path/to/script.jsAdditional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9174291388/npm-package-create-cloudflare-5870 --no-auto-updatenpm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9174291388/npm-package-cloudflare-kv-asset-handler-5870npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9174291388/npm-package-miniflare-5870npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9174291388/npm-package-cloudflare-pages-shared-5870npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9174291388/npm-package-cloudflare-vitest-pool-workers-5870Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
02150ff to
99ddca9
Compare
4809070 to
5d8345e
Compare
petebacondarwin
approved these changes
May 21, 2024
5d8345e to
bfba7da
Compare
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
create-cloudflare@2.21.3
Patch Changes
#5834
cc341d8Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5852
c744403Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5853
c80c4e1Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5854
674cf88Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5871
a1171ebThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5872
5c8fabbThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5873
7780a8cThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
@cloudflare/pages-shared@0.11.37
Patch Changes
f461855Thanks @itsmatteomanf! - Addmodulepreloadto list of possible early hints links@cloudflare/vitest-pool-workers@0.2.12
Patch Changes
f2ceb3a,441a05f,d5e00e4,a12b031]:wrangler@3.57.1
Patch Changes
#5859
f2ceb3aThanks @w-kuhn! - fix: queue consumer max_batch_timeout should accept a 0 value#5862
441a05fThanks @CarmenPopoviciu! - fix:wrangler pages deployshould fail if deployment was unsuccessfulIf a Pages project fails to deploy,
wrangler pages deploywill logan error message, but exit successfully. It should instead throw a
FatalError.#5812
d5e00e4Thanks @thomasgauvin! - fix: remove Hyperdrive warning for local development.Hyperdrive bindings are now supported when developing locally with Hyperdrive. We should update our logs to reflect this.
#5626
a12b031Thanks @RamIdeas! - chore: ignore workerd output (error: CODE_MOVED) not intended for end-user devs