Change8

Migrating to SvelteKit @sveltejs/adapter-vercel@7.0.0-next.1

Version @sveltejs/adapter-vercel@7.0.0-next.1 introduces 1 breaking change. This guide details how to update your code.

Released: 7/6/2026

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

Requires vite@^8.0.12 due to the first Vite 8 release bundling stable rolldown 1.0.0. Users must update their Vite dependency.

Migration Steps

  1. 1
    Update your Vite dependency to version ^8.0.12 or higher.

Release Summary

This release enforces a minimum dependency on Vite 8.0.12, aligning with the stable release of rolldown 1.0.0. Several minor dependency updates were also applied.

Need More Details?

View the full release notes and all changes for SvelteKit @sveltejs/adapter-vercel@7.0.0-next.1.

View Full Changelog