-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #7792
Version Packages #7792
Conversation
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/12814267839/npm-package-wrangler-7792 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7792/npm-package-wrangler-7792 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-wrangler-7792 dev path/to/script.js Additional artifacts:cloudflare-workers-bindings-extension: wget https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-workers-bindings-extension-7792 -O ./cloudflare-workers-bindings-extension.0.0.0-vc581bbfc0.vsix && code --install-extension ./cloudflare-workers-bindings-extension.0.0.0-vc581bbfc0.vsix create-cloudflare: npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-create-cloudflare-7792 --no-auto-update @cloudflare/kv-asset-handler: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-kv-asset-handler-7792 miniflare: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-miniflare-7792 @cloudflare/pages-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-pages-shared-7792 @cloudflare/unenv-preset: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-unenv-preset-7792 @cloudflare/vitest-pool-workers: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-vitest-pool-workers-7792 @cloudflare/workers-editor-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-workers-editor-shared-7792 @cloudflare/workers-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-workers-shared-7792 @cloudflare/workflows-shared: npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/12814267839/npm-package-cloudflare-workflows-shared-7792 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
a4c6390
to
278ad07
Compare
278ad07
to
16e58c4
Compare
per #7797 (comment), it is expected that c3 tests are still failing. this PR and the resulting wrangler release should fix the failing checks. as an additional vote of confidence, #7790 has the same 3 failing tests, but the PR is very minimal and highly unlikely to be truly breaking the tests. therefor it's very likely there is no true break here. for the reasons above, this PR is approved despite the failing c3 tests. |
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
@cloudflare/[email protected]
Patch Changes
a1ff045
]:[email protected]
Patch Changes
a1ff045
Thanks @CarmenPopoviciu! - Reverts chore(wrangler): use the unenv preset from@cloudflare/unenv-preset
#7720 as it introduced breakage in some of the C3 templates (eg. Nuxt)[email protected]
Patch Changes
#7791
f8c11d7
Thanks @CarmenPopoviciu! - Reverts fix(workers-playground): sends raw request method through theX-CF-HTTP-Method
header #7639Seems like our prev release of the workers-playground broke things. We are seeing a spike of related errors. We are therefore reverting the changes