Skip to content

Commit fed0308

Browse files
dependabot[bot]Wrangler automated PR updateremily-shen
authored andcommitted
chore(deps): bump the workerd-and-workers-types group across 1 directory with 2 updates (#7652)
* chore(deps): bump the workerd-and-workers-types group across 1 directory with 2 updates Bumps the workerd-and-workers-types group with 2 updates in the / directory: [@cloudflare/workers-types](https://github.com/cloudflare/workerd) and [workerd](https://github.com/cloudflare/workerd). Updates `@cloudflare/workers-types` from 4.20241218.0 to 4.20241230.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](https://github.com/cloudflare/workerd/commits) Updates `workerd` from 1.20241218.0 to 1.20241230.0 - [Release notes](https://github.com/cloudflare/workerd/releases) - [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md) - [Commits](cloudflare/workerd@v1.20241218.0...v1.20241230.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] <[email protected]> * chore: update dependencies of "miniflare" package The following dependency versions have been updated: | Dependency | From | To | | ------------------------- | ------------- | ------------- | | workerd | 1.20241218.0 | 1.20241230.0 | | @cloudflare/workers-types | ^4.20241218.0 | ^4.20241230.0 | * fix ai tests --------- 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: emily-shen <[email protected]>
1 parent a35ab95 commit fed0308

File tree

37 files changed

+154
-140
lines changed

37 files changed

+154
-140
lines changed
Lines changed: 12 additions & 0 deletions
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.20241218.0 | 1.20241230.0 |
12+
| @cloudflare/workers-types | ^4.20241218.0 | ^4.20241230.0 |

fixtures/additional-modules/package.json

Lines changed: 1 addition & 1 deletion
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.20241218.0",
15+
"@cloudflare/workers-types": "^4.20241230.0",
1616
"typescript": "catalog:default",
1717
"undici": "catalog:default",
1818
"vitest": "catalog:default",

fixtures/ai-app/tests/index.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ describe("'wrangler dev' correctly renders pages", () => {
3333
expect((content as Record<string, object>).binding).toEqual({
3434
aiGatewayLogId: null,
3535
fetcher: {},
36+
lastRequestHttpStatusCode: null,
3637
lastRequestId: null,
38+
lastRequestInternalStatusCode: null,
3739
logs: [],
3840
options: {},
3941
});

fixtures/asset-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@cloudflare/vitest-pool-workers": "workspace:*",
1414
"@cloudflare/workers-tsconfig": "workspace:*",
15-
"@cloudflare/workers-types": "^4.20241218.0",
15+
"@cloudflare/workers-types": "^4.20241230.0",
1616
"run-script-os": "^1.1.6",
1717
"typescript": "catalog:default",
1818
"undici": "catalog:default",

fixtures/get-platform-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@cloudflare/workers-tsconfig": "workspace:*",
12-
"@cloudflare/workers-types": "^4.20241218.0",
12+
"@cloudflare/workers-types": "^4.20241230.0",
1313
"typescript": "catalog:default",
1414
"undici": "catalog:default",
1515
"vitest": "catalog:default",

fixtures/local-mode-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@cloudflare/workers-tsconfig": "workspace:*",
17-
"@cloudflare/workers-types": "^4.20241218.0",
17+
"@cloudflare/workers-types": "^4.20241230.0",
1818
"@types/node": "catalog:default",
1919
"buffer": "^6.0.3",
2020
"typescript": "catalog:default",

fixtures/node-app-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@cloudflare/workers-tsconfig": "workspace:*",
18-
"@cloudflare/workers-types": "^4.20241218.0",
18+
"@cloudflare/workers-types": "^4.20241230.0",
1919
"typescript": "catalog:default",
2020
"undici": "catalog:default",
2121
"vitest": "catalog:default",

fixtures/nodejs-als-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@cloudflare/workers-tsconfig": "workspace:*",
12-
"@cloudflare/workers-types": "^4.20241218.0",
12+
"@cloudflare/workers-types": "^4.20241230.0",
1313
"undici": "catalog:default",
1414
"vitest": "catalog:default",
1515
"wrangler": "workspace:*"

fixtures/nodejs-hybrid-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@cloudflare/workers-tsconfig": "workspace:*",
12-
"@cloudflare/workers-types": "^4.20241218.0",
12+
"@cloudflare/workers-types": "^4.20241230.0",
1313
"@types/pg": "^8.11.2",
1414
"pg": "8.11.3",
1515
"pg-cloudflare": "^1.1.1",

fixtures/pages-dev-proxy-with-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@cloudflare/workers-tsconfig": "workspace:*",
13-
"@cloudflare/workers-types": "^4.20241218.0",
13+
"@cloudflare/workers-types": "^4.20241230.0",
1414
"typescript": "catalog:default",
1515
"undici": "catalog:default",
1616
"vitest": "catalog:default",

0 commit comments

Comments
 (0)