-
Notifications
You must be signed in to change notification settings - Fork 772
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
[wrangler] chore: bump workerd
to 1.20240314.0
#5240
Conversation
🦋 Changeset detectedLatest commit: 4fb3e44 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 |
6f47efc
to
55273e5
Compare
workerd
to 1.20240312.0
workerd
to 1.20240314.0
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/8326264874/npm-package-wrangler-5240 You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/5240/npm-package-wrangler-5240 Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8326264874/npm-package-wrangler-5240 dev path/to/script.js Additional artifacts:npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8326264874/npm-package-create-cloudflare-5240 --no-auto-update npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8326264874/npm-package-cloudflare-kv-asset-handler-5240 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8326264874/npm-package-miniflare-5240 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8326264874/npm-package-cloudflare-pages-shared-5240 npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/8326264874/npm-package-cloudflare-vitest-pool-workers-5240 Note that these links will no longer work once the GitHub Actions artifact expires.
Please ensure constraints are pinned, and |
deb7cb3
to
e59a552
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5240 +/- ##
==========================================
+ Coverage 71.46% 71.52% +0.05%
==========================================
Files 309 309
Lines 16098 16098
Branches 4111 4111
==========================================
+ Hits 11505 11514 +9
+ Misses 4593 4584 -9 |
630223a
to
cf2cb7f
Compare
fixtures/vitest-pool-workers-examples/queues/test/queue-consumer-integration-self.test.ts
Outdated
Show resolved
Hide resolved
fixtures/vitest-pool-workers-examples/queues/test/queue-consumer-unit.test.ts
Outdated
Show resolved
Hide resolved
This commit bumps the `workerd` version to `1.20240314.0`, and fixes some failing tests as a result of this bump.
cf2cb7f
to
4fb3e44
Compare
This PR bumps the
workerd
version to1.20240314.0
, and fixes some failing tests as a result of this bump. The changes are based off of #5230.The PR should address the following items:
In the process it also turned out a
workers-types
version bump was necessary in thevitest-pool-workers
related work, which in turn required updating the code to support the Queue changesWhat this PR solves / how to test
Fixes #[insert GH or internal issue number(s)].
Author has addressed the following