ignission / ignission/claude-code-ark
deps: zod 4.5.4 / lucide-react 1.37.0 を Renovate が再提案しない
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- Avg merge
- 1h 31m
- Merged PRs (30d)
- 77
Description
#423 で依存を一括更新した際、pnpm 11 の supply-chain policy(公開 24 時間未満のバージョンを install 時に拒否)に引っかかったため、次の 2 つは 1 つ前のバージョンで固定した。
| パッケージ | 本 PR で入れた版 | 当時の最新 | 最新版の公開時刻 |
|---|---|---|---|
| zod | 4.5.1 | 4.5.4 | 2026-08-29T17:55Z |
| lucide-react | 1.35.0 | 1.37.0 | 2026-08-29T07:25Z |
問題は、この 2 つの Renovate PR(#418 / #416)を「#423 に統合したので」という理由でクローズしたこと。Renovate はクローズされた PR を「ユーザーが拒否した更新」として記憶するため、この 2 つの版に限っては再提案されない(Would ensure closed PR comment in PR #418 / #416 をドライランで確認)。
影響
- zod がしばらく 4.5.4 のまま新しい版を出さない場合、4.5.1 に留まり続ける
- lucide-react も同様に 1.35.0 に留まる
- どちらも次のリリース(4.5.5 / 1.38.0 など)が出れば通常どおり提案される
対応案
どちらかで解消する。
- 24 時間経過後に手で 4.5.4 / 1.37.0 へ上げる PR を出す(
pnpm add zod@4.5.4等) - 何もせず次のリリースを待つ(実害が小さいならこれでよい)
再発防止
Renovate の PR を「別 PR に統合した」理由でクローズすると、その版が二度と提案されなくなる。次に同じことをするときは、統合後にブランチだけ消して PR は放置するか、統合先で同じ版を入れる。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review PRs #416, #418, and #423 alongside the reported Renovate dry-run result, then confirm the current zod and lucide-react versions and the 24-hour pnpm supply-chain policy. The issue is resolved when both packages are either updated after the waiting period or intentionally left pinned with the Renovate behavior understood.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100