Skip to content

Commit d8f1c49

Browse files
dependabot[bot]Wrangler automated PR updaterdario-piotrowicz
authoredMar 21, 2025··
Bump the workerd-and-workers-types group with 2 updates (#8618)
* Bump the workerd-and-workers-types group with 2 updates Bumps the workerd-and-workers-types group with 2 updates: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [workerd](https://github.com/cloudflare/workerd). Updates `@cloudflare/workers-types` from 4.20250319.0 to 4.20250320.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) Updates `workerd` from 1.20250319.0 to 1.20250320.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/Dockerfile.release) - [Commits](cloudflare/workerd@v1.20250319.0...v1.20250320.0) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types - dependency-name: workerd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workerd-and-workers-types ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update dependencies of "miniflare" package The following dependency versions have been updated: | Dependency | From | To | | ------------------------- | ------------- | ------------- | | workerd | 1.20250319.0 | 1.20250320.0 | | @cloudflare/workers-types | ^4.20250319.0 | ^4.20250320.0 | * increment the number of overloads for the `OverloadUnion` type --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wrangler automated PR updater <wrangler@cloudflare.com> Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
1 parent 5d78760 commit d8f1c49

File tree

67 files changed

+406
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+406
-249
lines changed
 

‎.changeset/dependabot-update-8618.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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.20250319.0 | 1.20250320.0 |
12+
| @cloudflare/workers-types | ^4.20250319.0 | ^4.20250320.0 |

‎fixtures/additional-modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@cloudflare/workers-tsconfig": "workspace:*",
15-
"@cloudflare/workers-types": "^4.20250319.0",
15+
"@cloudflare/workers-types": "^4.20250320.0",
1616
"typescript": "catalog:default",
1717
"undici": "catalog:default",
1818
"vitest": "catalog:default",

0 commit comments

Comments
 (0)
Please sign in to comment.