Skip to content

chore: bump typescript to ^6.0.3 - #45

Merged
vreshch merged 1 commit into
masterfrom
feature/ts6-bump
Aug 3, 2026
Merged

chore: bump typescript to ^6.0.3#45
vreshch merged 1 commit into
masterfrom
feature/ts6-bump

Conversation

@vreshch

@vreshch vreshch commented Aug 3, 2026

Copy link
Copy Markdown
Member

Changes

  • typescript ^5.9.0^6.0.3 (root + showcase/)
  • typescript-eslint ^8.56.0^8.66.0 — 8.56 peer-caps TypeScript at <6.0.0; 8.66 allows <6.1.0
  • Added showcase/src/vite-env.d.ts (/// <reference types="vite/client" />) — TS 6 now errors (TS2882) on side-effect CSS imports without module declarations

Verification

  • npm run verify (type-check + lint + format:check + test + build): all green, 108/108 tests pass
  • showcase npm run build (tsc -b + vite build): green
  • npx tsc --version → 6.0.3

- typescript ^5.9.0 -> ^6.0.3 (root + showcase)
- typescript-eslint ^8.56.0 -> ^8.66.0 (8.56 peer cap <6.0.0 excludes TS 6)
- add showcase/src/vite-env.d.ts: TS 6 errors (TS2882) on side-effect CSS imports without vite/client types
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🎉 PR Validation ✅ PASSED

Commit: 91f8b91cc8342b1ad5ad267f0120929064bf75a7
Branch: feature/ts6-bump

Checks:

  • ✅ Dependencies installed
  • ✅ Type check passed
  • ✅ Linting passed
  • ✅ Format check passed
  • ✅ Tests passed
  • ✅ Build successful

Ready to merge!


🔗 View workflow run
⏰ Generated at: 2026-08-03T21:37:00.950Z

@vreshch
vreshch merged commit de39271 into master Aug 3, 2026
1 check passed
@vreshch
vreshch deleted the feature/ts6-bump branch August 3, 2026 21:39
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.

1 participant