Skip to content

Bump TypeScript to 6.0 and update devDependencies#172

Merged
kyleconroy merged 1 commit intomainfrom
bump-typescript-6
Apr 17, 2026
Merged

Bump TypeScript to 6.0 and update devDependencies#172
kyleconroy merged 1 commit intomainfrom
bump-typescript-6

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

Summary

  • Bumps typescript to ^6.0.2, @types/node to ^25.6.0, and prettier to ^3.8.2
  • Adds "types": ["node", "jest"] to tsconfig.json — TypeScript 6 no longer auto-includes @types packages, so without this the build fails with Cannot find namespace 'NodeJS' and similar errors

Test plan

  • npm run build passes
  • npm test passes (1/1)
  • CI green

🤖 Generated with Claude Code

Updates @types/node to ^25.6.0, prettier to ^3.8.2, and typescript to
^6.0.2. TypeScript 6 no longer auto-includes @types packages, so
tsconfig.json now sets "types": ["node", "jest"] explicitly.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kyleconroy kyleconroy merged commit 7247af2 into main Apr 17, 2026
2 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.

1 participant