Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bun/1.1.43 package update #39096

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions bun.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: bun
version: 1.1.42
version: 1.1.43
epoch: 0
description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager - all in one"
copyright:
Expand All @@ -27,22 +27,28 @@ environment:
- curl
- git
- glibc-iconv
- gnu-libiconv-dev
- go
- icu-dev
- libarchive-dev
- libtool
- llvm-lld
- llvm-18-dev
- llvm-lld-18-dev
- m4
- mimalloc2-dev
- nodejs
- perl
- pkgconf
- pkgconf-dev
- python3
- ruby-3.3
- rust
- samurai
- sed
- sqlite-dev
- unzip
- wget
- xz
- zlib-dev
- zstd-cmake
- zstd-dev
Expand All @@ -52,8 +58,10 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/oven-sh/bun
expected-commit: 50eec0025b482ad7b340c82f64749903b2fad4b8
expected-commit: 76800b049a705b02f104089ba70d13b0667a4046
tag: bun-v${{package.version}}
cherry-picks: |
main/487da0aeac2066d52b0cf8a8c430f105a7c6d14f: fix building bun with new version of bun

- runs: |
bun run build:release
Expand All @@ -78,5 +86,6 @@ test:
bun --version
bun init --yes
bun run index.ts | grep "Hello via Bun!"
touch foo.js
bunx prettier foo.js
# TODO: Omit this test for now until upstream cut a new release (>= 1.1.44) with the fix and let's see if it will pass
# touch foo.js
# bunx prettier foo.js
Loading