6 Commits

Author SHA1 Message Date
e1cb2365c4 chore(deps): update bun version to v1.3.11 (#37)
All checks were successful
CD / Check changes (push) Successful in 10s
CD / test (push) Successful in 18s
CD / Build and push (arm64) (push) Successful in 2m27s
CD / Build and push (amd64) (push) Successful in 41s
CD / Create manifest (push) Successful in 9s
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |
|---|---|---|---|---|---|
| [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) | `1.3.10` → `1.3.11` | ![age](https://developer.mend.io/api/mc/badges/age/npm/bun/1.3.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bun/1.3.10/1.3.11?slim=true) |  | patch |
| [oven/bun](https://github.com/oven-sh/bun) | `1.3.10` → `1.3.11` | ![age](https://developer.mend.io/api/mc/badges/age/docker/oven%2fbun/1.3.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/oven%2fbun/1.3.10/1.3.11?slim=true) | final | patch |

---

### Release Notes

<details>
<summary>oven-sh/bun (Bun)</summary>

### [`v1.3.11`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.11): Bun v1.3.11

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.10...bun-v1.3.11)

To install Bun v1.3.11

```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.11:

```bash
bun upgrade
```

##### [Read Bun v1.3.11's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.11)

##### Thanks to 15 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;anthonybaldwin](https://github.com/anthonybaldwin)
- [@&#8203;baboon-king](https://github.com/baboon-king)
- [@&#8203;c-stoeckl](https://github.com/c-stoeckl)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;gaowhen](https://github.com/gaowhen)
- [@&#8203;hona](https://github.com/hona)
- [@&#8203;igorkofman](https://github.com/igorkofman)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;km-anthropic](https://github.com/km-anthropic)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;ssing2](https://github.com/ssing2)
- [@&#8203;whiteminds](https://github.com/whiteminds)

</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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #37
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-03-27 22:38:36 +01:00
4febed70ce chore(deps): update bun version to v1.3.10 (#14)
Some checks failed
CD / Check changes (push) Successful in 59s
CD / test (push) Successful in 4m8s
CD / Build and push (amd64) (push) Failing after 1m15s
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |
|---|---|---|---|---|---|
| [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) | `1.3.6` → `1.3.10` | ![age](https://developer.mend.io/api/mc/badges/age/npm/bun/1.3.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/bun/1.3.6/1.3.10?slim=true) |  | patch |
| [oven/bun](https://github.com/oven-sh/bun) | `1.3.6` → `1.3.10` | ![age](https://developer.mend.io/api/mc/badges/age/docker/oven%2fbun/1.3.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/oven%2fbun/1.3.6/1.3.10?slim=true) | final | patch |

---

### Release Notes

<details>
<summary>oven-sh/bun (Bun)</summary>

### [`v1.3.10`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.10): Bun v1.3.10

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.9...bun-v1.3.10)

To install Bun v1.3.10

```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.10:

```bash
bun upgrade
```

##### [Read Bun v1.3.10's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.10)

##### Thanks to 11 contributors!

- [@&#8203;alanstott](https://github.com/alanstott)
- [@&#8203;alii](https://github.com/alii)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;hk-shao](https://github.com/hk-shao)
- [@&#8203;hona](https://github.com/hona)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;martinamps](https://github.com/martinamps)
- [@&#8203;prekucki](https://github.com/prekucki)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)

### [`v1.3.9`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.9): Bun v1.3.9

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.8...bun-v1.3.9)

To install Bun v1.3.9

```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.9:

```bash
bun upgrade
```

##### [Read Bun v1.3.9's release notes on Bun's blog](https://bun.sh/blog/bun-v1.3.9)

##### Thanks to 10 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;billywhizz](https://github.com/billywhizz)
- [@&#8203;chrislloyd](https://github.com/chrislloyd)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;ddmoney420](https://github.com/ddmoney420)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;xingxingmofashu](https://github.com/xingxingmofashu)

### [`v1.3.8`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.8): Bun v1.3.8

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.7...bun-v1.3.8)

To install Bun v1.3.8

```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.8:

```bash
bun upgrade
```

##### [Read Bun v1.3.8's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.8)

##### Thanks to 4 contributors!

- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)

### [`v1.3.7`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.7): Bun v1.3.7

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.6...bun-v1.3.7)

To install Bun v1.3.7

```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.7:

```bash
bun upgrade
```

##### [Read Bun v1.3.7's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.7)

##### Thanks to 11 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;kirillmarkelov](https://github.com/kirillmarkelov)
- [@&#8203;mmitchellg5](https://github.com/mmitchellg5)
- [@&#8203;remorses](https://github.com/remorses)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;vadim-anthropic](https://github.com/vadim-anthropic)
- [@&#8203;wovw](https://github.com/wovw)

</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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDMuNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #14
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-03-15 22:22:18 +01:00
d48b37e0c2 Update bun version to v1.3.6 (#8)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / test (push) Successful in 1m45s
CD / Build and push (amd64) (push) Successful in 50s
CD / Build and push (arm64) (push) Successful in 3m14s
CD / Create manifest (push) Successful in 8s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) |  | minor | `1.2.22` → `1.3.6` |
| [oven/bun](https://github.com/oven-sh/bun) | final | minor | `1.2.22` → `1.3.6` |

---

### Release Notes

<details>
<summary>oven-sh/bun (Bun)</summary>

### [`v1.3.6`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.6): Bun v1.3.6

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.5...bun-v1.3.6)

To install Bun v1.3.6

```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.6:

```bash
bun upgrade
```

##### [Read Bun v1.3.6's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.6)

##### Thanks to 23 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;billywhizz](https://github.com/billywhizz)
- [@&#8203;bmwalters](https://github.com/bmwalters)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;d4mr](https://github.com/d4mr)
- [@&#8203;darwin808](https://github.com/darwin808)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;emwadde](https://github.com/emwadde)
- [@&#8203;franklinfollis](https://github.com/franklinfollis)
- [@&#8203;jackkleeman](https://github.com/jackkleeman)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;kjanat](https://github.com/kjanat)
- [@&#8203;makuko](https://github.com/makuko)
- [@&#8203;mattermoran](https://github.com/mattermoran)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;nfreya](https://github.com/nfreya)
- [@&#8203;nicocevallos](https://github.com/nicocevallos)
- [@&#8203;rekram1-node](https://github.com/rekram1-node)
- [@&#8203;remorses](https://github.com/remorses)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;sqdshguy](https://github.com/sqdshguy)
- [@&#8203;veggiesaurus](https://github.com/veggiesaurus)

### [`v1.3.5`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.5): Bun v1.3.5

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.4...bun-v1.3.5)

To install Bun v1.3.5

```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.5:

```bash
bun upgrade
```

##### [Read Bun v1.3.5's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.5)

##### Thanks to 10 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;crishoj](https://github.com/crishoj)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;elfayer](https://github.com/elfayer)
- [@&#8203;hamidrezahanafi](https://github.com/hamidrezahanafi)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;kylekz](https://github.com/kylekz)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;ryangst](https://github.com/ryangst)

### [`v1.3.4`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.4): Bun v1.3.4

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.3...bun-v1.3.4)

To install Bun v1.3.4

```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.4:

```bash
bun upgrade
```

##### [Read Bun v1.3.4's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.4)

##### Thanks to 14 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;amdad121](https://github.com/amdad121)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;eroderust](https://github.com/eroderust)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;lydiahallie](https://github.com/lydiahallie)
- [@&#8203;markovejnovic](https://github.com/markovejnovic)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;shendongming](https://github.com/shendongming)
- [@&#8203;tamicktom](https://github.com/tamicktom)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)

### [`v1.3.3`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.3): Bun v1.3.3

[Compare Source](https://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://github.com/alii)
- [@&#8203;braden-w](https://github.com/braden-w)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;connerlphillippi](https://github.com/connerlphillippi)
- [@&#8203;dioro](https://github.com/dioro)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;halil-pan](https://github.com/halil-pan)
- [@&#8203;hona](https://github.com/hona)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;lydiahallie](https://github.com/lydiahallie)
- [@&#8203;markovejnovic](https://github.com/markovejnovic)
- [@&#8203;minigod](https://github.com/minigod)
- [@&#8203;nathanosoares](https://github.com/nathanosoares)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;ocodista](https://github.com/ocodista)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;yinheli](https://github.com/yinheli)

### [`v1.3.2`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.2): Bun v1.3.2

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.1...bun-v1.3.2)

To install Bun v1.3.2

```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.2:

```bash
bun upgrade
```

##### [Read Bun v1.3.2's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.2)

##### Thanks to 18 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;avarayr](https://github.com/avarayr)
- [@&#8203;braden-w](https://github.com/braden-w)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;csvlad](https://github.com/csvlad)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;fraidev](https://github.com/fraidev)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;lillious](https://github.com/lillious)
- [@&#8203;lydiahallie](https://github.com/lydiahallie)
- [@&#8203;markovejnovic](https://github.com/markovejnovic)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;nkxxll](https://github.com/nkxxll)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)

### [`v1.3.1`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.1): Bun v1.3.1

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.3.0...bun-v1.3.1)

To install Bun v1.3.1

```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.1:

```bash
bun upgrade
```

##### [Read Bun v1.3.1's release notes on Bun's blog](https://bun.com/blog/bun-v1.3.1)

##### Thanks to 15 contributors!

- [@&#8203;alinalihassan](https://github.com/alinalihassan)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;hoxyy](https://github.com/hoxyy)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;jsparkdev](https://github.com/jsparkdev)
- [@&#8203;mariusz4044](https://github.com/mariusz4044)
- [@&#8203;markovejnovic](https://github.com/markovejnovic)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;shlomocode](https://github.com/shlomocode)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)

Special thanks to Martin Schwarzl of Cloudflare for fuzzing & reporting several bugs!!

### [`v1.3.0`](https://github.com/oven-sh/bun/releases/tag/bun-v1.3.0): Bun v1.3

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.23...bun-v1.3.0)

[Read the blog post](https://bun.com/1.3)

<a href="https://bun.com/1.3">

<img width="1536" height="1024" alt="Group 77" src="https://github.com/user-attachments/assets/54a1710b-fdec-4de9-8fbd-84c640ab1f1e" />

</a>

Windows:

```bash
powershell -c "irm bun.sh/install.ps1|iex"
```

To upgrade to Bun v1.3:

```bash
bun upgrade
```

### [`v1.2.23`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.23): Bun v1.2.23

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.22...bun-v1.2.23)

To install Bun v1.2.23

```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.2.23:

```bash
bun upgrade
```

##### [Read Bun v1.2.23's release notes on Bun's blog](https://bun.com/blog/bun-v1.2.23)

##### Thanks to 16 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;btcbobby](https://github.com/btcbobby)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;donisaac](https://github.com/donisaac)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;filipstev](https://github.com/filipstev)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;markovejnovic](https://github.com/markovejnovic)
- [@&#8203;nathanwhit](https://github.com/nathanwhit)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)
- [@&#8203;vfilanovsky-openai](https://github.com/vfilanovsky-openai)

</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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjUuMiIsInVwZGF0ZWRJblZlciI6IjQyLjc0LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: #8
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-01-26 14:02:56 +01:00
ddda398e7b Update bun version to v1.2.22 (#7)
All checks were successful
CD / Check changes (push) Successful in 6s
CD / test (push) Successful in 1m12s
CD / Build and push (amd64) (push) Successful in 46s
CD / Build and push (arm64) (push) Successful in 2m45s
CD / Create manifest (push) Successful in 23s
This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) |  | patch | `1.2.21` -> `1.2.22` | `1.2.23` |
| [oven/bun](https://github.com/oven-sh/bun) | final | patch | `1.2.21` -> `1.2.22` | `1.2.23` |

---

### Release Notes

<details>
<summary>oven-sh/bun (Bun)</summary>

### [`v1.2.22`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.22): Bun v1.2.22

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.21...bun-v1.2.22)

To install Bun v1.2.22

```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.2.22:

```bash
bun upgrade
```

##### [Read Bun v1.2.22's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.22)

##### Thanks to 14 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;avarayr](https://github.com/avarayr)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;lydiahallie](https://github.com/lydiahallie)
- [@&#8203;markovejnovic](https://github.com/markovejnovic)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;samyarkd](https://github.com/samyarkd)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)
- [@&#8203;zackradisic](https://github.com/zackradisic)

</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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjQxLjEyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #7
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-09-28 18:53:29 +02:00
55c2f506a1 Update bun version to v1.2.21 (#2)
All checks were successful
CD / Check changes (push) Successful in 14s
CD / test (push) Successful in 1m1s
CD / Build and push (amd64) (push) Successful in 44s
CD / Build and push (arm64) (push) Successful in 2m45s
CD / Create manifest (push) Successful in 24s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Bun](https://bun.com) ([source](https://github.com/oven-sh/bun)) |  | patch | `1.2.18` -> `1.2.21` |
| [oven/bun](https://github.com/oven-sh/bun) | final | patch | `1.2.18` -> `1.2.21` |

---

### Release Notes

<details>
<summary>oven-sh/bun (Bun)</summary>

### [`v1.2.21`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.21): Bun v1.2.21

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.20...bun-v1.2.21)

To install Bun v1.2.21

```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.2.21:

```bash
bun upgrade
```

##### [Read Bun v1.2.21's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.21)

##### Thanks to 23 contributors!

- [@&#8203;alii](https://github.com/alii)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;connerlphillippi](https://github.com/connerlphillippi)
- [@&#8203;creationix](https://github.com/creationix)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;heimskr](https://github.com/heimskr)
- [@&#8203;imranbarbhuiya](https://github.com/imranbarbhuiya)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;jarred-sumner-bot](https://github.com/jarred-sumner-bot)
- [@&#8203;lifefloating](https://github.com/lifefloating)
- [@&#8203;lydiahallie](https://github.com/lydiahallie)
- [@&#8203;markovejnovic](https://github.com/markovejnovic)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;rmncldyo](https://github.com/rmncldyo)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;sanderjo](https://github.com/sanderjo)
- [@&#8203;someone19204](https://github.com/someone19204)
- [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)
- [@&#8203;zackradisic](https://github.com/zackradisic)
- [@&#8203;zenazn](https://github.com/zenazn)

### [`v1.2.20`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.20): Bun v1.2.20

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.19...bun-v1.2.20)

To install Bun v1.2.20

```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.2.20:

```bash
bun upgrade
```

##### [Read Bun v1.2.20's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.20)

##### Thanks to 19 contributors!

- [@&#8203;190n](https://github.com/190n)
- [@&#8203;39ali](https://github.com/39ali)
- [@&#8203;alii](https://github.com/alii)
- [@&#8203;aspizu](https://github.com/aspizu)
- [@&#8203;camc314](https://github.com/camc314)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;countbleck](https://github.com/countbleck)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;heimskr](https://github.com/heimskr)
- [@&#8203;its-me-mhd](https://github.com/its-me-mhd)
- [@&#8203;jack5079](https://github.com/jack5079)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;lifefloating](https://github.com/lifefloating)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)
- [@&#8203;zackradisic](https://github.com/zackradisic)

### [`v1.2.19`](https://github.com/oven-sh/bun/releases/tag/bun-v1.2.19): Bun v1.2.19

[Compare Source](https://github.com/oven-sh/bun/compare/bun-v1.2.18...bun-v1.2.19)

To install Bun v1.2.19

```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.2.19:

```bash
bun upgrade
```

##### [Read Bun v1.2.19's release notes on Bun's blog](https://bun.sh/blog/bun-v1.2.19)

##### Thanks to 18 contributors!

- [@&#8203;190n](https://github.com/190n)
- [@&#8203;alii](https://github.com/alii)
- [@&#8203;cirospaciari](https://github.com/cirospaciari)
- [@&#8203;countbleck](https://github.com/countbleck)
- [@&#8203;dylan-conway](https://github.com/dylan-conway)
- [@&#8203;ericc-ch](https://github.com/ericc-ch)
- [@&#8203;heimskr](https://github.com/heimskr)
- [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
- [@&#8203;jarred-sumner-bot](https://github.com/jarred-sumner-bot)
- [@&#8203;josag98](https://github.com/josag98)
- [@&#8203;nektro](https://github.com/nektro)
- [@&#8203;pfgithub](https://github.com/pfgithub)
- [@&#8203;riskymh](https://github.com/riskymh)
- [@&#8203;robobun](https://github.com/robobun)
- [@&#8203;santosant](https://github.com/santosant)
- [@&#8203;taylordotfish](https://github.com/taylordotfish)
- [@&#8203;xanth3](https://github.com/xanth3)
- [@&#8203;zackradisic](https://github.com/zackradisic)

</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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #2
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-09-09 17:43:31 +02:00
e2081a19b5 initial-commit (#1)
All checks were successful
CD / test (push) Successful in 21s
CD / Check changes (push) Successful in 31s
CD / Build and push (amd64) (push) Successful in 47s
CD / Build and push (arm64) (push) Successful in 3m6s
CD / Create manifest (push) Successful in 55s
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-07-16 07:21:12 +02:00