Skip to content

chore: upgrade tshy, vitest, and typescript to latest major versions#25

Open
mattpodwysocki wants to merge 6 commits intomainfrom
chore/upgrade-deps-2026-04
Open

chore: upgrade tshy, vitest, and typescript to latest major versions#25
mattpodwysocki wants to merge 6 commits intomainfrom
chore/upgrade-deps-2026-04

Conversation

@mattpodwysocki
Copy link
Copy Markdown
Contributor

@mattpodwysocki mattpodwysocki commented Apr 13, 2026

Summary

  • tshy: ^3.0.2^4.1.1
  • vitest: ^4.0.18^4.1.4
  • typescript: ^5.8.3^6.0.2
  • typescript-eslint / @typescript-eslint/*: ^8.56.1^8.58.2 (required for TypeScript 6 — 8.56.x caps at <6.0.0)
  • @types/node: ^25.3.5^22.0.0 (Node 22 LTS, consistent with other repos)

TypeScript 6 migration notes:

  • Removed deprecated "baseUrl": "." from tsconfig.base.json (TS6 raises TS5101)
  • Added "types": ["node"] — tshy compiles from .tshy/ and TypeScript does not auto-discover @types/node from that subdirectory in CI despite it being installed

Test plan

  • All 58 tests pass (npm test)
  • Build succeeds (npm run build)

🤖 Generated with Claude Code

mattpodwysocki and others added 3 commits April 1, 2026 14:16
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mattpodwysocki mattpodwysocki requested a review from a team as a code owner April 13, 2026 21:45
mattpodwysocki and others added 3 commits April 13, 2026 18:00
Also upgrades typescript-eslint packages to ^8.58.2 for TypeScript 6 support.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
TypeScript auto-includes @types/node when it is installed and no types
restriction is set — no explicit declaration needed on Node 22.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
tshy compiles from .tshy/ and TypeScript does not auto-discover @types/node
in CI despite it being installed. Explicit types:["node"] is required.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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