Skip to content

Commit e5ec8cf

Browse files
dependabot[bot]Wrangler automated PR updaterjamesopstad
authored
Bump the workerd-and-workers-types group with 2 updates (#11318)
* Bump the workerd-and-workers-types group with 2 updates Bumps the workerd-and-workers-types group with 2 updates: [workerd](https://github.com/cloudflare/workerd) and [@cloudflare/workers-types](https://github.com/cloudflare/workerd). Updates `workerd` from 1.20251113.0 to 1.20251118.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](cloudflare/workerd@v1.20251113.0...v1.20251118.0) Updates `@cloudflare/workers-types` from 4.20251113.0 to 4.20251118.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](https://github.com/cloudflare/workerd/commits) --- updated-dependencies: - dependency-name: workerd dependency-version: 1.20251118.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types - dependency-name: "@cloudflare/workers-types" dependency-version: 4.20251118.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update dependencies of "miniflare" package The following dependency versions have been updated: | Dependency | From | To | | ---------- | ------------ | ------------ | | workerd | 1.20251113.0 | 1.20251118.0 | * fixup! Bump the workerd-and-workers-types group with 2 updates * fixup! Bump the workerd-and-workers-types group with 2 updates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <[email protected]> Co-authored-by: James Opstad <[email protected]>
1 parent 1308219 commit e5ec8cf

File tree

7 files changed

+175
-156
lines changed

7 files changed

+175
-156
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"miniflare": patch
3+
---
4+
5+
chore: update dependencies of "miniflare" package
6+
7+
The following dependency versions have been updated:
8+
9+
| Dependency | From | To |
10+
| ---------- | ------------ | ------------ |
11+
| workerd | 1.20251113.0 | 1.20251118.0 |

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"sharp": "^0.33.5",
5252
"stoppable": "1.1.0",
5353
"undici": "catalog:default",
54-
"workerd": "1.20251113.0",
54+
"workerd": "1.20251118.0",
5555
"ws": "catalog:default",
5656
"youch": "4.1.0-beta.10",
5757
"zod": "3.22.3"

packages/vite-plugin-cloudflare/playground/email-worker/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default class extends WorkerEntrypoint<Env> {
3939
return new Response("Hello Email Workers playground!");
4040
}
4141

42-
async email(message: ForwardableEmailMessage) {
42+
override async email(message: ForwardableEmailMessage) {
4343
const parser = new PostalMime.default();
4444
const rawEmail = new Response(message.raw);
4545
const email = await parser.parse(await rawEmail.arrayBuffer());

packages/vitest-pool-workers/src/worker/entrypoints.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ const WORKER_ENTRYPOINT_KEYS = [
184184
"queue",
185185
"test",
186186
"tailStream",
187+
"email",
187188
] as const;
188189
const DURABLE_OBJECT_KEYS = [
189190
"fetch",

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"miniflare": "workspace:*",
7474
"path-to-regexp": "6.3.0",
7575
"unenv": "2.0.0-rc.24",
76-
"workerd": "1.20251113.0"
76+
"workerd": "1.20251118.0"
7777
},
7878
"devDependencies": {
7979
"@aws-sdk/client-s3": "^3.721.0",

0 commit comments

Comments
 (0)