@astrojs/svelte@8.0.0
Breaking Changes📦 astroView on GitHub →
⚠ 2 breaking🐛 1 fixes🔧 2 symbols
Summary
Astro v6.0 introduces major upgrades, moving to Vite v7.0 and increasing the minimum required Node.js version to 22.12.0, alongside minor dependency updates.
⚠️ Breaking Changes
- The minimum required Node.js version has been increased to 22.12.0. Users must upgrade their Node.js environment to continue using Astro.
- Astro v6.0 upgrades to Vite v7.0 for the development server and production bundler. This may require checking compatibility with existing Vite plugins or configurations.
Migration Steps
- Upgrade your Node.js environment to version 22.12.0 or higher. See upgrade guidance at https://docs.astro.build/en/guides/upgrade-to/v6/#node-22.
- Review your Vite configuration due to the upgrade to Vite v7.0. See upgrade guidance at https://docs.astro.build/en/guides/upgrade-to/v6/#vite-70.
🐛 Bug Fixes
- Improved Svelte `children` prop type checking.