Skip to content

Commit 06e9a48

Browse files
dependabot[bot]Wrangler automated PR updaterpetebacondarwin
authored
Bump the workerd-and-workers-types group with 2 updates (#10745)
* 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.20250923.0 to 1.20250924.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](cloudflare/workerd@v1.20250923.0...v1.20250924.0) Updates `@cloudflare/workers-types` from 4.20250923.0 to 4.20250924.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.20250924.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.20250924.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.20250923.0 | 1.20250924.0 | * fix up the fixture that tests the unbound durable objects feature --------- 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: Peter Bacon Darwin <[email protected]>
1 parent 5f8155a commit 06e9a48

File tree

7 files changed

+165
-154
lines changed

7 files changed

+165
-154
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.20250923.0 | 1.20250924.0 |

fixtures/unbound-durable-object/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"deploy": "wrangler deploy",
66
"start": "wrangler dev",
7-
"test:ci": "vitest"
7+
"test:ci": "vitest run"
88
},
99
"devDependencies": {
1010
"@cloudflare/workers-tsconfig": "workspace:*",

fixtures/unbound-durable-object/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unbound-durable-object",
33
"main": "src/index.ts",
44
"compatibility_date": "2025-01-01",
5-
"compatibility_flags": ["experimental"],
5+
"compatibility_flags": ["enable_ctx_exports"],
66
// This DO intentionally doesn't have a binding
77
// "durable_objects": {
88
// "bindings": [

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

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

0 commit comments

Comments
 (0)