Skip to content

Commit 6e63b57

Browse files
chore(deps): bump the workerd-and-workers-types group with 2 updates (#11444)
1 parent dc95299 commit 6e63b57

File tree

6 files changed

+166
-156
lines changed

6 files changed

+166
-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.20251126.0 | 1.20251127.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.20251126.0",
54+
"workerd": "1.20251127.0",
5555
"ws": "catalog:default",
5656
"youch": "4.1.0-beta.10",
5757
"zod": "3.22.3"

packages/workflows-shared/src/binding.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ export class WorkflowHandle extends RpcTarget implements WorkflowInstance {
198198
return {
199199
status: instanceStatusName(status),
200200
__LOCAL_DEV_STEP_OUTPUTS: stepOutputs,
201-
// @ts-expect-error types are wrong, will remove this expect-error once I fix them
202201
output: workflowOutput,
203202
}; // output, error
204203
}

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.20251126.0"
76+
"workerd": "1.20251127.0"
7777
},
7878
"devDependencies": {
7979
"@aws-sdk/client-s3": "^3.721.0",

0 commit comments

Comments
 (0)