aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/install/bun-install.test.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-12[install] support `git://github.com/` dependencies (#2059)Gravatar Alex Lam S.L 1-0/+69
2023-02-10[install] fix duplicate check on `peerDependencies` (#2039)Gravatar Alex Lam S.L 1-1/+46
2023-02-09[install] fix flaky tests (#2032)Gravatar Alex Lam S.L 1-27/+27
2023-02-08[install] assorted fixes & improvements (#2011)Gravatar Alex Lam S.L 1-33/+204
2023-02-06[WIP] fix corner cases with aliases dependencies (#2000)Gravatar Alex Lam S.L 1-0/+145
2023-01-31[bun add] various fixes (#1953)Gravatar Alex Lam S.L 1-617/+117
2023-01-30Fix crash in `bun install <package-name>` (#1947)Gravatar Jarred Sumner 1-129/+355
2023-01-28[bun add] fix more corner cases (#1930)Gravatar Alex Lam S.L 1-23/+23
2023-01-28parse `git+https://github.com/` as GitHub URLs (#1926)Gravatar Alex Lam S.L 1-5/+68
2023-01-28normalise `bun add` package specifiers (#1924)Gravatar Alex Lam S.L 1-125/+69
2023-01-28[WIP] append GitHub package after fully parsed (#1911)Gravatar Alex Lam S.L 1-75/+123
2023-01-27prettierGravatar Jarred Sumner 1-156/+245
2023-01-27Fix flakinessGravatar Jarred Sumner 1-2/+3
2023-01-26parse package-spec from CLI correctly (#1895)Gravatar Alex Lam S.L 1-6/+15
2023-01-24support GitHub URLs as dependencies (#1875)Gravatar Alex Lam S.L 1-31/+364
2023-01-24support `bun link` of scoped packages (#1892)Gravatar Alex Lam S.L 1-3/+1
2023-01-21[semver] parse `^` & `~` expressions correctly (#1854)Gravatar Alex Lam S.L 1-34/+401
2023-01-19repopulate `alias_map` correctly (#1847)Gravatar Alex Lam S.L 1-42/+209
2023-01-19parse dependency specifier correctly (#1840)Gravatar Alex Lam S.L 1-3/+45
2023-01-18support npm dependency aliasing (#1837)Gravatar Alex Lam S.L 1-10/+144
2023-01-17[test] Add helper for bun envGravatar Jarred Sumner 1-6/+2
2023-01-17bun install tests shouldn't fail due to terminal colorsGravatar Jarred Sumner 1-38/+35
2023-01-16[bun install] Make it print `workspace:` instead of `workspace://`Gravatar Jarred Sumner 1-143/+231
2023-01-14fix life-cycle script execution (#1799)Gravatar Alex Lam S.L 1-25/+90
2023-01-14support installation of NPM workspaces (#1764)Gravatar Alex Lam S.L 1-44/+300
2022-12-26[install] specify `auth-type` (#1667)Gravatar Alex Lam S.L 1-0/+4
2022-12-26[install] use specified base URL as default fallback within scopes (#1665)Gravatar Alex Lam S.L 1-0/+80