Skip to content

Commit c3e410c

Browse files
chore: bump undici versions to 5.28.2 (#4768)
1 parent f4f1dc6 commit c3e410c

File tree

31 files changed

+96
-118
lines changed

31 files changed

+96
-118
lines changed

.changeset/old-panthers-yell.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@cloudflare/cli": patch
3+
"create-cloudflare": patch
4+
"miniflare": patch
5+
"playground-preview-worker": patch
6+
"workers-playground": patch
7+
"wrangler": patch
8+
---
9+
10+
ci: bump undici versions to 5.28.2

fixtures/additional-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@cloudflare/workers-tsconfig": "workspace:*",
1616
"@cloudflare/workers-types": "^4.20230724.0",
17-
"undici": "^5.9.1",
17+
"undici": "^5.28.2",
1818
"wrangler": "workspace:*"
1919
}
2020
}

fixtures/ai-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type:tests": "tsc -p ./tests/tsconfig.json"
1414
},
1515
"devDependencies": {
16-
"undici": "^5.23.0",
16+
"undici": "^5.28.2",
1717
"wrangler": "workspace:*",
1818
"@cloudflare/workers-tsconfig": "workspace:^",
1919
"@cloudflare/ai": "^1.0.35"

fixtures/dev-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@cloudflare/workers-tsconfig": "workspace:^",
1818
"get-port": "^7.0.0",
1919
"miniflare": "3.20231218.2",
20-
"undici": "^5.23.0",
20+
"undici": "^5.28.2",
2121
"wrangler": "workspace:*",
2222
"ws": "^8.14.2"
2323
},

fixtures/durable-objects-app/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-
"undici": "^5.23.0",
17+
"undici": "^5.28.2",
1818
"wrangler": "workspace:*"
1919
}
2020
}

fixtures/external-durable-objects-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type:tests": "tsc -p ./tests/tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"undici": "^5.23.0",
13+
"undici": "^5.28.2",
1414
"@cloudflare/workers-tsconfig": "workspace:*",
1515
"@cloudflare/workers-types": "^4.20221111.1",
1616
"wrangler": "workspace:*"

fixtures/external-service-bindings-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type:tests": "tsc --noEmit"
1616
},
1717
"devDependencies": {
18-
"undici": "^5.23.0",
18+
"undici": "^5.28.2",
1919
"concurrently": "^8.2.1",
2020
"@cloudflare/workers-tsconfig": "workspace:*",
2121
"@cloudflare/workers-types": "^4.20221111.1",

fixtures/import-wasm-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type:tests": "tsc -p ./tests/tsconfig.json"
1313
},
1414
"devDependencies": {
15-
"undici": "^5.9.1",
15+
"undici": "^5.28.2",
1616
"wrangler": "workspace:*",
1717
"@cloudflare/workers-tsconfig": "workspace:^"
1818
},

fixtures/node-app-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@cloudflare/workers-tsconfig": "workspace:*",
1919
"@cloudflare/workers-types": "^4.20221111.1",
20-
"undici": "^5.9.1",
20+
"undici": "^5.28.2",
2121
"wrangler": "workspace:*"
2222
},
2323
"engines": {

fixtures/pages-d1-shim/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-
"undici": "^5.9.1",
15+
"undici": "^5.28.2",
1616
"wrangler": "workspace:*"
1717
},
1818
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@cloudflare/workers-tsconfig": "workspace:*",
1414
"@cloudflare/workers-types": "^4.20221111.1",
15-
"undici": "^5.9.1",
15+
"undici": "^5.28.2",
1616
"wrangler": "workspace:*"
1717
},
1818
"engines": {

fixtures/pages-functions-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@cloudflare/workers-tsconfig": "workspace:*",
1616
"@cloudflare/workers-types": "^4.20221111.1",
1717
"pages-plugin-example": "workspace:*",
18-
"undici": "^5.9.1",
18+
"undici": "^5.28.2",
1919
"wrangler": "workspace:*"
2020
},
2121
"engines": {

fixtures/pages-functions-wasm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type:tests": "tsc -p ./tests/tsconfig.json"
1313
},
1414
"devDependencies": {
15-
"undici": "^5.9.1",
15+
"undici": "^5.28.2",
1616
"wrangler": "workspace:*",
1717
"@cloudflare/workers-tsconfig": "workspace:*"
1818
},

