Update Dec 5, 2024 tracked by Updatify

6.0.3 (2024-12-05)

Bug Fixes

  • config: bundle files referenced with imports field (#18887) (2b5926a)
  • config: make stacktrace path correct when sourcemap is enabled (#18833) (20fdf21)
  • css: rewrite url when image-set and url exist at the same time (#18868) (d59efd8)
  • deps: update all non-major dependencies (#18853) (5c02236)
  • handle postcss load unhandled rejections (#18886) (d5fb653)
  • html: allow unexpected question mark in tag name (#18852) (1b54e50)
  • make handleInvoke interface compatible with invoke (#18876) (a1dd396)
  • make result interfaces for ModuleRunnerTransport[#invoke](https://github.com/vitejs/vite/issues/invoke) more explicit (#18851) (a75fc31)
  • merge environments.ssr.resolve with root ssr config (#18857) (3104331)
  • module-runner: decode uri for file url passed to import (#18837) (88e49aa)
  • no permission to create vite config file (#18844) (ff47778)
  • remove CSS import in CJS correctly in some cases (#18885) (690a36f)

Miscellaneous Chores

  • fix duplicate attributes issue number in comment (#18860) (ffee618)

Code Refactoring

  • fix logic errors found by no-unnecessary-condition rule (#18891) (ea802f8)