Update Dec 19, 2024 tracked by Updatify

6.0.4 (2024-12-19)

Bug Fixes

  • this.resolve skipSelf should not skip for different id or import (#18903) (4727320)
  • css: escape double quotes in url() when lightningcss is used (#18997) (3734f80)
  • css: root relative import in sass modern API on Windows (#18945) (c4b532c)
  • css: skip non css in custom sass importer (#18970) (21680bd)
  • deps: update all non-major dependencies (#18967) (d88d000)
  • deps: update all non-major dependencies (#18996) (2b4f115)
  • fallback terser to main thread when function options are used (#18987) (12b612d)
  • merge client and ssr values for pluginContainer.getModuleInfo (#18895) (258cdd6)
  • optimizer: keep NODE_ENV as-is when keepProcessEnv is true (#18899) (8a6bb4e)
  • ssr: recreate ssrCompatModuleRunner on restart (#18973) (7d6dd5d)

Miscellaneous Chores

  • better validation error message for dts build (#18948) (63b82f1)
  • deps: update all non-major dependencies (#18916) (ef7a6a3)
  • deps: update dependency @rollup/plugin-node-resolve to v16 (#18968) (62fad6d)

Code Refactoring

  • make internal invoke event to use the same interface with handleInvoke (#18902) (27f691b)
  • simplify manifest plugin code (#18890) (1bfe21b)

Tests