aboutsummaryrefslogtreecommitdiff
path: root/src/install (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-29Fix hang in `bun install` (#6192)Gravatar Jarred Sumner 1-5/+29
2023-09-28Add local tarball install #5812 (#6118)Gravatar axel escalada 2-2/+4
2023-09-27fix(bun install): Handle vercel and github tarball path dependencies (#6122)Gravatar Justin "J.R." Hill 1-1/+24
2023-09-26fix workspace dependency install (#6092)Gravatar Dylan Conway 1-3/+3
2023-09-24Correctly fix #5888 (#6000)Gravatar Jarred Sumner 5-49/+89
2023-09-23fix(lockfile): ensure all bytes of union are initialized before serialization...Gravatar Ai Hoshino 1-18/+23
2023-09-22[install] fix GitHub dependency bugs (#5941)Gravatar Dylan Conway 2-10/+21
2023-09-21disable child_process execArgv + fix crash in cli parsing (#5843)Gravatar dave caruso 1-1/+1
2023-09-20[bun install] Add `-E` as alias of `--exact` (#5104)Gravatar Jonah Snider 1-2/+2
2023-09-19Show when a newer version is available in the install screen (#5780)Gravatar Jarred Sumner 2-14/+72
2023-09-19Get artifactory to work (#5744)Gravatar Jarred Sumner 2-7/+61
2023-09-19Make bun install --verbose more verbose (#5726)Gravatar Jarred Sumner 1-0/+7
2023-09-18Encode slashes in package names in the registry manifest request (#5716)Gravatar Jarred Sumner 2-1/+25
2023-09-17fix(install): Return NotSupported when errno == XDEV (#5610)Gravatar pan93412 1-0/+2
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 1-31/+2
2023-09-13chore: make comment grammatically correct (#5140)Gravatar Gareth Jones 1-1/+1
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