Nithin K Joy
|
80e4e60e57
|
feat: Implemented some jest-extended methods (#9741)
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-06-08 20:59:43 -07:00 |
|
Ciro Spaciari
|
5df1c2689e
|
fix napi ref/unref (#11690)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-08 14:39:23 -07:00 |
|
Ciro Spaciari
|
60af985863
|
fix(fs.watchFile) (#11669)
|
2024-06-07 22:54:10 -07:00 |
|
Ciro Spaciari
|
8ac8e4dc5f
|
fix(fs:watch) fix missing char in filename (#11693)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-06-07 22:46:35 -07:00 |
|
Jarred Sumner
|
1dcd1bba3d
|
Revert "fix(fs:watch) fix missing char in filename" (#11691)
|
2024-06-07 17:34:20 -07:00 |
|
Ciro Spaciari
|
0bbef7eb94
|
fix(fs:watch) fix missing char in filename (#11686)
|
2024-06-07 17:33:59 -07:00 |
|
dave caruso
|
2e44ee019a
|
Fix crash when throwing an exception in setTimeout (#11670)
|
2024-06-06 22:15:27 -07:00 |
|
Dylan Conway
|
5b09384f01
|
add memrchr to strings.lastIndexOfChar on linux (#11671)
|
2024-06-06 22:01:28 -07:00 |
|
dave caruso
|
2cba070756
|
fix(bundler): Do not emit useless constructor (#11668)
|
2024-06-06 19:02:06 -07:00 |
|
Meghan Denny
|
c6187e3e3a
|
correct node:crypto.randomInt behavior and accept a callback (#11505)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-06 18:24:26 -07:00 |
|
Zack Radisic
|
c85dd4e3bf
|
feat: bun patch (#11470)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-06 17:48:05 -07:00 |
|
Dylan Conway
|
12f070d1a0
|
fix #11649 (#11659)
|
2024-06-06 17:26:39 -07:00 |
|
Dylan Conway
|
10608ea7d8
|
fix(bun:test): deepEquals undefined properties bugfix (#11661)
|
2024-06-06 17:01:45 -07:00 |
|
Dylan Conway
|
8d6f19516f
|
root lifecycle scripts inherit stdin (#11647)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-06 05:10:43 -07:00 |
|
Dylan Conway
|
f3118d0f22
|
fix(install): git dependencies without package.json or a name (#11644)
|
2024-06-06 04:38:47 -07:00 |
|
Zack Radisic
|
7ac8ff6d8a
|
shell: Fix #11554 and #11561 (#11574)
|
2024-06-06 03:42:52 -07:00 |
|
Dylan Conway
|
456aa1fc00
|
Worker and websocket close fix (#11635)
|
2024-06-06 03:25:36 -07:00 |
|
Dylan Conway
|
af95bfc7b1
|
Write registry hash and length before data in manifest cache (#11632)
|
2024-06-05 22:14:41 -07:00 |
|
Dylan Conway
|
c614d5b1da
|
fix(install): aliased workspace without version in package.json (#11630)
|
2024-06-05 22:04:57 -07:00 |
|
Jarred Sumner
|
6fd47d6846
|
Improve the error message when Bun.serve() is passed a non-Response object (#11562)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 20:35:47 -07:00 |
|
Jarred Sumner
|
6a756bf979
|
Implement blob: URLs in fetch, import, and Worker (#11537)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 18:49:03 -07:00 |
|
Jarred Sumner
|
bab8c0c0b2
|
fix(windows): handle invalid utf16le in command line arguments (#11612)
|
2024-06-05 18:48:08 -07:00 |
|
Dylan Conway
|
3e4c0918a4
|
fix(install): invalidate manifest cache on registry change (#11606)
|
2024-06-05 18:44:36 -07:00 |
|
Jarred Sumner
|
fe7b04085a
|
Implement expect(value, customMessage?: string) (#11624)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 18:35:56 -07:00 |
|
MARCROCK22
|
e5ff1fdc25
|
fix: wrong help menu package names (#11611)
|
2024-06-05 18:31:26 -07:00 |
|
Dylan Conway
|
ac5f2e96c7
|
fix bun create test should create template from local folder (#11503)
|
2024-06-05 18:29:46 -07:00 |
|
Sushant Mishra
|
e76d212f18
|
fix: create_command telling to 'cd' when it should be omitted or cd . (#11567)
|
2024-06-05 13:30:22 -07:00 |
|
Jarred Sumner
|
c7a08f1ec5
|
Fixes #7263 (#11585)
|
2024-06-05 03:15:36 -07:00 |
|
dave caruso
|
bb8c0d97ba
|
Fix runtime stack trace computation (#11581)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
|
2024-06-05 00:26:03 -07:00 |
|
Jarred Sumner
|
2580d199a4
|
fix some worker-related stability issues (#11494)
|
2024-06-04 23:29:21 -07:00 |
|
Jarred Sumner
|
dc5023e26e
|
Fix possible leak in fetch when checkServerIdentity is used (#11580)
|
2024-06-04 19:52:26 -03:00 |
|
Dylan Conway
|
347dc264ac
|
fix(install): bun update keeps pinned versions (#11575)
|
2024-06-03 20:13:25 -07:00 |
|
Jarred Sumner
|
16d08564e1
|
Fix speculative race in fetch (#11579)
|
2024-06-03 19:15:31 -07:00 |
|
Dylan Conway
|
f56e6c7d54
|
fix(install): semver mistaking . as the beginning of pre/build tags (#11577)
|
2024-06-03 16:50:21 -07:00 |
|
Jarred Sumner
|
8806bf9c4e
|
Update process.versions (#11558)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-06-03 03:02:51 -07:00 |
|
Jarred Sumner
|
656ad7c7ae
|
Fix port exhaustion issue (#11512)
|
2024-06-03 02:16:58 -07:00 |
|
Jarred Sumner
|
30a9c394e8
|
Update libarchive (#11533)
|
2024-06-03 01:07:37 -07:00 |
|
Jarred Sumner
|
ff905ba5f5
|
Backport parts of d0250818dd (#11555)
|
2024-06-03 01:07:10 -07:00 |
|
Dylan Conway
|
c2eef9eded
|
fix(install): manifest package name mismatch (#11549)
|
2024-06-02 22:56:57 -07:00 |
|
Ciro Spaciari
|
1d89c5988e
|
refactor OOM errors (#11540)
|
2024-06-02 22:56:26 -07:00 |
|
Dylan Conway
|
c65a911a57
|
fix(install): lockfile printing bugfix (#11545)
|
2024-06-02 18:49:07 -07:00 |
|
Dylan Conway
|
8f5fbd50cd
|
fix(install): bun update with unresolved package (#11547)
|
2024-06-02 18:16:59 -07:00 |
|
Jarred Sumner
|
7fb25acf5f
|
Update zstd (#11534)
|
2024-06-02 03:10:47 -07:00 |
|
Jarred Sumner
|
9523ea3aea
|
Update mimalloc (#11532)
|
2024-06-02 01:19:54 -07:00 |
|
Jarred Sumner
|
6ca5896e86
|
Revert "feat: 🎨 Show better bun upgrade progress" (#11515)
|
2024-06-01 02:34:12 -07:00 |
|
dave caruso
|
9dd22f0d8d
|
fix submodules
|
2024-06-01 01:35:40 -07:00 |
|
dave caruso
|
00472fbb1c
|
fix release script
|
2024-06-01 01:29:11 -07:00 |
|
dave caruso
|
18bba0dc44
|
revert sourcemap-related logging change (#11510)
|
2024-05-31 23:26:43 -07:00 |
|
dave caruso
|
0a5fa2dd8c
|
fix sourcemap printing with multiple chunks sharing the same file (#11509)
|
2024-05-31 23:10:02 -07:00 |
|
Ciro Spaciari
|
e3b7635fa4
|
fix(Bun.Socket) onDrain will only be called after handshake + docs update (#11499)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-31 18:33:06 -07:00 |
|