@sveltejs/kit@2.65.0

sveltejs/kit@sveltejs/kit@2.65.0Jun 11, 2026by github-actions[bot]

AI Summary

Introduces a feature allowing queries to refresh other queries and improves build performance by skipping client builds for routes with CSR disabled.

Key Highlights

  • Allow queries to refresh other queries
  • Dedupe remote data
  • Skip client build if all routes have CSR disabled

New Features

  • Allow queries to refresh other queries

Full Release Notes

### Minor Changes


- feat: allow queries to refresh other queries ([#16012](https://github.com/sveltejs/kit/pull/16012))


### Patch Changes


- fix: dedupe remote data ([#15991](https://github.com/sveltejs/kit/pull/15991))


- fix: skip client build if all routes have CSR disabled ([#15936](https://github.com/sveltejs/kit/pull/15936))