release-2026-07-29-2018

TanStack/routerrelease-2026-07-29-2018Jul 29, 2026by github-actions[bot]

AI Summary

This release focuses on build tooling stability, specifically fixing Rspack module import errors and updating Hot Module Replacement (HMR) requirements for React Server Components. It also includes a migration to TypeScript 7.

Key Highlights

  • Fixed Rspack module import protection during import protection
  • Updated HMR requirements for React Start RSC to use @vitejs/plugin-rsc >=0.5.30
  • Migrated to TypeScript 7
  • Added basic Rsbuild example

Full Release Notes

Release 2026-07-29 20:18

## Changes

### Fix

- start: skip errored Rspack modules during import protection (#7685) (f04ddc61e7) by @SyMind
- react-start-rsc: require @vitejs/plugin-rsc >=0.5.30 for route component HMR (#7900) (fc83c0383f) by @sreetamdas

### Chore

- migrate to typescript 7 (#7887) (88f366ab8e) by @schiller-manuel
- add React Start basic Rsbuild example (#7729) (21a8597952) by @SyMind


## Packages

- @tanstack/react-start@1.168.33
- @tanstack/react-start-rsc@0.1.32