This release focuses on dependency updates, tooling alignment, and a few fixes to keep the starter template up to date with recent ecosystem changes.
Updates
- Updated to React Router v7.11.0 and upgraded all other dependencies.
- Renamed the
startscript topreviewand switched tovite preview, now officially supported by React Router 7. - Updated ESLint configuration to use
defineConfigand removed the deprecatedtseslint.config. - Updated Tailwind gradient classes to the Tailwind v4
linearsyntax. - Switched package versions to exact versions and added an
.npmrcto always use--save-exact. - Added VS Code extension recommendations.
- Removed unnecessary
knipconfiguration and replaced it with an empty config file; all relevant defaults are now handled byknipitself. - Updated the
metafunction to useloaderDatainstead of the deprecateddataproperty. - Updated the project to use the workspace’s TypeScript version.
Fixes
- Fixed type annotations in the Prettier config and added types for the Tailwind Prettier plugin.