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

6 hours ago

Patch Changes

  • #12381 98283fa Thanks @jamesopstad! - Avoid collecting nodejs_compat warnings during dependency optimization.

    Previously, a custom plugin was provided during dependency optimization to collect warnings when Node.js built-ins were imported and the nodejs_compat flag was not enabled.
    Because optimized dependencies are cached, the warning was only displayed when dependencies changed.
    Additionally, it sometimes included false positives from dependencies that were no longer used.
    We now always externalize Node.js built-ins during dependency optimization and collect the warnings at runtime.
    This is more consistent with how warnings are collected for direct imports of Node.js built-ins.

  • Updated dependencies [ee9b81f, 63f1adb, ba13de9, 447daa3, fe3af35, bd4bb98, dab4bc9, 83adb2c, 18c0784]:

    • wrangler@4.63.0
    • miniflare@4.20260205.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.