Skip to content
Merged
Show file tree
Hide file tree
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 plugins/commit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"npm-run-all2": "8.0.4",
"prettier": "3.8.3",
"typescript": "6.0.3",
"typescript-eslint": "8.59.2",
"typescript-eslint": "8.59.3",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Warning

📦 Dependency

#276 で Renovate が報告している通り、plugins/commit/package-lock.json の更新が eslint@10.4.0 との peer 解決失敗で失敗しています。package.json だけがバージョンアップされて lockfile が古いままなので、整合性が崩れます。plugins/kyosei/package.json 側の同種コメントと合わせて対応をお願いします。

"vite": "7.3.3",
"vitest": "3.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/kyosei/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"npm-run-all2": "8.0.4",
"prettier": "3.8.3",
"typescript": "6.0.3",
"typescript-eslint": "8.59.2",
"typescript-eslint": "8.59.3",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Caution

📦 Dependency

typescript-eslint@8.59.3peerDependencieseslint@"^8.57.0 || ^9.0.0 || ^10.0.0" ですが、本プラグインは eslint@10.4.0 を使用しており、Renovate のロックファイル更新が ERESOLVE で失敗しています (#276 の Renovate コメント参照)。package-lock.json が更新されていないため、現状の差分のままではマージ後に npm ci が壊れる恐れがあります。typescript-eslint 側で eslint@^10 を正式サポートするリリースを待つか、ロックファイルを手動で再生成してこの PR に含める必要があります。

"vite": "7.3.3",
"vitest": "3.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/pr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"npm-run-all2": "8.0.4",
"prettier": "3.8.3",
"typescript": "6.0.3",
"typescript-eslint": "8.59.2",
"typescript-eslint": "8.59.3",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Warning

📦 Dependency

#276 で Renovate が報告している通り、plugins/pr/package-lock.json の更新も eslint@10.4.0 との peer 解決失敗で失敗しています。package.json のみが更新された状態なので、lockfile との不整合が残ります。

"vite": "7.3.3",
"vitest": "3.2.4"
},
Expand Down
Loading