github cloudflare/workers-sdk @cloudflare/vite-plugin@1.58.0

latest releases: @cloudflare/runtime-types@0.1.0, @cloudflare/vitest-plugin@1.2.4, @cloudflare/remote-bindings@0.0.32...
4 hours ago

Minor Changes

  • #15778 cd7508c Thanks @jamesopstad! - Generate types during development and supported builds with Vite's experimental.newConfig option or Wrangler's --experimental-new-config flag (and --experimental-cf-build-output for builds)

    When Wrangler's --experimental-new-config flag or Vite's experimental.newConfig option is enabled, inferred configuration and runtime declarations are now kept in .cloudflare/types/index.d.ts. Vite refreshes them during development and production builds. Wrangler refreshes them during development and when building with both --experimental-new-config and --experimental-cf-build-output. In the experimental wrangler.config.ts format, the types option is now top-level because it applies to both commands.

Patch Changes

  • #15765 1bdb96d Thanks @th0m! - Prepare the required egress sidecar for local Containers without configured images

    Wrangler dev and Vite dev/preview now pull the required sidecar for Durable Object-managed Containers that select their application image at start time. Previously, these Containers failed to start unless the sidecar image was already cached in Docker.

  • Updated dependencies [1bdb96d, cd7508c, f5605f5]:

    • wrangler@4.137.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.