Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-packages/cloudflare-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prisma": "6.15.0",
"vite": "7.3.5",
"vitest": "^3.2.7",
"wrangler": "4.86.0"
"wrangler": "4.131.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrangler bump requires Node 22

High Severity

Pinning wrangler to 4.131.1 drops Node 20 support. From 4.87.0 onward, the CLI hard-fails below Node 22, while this repo still pins Node 20.19.5 via Volta and CI node-version-file. Cloudflare integration tests spawn wrangler dev, so those jobs (and local runs) will crash on the default toolchain without a Node upgrade or a pin at 4.86.0.

Additional Locations (2)
Fix in Cursor Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bot

Reviewed by Cursor Bugbot for commit d508e80. Configure here.

},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"devDependencies": {
"@cloudflare/workers-types": "5.20260710.1",
"@types/node": "^18.19.1",
"wrangler": "4.61.0"
"wrangler": "4.131.1"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
2 changes: 1 addition & 1 deletion packages/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@cloudflare/workers-types": "4.20250922.0",
"@hono/node-server": "^2.0.10",
"@types/node": "^18.19.1",
"wrangler": "4.62.0"
"wrangler": "4.131.1"
},
"scripts": {
"build": "run-p build:transpile build:types",
Expand Down
Loading
Loading