aboutsummaryrefslogtreecommitdiff
path: root/src/install (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-10feat(fetch) add redirect: 'error' support (#2845)Gravatar Ciro Spaciari 1-0/+2
2023-05-10`bun add` from root folder when call within workspaces (#2841)Gravatar Alex Lam S.L 1-94/+86
2023-05-10[install] operator on root package of workspaces (#2834)Gravatar Alex Lam S.L 2-90/+122
2023-05-08Fix bug in Bun.build() where it wouldn't pick up changes to directories on re...Gravatar Jarred Sumner 2-3/+7
2023-05-01[install] handle `devDependencies` of local folders (#2781)Gravatar Alex Lam S.L 1-63/+25
2023-04-30[install] handle repeated install of GitHub dependency correctly (#2780)Gravatar Alex Lam S.L 1-3/+18
2023-04-25fix `make setup` (#2731)Gravatar Alex Lam S.L 3-4/+6
2023-04-24[install] fix `bun add` on non-aliased dependency (#2728)Gravatar Alex Lam S.L 1-5/+18
2023-04-22Make `Bun.build` more reliable (#2718)Gravatar Jarred Sumner 2-6/+6
2023-04-19Fix broken autocompleteGravatar Jarred Sumner 9-19/+19
2023-04-09Remove usages of `void{}` in favor of `{}`Gravatar Jarred Sumner 4-20/+20
2023-04-07Bun gets a new bundler (#2312)Gravatar Jarred Sumner 4-1828/+3
2023-04-07feat(tls.Server) basic support (cert, key, rejectUnauthorized, requestCert, c...Gravatar Ciro Spaciari 1-0/+2
2023-04-06Proactively add these to the listGravatar Jarred Sumner 1-0/+2