Skip to content

Commit

Permalink
chore(deps): bump the workerd-and-workers-types group across 1 direct…
Browse files Browse the repository at this point in the history
…ory with 2 updates (#7971)

* 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.20250121.0 to 4.20250129.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.20250124.0 to 1.20250129.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](cloudflare/workerd@v1.20250124.0...v1.20250129.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.20250124.0  | 1.20250129.0  |
| @cloudflare/workers-types | ^4.20250121.0 | ^4.20250129.0 |

---------

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>
  • Loading branch information
dependabot[bot] and Wrangler automated PR updater authored Jan 31, 2025
1 parent ea3e16a commit ab49886
Show file tree
Hide file tree
Showing 53 changed files with 259 additions and 189 deletions.
12 changes: 12 additions & 0 deletions .changeset/dependabot-update-7971.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"miniflare": patch
---

chore: update dependencies of "miniflare" package

The following dependency versions have been updated:

| Dependency | From | To |
| ------------------------- | ------------- | ------------- |
| workerd | 1.20250124.0 | 1.20250129.0 |
| @cloudflare/workers-types | ^4.20250121.0 | ^4.20250129.0 |
2 changes: 1 addition & 1 deletion fixtures/additional-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/asset-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/vitest-pool-workers": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"run-script-os": "^1.1.6",
"typescript": "catalog:default",
"undici": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/get-platform-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/local-mode-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/node": "catalog:default",
"buffer": "^6.0.3",
"typescript": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/node-app-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/nodejs-als-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"undici": "catalog:default",
"vitest": "catalog:default",
"wrangler": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion fixtures/nodejs-hybrid-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/pg": "^8.11.2",
"pg": "8.11.3",
"pg-cloudflare": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-dev-proxy-with-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-functions-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"pages-plugin-example": "workspace:*",
"typescript": "catalog:default",
"undici": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-functions-with-routes-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-plugin-mounted-on-root-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"pages-plugin-example": "workspace:*",
"typescript": "catalog:default",
"undici": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-simple-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/vitest-pool-workers-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/node": "catalog:default",
"ext-dep": "file:./internal-module-resolution/vendor/ext-dep",
"jose": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "wrangler dev"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"wrangler": "workspace:*"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/workers-with-assets-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/workers-with-assets-run-worker-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/workers-with-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/workflow-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:ci": "vitest run"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:ci": "vitest run"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"undici": "catalog:default",
"vitest": "catalog:default",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@changesets/parse": "^0.4.0",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@manypkg/cli": "^0.21.4",
"@turbo/gen": "^1.10.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@cloudflare/cli": "workspace:*",
"@cloudflare/eslint-config-worker": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@iarna/toml": "^3.0.0",
"@types/command-exists": "^1.2.0",
"@types/cross-spawn": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-preview-authenticated-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cloudflare/eslint-config-worker": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/cookie": "^0.6.0",
"cookie": "^0.6.0",
"promjs": "^0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/format-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@cloudflare/eslint-config-worker": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"mustache": "^4.2.0",
"promjs": "^0.4.2",
"toucan-js": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kv-asset-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/mime": "^3.0.4",
"@types/node": "catalog:default",
"@types/service-worker-mock": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"glob-to-regexp": "^0.4.1",
"stoppable": "^1.1.0",
"undici": "catalog:default",
"workerd": "1.20250124.0",
"workerd": "1.20250129.0",
"ws": "^8.18.0",
"youch": "^3.2.2",
"zod": "^3.22.3"
Expand All @@ -58,7 +58,7 @@
"@ava/typescript": "^4.1.0",
"@cloudflare/kv-asset-handler": "workspace:*",
"@cloudflare/workers-shared": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@cloudflare/workflows-shared": "workspace:*",
"@microsoft/api-extractor": "7.49.1",
"@types/debug": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/pages-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@miniflare/cache": "^2.14.4",
"@miniflare/core": "^2.14.4",
"@miniflare/html-rewriter": "^2.14.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-preview-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@cloudflare/eslint-config-worker": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/cookie": "^0.6.0",
"cookie": "^0.6.0",
"itty-router": "^4.0.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/prerelease-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@cloudflare/eslint-config-worker": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"wrangler": "workspace:*"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/quick-edit-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:^",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"esbuild": "0.17.19",
"esbuild-register": "^3.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@cloudflare/workers-shared": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/node": "catalog:vite-plugin",
"@types/ws": "^8.5.13",
"magic-string": "^0.30.12",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20241230.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@cloudflare-dev-module-resolution/requires": "file:./packages/requires",
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@remix-run/cloudflare": "2.12.0",
"@types/react": "^18.3.11",
"discord-api-types": "0.37.98",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/node": "catalog:vite-plugin",
"@types/pg": "^8.11.2",
"cross-fetch": "^4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@cloudflare/vite-plugin": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250129.0",
"typescript": "catalog:default",
"vite": "catalog:vite-plugin",
"wrangler": "catalog:vite-plugin"
Expand Down
Loading

0 comments on commit ab49886

Please sign in to comment.