Skip to content

fix(ui): regenerate bun.lock for PR #61 - #110

Merged
nazarli-shabnam merged 2 commits into
nazarli-shabnam:feat/tactical-telemetry-redesignfrom
Tarekchehahde:fix/pr-61-regenerate-bun-lock
Jul 11, 2026
Merged

fix(ui): regenerate bun.lock for PR #61#110
nazarli-shabnam merged 2 commits into
nazarli-shabnam:feat/tactical-telemetry-redesignfrom
Tarekchehahde:fix/pr-61-regenerate-bun-lock

Conversation

@Tarekchehahde

Copy link
Copy Markdown
Contributor

Summary

  • Regenerates apps/ui/bun.lock after the Lucide → Phosphor icon migration in Feat/tactical telemetry redesign #61
  • package.json already lists @phosphor-icons/react and removed lucide-react, but the lockfile still referenced lucide-react, so CI and Docker both failed at bun install --frozen-lockfile

Context

Fixes the blocker on #61 (tactical telemetry redesign). CodeRabbit review items were already addressed in d2c042a; this is the remaining CI failure after the Jul 9 merge from main.

Test plan

  • bun install --frozen-lockfile (apps/ui)
  • bun run typecheck
  • bun run lint
  • bun run test (28 tests passed)
  • bun run build (not run locally — Google Fonts fetch blocked by local SSL; should pass in CI)

Made with Cursor

package.json swapped lucide-react for @phosphor-icons/react but bun.lock
was never updated, causing CI and Docker builds to fail at
`bun install --frozen-lockfile`.

Co-authored-by: Cursor <cursoragent@cursor.com>
The register page came from main with a lucide-react import, but PR nazarli-shabnam#61
removed that dependency. Use CircleNotch to match login/setup.

Co-authored-by: Cursor <cursoragent@cursor.com>
@nazarli-shabnam
nazarli-shabnam merged commit 4653ddf into nazarli-shabnam:feat/tactical-telemetry-redesign Jul 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants