aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/bun-install.test.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-31`bun install` correctly join dependency URLs (#4421)Gravatar Julian 1-1/+148
2023-08-30fix(install): resolve semver matching with pre-release tags. (#4412)Gravatar Ai Hoshino 1-0/+44
2023-08-30[install] fix stale root life-cycle script in lockfile (#4411)Gravatar Alex Lam S.L 1-1/+169
2023-08-24[install] fix stale life-cycle scripts from lockfile (#4307)Gravatar Alex Lam S.L 1-0/+100
2023-08-24[install] fix crash when installing package that uses loose semver pre-releas...Gravatar Alex Lam S.L 1-0/+135
2023-08-04[install] handle `workspace:*` correctly (#3994)Gravatar Alex Lam S.L 1-0/+102
2023-08-04[install] store resolved workspace path in lockfile (#3974)Gravatar Alex Lam S.L 1-24/+140
2023-08-03[install] fix stale `bun.lockb` on workspaces (#3945)Gravatar Alex Lam S.L 1-0/+33
2023-07-26[install] handle `workspace:[alias@]range` (#3819)Gravatar Alex Lam S.L 1-0/+120
2023-07-24[install] fix workspace override of aliased npm dependency (#3784)Gravatar Alex Lam S.L 1-0/+106
2023-07-23more tests for #3754 (#3774)Gravatar Alex Lam S.L 1-0/+110
2023-07-22[install] improve workspace substitution of npm dependencies (#3754)Gravatar Alex Lam S.L 1-30/+241
2023-07-17[install] handle duplicated workspace declarations gracefully (#3662)Gravatar Alex Lam S.L 1-0/+172
2023-06-30[install] handle `workspace:` specifier correctly (#3474)Gravatar Alex Lam S.L 1-0/+44
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-10[install] fix life cycle scripts execution (#3235)Gravatar Alex Lam S.L 1-0/+87
2023-05-25[install] fix `.bin` linking (#3067)Gravatar Alex Lam S.L 1-2/+157
2023-05-24extend test time-outs (#3048)Gravatar Alex Lam S.L 1-6/+6
2023-05-10`bun add` from root folder when call within workspaces (#2841)Gravatar Alex Lam S.L 1-0/+57
2023-05-10[install] operator on root package of workspaces (#2834)Gravatar Alex Lam S.L 1-0/+160
2023-05-01[install] handle `devDependencies` of local folders (#2781)Gravatar Alex Lam S.L 1-0/+106
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 1-2/+295
2023-03-28[install] support tarball URLs (#2497)Gravatar Alex Lam S.L 1-0/+190
2023-03-20Implement simple `workspaces` glob support in bun install (#2435)Gravatar Jarred Sumner 1-5/+50
2023-03-15[install] sanitise against malformed `bun.lockb` (#2397)Gravatar Alex Lam S.L 1-11/+11
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 1-0/+2757