Update dependency @sveltejs/vite-plugin-svelte to v5 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @sveltejs/vite-plugin-svelte (source) | devDependencies | major | ^4.0.4 -> ^5.1.0 |
Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v5.1.0
Minor Changes
- scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#1092)
Patch Changes
- add
svelte > clsxto optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)
v5.0.3
Patch Changes
- fix errorhandling to work with errors that don't have a code property (#1054)
v5.0.2
Patch Changes
- adapt internal handling of warning and error
codeproperty to changes in svelte5 (#1044)
v5.0.1
Patch Changes
- Fix peer dependencies warning (#1038)
v5.0.0
Major Changes
Minor Changes
-
Add
esm-envtossr.noExternalby default to resolve its conditions with Vite (#1020) -
Support
?inlinequery on Svelte style virtual modules (#1024)
Patch Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.