fixtures/pages-functions-with-routes-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@cloudflare/workers-tsconfig": "workspace:*",
1515
"@cloudflare/workers-types": "^4.20221111.1",
16-
"undici": "^5.9.1",
16+
"undici": "^5.28.2",
1717
"wrangler": "workspace:*"
1818
},
1919
"engines": {

fixtures/pages-plugin-mounted-on-root-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@cloudflare/workers-tsconfig": "workspace:*",
1616
"@cloudflare/workers-types": "^4.20221111.1",
1717
"pages-plugin-example": "workspace:*",
18-
"undici": "^5.9.1",
18+
"undici": "^5.28.2",
1919
"wrangler": "workspace:*"
2020
},
2121
"engines": {

fixtures/pages-simple-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@cloudflare/workers-tsconfig": "workspace:*",
1616
"@cloudflare/workers-types": "^4.20221111.1",
17-
"undici": "^5.9.1",
17+
"undici": "^5.28.2",
1818
"wrangler": "workspace:*"
1919
},
2020
"engines": {

fixtures/pages-workerjs-and-functions-app/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-
"undici": "^5.9.1",
15+
"undici": "^5.28.2",
1616
"wrangler": "workspace:*"
1717
},
1818
"engines": {

fixtures/pages-workerjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type:tests": "tsc -p ./tests/tsconfig.json"
1212
},
1313
"devDependencies": {
14-
"undici": "^5.9.1",
14+
"undici": "^5.28.2",
1515
"wrangler": "workspace:*",
1616
"@cloudflare/workers-tsconfig": "workspace:^"
1717
},

fixtures/pages-workerjs-directory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type:tests": "tsc -p ./tests/tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"undici": "^5.9.1",
13+
"undici": "^5.28.2",
1414
"wrangler": "workspace:*",
1515
"@cloudflare/workers-tsconfig": "workspace:*"
1616
},

fixtures/pages-workerjs-wasm-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type:tests": "tsc -p ./tests/tsconfig.json"
1313
},
1414
"devDependencies": {
15-
"undici": "^5.9.1",
15+
"undici": "^5.28.2",
1616
"wrangler": "workspace:*",
1717
"@cloudflare/workers-tsconfig": "workspace:*"
1818
},

fixtures/pages-workerjs-with-routes-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type:tests": "tsc -p ./tests/tsconfig.json"
1212
},
1313
"devDependencies": {
14-
"undici": "^5.9.1",
14+
"undici": "^5.28.2",
1515
"wrangler": "workspace:*",
1616
"@cloudflare/workers-tsconfig": "workspace:*"
1717
},

fixtures/remix-pages-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cross-env": "^7.0.3",
1919
"react": "^17.0.2",
2020
"react-dom": "^17.0.2",
21-
"undici": "^5.23.0"
21+
"undici": "^5.28.2"
2222
},
2323
"devDependencies": {
2424
"@cloudflare/workers-tsconfig": "workspace:*",

fixtures/service-bindings-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@cloudflare/workers-tsconfig": "workspace:*",
1414
"concurrently": "^8.2.2",
15-
"undici": "^5.23.0",
15+
"undici": "^5.28.2",
1616
"wrangler": "workspace:*"
1717
}
1818
}

fixtures/worker-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"wrangler": "workspace:*",
1717
"@cloudflare/workers-tsconfig": "workspace:^",
18-
"undici": "^5.23.0"
18+
"undici": "^5.28.2"
1919
},
2020
"dependencies": {
2121
"isomorphic-random-example": "workspace:^"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"esbuild": "^0.17.12",
3333
"log-update": "^5.0.1",
3434
"pnpm": "^8.6.11",
35-
"undici": "5.20.0"
35+
"undici": "5.28.2"
3636
}
3737
}

packages/create-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"semver": "^7.5.1",
7676
"shell-quote": "^1.8.1",
7777
"typescript": "^5.0.2",
78-
"undici": "5.26.2",
78+
"undici": "5.28.2",
7979
"vite-tsconfig-paths": "^4.0.8",
8080
"which-pm-runs": "^1.1.0",
8181
"wrangler": "workspace:*",

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"exit-hook": "^2.2.1",
4949
"glob-to-regexp": "^0.4.1",
5050
"stoppable": "^1.1.0",
51-
"undici": "^5.22.1",
51+
"undici": "^5.28.2",
5252
"workerd": "1.20231218.0",
5353
"ws": "^8.11.0",
5454
"youch": "^3.2.2",

packages/playground-preview-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"itty-router": "^4.0.13",
2424
"promjs": "^0.4.2",
2525
"toucan-js": "^3.2.2",
26-
"undici": "^5.23.0",
26+
"undici": "5.28.2",
2727
"wrangler": "^3.5.1"
2828
}
2929
}

packages/workers-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint-plugin-react-refresh": "^0.4.1",
6161
"tsx": "^3.12.8",
6262
"typescript": "^5.0.2",
63-
"undici": "^5.23.0",
63+
"undici": "5.28.2",
6464
"vite-plugin-rewrite-all": "^1.0.1",
6565
"wrangler": "workspace:^"
6666
}

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
"supports-color": "^9.2.2",
202202
"timeago.js": "^4.0.2",
203203
"ts-dedent": "^2.2.0",
204-
"undici": "5.20.0",
204+
"undici": "5.28.2",
205205
"update-check": "^1.5.4",
206206
"ws": "^8.5.0",
207207
"xdg-app-paths": "^8.3.0",

0 commit comments

Comments
 (0)