Skip to content

chore: upgrade typescript from ^4 to ^5#51

Merged
tompahoward merged 1 commit into
mainfrom
claude/install-deps-run-tests-POccP
Mar 14, 2026
Merged

chore: upgrade typescript from ^4 to ^5#51
tompahoward merged 1 commit into
mainfrom
claude/install-deps-run-tests-POccP

Conversation

@tompahoward
Copy link
Copy Markdown
Contributor

Summary

  • Upgrades typescript from ^4.6.3 to ^5
  • Removes typescript from dry-aged-deps exclusions

Risk: 2/5

TypeScript 5 introduced no breaking changes that affect this codebase. Compilation, all tests (100% coverage), eslint, and spellcheck all pass cleanly. The only note is a ts-jest warning about TS 5.x not being in its tested range — but all tests pass and this will be resolved when jest is upgraded later.

Test plan

  • tsc --build compiles without errors
  • All 5 tests pass with 100% coverage
  • Eslint and spellcheck pass
  • CI build passes

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce

TypeScript 5 is a straightforward major bump with no breaking changes
affecting this codebase. All compilation, tests, and linting pass
cleanly.

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
@tompahoward tompahoward merged commit aed7710 into main Mar 14, 2026
4 checks passed
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.

2 participants