Files
bun.sh/test/cli
Claude Bot 429c79ff09 fix: respect install.lockfile.save=false when migrating from package-lock.json
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>
2025-09-25 15:29:22 +00:00
..
2025-05-24 13:36:51 -07:00