aboutsummaryrefslogtreecommitdiff
path: root/src/install/lockfile.zig (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-30[install] handle `workspace:` specifier correctly (#3474)Gravatar Alex Lam S.L 1-3/+4
2023-06-26[bun install] Implement `--exact` flag (#3409)Gravatar Jarred Sumner 1-8/+24
2023-06-26[install] support trustedDependencies (#3288)Gravatar Alex Lam S.L 1-22/+55
2023-06-26[install] fix hang in `bun install --production` (#3406)Gravatar Alex Lam S.L 1-6/+7
2023-06-25Speculative fix for regression causing a hang with `install --production` (#3...Gravatar Jarred Sumner 1-26/+26
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 1-34/+33
2023-06-20Improve error message for `error.DependencyLoop` (#3368)Gravatar Jarred Sumner 1-2/+46
2023-06-10[install] fix life cycle scripts execution (#3235)Gravatar Alex Lam S.L 1-70/+178
2023-05-24Load `.env.test`, set NODE_ENV=test in `bun test`, load `.env.{test,productio...Gravatar Jarred Sumner 1-1/+1
2023-05-10[install] operator on root package of workspaces (#2834)Gravatar Alex Lam S.L 1-46/+33
2023-05-08Fix bug in Bun.build() where it wouldn't pick up changes to directories on re...Gravatar Jarred Sumner 1-2/+4
2023-04-25fix `make setup` (#2731)Gravatar Alex Lam S.L 1-1/+1
2023-04-22Make `Bun.build` more reliable (#2718)Gravatar Jarred Sumner 1-2/+2
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 1-1/+1
2023-04-09Remove usages of `void{}` in favor of `{}`Gravatar Jarred Sumner 1-1/+1
2023-04-07Bun gets a new bundler (#2312)Gravatar Jarred Sumner 1-1/+1
2023-03-29Fix some lockfile creation issues (#2506)Gravatar Niles Salter 1-6/+16
2023-03-28`bun --watch` and `bun test --watch` (#2500)Gravatar Jarred Sumner 1-2/+1
2023-03-20Implement simple `workspaces` glob support in bun install (#2435)Gravatar Jarred Sumner 1-209/+353
2023-03-15[install] sanitise against malformed `bun.lockb` (#2397)Gravatar Alex Lam S.L 1-19/+17
2023-02-27resolve duplicated dependency correctly (#2213)Gravatar Alex Lam S.L 1-146/+123
2023-02-24fix `compiler_rt` linking failure on `x86_64` (#2163)Gravatar Alex Lam S.L 1-38/+25
2023-02-24prefer `bun.copy()` over `std.mem.copy()` (#2152)Gravatar Alex Lam S.L 1-76/+75
2023-02-23Upgrade Zig (#2151)Gravatar Dylan Conway 1-31/+31
2023-02-21[install] support SCP-style `git` dependencies (#2124)Gravatar Alex Lam S.L 1-16/+23
2023-02-16Support yarn-like `"workspaces"."packages": string[]` (#2086)Gravatar Jarred Sumner 1-95/+206
2023-02-15Don't crash on null version stringGravatar Jarred Sumner 1-1/+1
2023-02-14[install] improve `package.json` validation (#2074)Gravatar Alex Lam S.L 1-27/+91
2023-02-11fix segfault during non-install script execution (#2045)Gravatar Alex Lam S.L 1-1/+1
2023-02-10[install] fix duplicate check on `peerDependencies` (#2039)Gravatar Alex Lam S.L 1-8/+7
2023-02-08[install] assorted fixes & improvements (#2011)Gravatar Alex Lam S.L 1-66/+72
2023-02-06cleanupGravatar Jarred Sumner 1-3/+9
2023-02-06minor cleanupGravatar Jarred Sumner 1-5/+8
2023-02-06Add bounds checkGravatar Jarred Sumner 1-1/+1
2023-02-06[WIP] fix corner cases with aliases dependencies (#2000)Gravatar Alex Lam S.L 1-238/+179
2023-02-01resolve duplicate npm dependencies correctly (#1970)Gravatar Alex Lam S.L 1-104/+50
2023-01-31[bun add] various fixes (#1953)Gravatar Alex Lam S.L 1-5/+5
2023-01-30[bunx] fix version parsing (#1937)Gravatar Alex Lam S.L 1-1/+0
2023-01-28normalise `bun add` package specifiers (#1924)Gravatar Alex Lam S.L 1-8/+14
2023-01-28fix corner cases with aliased dependencies (#1927)Gravatar Alex Lam S.L 1-2/+12
2023-01-28[WIP] append GitHub package after fully parsed (#1911)Gravatar Alex Lam S.L 1-11/+10
2023-01-26valgrindGravatar Jarred SUmner 1-4/+5
2023-01-25be more carefulGravatar Jarred Sumner 1-10/+21
2023-01-25Fix "failed to resolve" bug 🫠Gravatar Jarred Sumner 1-2/+1
2023-01-25Add logGravatar Jarred Sumner 1-0/+3
2023-01-24one less allocGravatar Jarred Sumner 1-1/+9
2023-01-21Fix test failure due to UBGravatar Jarred Sumner 1-16/+7
2023-01-21minor clean-ups (#1869)Gravatar Alex Lam S.L 1-3/+1
2023-01-21Remove UB with `semver.String`Gravatar Jarred Sumner 1-6/+18
2023-01-20Bugfixes to install (#1848)Gravatar Jarred Sumner 1-5/+16