mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
Previously, Bun would always save a lockfile when migrating from package-lock.json or yarn.lock, even when install.lockfile.save was set to false in bunfig.toml. This fix ensures that the save=false configuration is respected during migration. The lockfile is still migrated and used in memory for dependency resolution, but it is not written to disk when save=false. Fixes #22963 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>