-
Notifications
You must be signed in to change notification settings - Fork 716
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
chore: bump workerd
to 1.20240329.0
#5455
Conversation
🦋 Changeset detectedLatest commit: c3f02d6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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/8497270948/npm-package-wrangler-5455 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5455/npm-package-wrangler-5455 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8497270948/npm-package-wrangler-5455 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8497270948/npm-package-create-cloudflare-5455 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8497270948/npm-package-cloudflare-kv-asset-handler-5455 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8497270948/npm-package-miniflare-5455 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8497270948/npm-package-cloudflare-pages-shared-5455 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8497270948/npm-package-cloudflare-vitest-pool-workers-5455 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
fb8d25c
to
310187d
Compare
310187d
to
c3f02d6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5455 +/- ##
==========================================
+ Coverage 72.15% 72.24% +0.09%
==========================================
Files 326 326
Lines 16848 16848
Branches 4311 4311
==========================================
+ Hits 12156 12172 +16
+ Misses 4692 4676 -16 |
What this PR solves / how to test
This PR upgrades
workerd
to1.20240329.0
. This version contains some breaking changes to the experimentalFetcher#queue()
method. It also introduces an accidental bump in the minimum supported TypeScript version to TypeScript 5.2 for@cloudflare/workers-types
due toSymbol.dispose
use. I did consider compatibility with older versions when making those types changes, but I missed a couple uses. 🙁Author has addressed the following
workerd
changes tracked elsewhere