Update Mar 7, 2025 tracked by Updatify

6.2.1 (2025-03-07)

Features

  • add *?url&no-inline type and warning for .json?inline / .json?no-inline (#19566) (c0d3667)

Bug Fixes

  • css: stabilize css module hashes with lightningcss in dev mode (#19481) (92125b4)
  • deps: update all non-major dependencies (#19555) (f612e0f)
  • reporter: fix incorrect bundle size calculation with non-ASCII characters (#19561) (437c0ed)
  • sourcemap: combine sourcemaps with multiple sources without matched source (#18971) (e3f6ae1)
  • ssr: named export should overwrite export all (#19534) (2fd2fc1)

Performance Improvements

Miscellaneous Chores

  • css: move environment destructuring after condition check (#19492) (c9eda23)
  • html: remove unnecessary value check (#19491) (797959f)

Code Refactoring

Tests