aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-30[install] handle `workspace:` specifier correctly (#3474)Gravatar Alex Lam S.L 2-8/+52
2023-06-28[install] workaround run-time module loading issue (#3432)Gravatar Alex Lam S.L 2-79/+97
2023-06-26[bun install] Implement `--exact` flag (#3409)Gravatar Jarred Sumner 1-0/+55
2023-06-26[install] support trustedDependencies (#3288)Gravatar Alex Lam S.L 1-1/+73
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+49
2023-06-26[install] fix hang in `bun install --production` (#3406)Gravatar Alex Lam S.L 1-10/+39
2023-06-22revamp dotEnv parser (#3347)Gravatar Alex Lam S.L 1-4/+12
2023-06-11add --save argument to install (#3277)Gravatar Keyhan Vakil 1-0/+45
2023-06-10[install] fix life cycle scripts execution (#3235)Gravatar Alex Lam S.L 2-14/+102
2023-06-09Fix to retain a newline after removing a package (#3231)Gravatar ytakhs 1-0/+288
2023-05-25[install] fix `.bin` linking (#3067)Gravatar Alex Lam S.L 2-3/+158
2023-05-24extend test time-outs (#3048)Gravatar Alex Lam S.L 2-7/+7
2023-05-10`bun add` from root folder when call within workspaces (#2841)Gravatar Alex Lam S.L 2-7/+65
2023-05-10[install] operator on root package of workspaces (#2834)Gravatar Alex Lam S.L 2-0/+224
2023-05-01[install] handle `devDependencies` of local folders (#2781)Gravatar Alex Lam S.L 1-0/+106
2023-04-30[install] handle repeated install of GitHub dependency correctly (#2780)Gravatar Alex Lam S.L 1-93/+402
2023-04-24[install] fix `bun add` on non-aliased dependency (#2728)Gravatar Alex Lam S.L 1-0/+64
2023-04-03Use absolute paths morebun-v0.5.9Gravatar Jarred Sumner 2-6/+11
2023-04-03Fix test failureGravatar Jarred Sumner 1-15/+18
2023-03-30[install] fix stale pointer with tarball URLs (#2520)Gravatar Alex Lam S.L 1-0/+80
2023-03-30[install] fix re-install of git dependency (#2519)Gravatar Alex Lam S.L 1-0/+464
2023-03-29[install] fix re-run of tarball URL from lockfile (#2507)Gravatar Alex Lam S.L 2-2/+295
2023-03-28[install] support tarball URLs (#2497)Gravatar Alex Lam S.L 1-0/+190
2023-03-25[install] fix tests (#2488)Gravatar Alex Lam S.L 3-23/+33
2023-03-23Fixes #2462 (#2463)Gravatar Jarred Sumner 1-0/+58
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 4-15/+27
2023-03-20Implement simple `workspaces` glob support in bun install (#2435)Gravatar Jarred Sumner 3-9/+56
2023-03-19Several bug fixes (#2427)Gravatar Jarred Sumner 1-3/+38
2023-03-15[install] sanitise against malformed `bun.lockb` (#2397)Gravatar Alex Lam S.L 2-17/+18
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 11-0/+4666