chloe caruso
|
c29933f823
|
implement require.extensions attempt 2 (#18686)
|
2025-04-01 14:31:16 -07:00 |
|
Don Isaac
|
1b10b61423
|
test: disable failing shadcn tests in CI (#18603)
|
2025-03-29 01:48:59 -07:00 |
|
Jarred Sumner
|
f38d35f7c9
|
Revert #18562 #18478 (#18610)
|
2025-03-28 20:23:49 -07:00 |
|
Don Isaac
|
f0dfa109bb
|
fix(cli/pack): excluded entries nested within included dirs (#18509)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-28 19:05:37 -07:00 |
|
chloe caruso
|
8f4575c0e4
|
fix: detection module type from extension (#18562)
|
2025-03-27 20:47:31 -07:00 |
|
Dylan Conway
|
c7edb24520
|
fix(install): resolution order and unused resolutions (#18560)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-03-27 20:46:58 -07:00 |
|
190n
|
6ba2ba41c6
|
Skip "text lockfile is hoisted" test on Windows CI (#18473)
|
2025-03-25 15:38:14 -07:00 |
|
chloe caruso
|
ddd87fef12
|
module.children and Module.runMain (#18343)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: 190n <ben@bun.sh>
|
2025-03-21 16:57:10 -07:00 |
|
190n
|
0c5ee31707
|
Correctly handle unknown type in FileSystem.DirEntry.addEntry (#18172)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
|
2025-03-18 11:50:15 -07:00 |
|
Dylan Conway
|
febf6593a6
|
fix(install): loading bun.lock with workspace overrides (#17779)
|
2025-02-27 17:17:20 -08:00 |
|
pfg
|
7a033e49c5
|
Support 'bun init <folder>' (#17743)
|
2025-02-26 22:41:12 -08:00 |
|
versecafe
|
39fdabc364
|
Add bun pm pack --filename for Yarn compatibility (#17628)
|
2025-02-25 21:17:04 -08:00 |
|
Dylan Conway
|
04973a1520
|
fix: bun.lock with bundledDependencies regression (#17665)
|
2025-02-25 02:33:47 -08:00 |
|
Michael H
|
445fe2ac4a
|
fix --print process.argv <args> (#17251)
|
2025-02-24 15:39:47 -08:00 |
|
Meghan Denny
|
d862966631
|
node: test-buffer-write.js (#17450)
|
2025-02-22 00:24:44 -08:00 |
|
Meghan Denny
|
84ad89cc95
|
ci: fix create-jsx.test.ts (#17535)
|
2025-02-21 18:26:28 -08:00 |
|
Jarred Sumner
|
8c32eb8354
|
Fix create not working properly (#17465)
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: chloe caruso <git@paperclover.net>
|
2025-02-21 12:41:34 -08:00 |
|
Meghan Denny
|
27c90786ca
|
node: implement process.binding('fs') (#17480)
|
2025-02-20 22:15:01 -08:00 |
|
Paul Golmann
|
4811899bc5
|
Do not drop empty arguments in Bun.spawn (#17269)
Co-authored-by: pfg <pfg@pfg.pw>
|
2025-02-19 20:46:22 -08:00 |
|
Don Isaac
|
f3d18fc587
|
fix: failing bun init test cases (#17448)
|
2025-02-18 16:12:56 -08:00 |
|
Jarred Sumner
|
1de31292fb
|
Add react, tailwind, react+tailwind+shadcn to bun init (#17282)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-02-18 10:38:37 -08:00 |
|
Dylan Conway
|
4d0e9a968b
|
fix(install): don't allow overriding workspaces (#17417)
|
2025-02-17 15:56:41 -08:00 |
|
Jarred Sumner
|
baee1c10d3
|
Fix flaky patch test (#17301)
|
2025-02-13 00:22:05 -08:00 |
|
chloe caruso
|
f17ce2b756
|
hmr fixes (#17239)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-12 23:14:02 -08:00 |
|
Jarred Sumner
|
ba8573494a
|
Add shadcn, tailwind and react detection & templates to bun create. Also: bun install --analyze <files...> (#17035)
|
2025-02-09 09:36:57 -08:00 |
|
Michael H
|
584db03a74
|
bun pm pack support "files" starting with ./ (#17135)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-02-08 01:27:15 -08:00 |
|
chloe caruso
|
f912e0abc4
|
hot module reloading for HTML import development mode (#16955)
|
2025-02-08 00:31:30 -08:00 |
|
Michael H
|
1684c6246d
|
fix bunx on windows with postinstall scripts (#17076)
|
2025-02-05 22:31:42 -08:00 |
|
Dylan Conway
|
4d004b90ca
|
Fix bun.lock formatting of bin (#17041)
|
2025-02-04 23:55:57 -08:00 |
|
Dylan Conway
|
73bcff9d01
|
fix 16842 (#16952)
|
2025-01-31 22:39:30 -08:00 |
|
Dylan Conway
|
7410da9c71
|
fix(install): bun.lockb -> bun.lock with incorrect optional peer dependencies (#16743)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-26 04:29:54 -08:00 |
|
pfg
|
ee1932e92c
|
Don't run json files (#16733)
|
2025-01-24 22:08:01 -08:00 |
|
Dylan Conway
|
8e2cf8665a
|
fix(publish): "tarball" and "_attachment" path fix (#16630)
|
2025-01-24 18:48:42 -08:00 |
|
Meghan Denny
|
1e75cd5448
|
fix test/cli/hot/hot.test.ts (#16586)
|
2025-01-22 10:59:32 -08:00 |
|
chloe caruso
|
5819fe49a7
|
node fs compat pr #2 (#16422)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: dylan-conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-21 10:28:35 -08:00 |
|
Dylan Conway
|
0a7cc1f1c2
|
Make bun.lock the default for new projects (#16540)
|
2025-01-20 23:17:52 -08:00 |
|
Dylan Conway
|
30020c47b1
|
read --ignore-scripts from .npmrc and bunfig.toml (#16541)
|
2025-01-19 23:00:48 -08:00 |
|
pfg
|
0d17843251
|
Fix bun run folder (#15117)
Co-authored-by: pfgithub <pfgithub@users.noreply.github.com>
|
2025-01-17 22:08:07 -08:00 |
|
Michael H
|
c297fc8070
|
bun pm pack + bundleDependencies with scoped packages (#16407)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-01-15 16:14:15 -08:00 |
|
chloe caruso
|
834ad11d48
|
get node:fs tests passing part 1 (#16270)
|
2025-01-14 20:53:02 -08:00 |
|
Michael H
|
5c5793050c
|
allow bundledDependencies: true in bun pm pack (#16382)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-01-14 02:43:18 +00:00 |
|
Don Isaac
|
ab3ac077fe
|
feat(cli/bunx): support --no-install flag (#16315)
|
2025-01-12 20:07:59 -08:00 |
|
Don Isaac
|
edeaab1cf2
|
fix(cli/install): --silent disables summary (#16321)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Michael H <git@riskymh.dev>
|
2025-01-12 20:06:10 -08:00 |
|
Don Isaac
|
5e584e9a54
|
fix(test): toThrow() === toThrow('') (#16308)
|
2025-01-10 03:05:05 -08:00 |
|
Robert Shuford
|
7bcd825d13
|
Fixes #14553 (#16276)
|
2025-01-10 00:07:11 +00:00 |
|
Jarred Sumner
|
da2dd657b1
|
Fix various bugs with function names and source mappings involving eval and node:vm (#16212)
|
2025-01-07 20:21:50 -08:00 |
|
pfg
|
1923509b05
|
handle pnpx & pnpm dlx in package.json scripts (#16187)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-06 18:56:24 -08:00 |
|
Meghan Denny
|
e1cfea4925
|
node: fix the rest of test-process (#16026)
|
2025-01-06 14:30:36 -08:00 |
|
Michael H
|
193a6306d5
|
Implement bun add --peer <pkg> (#16150)
|
2025-01-06 12:59:59 -08:00 |
|
Dylan Conway
|
79aa5d16df
|
skip root scripts if root is filtered out with --filter (#16152)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-04 01:22:24 -08:00 |
|