Skip to content

chore(front): add tsgo typecheck and TypeScript 6 resolutions#48

Merged
topi-log merged 1 commit into
mainfrom
chore/47_front_tsgo_typecheck
Apr 25, 2026
Merged

chore(front): add tsgo typecheck and TypeScript 6 resolutions#48
topi-log merged 1 commit into
mainfrom
chore/47_front_tsgo_typecheck

Conversation

@sorafujitani

@sorafujitani sorafujitani commented Apr 25, 2026

Copy link
Copy Markdown
Collaborator
  • Add @typescript/native-preview, scripts typecheck and typecheck:tsc
  • resolutions: force nested deps to TypeScript 6.0.x
  • Document Docker usage, mount note, and tsgo vs tsc in CLAUDE.md

Closes #47

- Add @typescript/native-preview, scripts typecheck and typecheck:tsc
- resolutions: force nested deps to TypeScript 6.0.x
- Document Docker usage, mount note, and tsgo vs tsc in CLAUDE.md

Closes #47

Made-with: Cursor
@vercel

vercel Bot commented Apr 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
leaf-record Ready Ready Preview, Comment Apr 25, 2026 2:14pm

Comment thread front/package.json
Comment on lines +32 to +36
"@playwright/test": "^1.44.0",
"@tailwindcss/postcss": "^4.2.4",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.0",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

移動しただけ

Comment thread front/package.json
"@types/node": "^24.12.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript/native-preview": "^7.0.0-dev.20260421.2",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

これが追加されたやつ

Comment thread front/package.json
Comment on lines +52 to +53
"resolutions": {
"typescript": "^6.0.3"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Comment thread front/package.json
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsgo -p . --noEmit",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

これがTS7で使えるようになった型チェック

@topi-log topi-log left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@sorafujitani
LGTM
ありがとうございます!助かりました!

  • 型チェックを追加しているのみ
  • TS7のバージョンアップだが内部は基本6に固定されている
  • テストが通ってる

以上により問題ないと判断

@topi-log topi-log merged commit 4c7b415 into main Apr 25, 2026
6 checks passed
@topi-log topi-log deleted the chore/47_front_tsgo_typecheck branch April 25, 2026 14:25
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.

chore: TypeScriptを7にアップデート

2 participants