Skip to content

Commit

Permalink
chore: bump undici versions to 5.28.2 (#4768)
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jan 23, 2024
1 parent f4f1dc6 commit c3e410c
Show file tree
Hide file tree
Showing 31 changed files with 96 additions and 118 deletions.
10 changes: 10 additions & 0 deletions .changeset/old-panthers-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@cloudflare/cli": patch
"create-cloudflare": patch
"miniflare": patch
"playground-preview-worker": patch
"workers-playground": patch
"wrangler": patch
---

ci: bump undici versions to 5.28.2
2 changes: 1 addition & 1 deletion fixtures/additional-modules/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.20230724.0",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion fixtures/ai-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.23.0",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:^",
"@cloudflare/ai": "^1.0.35"
Expand Down
2 changes: 1 addition & 1 deletion fixtures/dev-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cloudflare/workers-tsconfig": "workspace:^",
"get-port": "^7.0.0",
"miniflare": "3.20231218.2",
"undici": "^5.23.0",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"ws": "^8.14.2"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/durable-objects-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:^",
"undici": "^5.23.0",
"undici": "^5.28.2",
"wrangler": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion fixtures/external-durable-objects-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.23.0",
"undici": "^5.28.2",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
"wrangler": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion fixtures/external-service-bindings-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type:tests": "tsc --noEmit"
},
"devDependencies": {
"undici": "^5.23.0",
"undici": "^5.28.2",
"concurrently": "^8.2.1",
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/import-wasm-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:^"
},
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 @@ -17,7 +17,7 @@
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-d1-shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
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 @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
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 @@
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
"pages-plugin-example": "workspace:*",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-functions-wasm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*"
},
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 @@ -13,7 +13,7 @@
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
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 @@
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
"pages-plugin-example": "workspace:*",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
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 @@ -14,7 +14,7 @@
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"@cloudflare/workers-types": "^4.20221111.1",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-workerjs-and-functions-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-workerjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-workerjs-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-workerjs-wasm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/pages-workerjs-with-routes-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type:tests": "tsc -p ./tests/tsconfig.json"
},
"devDependencies": {
"undici": "^5.9.1",
"undici": "^5.28.2",
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/remix-pages-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"undici": "^5.23.0"
"undici": "^5.28.2"
},
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/service-bindings-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@cloudflare/workers-tsconfig": "workspace:*",
"concurrently": "^8.2.2",
"undici": "^5.23.0",
"undici": "^5.28.2",
"wrangler": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion fixtures/worker-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"wrangler": "workspace:*",
"@cloudflare/workers-tsconfig": "workspace:^",
"undici": "^5.23.0"
"undici": "^5.28.2"
},
"dependencies": {
"isomorphic-random-example": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"esbuild": "^0.17.12",
"log-update": "^5.0.1",
"pnpm": "^8.6.11",
"undici": "5.20.0"
"undici": "5.28.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"semver": "^7.5.1",
"shell-quote": "^1.8.1",
"typescript": "^5.0.2",
"undici": "5.26.2",
"undici": "5.28.2",
"vite-tsconfig-paths": "^4.0.8",
"which-pm-runs": "^1.1.0",
"wrangler": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/miniflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"exit-hook": "^2.2.1",
"glob-to-regexp": "^0.4.1",
"stoppable": "^1.1.0",
"undici": "^5.22.1",
"undici": "^5.28.2",
"workerd": "1.20231218.0",
"ws": "^8.11.0",
"youch": "^3.2.2",
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 @@ -23,7 +23,7 @@
"itty-router": "^4.0.13",
"promjs": "^0.4.2",
"toucan-js": "^3.2.2",
"undici": "^5.23.0",
"undici": "5.28.2",
"wrangler": "^3.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/workers-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"eslint-plugin-react-refresh": "^0.4.1",
"tsx": "^3.12.8",
"typescript": "^5.0.2",
"undici": "^5.23.0",
"undici": "5.28.2",
"vite-plugin-rewrite-all": "^1.0.1",
"wrangler": "workspace:^"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"supports-color": "^9.2.2",
"timeago.js": "^4.0.2",
"ts-dedent": "^2.2.0",
"undici": "5.20.0",
"undici": "5.28.2",
"update-check": "^1.5.4",
"ws": "^8.5.0",
"xdg-app-paths": "^8.3.0",
Expand Down

0 comments on commit c3e410c

Please sign in to comment.