Skip to content
Open
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
4 changes: 2 additions & 2 deletions fli-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@types/bun": "^1.1.14",
"@types/node": "^25.9.1",
"@types/node": "^26.1.1",
"oxlint": "^1.66.0",
"typescript": "^6.0.3"
"typescript": "^7.0.2"
Comment on lines +86 to +88

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.

P1 Frozen Lockfile Rejects Upgrades

The committed Bun lockfile still records the previous @types/node and TypeScript constraints and resolutions. CI and npm publishing run bun install --frozen-lockfile, so these dependency changes make installation exit before linting, tests, or the release build can start.

Context Used: CLAUDE.md (source)

Prompt To Fix With AI
This is a comment left during a code review.
Path: fli-js/package.json
Line: 86-88

Comment:
**Frozen Lockfile Rejects Upgrades**

The committed Bun lockfile still records the previous `@types/node` and TypeScript constraints and resolutions. CI and npm publishing run `bun install --frozen-lockfile`, so these dependency changes make installation exit before linting, tests, or the release build can start.

**Context Used:** CLAUDE.md ([source](https://app.greptile.com/punit-s-org/github/punitarani/fli/-/custom-context?memory=90a8ba16-9510-4f10-b2ad-cb22d0733792))

How can I resolve this? If you propose a fix, please make it concise.

Fix in Cursor Fix in Claude Code Fix in Codex

}
}
Loading