Skip to content

chore: sync Bun lockfile with current dependencies - #571

Open
To3akaRin wants to merge 1 commit into
agegr:mainfrom
To3akaRin:codex/sync-bun-lockfile
Open

chore: sync Bun lockfile with current dependencies#571
To3akaRin wants to merge 1 commit into
agegr:mainfrom
To3akaRin:codex/sync-bun-lockfile

Conversation

@To3akaRin

Copy link
Copy Markdown

Summary

  • Regenerate bun.lock from the existing lockfile with Bun 1.4.0.
  • Align Bun resolutions with the dependency versions and ranges already present in package.json.

Why

The lockfile on main still records older direct dependency metadata. As a result, a frozen Bun lockfile check exits with lockfile had changes, but lockfile is frozen.

Validation

  • bun install --frozen-lockfile
  • npm test (587 tests passed)
  • node_modules/.bin/tsc --noEmit
  • npm run lint

Lockfile-only change; no source or public API changes.

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.

1 participant