Commit Graph

12910 Commits

Author SHA1 Message Date
Dylan Conway
2a2bf27df1 implement "nodeLinker": "isolated" in bun install (#20440)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-07-12 11:03:22 -07:00
Meghan Denny
6eb0a4980a js: fix async macros on windows (#20903) 2025-07-12 11:03:22 -07:00
Meghan Denny
ede6a8fe4a .vscode/launch.json: delete unused configurations (#20901) 2025-07-12 11:03:22 -07:00
Jarred Sumner
7678984f53 Implement "node:module"'s findSourceMap and SourceMap class (#20863)
Co-authored-by: Claude <claude@anthropic.ai>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2025-07-12 11:03:22 -07:00
Alistair Smith
e8c42b3252 Move ReadableStream#{text,bytes,json,blob} to global (#20879)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-07-12 11:03:22 -07:00
Ciro Spaciari
fe60d8c5c7 fix(http2) avoid sending RST multiple times per stream (#20872) 2025-07-12 11:03:22 -07:00
Kai Tamkun
2c08a319a8 Add support for vm.constants.DONT_CONTEXTIFY (#20088) 2025-07-12 11:03:22 -07:00
Ciro Spaciari
a6287981f8 fix(s3) fix loading http endpoint from env (#20876) 2025-07-12 11:03:22 -07:00
Ciro Spaciari
73cb10c149 refactor(postgres) improve postgres code base (#20808)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
2025-07-12 11:03:22 -07:00
Alistair Smith
fdcf1c8e8e types: Introduce SQL.Helper in Bun.sql (#20809)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-12 11:03:22 -07:00
190n
6147f63cf2 [publish images] fix v8.test.ts timeouts (#20871) 2025-07-12 11:03:22 -07:00
Michael H
554886c2f9 followup for bun pm version (#20799) 2025-07-12 11:03:22 -07:00
Zack Radisic
3cd799e5a0 Fix crash in bundler related to onLoad plugins that return file loader for HTML imports (#20849) 2025-07-12 11:03:22 -07:00
Jarred Sumner
b8e8c965a0 Update zig-javascriptcore-classes.mdc 2025-07-12 11:03:22 -07:00
Jarred Sumner
1c16edb516 [internal] Add error when .classes.ts files are invalid 2025-07-12 11:03:22 -07:00
Jarred Sumner
e737f50a1d Update environment.json 2025-07-12 11:03:22 -07:00
CountBleck
45ca566cb4 Remove duplicate toBeInstanceOf type declaration for Expect (#20844) 2025-07-12 11:03:22 -07:00
Adam
a8af3413b8 Fix: deprecated goo.gl links in snapshots raised in issue #20086 (#20424) 2025-07-12 11:03:22 -07:00
Dylan Conway
b388ab6e2a fix BUN-KHE (#20820)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-12 11:03:22 -07:00
Jarred Sumner
e4eb327bc4 Fix React HMR duplicate identifier error for named default exports (#20812)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-12 11:03:21 -07:00
Meghan Denny
40b5a3b30f make node:dns,net,cluster,tls exception checker clear (#20658)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
2025-07-12 11:03:21 -07:00
Michael H
78dc180baf Support process.features.typescript (#20801) 2025-07-12 11:03:21 -07:00
Michael H
67a4eba4f4 remove yarn from default-trusted-dependencies.txt (#20684) 2025-07-12 11:03:21 -07:00
Meghan Denny
ab69ab0b3d test: refactor node-napi.test.ts for more observability (#20781)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
2025-07-12 11:03:21 -07:00
Meghan Denny
9242ba989b Bump 2025-07-12 11:03:21 -07:00
Jarred Sumner
02780eb9be Fixes #20753 (#20789)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2025-07-12 11:03:21 -07:00
Jarred Sumner
aea99c1757 Introduce Bun.randomUUIDv5 (#20782)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: jarred <jarred@bun.sh>
Co-authored-by: Meghan Denny <meghan@bun.sh>
2025-07-12 11:03:21 -07:00
Jarred Sumner
4a031804a3 Fix: Dynamic imports incorrectly resolve to CSS files when code splitting is enabled (#20784)
Co-authored-by: Meghan Denny <meghan@bun.sh>
2025-07-12 11:03:21 -07:00
Jarred Sumner
f25d1d72cb Fix 2 differences in napi vs node (#20761)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <Jarred-Sumner@users.noreply.github.com>
2025-07-12 11:03:21 -07:00
Meghan Denny
638a2a1be2 test: bump zlib/leak.test.ts for asan 2025-07-12 11:03:21 -07:00
Jarred Sumner
187c9c5e3e Upgrade Webkit to 29bbdff0f94f (#20780) 2025-07-12 11:03:21 -07:00
Jarred Sumner
ed0e48ed2d Match Node.js v24 behavior for napi_get_value_string_utf8 handling of NAPI_AUTO_LENGTH (#20698)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-12 11:03:21 -07:00
Zack Radisic
4b3b699a25 SSG (#20745)
Co-authored-by: Alistair Smith <hi@alistair.sh>
2025-07-12 11:03:21 -07:00
Meghan Denny
efaf5eb63b [build images] 2025-07-02 19:45:55 -07:00
Meghan Denny
1ad5202cb4 Merge branch 'main' into nektro-patch-35096 2025-07-02 18:44:50 -08:00
Meghan Denny
61f0cc497b ci: log available disk space at the start of build/test run (#20779) 2025-07-02 19:43:54 -07:00
Michael H
764e20ee19 implement bun pm version (#20706) 2025-07-02 18:54:47 -07:00
Meghan Denny
0276f5e4a3 misc: use fromJSHostCallGeneric in a few more places (#20778) 2025-07-02 18:35:44 -07:00
Jarred Sumner
5a7b5ceb33 Fix several missing async context tracking callbacks (#20759)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2025-07-02 17:45:00 -07:00
Ciro Spaciari
a04cf04cd5 fix(grpc/http2) fix tonic Rust support (#20738)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-02 17:43:38 -07:00
Ben Grant
79284376ca Delete test-net-bytes-stats.js
Mistakenly re-added in #20659 after prior revert in #20693
2025-07-02 17:32:19 -07:00
Meghan Denny
cdec5efb25 [build images] 2025-07-02 15:39:50 -07:00
Meghan Denny
1afef6ef7d Merge remote-tracking branch 'origin/main' into nektro-patch-35096 2025-07-02 15:32:11 -07:00
Alistair Smith
452000a2ce Node.js test test-fs-watchfile.js (#20773) 2025-07-02 15:04:39 -07:00
190n
172aecb02e [publish images] Upgrade self-reported Node.js version from 22.6.0 to 24.3.0 (v2) (#20772)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: pfg <pfg@pfg.pw>
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-02 12:06:08 -07:00
Ben Grant
ea57037567 Revert "Upgrade self-reported Node.js version from 22.6.0 to 24.3.0 (#20659) [publish images]"
This reverts commit 80309e4d59. It breaks the Windows CI.
2025-07-02 09:40:32 -07:00
Jarred Sumner
80309e4d59 Upgrade self-reported Node.js version from 22.6.0 to 24.3.0 (#20659) [publish images]
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: pfg <pfg@pfg.pw>
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Ben Grant <ben@bun.sh>
2025-07-02 00:03:05 -07:00
190n
48c5256196 Fix assertions_only usage in fromJSHostCallGeneric (#20733) 2025-07-01 23:36:56 -07:00
Jarred Sumner
e1ec32caea Fix incorrect comptime conditional 2025-07-01 20:33:34 -07:00
mizulu
7f55b1af55 docs: fix missing word in the bundler text loader section (#20723) 2025-07-01 16:05:06 -07:00