Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jiti": "2.7.0",
"npm-run-all2": "9.0.2",
"prettier": "3.9.4",
"typescript": "6.0.3",
"typescript": "7.0.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Caution

📦 Dependency

TypeScriptを6.0.3から7.0.2へメジャーアップデートしていますが、このPRはpeer dependency conflictによりマージできない状態です。同じdevDependenciesにあるtypescript-eslint@8.63.0(および内部の@typescript-eslint/parser, eslint-plugin, utils, type-utils, typescript-estree等)のpeer依存はtypescript@">=4.8.4 <6.1.0"を要求しており、7.0.2はこの範囲外です。実際にRenovateの「Artifact update problem」コメントの通りnpm error code ERESOLVE could not resolvepackage-lock.jsonの更新に失敗し、package.jsonのみが7.0.2に書き換わった不整合状態になっています。typescript-eslintがTypeScript 7を正式サポートするまでマージせず保留、またはTypeScript 7対応版のtypescript-eslintと同時更新してpackage-lock.jsonを正常に再生成してください。

"typescript-eslint": "8.63.0"
},
"engines": {
Expand Down
Loading