aboutsummaryrefslogtreecommitdiff
path: root/src/install (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-12Clean up some edgecases with posix_spawn usage (#5079)Gravatar Jarred Sumner 1-1/+9
2023-09-11add NODE_TLS_REJECT_UNAUTHORIZED (#4829)Gravatar Ciro Spaciari 1-0/+8
2023-09-11fix loading env from `.env.production` and friends (#4630)Gravatar Dylan Conway 2-2/+2
2023-09-05fix(install): ensure all lockfile structs do not have undefined padding (#4401)Gravatar dave caruso 5-2/+113
2023-08-31`bun install` correctly join dependency URLs (#4421)Gravatar Julian 1-53/+38
2023-08-30fix(install): resolve semver matching with pre-release tags. (#4412)Gravatar Ai Hoshino 1-6/+37
2023-08-30add life cycle scripts to lockfile metahash (#4420)Gravatar Dylan Conway 1-0/+32
2023-08-30[install] fix stale root life-cycle script in lockfile (#4411)Gravatar Alex Lam S.L 1-7/+18
2023-08-28just kernel32 things (#4354)Gravatar Jarred Sumner 5-93/+143
2023-08-26Fix the crash when importing a module that does not exist. (#4348)Gravatar Ai Hoshino 1-0/+6
2023-08-24fix buildGravatar Dylan Conway 2-4/+4
2023-08-24[install] fix stale life-cycle scripts from lockfile (#4307)Gravatar Alex Lam S.L 3-6/+17
2023-08-24[install] fix crash when installing package that uses loose semver pre-releas...Gravatar Alex Lam S.L 4-34/+42
2023-08-23Bunch of streams fixes (#4251)Gravatar Jarred Sumner 1-2/+2
2023-08-11Deprecate loading `node_modules.bun` (#4131)Gravatar Jarred Sumner 2-2/+2
2023-08-07implement `bun update` (#4046)Gravatar Alex Lam S.L 2-84/+103
2023-08-06[install] handle `bun add` of existing `peerDependencies` correctly (#4028)Gravatar Alex Lam S.L 1-16/+8
2023-08-04Support --dev/-D and support more flags on bun install (#3989)Gravatar Colin McDonnell 1-3/+8
2023-08-04[install] handle `workspace:*` correctly (#3994)Gravatar Alex Lam S.L 1-54/+56
2023-08-04[install] store resolved workspace path in lockfile (#3974)Gravatar Alex Lam S.L 2-56/+45
2023-08-03[install] fix stale `bun.lockb` on workspaces (#3945)Gravatar Alex Lam S.L 2-15/+62
2023-07-30Fixes #3884Gravatar Jarred Sumner 2-42/+7
2023-07-28Fix bug with `/path/to/absolute/bun.lockb`Gravatar Jarred Sumner 1-10/+13
2023-07-28Fix assertion failure and possible infinite loop when printing as yarn lock f...Gravatar Jarred Sumner 2-3/+16
2023-07-26[install] handle `workspace:[alias@]range` (#3819)Gravatar Alex Lam S.L 1-1/+21
2023-07-24[install] fix workspace override of aliased npm dependency (#3784)Gravatar Alex Lam S.L 1-21/+26
2023-07-22[install] improve workspace substitution of npm dependencies (#3754)Gravatar Alex Lam S.L 2-61/+172
2023-07-21Use WebKit's URL parser in fetch() and `bun install` (#3730)Gravatar Jarred Sumner 2-9/+42
2023-07-20Better error for workspace dependency not found (#3678)Gravatar Jarred Sumner 2-21/+85
2023-07-18zig upgrade (#3667)Gravatar Dylan Conway 8-178/+192
2023-07-17[install] handle duplicated workspace declarations gracefully (#3662)Gravatar Alex Lam S.L 1-6/+25
2023-07-11typo (#3610)Gravatar dave caruso 1-1/+1
2023-07-04[install] fix run-time module loading (#3510)Gravatar Alex Lam S.L 1-44/+40
2023-06-30[install] handle `workspace:` specifier correctly (#3474)Gravatar Alex Lam S.L 1-3/+4
2023-06-28[install] workaround run-time module loading issue (#3432)Gravatar Alex Lam S.L 1-7/+33
2023-06-26[bun install] Implement `--exact` flag (#3409)Gravatar Jarred Sumner 2-15/+70
2023-06-26[install] support trustedDependencies (#3288)Gravatar Alex Lam S.L 7-249/+263
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+13
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 9-160/+159
2023-06-20Improve error message for `error.DependencyLoop` (#3368)Gravatar Jarred Sumner 2-3/+47
2023-06-13Fix crash in CJS (#3294)bun-v0.6.9Gravatar Jarred Sumner 2-2/+2
2023-06-11add --save argument to install (#3277)Gravatar Keyhan Vakil 1-53/+68
2023-06-10Make cold `bun install` use 2x less memory (#3271)Gravatar Jarred Sumner 2-43/+62
2023-06-09[install] fix lockfile fallback for life cycle scripts (#3265)bun-v0.6.8Gravatar Alex Lam S.L 1-1/+7
2023-06-10[install] fix life cycle scripts execution (#3235)Gravatar Alex Lam S.L 2-136/+266
2023-06-09Fix to retain a newline after removing a package (#3231)Gravatar ytakhs 1-0/+1
2023-05-25[install] fix `.bin` linking (#3067)Gravatar Alex Lam S.L 1-3/+3
2023-05-24Load `.env.test`, set NODE_ENV=test in `bun test`, load `.env.{test,productio...Gravatar Jarred Sumner 2-2/+2