Dylan Conway
|
2272b852ba
|
fix(install): npm version to git resolution package-lock.json migration (#15810)
|
2024-12-17 19:59:23 -08:00 |
|
Dylan Conway
|
430c1dd583
|
add install.saveTextLockfile to bunfig.toml (#15827)
|
2024-12-17 16:52:04 -08:00 |
|
Jarred Sumner
|
4bef96e8d1
|
Prevent unnecessary postinstall script from causing bun install to hang in unreliable networks
|
2024-12-16 18:19:43 -08:00 |
|
Dylan Conway
|
d5f1f2f8ad
|
Use the same hoisting logic for text lockfile (#15778)
|
2024-12-16 16:37:46 -08:00 |
|
Jarred Sumner
|
c218bffd94
|
Add "bin" field to bun.lock (#15763)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-12-14 22:52:17 -08:00 |
|
Jarred Sumner
|
3ce6ffa6be
|
Make git dependencies faster + further optimize bun install (#15771)
|
2024-12-14 19:42:23 -08:00 |
|
Jarred Sumner
|
5326a998c7
|
Don't open node_modules 1,618 times (#15762)
|
2024-12-14 04:48:57 -08:00 |
|
Jarred Sumner
|
ebc33327d3
|
Delete incorrect debug assertion
|
2024-12-14 01:56:55 -08:00 |
|
Dylan Conway
|
3df39f4bb7
|
bun.lock: fix --frozen-lockfile and resolving extra dependencies (#15748)
|
2024-12-13 22:40:12 -08:00 |
|
Dylan Conway
|
8b3b1442fd
|
bun.lock workspace sorting and comma bugfix (#15739)
|
2024-12-12 19:33:44 -08:00 |
|
Dylan Conway
|
e146734596
|
bun.lock fixes (#15724)
|
2024-12-12 16:45:26 -08:00 |
|
Dylan Conway
|
b55ca429c7
|
Implement text-based lockfile (#15705)
|
2024-12-11 05:05:49 -08:00 |
|
Jarred Sumner
|
0bbc18fd19
|
Fix rare crash in bun install (#15651)
|
2024-12-09 20:59:29 -08:00 |
|
Jarred Sumner
|
e4aeb761e4
|
Ensure we always drain the dependency list in runTasks() (#15511)
|
2024-12-04 12:40:11 -08:00 |
|
Robert Shuford
|
7eb8a3feae
|
Fixes #14433 - global .npmrc not using auth (#15539)
|
2024-12-04 12:37:18 -08:00 |
|
Meghan Denny
|
2d441d868b
|
zig: make throw use JSError (#15444)
|
2024-12-02 14:19:18 -08:00 |
|
Meghan Denny
|
663f00b62b
|
zig: make throwOutOfMemory use JSError (#15413)
|
2024-11-26 12:58:43 -08:00 |
|
Meghan Denny
|
bb3d570ad0
|
zig: assert there is an exception when .zero is returned (#15362)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-25 15:19:02 -08:00 |
|
Jarred Sumner
|
5bcaf32ba3
|
Fix lockfile print crash (#15332)
|
2024-11-22 02:07:11 -08:00 |
|
Jarred Sumner
|
a6a4ca1e49
|
fix(install): ensure aliases hash map is initialized (#15280)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-20 18:52:34 -08:00 |
|
Meghan Denny
|
0e3e33072b
|
zig: rename CallFrame.arguments to .arguments_old to free up decl name (#15296)
|
2024-11-20 16:18:56 -08:00 |
|
Meghan Denny
|
c9d0fd51a9
|
zig: make throwTODO use JSError (#15264)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-20 15:16:51 -08:00 |
|
Meghan Denny
|
1efab7f42d
|
zig: JSValue: make .get and .toSliceOrNull use JSError (#15270)
|
2024-11-20 13:26:41 -08:00 |
|
Dylan Conway
|
910efec0b7
|
fix auto-install on windows when symlinks aren't available (#15182)
|
2024-11-16 00:43:12 -08:00 |
|
Meghan Denny
|
befb269b2d
|
zig: align fromJS methods to using JSError (#15165)
|
2024-11-15 22:14:18 -08:00 |
|
Jarred Sumner
|
357581c61a
|
Shrink Bun's binary by 3.5 MB (#15121)
|
2024-11-14 06:02:15 -08:00 |
|
Meghan Denny
|
fdd8d35845
|
allow zig js host functions to return JSError (#15120)
|
2024-11-13 21:11:56 -08:00 |
|
Dylan Conway
|
c5df329772
|
#15059 follow-up (#15118)
|
2024-11-12 18:17:35 -08:00 |
|
Jarred Sumner
|
2b9abc20da
|
Use linux syscall interface more in I/O (#15067)
|
2024-11-11 14:47:04 -08:00 |
|
pfg
|
56f7c8887b
|
Fix unicode imports, unicode-escaped variable names, and printClauseAlias not working for utf-8 (#15009)
|
2024-11-11 13:27:42 -08:00 |
|
Dylan Conway
|
8f5eab3c84
|
fix(install): package-lock.json migration and non-existent cafile fixes (#15059)
|
2024-11-08 14:34:44 -08:00 |
|
Dylan Conway
|
62881ee36b
|
Redact secrets in bunfig.toml and npmrc logs (#14919)
|
2024-10-31 18:44:24 -07:00 |
|
Dylan Conway
|
6933208790
|
fix(install): only globally link requested packages (#12506)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-31 18:21:04 -07:00 |
|
Dylan Conway
|
489890deb1
|
fix(install): check cached package.jsons (#14899)
|
2024-10-29 18:55:52 -07:00 |
|
Dylan Conway
|
b895738156
|
fix(install): migrate package-lock.json with dependency on root package (#14811)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-25 01:32:17 -07:00 |
|
Dylan Conway
|
5eaa7301eb
|
fix(install): patches with bin in package.json (#14807)
|
2024-10-25 00:03:19 -07:00 |
|
Dylan Conway
|
247456b675
|
fix(install): continue install if optional postinstall fails (#14783)
|
2024-10-23 21:58:53 -07:00 |
|
Jarred Sumner
|
2de2e9f600
|
48 -> 64
|
2024-10-23 18:27:02 -07:00 |
|
Jarred Sumner
|
93d115f9b7
|
Reduce default max network connection limit from 256 to 48 in bun install (#14755)
|
2024-10-23 15:34:16 -07:00 |
|
Eckhardt (Kaizen) Dreyer
|
3db0191409
|
fix(install): Skip optional dependencies if false in bunfig.toml (#14629)
|
2024-10-22 11:55:10 -07:00 |
|
Dylan Conway
|
d3323c84bb
|
fix(publish): missing bins bugfix (#14488)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-11 21:28:47 -07:00 |
|
Jarred Sumner
|
4c26a257ac
|
Fixes #14398 (#14401)
|
2024-10-11 21:18:07 -07:00 |
|
Dylan Conway
|
5fd0a61ae2
|
CA support for bun install (#14416)
|
2024-10-11 13:16:26 -07:00 |
|
Meghan Denny
|
9fe6e25372
|
pm: fix assertion failure when printing lockfile summary after adding git transitive dependency (#14461)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-11 03:43:37 -07:00 |
|
Dylan Conway
|
c071415664
|
add bun pm whoami (#14387)
|
2024-10-07 17:36:14 -07:00 |
|
Dylan Conway
|
39b1c0111e
|
add docs for bun publish (#14327)
|
2024-10-03 03:41:11 -07:00 |
|
Dylan Conway
|
f374ae6db1
|
add bun publish (#14215)
|
2024-10-02 20:47:22 -07:00 |
|
Meghan Denny
|
25083a4252
|
pm: print command name to stdout (#14266)
|
2024-10-02 02:24:37 -07:00 |
|
Robert Shuford
|
5e97fb8d97
|
Support reading from $HOME/.npmrc (#13990)
|
2024-09-26 14:41:28 -07:00 |
|
Dylan Conway
|
9d23ce16ec
|
fix(install): relative paths to tarballs in workspaces (#14121)
|
2024-09-23 22:44:24 -07:00 |
|