From 1bf28e0d77a8b2261befbdb708cefd03e0126960 Mon Sep 17 00:00:00 2001 From: dave caruso Date: Wed, 11 Oct 2023 02:27:07 -0700 Subject: feat(install): automatically migrate package-lock.json to bun.lockb (#6352) * work so far * stuff * a * basics work * stuff * yoo * build lockfile * correct * f * a * install fixture havent tested * i made it worse * lol * be more reasonable * make the test easier to pass because bun install doesn't handle obscure lockfile edge cases :/ * a * works now * ok * a * a * cool * nah * fix stuff * l * a * idfk * LAME * prettier errors * does this fix tests? * Add more safety checks to Integrity * Add another check * More careful lifetime handling * Fix linux debugger issue * a * tmp dir and snapshot test --------- Co-authored-by: Jarred SUmner --- .../migration/add-while-migrate-workspace/packages/a/package.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/cli/install/migration/add-while-migrate-workspace/packages/a/package.json (limited to 'test/cli/install/migration/add-while-migrate-workspace/packages/a') diff --git a/test/cli/install/migration/add-while-migrate-workspace/packages/a/package.json b/test/cli/install/migration/add-while-migrate-workspace/packages/a/package.json new file mode 100644 index 000000000..da244c1a7 --- /dev/null +++ b/test/cli/install/migration/add-while-migrate-workspace/packages/a/package.json @@ -0,0 +1,7 @@ +{ + "name": "a", + "version": "1.0.0", + "dependencies": { + "b": "1.0.0" + } +} -- cgit v1.2.3