Skip to content

chore: upgrade jest ecosystem from v27 to v29#55

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

chore: upgrade jest ecosystem from v27 to v29#55
tompahoward merged 1 commit intomainfrom
claude/install-deps-run-tests-POccP

Conversation

@tompahoward
Copy link
Contributor

Summary

  • Upgrades jest from ^27 to ^29, ts-jest from ^27 to ^29, @types/jest from ^27 to ^30, jest-junit from ^13 to ^16
  • Migrates ts-jest config from deprecated globals format to transform option
  • Removes jest-related entries from dry-aged-deps exclusions

Risk: 2/5

Test framework upgrade with no source code changes. All 5 tests pass with 100% coverage. The ts-jest globals→transform migration is the only config change.

Test plan

  • npm run build passes (compile + test + package)
  • All 5 tests pass with 100% coverage
  • No outdated deps flagged by dry-aged-deps
  • CI build passes

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce

Upgrades jest (^29), ts-jest (^29), @types/jest (^30), and jest-junit
(^16) to latest major versions. Migrates ts-jest config from deprecated
globals format to transform option.

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce
@tompahoward tompahoward merged commit 083f7b5 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