Skip to content

feat: upgrade v2 templates to TypeScript 6 and Vite 8#158

Merged
sfc-gh-bnisco merged 1 commit into
masterfrom
feat-upgrade-versions
May 5, 2026
Merged

feat: upgrade v2 templates to TypeScript 6 and Vite 8#158
sfc-gh-bnisco merged 1 commit into
masterfrom
feat-upgrade-versions

Conversation

@sfc-gh-bnisco
Copy link
Copy Markdown
Contributor

@sfc-gh-bnisco sfc-gh-bnisco commented May 4, 2026

Fixes #157

Summary

  • Upgrade the v2 cookiecutter frontend templates to TypeScript 6.0.3 and Vite 8.0.10. The React variant also bumps @vitejs/plugin-react to 6.0.1.
  • Change the v2 frontend tsconfig.json files from moduleResolution: \"node\" to moduleResolution: \"bundler\" so generated projects do not hit the TypeScript 6 node10 deprecation warning.
  • Update the v2 vite.config.ts production minification settings for Vite 8 and regenerate the checked-in templates/v2/* outputs.
  • Keep the change v2-only; v1 templates and examples are unchanged.

@sfc-gh-bnisco sfc-gh-bnisco changed the title feat: upgrade dep versions feat: upgrade v2 templates to TypeScript 6 and Vite 8 May 4, 2026
@sfc-gh-bnisco sfc-gh-bnisco marked this pull request as ready for review May 5, 2026 17:04
@sfc-gh-bnisco sfc-gh-bnisco requested review from a team as code owners May 5, 2026 17:04
@sfc-gh-bnisco sfc-gh-bnisco merged commit 06fdafd into master May 5, 2026
9 checks passed
@sfc-gh-bnisco sfc-gh-bnisco deleted the feat-upgrade-versions branch May 5, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Warning: Option 'moduleResolution=node10' is deprecated

2 participants