Skip to content

Commit 324a707

Browse files
Update dependency bun to v1.3.3 (#595)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [bun](https://bun.com) ([source](https://redirect.github.com/oven-sh/bun)) | `1.3.2` -> `1.3.3` | [![age](https://developer.mend.io/api/mc/badges/age/npm/bun/1.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bun/1.3.2/1.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oven-sh/bun (bun)</summary> ### [`v1.3.3`](https://redirect.github.com/oven-sh/bun/releases/tag/bun-v1.3.3): Bun v1.3.3 [Compare Source](https://redirect.github.com/oven-sh/bun/compare/bun-v1.3.2...bun-v1.3.3) To install Bun v1.3.3 ```bash curl -fsSL https://bun.sh/install | bash # or you can use npm # npm install -g bun ``` Windows: ```bash powershell -c "irm bun.sh/install.ps1|iex" ``` To upgrade to Bun v1.3.3: ```bash bun upgrade ``` ##### [Read Bun v1.3.3's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.3) ##### Thanks to 19 contributors! - [@&#8203;alii](https://redirect.github.com/alii) - [@&#8203;braden-w](https://redirect.github.com/braden-w) - [@&#8203;cirospaciari](https://redirect.github.com/cirospaciari) - [@&#8203;connerlphillippi](https://redirect.github.com/connerlphillippi) - [@&#8203;dioro](https://redirect.github.com/dioro) - [@&#8203;dylan-conway](https://redirect.github.com/dylan-conway) - [@&#8203;halil-pan](https://redirect.github.com/halil-pan) - [@&#8203;hona](https://redirect.github.com/hona) - [@&#8203;jarred-sumner](https://redirect.github.com/jarred-sumner) - [@&#8203;lydiahallie](https://redirect.github.com/lydiahallie) - [@&#8203;markovejnovic](https://redirect.github.com/markovejnovic) - [@&#8203;minigod](https://redirect.github.com/minigod) - [@&#8203;nathanosoares](https://redirect.github.com/nathanosoares) - [@&#8203;nektro](https://redirect.github.com/nektro) - [@&#8203;ocodista](https://redirect.github.com/ocodista) - [@&#8203;pfgithub](https://redirect.github.com/pfgithub) - [@&#8203;riskymh](https://redirect.github.com/riskymh) - [@&#8203;robobun](https://redirect.github.com/robobun) - [@&#8203;yinheli](https://redirect.github.com/yinheli) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/RobinTail/merge-sx). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a51902 commit 324a707

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install bun
2323
uses: oven-sh/setup-bun@v2
2424
with:
25-
bun-version: 1.3.2
25+
bun-version: 1.3.3
2626
- name: Get bun cache dir and hash
2727
id: bunCache
2828
run: |
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install bun
9494
uses: oven-sh/setup-bun@v2
9595
with:
96-
bun-version: 1.3.2
96+
bun-version: 1.3.3
9797
- name: Get bun cache dir and hash
9898
id: bunCache
9999
run: |

.github/workflows/minor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install bun
1414
uses: oven-sh/setup-bun@v2
1515
with:
16-
bun-version: 1.3.2
16+
bun-version: 1.3.3
1717
- name: Install dependencies
1818
run: bun install
1919
- uses: fregante/setup-git-user@v2

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install bun
2424
uses: oven-sh/setup-bun@v2
2525
with:
26-
bun-version: 1.3.2
26+
bun-version: 1.3.3
2727
- name: Install dependencies
2828
run: bun install
2929
- run: bun publish --tag ${{ inputs.tag }}

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install bun
1414
uses: oven-sh/setup-bun@v2
1515
with:
16-
bun-version: 1.3.2
16+
bun-version: 1.3.3
1717
- name: Install dependencies
1818
run: bun install
1919
- uses: fregante/setup-git-user@v2

0 commit comments

Comments
 (0)