Skip to content

chore: upgrade @types/node from ^14 to ^22#50

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

chore: upgrade @types/node from ^14 to ^22#50
tompahoward merged 1 commit into
mainfrom
claude/install-deps-run-tests-POccP

Conversation

@tompahoward
Copy link
Copy Markdown
Contributor

Summary

  • Upgrades @types/node from ^14 to ^22 to align with CI's Node.js 22 runtime
  • Removes @types/node from dry-aged-deps exclusions

Risk: 1/5

Type definitions only — zero runtime impact. The codebase uses no Node.js APIs that changed between v14 and v22 type definitions.

Test plan

  • npm run build passes locally (compile + test + package)
  • All tests pass with 100% coverage
  • CI build passes

https://claude.ai/code/session_01HNvBcQzT1SviRqkUpP5Xce

Aligns type definitions with the Node.js version used in CI
(ubuntu-latest runs Node 22). Pure type-only change with no
runtime impact.

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