Skip to content

パッケージの使い方の最新へのアップデートとTypeScript 5.9への対応#3

Merged
chvmvd merged 1 commit intomainfrom
update-packages
Dec 14, 2025
Merged

パッケージの使い方の最新へのアップデートとTypeScript 5.9への対応#3
chvmvd merged 1 commit intomainfrom
update-packages

Conversation

@chvmvd
Copy link
Collaborator

@chvmvd chvmvd commented Oct 21, 2025

すべてのパッケージを最新にアップデートし、TypeScript 5.9に対応しました。

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TypeScript 5.9以降でデフォルトで生成されるものに置き換えました。

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

npm create vite@latestで生成される最新のファイルに合わせました。

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

同様

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

同様

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

同様

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

同様

@chvmvd chvmvd requested a review from Copilot October 21, 2025 06:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates all packages to their latest versions, with TypeScript 5.9 introducing a significantly redesigned tsconfig.json template. The updates address previously reported issues with module and target options and align configurations with the latest Vite output.

  • Updated TypeScript to 5.9 with new minimal tsconfig template
  • Updated React, Vite, ESLint and other dependencies to latest versions
  • Added types field to TypeScript configurations for better type resolution

Reviewed Changes

Copilot reviewed 7 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
frontend/tsconfig.node.json Added types field for node type definitions
frontend/tsconfig.app.json Added types field for Vite client types
frontend/package.json Updated all dependencies to latest versions
frontend/eslint.config.js Added defineConfig import for ESLint configuration
backend/tsconfig.json Complete restructure using TypeScript 5.9's minimal template with updated options
backend/package.json Updated Prisma, tsx, and TypeScript to latest versions
README.md Updated setup instructions to reflect new tsconfig.json structure
Files not reviewed (2)
  • backend/package-lock.json: Language not supported
  • frontend/package-lock.json: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@chvmvd chvmvd changed the title パッケージの使い方を最新にアップデート パッケージの使い方の最新へのアップデートとTypeScript 5.9への対応 Oct 28, 2025
@chvmvd chvmvd merged commit 177c959 into main Dec 14, 2025
@chvmvd chvmvd deleted the update-packages branch December 14, 2025 12:37
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.

3 participants