AntFleet

Disagreement · 3376e50a-anthropic-0

Non-existent TypeScript major version pinned in devDependencies

solo Opus
repo 53606958·PR #4·reviewed 1 week ago

Opus finding

Non-existent TypeScript major version pinned in devDependencies

highbuild-releasehigh
  • package.json:21
TypeScript's latest published major as of this PR is 5.x; there is no TypeScript 6.0.3 release on npm. `npm install` will fail to resolve the caret range `^6.0.3`, breaking `typecheck`, `build`, and any CI that runs `npm ci`. Even if a 6.x is later released, pinning to a non-existent major right now is a release-blocking issue for a template repo that is supposed to be forked per-agent.

Recommendation

Pin TypeScript to an actually published range (e.g. `^5.6.0`) compatible with `@types/node` and `vitest`, or whatever current major the project targets.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →

From the same review

These findings passed the unanimous gate on the same PR review. The disagreement above was filtered out; the findings below were posted.