Patch Changes
-
#13636
1d54fb7Thanks @edmundhung! - Stop denyingvite.config.*files from Vite dev server accessThis allows projects to access
vite.config.*files during development when needed. -
#13653
48c61b6Thanks @jamesopstad! - Use the date that the plugin is built as the default compatibility date.When no compatibility date was set by the user, the plugin was falling back to the current date. This meant that the date could get ahead of the latest date supported by the installed version of workerd. We now populate the default compatibility date when the plugin is built. This means that it is updated with each release but then stays fixed.
-
#13634
f3cb2b2Thanks @jamesopstad! - Simplify/cdn-cgi/handlingWe now only add special handling for
/cdn-cgi/handler/*routes, so that trigger handlers are invoked on the User Worker. -
#13611
6e99febThanks @smaldd14! - Support Cloudflare-managed registry images in Vite plugin local devPreviously, using a
registry.cloudflare.comimage in acontainersbinding would crashvite devwith an unsupported error. The Vite plugin now configures the Cloudflare API client usingCLOUDFLARE_API_TOKENandCLOUDFLARE_ACCOUNT_IDbefore pulling container images, matching the behavior ofwrangler dev. -
Updated dependencies [
5a2968a,5680287,3494842,7d728fb,df9319d,d5e3c57,3ceeec3,7567ef7,0a95061,2831b54,7fc50c1,377715d]:- wrangler@4.85.0
- miniflare@4.20260424.0
- @cloudflare/unenv-preset@2.16.1