Change8

@sveltejs/adapter-netlify@7.0.0-next.0

Breaking Changes
📦 sveltekitView on GitHub →
3 breaking1 features🐛 1 fixes

Summary

This release introduces major changes including adopting the Netlify Frameworks API for deployments and updating the edge function build target to es2022, while also requiring SvelteKit 3. Dependency updates were also performed.

⚠️ Breaking Changes

  • Output for Netlify deployments now conforms to the stable Netlify Frameworks API. This requires Netlify CLI v17.31.0 or later.
  • SvelteKit 3 is now required for this version.
  • The build target for edge functions has been changed to `es2022`.

Migration Steps

  1. Upgrade Netlify CLI to v17.31.0 or later by running `npm i -g netlify-cli@latest`.
  2. Ensure you are using SvelteKit 3.

✨ New Features

  • Edge function bundling now uses `rolldown`.

🐛 Bug Fixes

  • Updated dependencies.