aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/install/bun-add.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-09[install] fix flaky tests (#2032)Gravatar Alex Lam S.L 1-10/+10
2023-02-08[install] pick `latest` tagged version by default (#2016)Gravatar Alex Lam S.L 1-4/+114
* [install] pick `latest` tagged version by default fixes #1993 * update `package.json` the same way as `npm
2023-02-08[install] assorted fixes & improvements (#2011)Gravatar Alex Lam S.L 1-17/+22
- take `peerDependencies` into account during package placement - do not recursively resolve `workspaces` (matches `npm`) - link binaries to non-root packages correctly - prune empty nodes during dependency tree construction - support non-standard `workspace:` specifier
2023-02-06Fix test failing on macOSGravatar Jarred Sumner 1-1/+2
2023-02-06[WIP] fix corner cases with aliases dependencies (#2000)Gravatar Alex Lam S.L 1-3/+5
* fix corner cases with aliases dependencies * in-memory convert legacy `bun.lockb`
2023-01-31[bun add] various fixes (#1953)Gravatar Alex Lam S.L 1-171/+194
2023-01-28[bun add] fix more corner cases (#1930)Gravatar Alex Lam S.L 1-3/+164
2023-01-28parse `git+https://github.com/` as GitHub URLs (#1926)Gravatar Alex Lam S.L 1-0/+96
fixes #1921
2023-01-28normalise `bun add` package specifiers (#1924)Gravatar Alex Lam S.L 1-9/+209
- fix invalid buffer references fixes #1920
2023-01-26parse package-spec from CLI correctly (#1895)Gravatar Alex Lam S.L 1-0/+118
* parse package-spec from CLI correctly fixes #861 * copy separately for `UpdateRequest.name` fix GItHub URL reporting in results update tests to reflect latest code changes * better fix for GitHub URL display issue