Skip to content

update packages and migrate to TypeScript 6 - #38

Merged
smellman merged 1 commit into
mainfrom
dev/issue-37
Apr 17, 2026
Merged

update packages and migrate to TypeScript 6#38
smellman merged 1 commit into
mainfrom
dev/issue-37

Conversation

@smellman

Copy link
Copy Markdown
Collaborator

Summary

  • バージョンを 0.1.3 にバンプ
  • TypeScript を v6 に移行、その他パッケージも最新に更新
  • TypeScript 6 で必須となった rootDirtsconfig.json に追加
  • テスト用 tsconfig.test.json を新規作成し、Jest の型解決に対応
  • jest.config.ts をテスト用 tsconfig を参照するよう更新

closes #37

Test plan

  • npm run build が成功することを確認
  • npm test で全16テストがパスすることを確認

- bump version to 0.1.3
- upgrade typescript to v6, jest, ts-jest, prettier, @types/node
- add rootDir to tsconfig.json (required by TypeScript 6)
- add tsconfig.test.json for Jest type resolution
- update jest.config.ts to use test tsconfig

closes #37
@smellman
smellman requested review from hfu and yuiseki April 17, 2026 06:44

@yuiseki yuiseki left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@smellman
smellman merged commit 5d97587 into main Apr 17, 2026
6 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.

package.jsonのアップデート、typescript 6への移行

2 participants