@sveltejs/kit@2.69.3
sveltejs/kit@sveltejs/kit@2.69.3Jul 13, 2026by github-actions[bot]
AI Summary
This patch release fixes type generation for destructured exports, CSS URL resolution, and cookie size limits.
Key Highlights
- Fix type generation for destructured `load` and `actions` exports.
- Ensure CSS URL references are absolute when `paths.relative` is false.
- Align MAX_COOKIE_SIZE with RFC 6265bis.
Full Release Notes
### Patch Changes - fix: detect destructured `load` and `actions` exports during type generation ([#16329](https://github.com/sveltejs/kit/pull/16329)) - fix: ensure CSS URL references are absolute when `paths.relative` is `false` ([#16315](https://github.com/sveltejs/kit/pull/16315)) - fix: align MAX_COOKIE_SIZE with RFC 6265bis ([#16322](https://github.com/sveltejs/kit/pull/16322))