Change8

wrangler@4.53.0

📦 cloudflare-workersView on GitHub →
5 features🐛 3 fixes🔧 2 symbols

Summary

This release introduces significant enhancements to project autoconfiguration, adding support for Nuxt, Qwik, and React Router, alongside a new targeted placement mode for Workers. It also updates the target JS version to ES2024 and includes several minor bug fixes.

Migration Steps

  1. If you rely on the output structure of `wrangler deploy` when autoconfig runs, be aware that the output now includes an experimental `autoconfig_summary` field which may change in future releases.

✨ New Features

  • Added new experimental `autoconfig_summary` field to the deploy output written to output files when using autoconfig.
  • Added support for Nuxt in autoconfig.
  • Added support for Qwik projects in autoconfig.
  • Added support for React Router in autoconfig.
  • Added support for a new "targeted" placement mode in configuration, allowing specification of `region`, `host` (with port), or `hostname` to target specific external resources for Worker placement.

🐛 Bug Fixes

  • Improved --help text for wrangler d1 subcommands.
  • Fixed issue where types from @cloudflare/workers-utils were not being exported correctly from Wrangler.
  • Stopped running `npm install` with the `--legacy-peer-deps` flag when setting up a project.

🔧 Affected Symbols

wrangler deploy@cloudflare/workers-utils