Skip to content

fix: restore packages/web entries in bun.lock#654

Merged
buremba merged 1 commit into
mainfrom
fix/restore-bun-lock-web-entries
May 13, 2026
Merged

fix: restore packages/web entries in bun.lock#654
buremba merged 1 commit into
mainfrom
fix/restore-bun-lock-web-entries

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 13, 2026

PR #653's bun.lock was regenerated in a fresh worktree where the packages/web submodule wasn't initialized, so bun install pruned the packages/web importer and ~890 lines of its resolved dependency graph (Codex flagged this as P2). The root package.json still declares packages/* workspaces and packages/web is a tracked submodule, so a frozen bun install in any checkout/CI job that inits the submodule would see a workspace missing from the lockfile.

This restores bun.lock from the pre-#653 state — #653 added no new dependencies, so nothing else needs to change. Verified bun install --frozen-lockfile succeeds with the submodule initialized (1785 packages, vs the truncated 1512).

🤖 Generated with Claude Code

PR #653's lockfile was regenerated in a worktree without the packages/web
submodule initialized, which pruned the web importer and its resolved
dependency graph. Restore bun.lock from the pre-#653 state (df #653 added
no new dependencies) so frozen installs / web builds keep the pinned graph.
@buremba buremba merged commit 26d16ce into main May 13, 2026
13 of 14 checks passed
@buremba buremba deleted the fix/restore-bun-lock-web-entries branch May 13, 2026 02:55
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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