Cloudflare Workers Tuning & Dependency Compatibility
A CPU limit added to the wrangler configuration, a fix for the cookie@2 breaking change that broke builds, and batched June dependency upgrades.
This release focuses on deployment stability and dependency maintenance.
Updates
- wrangler.jsonc now sets a 300,000 ms CPU limit, so heavier requests on Cloudflare Workers deployments no longer trip the default CPU cap.
- Fixed the cookie@2 breaking change (
parserenamed toparseCookie) that broke builds, keeping the template buildable on the latest dependencies. - Routine Dependabot batches kept the dependency tree current through June (roughly 125 package bumps across four merged groups).