Commit Graph

39 Commits

Author SHA1 Message Date
defc693cb9 chore(deps): update bun version to v1.3.1 (#54)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 59s
CD / Build and push (amd64) (push) Successful in 39s
CD / Build and push (arm64) (push) Successful in 2m17s
CD / Create manifest (push) Successful in 9s
This PR contains the following updates:

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

---

### Release Notes

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

### [`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!!

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #54
Reviewed-by: branch-buddy <branch-buddy@t00n.de>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-11-08 20:16:46 +01:00
3fa732a1c3 chore(deps): update bun version to v1.3.0 (#52)
All checks were successful
CD / Check changes (push) Successful in 14s
CD / Build and push (amd64) (push) Successful in 37s
CD / Test (push) Successful in 22s
CD / Build and push (arm64) (push) Successful in 2m37s
CD / Create manifest (push) Successful in 25s
This PR contains the following updates:

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

---

### Release Notes

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

### [`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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjUuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #52
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-10-29 08:03:28 +01:00
be02a97fe1 chore(deps): update bun version to v1.2.22 (#51)
All checks were successful
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m33s
CD / Build and push (amd64) (push) Successful in 2m0s
CD / Build and push (arm64) (push) Successful in 2m37s
CD / Create manifest (push) Successful in 19s
This PR contains the following updates:

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #51
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-09-27 08:21:06 +02:00
7335c5cfbc chore(deps): update bun version to v1.2.21 (#49)
All checks were successful
CD / Check changes (push) Successful in 11s
CD / Test (push) Successful in 1m7s
CD / Build and push (amd64) (push) Successful in 36s
CD / Build and push (arm64) (push) Successful in 2m12s
CD / Create manifest (push) Successful in 25s
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: #49
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:27:47 +02:00
28c8238407 chore(deps): update actions/checkout action to v5 (#50)
All checks were successful
CD / Check changes (push) Successful in 14s
CD / Test (push) Successful in 1m6s
CD / Build and push (amd64) (push) Has been skipped
CD / Build and push (arm64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v5`](https://github.com/actions/checkout/compare/v4...v5)

[Compare Source](https://github.com/actions/checkout/compare/v4...v5)

</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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC40IiwidXBkYXRlZEluVmVyIjoiNDEuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #50
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:26:25 +02:00
559cc96e38 chore(deps): update bun version to v1.2.18 (#48)
All checks were successful
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m45s
CD / Build and push (amd64) (push) Successful in 36s
CD / Build and push (arm64) (push) Successful in 2m42s
CD / Create manifest (push) Successful in 54s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

To install Bun v1.2.18

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

```bash
bun upgrade
```

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

##### Thanks to 14 contributors!

-   [@&#8203;190n](https://github.com/190n)
-   [@&#8203;alii](https://github.com/alii)
-   [@&#8203;cirospaciari](https://github.com/cirospaciari)
-   [@&#8203;dylan-conway](https://github.com/dylan-conway)
-   [@&#8203;ianzone](https://github.com/ianzone)
-   [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
-   [@&#8203;mizulu](https://github.com/mizulu)
-   [@&#8203;nektro](https://github.com/nektro)
-   [@&#8203;pfgithub](https://github.com/pfgithub)
-   [@&#8203;riskymh](https://github.com/riskymh)
-   [@&#8203;sharunkumar](https://github.com/sharunkumar)
-   [@&#8203;ssahillppatell](https://github.com/ssahillppatell)
-   [@&#8203;sunsettechuila](https://github.com/sunsettechuila)
-   [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #48
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-07-04 15:31:15 +02:00
e0ec7ebf0c chore(deps): update bun version to v1.2.17 (#47)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 18s
CD / Build and push (amd64) (push) Successful in 41s
CD / Build and push (arm64) (push) Successful in 2m46s
CD / Create manifest (push) Successful in 57s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

To install Bun v1.2.17

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

```bash
bun upgrade
```

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

##### Thanks to 15 contributors!

-   [@&#8203;190n](https://github.com/190n)
-   [@&#8203;alii](https://github.com/alii)
-   [@&#8203;berzanorg](https://github.com/berzanorg)
-   [@&#8203;crishoj](https://github.com/crishoj)
-   [@&#8203;dylan-conway](https://github.com/dylan-conway)
-   [@&#8203;familyboat](https://github.com/familyboat)
-   [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
-   [@&#8203;micmelesse](https://github.com/micmelesse)
-   [@&#8203;nektro](https://github.com/nektro)
-   [@&#8203;pfgithub](https://github.com/pfgithub)
-   [@&#8203;pxseu](https://github.com/pxseu)
-   [@&#8203;riskymh](https://github.com/riskymh)
-   [@&#8203;ssahillppatell](https://github.com/ssahillppatell)
-   [@&#8203;sunsettechuila](https://github.com/sunsettechuila)
-   [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #47
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-06-21 22:08:04 +02:00
b14b99f236 chore(deps): update bun version to v1.2.16 (#46)
All checks were successful
CD / Test (push) Successful in 21s
CD / Check changes (push) Successful in 32s
CD / Build and push (amd64) (push) Successful in 2m21s
CD / Build and push (arm64) (push) Successful in 3m16s
CD / Create manifest (push) Successful in 54s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

To install Bun v1.2.16

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

```bash
bun upgrade
```

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

##### Thanks to 25 contributors!

-   [@&#8203;190n](https://github.com/190n)
-   [@&#8203;39ali](https://github.com/39ali)
-   [@&#8203;alii](https://github.com/alii)
-   [@&#8203;cirospaciari](https://github.com/cirospaciari)
-   [@&#8203;connerlphillippi](https://github.com/connerlphillippi)
-   [@&#8203;dylan-conway](https://github.com/dylan-conway)
-   [@&#8203;electroid](https://github.com/electroid)
-   [@&#8203;familyboat](https://github.com/familyboat)
-   [@&#8203;gameroman](https://github.com/gameroman)
-   [@&#8203;heimskr](https://github.com/heimskr)
-   [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
-   [@&#8203;joelshepherd](https://github.com/joelshepherd)
-   [@&#8203;juliesaia](https://github.com/juliesaia)
-   [@&#8203;justinyaodu](https://github.com/justinyaodu)
-   [@&#8203;leanderpaul](https://github.com/leanderpaul)
-   [@&#8203;nektro](https://github.com/nektro)
-   [@&#8203;nobkd](https://github.com/nobkd)
-   [@&#8203;pfgithub](https://github.com/pfgithub)
-   [@&#8203;pxseu](https://github.com/pxseu)
-   [@&#8203;sponte](https://github.com/sponte)
-   [@&#8203;sunsettechuila](https://github.com/sunsettechuila)
-   [@&#8203;thdxr](https://github.com/thdxr)
-   [@&#8203;thejacob1000](https://github.com/thejacob1000)
-   [@&#8203;wldfngrs](https://github.com/wldfngrs)
-   [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #46
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-06-12 19:27:53 +02:00
98962b9e8d chore(deps): update bun version to v1.2.15 (#45)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 1m25s
CD / Build and push (amd64) (push) Successful in 1m6s
CD / Build and push (arm64) (push) Successful in 2m56s
CD / Create manifest (push) Successful in 10s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

To install Bun v1.2.15

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

```bash
bun upgrade
```

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

##### Thanks to 15 contributors!

-   [@&#8203;190n](https://github.com/190n)
-   [@&#8203;alii](https://github.com/alii)
-   [@&#8203;arrowana](https://github.com/arrowana)
-   [@&#8203;cirospaciari](https://github.com/cirospaciari)
-   [@&#8203;dylan-conway](https://github.com/dylan-conway)
-   [@&#8203;electroid](https://github.com/electroid)
-   [@&#8203;familyboat](https://github.com/familyboat)
-   [@&#8203;getchoo](https://github.com/getchoo)
-   [@&#8203;heimskr](https://github.com/heimskr)
-   [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
-   [@&#8203;li-yechao](https://github.com/li-yechao)
-   [@&#8203;nektro](https://github.com/nektro)
-   [@&#8203;pfgithub](https://github.com/pfgithub)
-   [@&#8203;sculas](https://github.com/sculas)
-   [@&#8203;water-sucks](https://github.com/water-sucks)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #45
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-05-28 22:15:37 +02:00
8d938da320 chore(deps): update bun version to v1.2.14 (#44)
All checks were successful
CD / Test (push) Successful in 19s
CD / Check changes (push) Successful in 29s
CD / Build and push (amd64) (push) Successful in 59s
CD / Build and push (arm64) (push) Successful in 2m34s
CD / Create manifest (push) Successful in 57s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

To install Bun v1.2.14

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

```bash
bun upgrade
```

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

##### Thanks to 13 contributors!

-   [@&#8203;190n](https://github.com/190n)
-   [@&#8203;alii](https://github.com/alii)
-   [@&#8203;bradeneverson](https://github.com/bradeneverson)
-   [@&#8203;cirospaciari](https://github.com/cirospaciari)
-   [@&#8203;devsdk](https://github.com/devsdk)
-   [@&#8203;dylan-conway](https://github.com/dylan-conway)
-   [@&#8203;electroid](https://github.com/electroid)
-   [@&#8203;huiyifyj](https://github.com/huiyifyj)
-   [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
-   [@&#8203;nektro](https://github.com/nektro)
-   [@&#8203;pfgithub](https://github.com/pfgithub)
-   [@&#8203;riskymh](https://github.com/riskymh)
-   [@&#8203;sverp](https://github.com/sverp)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #44
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-05-22 09:18:05 +02:00
769dd68a69 chore(deps): update bun version to v1.2.13 (#43)
All checks were successful
CD / Check changes (push) Successful in 6s
CD / Test (push) Successful in 1m21s
CD / Build and push (amd64) (push) Successful in 1m4s
CD / Build and push (arm64) (push) Successful in 3m18s
CD / Create manifest (push) Successful in 11s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

To install Bun v1.2.13

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

```bash
bun upgrade
```

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

##### Thanks to 7 contributors!

-   [@&#8203;190n](https://github.com/190n)
-   [@&#8203;alii](https://github.com/alii)
-   [@&#8203;cirospaciari](https://github.com/cirospaciari)
-   [@&#8203;dylan-conway](https://github.com/dylan-conway)
-   [@&#8203;electroid](https://github.com/electroid)
-   [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
-   [@&#8203;pfgithub](https://github.com/pfgithub)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #43
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-05-10 20:45:21 +02:00
f983627f26 chore(deps): update bun version to v1.2.12 (#41)
All checks were successful
CD / Test (push) Successful in 21s
CD / Check changes (push) Successful in 30s
CD / Build and push (amd64) (push) Successful in 57s
CD / Build and push (arm64) (push) Successful in 2m29s
CD / Create manifest (push) Successful in 10s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

To install Bun v1.2.12

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

```bash
bun upgrade
```

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

##### Thanks to 10 contributors!

-   [@&#8203;190n](https://github.com/190n)
-   [@&#8203;albus-droid](https://github.com/albus-droid)
-   [@&#8203;alii](https://github.com/alii)
-   [@&#8203;dylan-conway](https://github.com/dylan-conway)
-   [@&#8203;electroid](https://github.com/electroid)
-   [@&#8203;heimskr](https://github.com/heimskr)
-   [@&#8203;jarred-sumner](https://github.com/jarred-sumner)
-   [@&#8203;nektro](https://github.com/nektro)
-   [@&#8203;paperclover](https://github.com/paperclover)
-   [@&#8203;pfgithub](https://github.com/pfgithub)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #41
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-05-04 21:25:32 +02:00
8bb62c34e6 chore: rename bun version renovate group (#40)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 20s
CD / Build and push (amd64) (push) Has been skipped
CD / Build and push (arm64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
Reviewed-on: #40
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-04 18:23:34 +02:00
4b106f9291 chore: bundle bun renovate updates for Docker base image and bun version file (#38)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 20s
CD / Build and push (amd64) (push) Has been skipped
CD / Build and push (arm64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
Reviewed-on: #38
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-05-04 18:19:13 +02:00
4d4cd41b7d chore: bump bum to v1.2.11 (#35)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 22s
CD / Build and push (amd64) (push) Successful in 59s
CD / Build and push (arm64) (push) Successful in 2m29s
CD / Create manifest (push) Successful in 52s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Reviewed-on: #35
2025-04-29 17:34:17 +02:00
f68ad619de chore: bump bun to v1.2.10 (#32)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 20s
CD / Build and push (amd64) (push) Successful in 1m7s
CD / Build and push (arm64) (push) Successful in 5m26s
CD / Create manifest (push) Successful in 11s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Reviewed-on: #32
2025-04-20 17:40:33 +02:00
adf12958d8 chore(deps): update dependency cspell to v8 (#23)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 1m24s
CD / Build and push (amd64) (push) Successful in 1m28s
CD / Build and push (arm64) (push) Successful in 3m44s
CD / Create manifest (push) Successful in 11s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cspell](https://cspell.org/) ([source](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell)) | devDependencies | major | [`^6.17.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/cspell/6.31.3/8.19.0) |

---

### Release Notes

<details>
<summary>streetsidesoftware/cspell (cspell)</summary>

### [`v8.19.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8190-2025-04-16)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.18.1...v8.19.0)

**Note:** Version bump only for package cspell

### [`v8.18.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8181-2025-03-29-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.18.0...v8.18.1)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;7087](https://github.com/streetsidesoftware/cspell/issues/7087)) ([b570457](https://github.com/streetsidesoftware/cspell/commit/b570457)), closes [#&#8203;7087](https://github.com/streetsidesoftware/cspell/issues/7087)

### [`v8.18.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8180-2025-03-26)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.17.5...v8.18.0)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;7080](https://github.com/streetsidesoftware/cspell/issues/7080)) ([b9d57a1](https://github.com/streetsidesoftware/cspell/commit/b9d57a1)), closes [#&#8203;7080](https://github.com/streetsidesoftware/cspell/issues/7080)

### [`v8.17.5`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8175-2025-02-22-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.17.4...v8.17.5)

-   fix: Workflow Bot -- Update Dictionaries (main) ([#&#8203;6937](https://github.com/streetsidesoftware/cspell/issues/6937)) ([2bfee05](https://github.com/streetsidesoftware/cspell/commit/2bfee05)), closes [#&#8203;6937](https://github.com/streetsidesoftware/cspell/issues/6937)

### [`v8.17.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8174-2025-02-19-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.17.3...v8.17.4)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;6920](https://github.com/streetsidesoftware/cspell/issues/6920)) ([e92597c](https://github.com/streetsidesoftware/cspell/commit/e92597c)), closes [#&#8203;6920](https://github.com/streetsidesoftware/cspell/issues/6920)

### [`v8.17.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8173-2025-01-28-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.17.2...v8.17.3)

-   chore: fix labeler ([ea51ed4](https://github.com/streetsidesoftware/cspell/commit/ea51ed4))

### [`v8.17.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8172-2025-01-13-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.17.1...v8.17.2)

-   fix: Dump stack on error when verbose ([#&#8203;6782](https://github.com/streetsidesoftware/cspell/issues/6782)) ([df0026c](https://github.com/streetsidesoftware/cspell/commit/df0026c)), closes [#&#8203;6782](https://github.com/streetsidesoftware/cspell/issues/6782)

### [`v8.17.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8171-2024-12-16-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.17.0...v8.17.1)

-   chore: Update Integration Test Performance Data ([#&#8203;6681](https://github.com/streetsidesoftware/cspell/issues/6681)) ([4b19439](https://github.com/streetsidesoftware/cspell/commit/4b19439)), closes [#&#8203;6681](https://github.com/streetsidesoftware/cspell/issues/6681)

### [`v8.17.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8170-2024-12-15)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.16.1...v8.17.0)

-   chore: Update Integration Test Performance Data ([#&#8203;6676](https://github.com/streetsidesoftware/cspell/issues/6676)) ([f9cb45f](https://github.com/streetsidesoftware/cspell/commit/f9cb45f)), closes [#&#8203;6676](https://github.com/streetsidesoftware/cspell/issues/6676)

### [`v8.16.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8161-2024-11-26-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.16.0...v8.16.1)

-   chore: Update Integration Test Performance Data ([#&#8203;6602](https://github.com/streetsidesoftware/cspell/issues/6602)) ([5d667a7](https://github.com/streetsidesoftware/cspell/commit/5d667a7)), closes [#&#8203;6602](https://github.com/streetsidesoftware/cspell/issues/6602)

### [`v8.16.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8160-2024-11-07)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.7...v8.16.0)

-   chore: Update Integration Test Performance Data ([#&#8203;6505](https://github.com/streetsidesoftware/cspell/issues/6505)) ([fb78a40](https://github.com/streetsidesoftware/cspell/commit/fb78a40)), closes [#&#8203;6505](https://github.com/streetsidesoftware/cspell/issues/6505)

### [`v8.15.7`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8157-2024-11-03-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.6...v8.15.7)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;6456](https://github.com/streetsidesoftware/cspell/issues/6456)) ([d4bd0dd](https://github.com/streetsidesoftware/cspell/commit/d4bd0dd)), closes [#&#8203;6456](https://github.com/streetsidesoftware/cspell/issues/6456)

### [`v8.15.6`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8156-2024-11-02-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.5...v8.15.6)

-   chore: Update Integration Test Performance Data ([#&#8203;6455](https://github.com/streetsidesoftware/cspell/issues/6455)) ([be8b15a](https://github.com/streetsidesoftware/cspell/commit/be8b15a)), closes [#&#8203;6455](https://github.com/streetsidesoftware/cspell/issues/6455)

### [`v8.15.5`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8155-2024-10-30-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.4...v8.15.5)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;6442](https://github.com/streetsidesoftware/cspell/issues/6442)) ([70f43cc](https://github.com/streetsidesoftware/cspell/commit/70f43cc)), closes [#&#8203;6442](https://github.com/streetsidesoftware/cspell/issues/6442)

### [`v8.15.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8154-2024-10-18-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.3...v8.15.4)

-   chore: Update Integration Test Performance Data ([#&#8203;6389](https://github.com/streetsidesoftware/cspell/issues/6389)) ([7ece6a7](https://github.com/streetsidesoftware/cspell/commit/7ece6a7)), closes [#&#8203;6389](https://github.com/streetsidesoftware/cspell/issues/6389)

### [`v8.15.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8153-2024-10-16-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.2...v8.15.3)

-   chore: Update Integration Test Performance Data ([#&#8203;6377](https://github.com/streetsidesoftware/cspell/issues/6377)) ([7ff6781](https://github.com/streetsidesoftware/cspell/commit/7ff6781)), closes [#&#8203;6377](https://github.com/streetsidesoftware/cspell/issues/6377)

### [`v8.15.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8152-2024-10-14-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.1...v8.15.2)

-   chore: Update Integration Test Performance Data ([#&#8203;6361](https://github.com/streetsidesoftware/cspell/issues/6361)) ([d639368](https://github.com/streetsidesoftware/cspell/commit/d639368)), closes [#&#8203;6361](https://github.com/streetsidesoftware/cspell/issues/6361)

### [`v8.15.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8151-2024-10-11-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.15.0...v8.15.1)

-   fix: Sign Published Packages ([#&#8203;6350](https://github.com/streetsidesoftware/cspell/issues/6350)) ([633b060](https://github.com/streetsidesoftware/cspell/commit/633b060)), closes [#&#8203;6350](https://github.com/streetsidesoftware/cspell/issues/6350)

### [`v8.15.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8150-2024-10-11)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.14.4...v8.15.0)

-   chore: bump eslint-plugin-unicorn from 55.0.0 to 56.0.0 ([#&#8203;6332](https://github.com/streetsidesoftware/cspell/issues/6332)) ([67d1e92](https://github.com/streetsidesoftware/cspell/commit/67d1e92)), closes [#&#8203;6332](https://github.com/streetsidesoftware/cspell/issues/6332)

### [`v8.14.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8144-2024-09-18-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.14.3...v8.14.4)

-   fix: Remove object from cache ([#&#8203;6257](https://github.com/streetsidesoftware/cspell/issues/6257)) ([ea24297](https://github.com/streetsidesoftware/cspell/commit/ea24297)), closes [#&#8203;6257](https://github.com/streetsidesoftware/cspell/issues/6257)

### [`v8.14.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8143-2024-09-17-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.14.2...v8.14.3)

-   chore: Update Integration Test Performance Data ([#&#8203;6254](https://github.com/streetsidesoftware/cspell/issues/6254)) ([189ac16](https://github.com/streetsidesoftware/cspell/commit/189ac16)), closes [#&#8203;6254](https://github.com/streetsidesoftware/cspell/issues/6254)

### [`v8.14.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8142-2024-08-20-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.14.1...v8.14.2)

-   chore: Update Integration Test Performance Data ([#&#8203;6126](https://github.com/streetsidesoftware/cspell/issues/6126)) ([012c897](https://github.com/streetsidesoftware/cspell/commit/012c897)), closes [#&#8203;6126](https://github.com/streetsidesoftware/cspell/issues/6126)

### [`v8.14.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8141-2024-08-17-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.13.3...v8.14.1)

-   fix: Fix publishing ([8a56148](https://github.com/streetsidesoftware/cspell/commit/8a56148))

### [`v8.13.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8133-2024-08-12-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.13.2...v8.13.3)

-   chore: Update Integration Test Performance Data ([#&#8203;6079](https://github.com/streetsidesoftware/cspell/issues/6079)) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#&#8203;6079](https://github.com/streetsidesoftware/cspell/issues/6079)

### [`v8.13.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8132-2024-08-08-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.13.1...v8.13.2)

-   chore: Update Integration Test Performance Data ([#&#8203;6060](https://github.com/streetsidesoftware/cspell/issues/6060)) ([c766d18](https://github.com/streetsidesoftware/cspell/commit/c766d18)), closes [#&#8203;6060](https://github.com/streetsidesoftware/cspell/issues/6060)

### [`v8.13.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8131-2024-08-02-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.13.0...v8.13.1)

-   chore: Update Integration Test Performance Data ([#&#8203;6028](https://github.com/streetsidesoftware/cspell/issues/6028)) ([738d2a9](https://github.com/streetsidesoftware/cspell/commit/738d2a9)), closes [#&#8203;6028](https://github.com/streetsidesoftware/cspell/issues/6028)

### [`v8.13.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8130-2024-07-30)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.12.1...v8.13.0)

-   chore: Update Integration Test Performance Data ([#&#8203;6011](https://github.com/streetsidesoftware/cspell/issues/6011)) ([135838a](https://github.com/streetsidesoftware/cspell/commit/135838a)), closes [#&#8203;6011](https://github.com/streetsidesoftware/cspell/issues/6011)

### [`v8.12.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8121-2024-07-22-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.11.0...v8.12.1)

-   fix: make sure the version is up to date ([f6ab018](https://github.com/streetsidesoftware/cspell/commit/f6ab018))

### [`v8.11.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8110-2024-07-16)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.10.4...v8.11.0)

-   refactor: char index ([#&#8203;5926](https://github.com/streetsidesoftware/cspell/issues/5926)) ([077b3ba](https://github.com/streetsidesoftware/cspell/commit/077b3ba)), closes [#&#8203;5926](https://github.com/streetsidesoftware/cspell/issues/5926)

### [`v8.10.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8104-2024-07-05-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.10.2...v8.10.4)

-   chore: force 8.10.3 ([f18b8c7](https://github.com/streetsidesoftware/cspell/commit/f18b8c7))

### [`v8.10.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8102-2024-07-05-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.10.1...v8.10.2)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;5862](https://github.com/streetsidesoftware/cspell/issues/5862)) ([814e15c](https://github.com/streetsidesoftware/cspell/commit/814e15c)), closes [#&#8203;5862](https://github.com/streetsidesoftware/cspell/issues/5862)

### [`v8.10.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small8101-2024-07-05-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.10.0...v8.10.1)

-   fix(cspell-tools): support adding directives ([#&#8203;5860](https://github.com/streetsidesoftware/cspell/issues/5860)) ([b2e014f](https://github.com/streetsidesoftware/cspell/commit/b2e014f)), closes [#&#8203;5860](https://github.com/streetsidesoftware/cspell/issues/5860)

### [`v8.10.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#8100-2024-07-02)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.9.1...v8.10.0)

-   chore: Update Integration Test Performance Data ([#&#8203;5859](https://github.com/streetsidesoftware/cspell/issues/5859)) ([898e806](https://github.com/streetsidesoftware/cspell/commit/898e806)), closes [#&#8203;5859](https://github.com/streetsidesoftware/cspell/issues/5859)

### [`v8.9.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small891-2024-06-20-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.9.0...v8.9.1)

-   docs: format tables in generated docs ([#&#8203;5776](https://github.com/streetsidesoftware/cspell/issues/5776)) ([02e0359](https://github.com/streetsidesoftware/cspell/commit/02e0359)), closes [#&#8203;5776](https://github.com/streetsidesoftware/cspell/issues/5776)

### [`v8.9.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#890-2024-06-18)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.8.4...v8.9.0)

**Note:** Version bump only for package cspell

### [`v8.8.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small884-2024-06-03-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.8.3...v8.8.4)

-   ci: Fix Lint -- Workflow Bot ([#&#8203;5699](https://github.com/streetsidesoftware/cspell/issues/5699)) ([211113a](https://github.com/streetsidesoftware/cspell/commit/211113a)), closes [#&#8203;5699](https://github.com/streetsidesoftware/cspell/issues/5699)

### [`v8.8.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small883-2024-05-23-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.8.2...v8.8.3)

-   chore: Update Integration Test Performance Data ([#&#8203;5663](https://github.com/streetsidesoftware/cspell/issues/5663)) ([b605dd3](https://github.com/streetsidesoftware/cspell/commit/b605dd3)), closes [#&#8203;5663](https://github.com/streetsidesoftware/cspell/issues/5663)

### [`v8.8.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small882-2024-05-22-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.8.1...v8.8.2)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;5659](https://github.com/streetsidesoftware/cspell/issues/5659)) ([5d93673](https://github.com/streetsidesoftware/cspell/commit/5d93673)), closes [#&#8203;5659](https://github.com/streetsidesoftware/cspell/issues/5659)

### [`v8.8.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small881-2024-05-10-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.8.0...v8.8.1)

-   chore: Do not stop update if it fails to lint. ([64ba085](https://github.com/streetsidesoftware/cspell/commit/64ba085))

### [`v8.8.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#880-2024-05-03)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.7.0...v8.8.0)

**Note:** Version bump only for package cspell

### [`v8.7.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#870-2024-04-10)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.6.1...v8.7.0)

**Note:** Version bump only for package cspell

### [`v8.6.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#861-2024-03-25)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.6.0...v8.6.1)

**Note:** Version bump only for package cspell

### [`v8.6.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#860-2024-03-05)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.5.0...v8.6.0)

**Note:** Version bump only for package cspell

### [`v8.5.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#850-2024-03-01)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.4.1...v8.5.0)

**Note:** Version bump only for package cspell

### [`v8.4.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#841-2024-02-20)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.4.0...v8.4.1)

**Note:** Version bump only for package cspell

### [`v8.4.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#840-2024-02-19)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.3.2...v8.4.0)

**Note:** Version bump only for package cspell

### [`v8.3.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#832-2024-01-02)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.3.1...v8.3.2)

##### Bug Fixes

-   cspell-tools - support excluding words ([#&#8203;5140](https://github.com/streetsidesoftware/cspell/issues/5140)) ([3fcdd89](3fcdd89fb3))

### [`v8.3.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#831-2024-01-01)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.3.0...v8.3.1)

**Note:** Version bump only for package cspell

### [`v8.3.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#830-2023-12-30)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.2.4...v8.3.0)

**Note:** Version bump only for package cspell

### [`v8.2.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#824-2023-12-28)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.2.3...v8.2.4)

**Note:** Version bump only for package cspell

### [`v8.2.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#823-2023-12-21)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.2.1...v8.2.3)

##### Bug Fixes

-   Improve performance by reducing FS requests ([#&#8203;5103](https://github.com/streetsidesoftware/cspell/issues/5103)) ([3f31569](3f31569a43))

### [`v8.2.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#821-2023-12-20)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.2.0...v8.2.1)

**Note:** Version bump only for package cspell

### [`v8.2.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#820-2023-12-20)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.1.3...v8.2.0)

**Note:** Version bump only for package cspell

### [`v8.1.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#813-2023-12-06)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.1.2...v8.1.3)

##### Bug Fixes

-   Resolve relative imports without a leading `./` or `../`.  ([#&#8203;5035](https://github.com/streetsidesoftware/cspell/issues/5035)) ([a28393b](a28393b307))

### [`v8.1.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#812-2023-12-04)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.1.1...v8.1.2)

##### Bug Fixes

-   expose ConfigLoader API ([#&#8203;5032](https://github.com/streetsidesoftware/cspell/issues/5032)) ([e839990](e839990e94))

### [`v8.1.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#811-2023-12-04)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.1.0...v8.1.1)

**Note:** Version bump only for package cspell

### [`v8.1.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#810-2023-12-01)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v8.0.0...v8.1.0)

**Note:** Version bump only for package cspell

### [`v8.0.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#800-2023-11-07)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.9...v8.0.0)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;4959](https://github.com/streetsidesoftware/cspell/issues/4959)) ([096066d](https://github.com/streetsidesoftware/cspell/commit/096066d)), closes [#&#8203;4959](https://github.com/streetsidesoftware/cspell/issues/4959)

### [`v7.3.9`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small739-2023-11-07-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.8...v7.3.9)

-   refactor: remove debug code ([#&#8203;4951](https://github.com/streetsidesoftware/cspell/issues/4951)) ([4972a77](https://github.com/streetsidesoftware/cspell/commit/4972a77)), closes [#&#8203;4951](https://github.com/streetsidesoftware/cspell/issues/4951)

### [`v7.3.8`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small738-2023-10-13-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.7...v7.3.8)

-   ci: Workflow Bot -- Update ALL Dependencies (main) ([#&#8203;4894](https://github.com/streetsidesoftware/cspell/issues/4894)) ([2a4e1d8](https://github.com/streetsidesoftware/cspell/commit/2a4e1d8)), closes [#&#8203;4894](https://github.com/streetsidesoftware/cspell/issues/4894)

### [`v7.3.7`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#small737-2023-09-28-small)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.6...v7.3.7)

-   test: Add sample package to test dictionaries in eslint ([#&#8203;4875](https://github.com/streetsidesoftware/cspell/issues/4875)) ([06c9e18](https://github.com/streetsidesoftware/cspell/commit/06c9e18)), closes [#&#8203;4875](https://github.com/streetsidesoftware/cspell/issues/4875)

### [`v7.3.6`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#736-2023-09-13)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.5...v7.3.6)

**Note:** Version bump only for package cspell

### [`v7.3.5`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#735-2023-09-10)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.4...v7.3.5)

##### Bug Fixes

-   Remove `[@markdown](https://github.com/markdown)Description` from types ([#&#8203;4818](https://github.com/streetsidesoftware/cspell/issues/4818)) ([3ba8eed](3ba8eed858))

### [`v7.3.4`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#734-2023-09-10)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.3...v7.3.4)

**Note:** Version bump only for package cspell

### [`v7.3.3`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#733-2023-09-09)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.2...v7.3.3)

**Note:** Version bump only for package cspell

### [`v7.3.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#732-2023-09-01)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.1...v7.3.2)

**Note:** Version bump only for package cspell

### [`v7.3.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#731-2023-09-01)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.3.0...v7.3.1)

**Note:** Version bump only for package cspell

### [`v7.3.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#730-2023-08-31)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.2.0...v7.3.0)

**Note:** Version bump only for package cspell

### [`v7.2.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#720-2023-08-29)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.1.1...v7.2.0)

**Note:** Version bump only for package cspell

### [`v7.1.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#711-2023-08-28)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.0.2...v7.1.1)

**Note:** Version bump only for package cspell

### [`v7.0.2`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#702-2023-08-28)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.0.1...v7.0.2)

**Note:** Version bump only for package cspell

### [`v7.0.1`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#701-2023-08-21)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v7.0.0...v7.0.1)

##### Bug Fixes

-   Workflow Bot -- Update Dictionaries (main) ([#&#8203;4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](221b59bfe7))

### [`v7.0.0`](https://github.com/streetsidesoftware/cspell/blob/HEAD/packages/cspell/CHANGELOG.md#700-2023-08-10)

[Compare Source](https://github.com/streetsidesoftware/cspell/compare/v6.31.3...v7.0.0)

**Note:** Version bump only for package cspell

</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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #23
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-04-17 16:54:18 +02:00
2c2edd0bf8 chore(deps): update dependency typescript to v5 (#25)
All checks were successful
CD / Check changes (push) Successful in 7s
CD / Test (push) Successful in 1m25s
CD / Build and push (amd64) (push) Successful in 1m34s
CD / Build and push (arm64) (push) Successful in 4m27s
CD / Create manifest (push) Successful in 51s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | major | [`^4.9.3` -> `^5.0.0`](https://renovatebot.com/diffs/npm/typescript/4.9.5/5.8.3) |

---

### Release Notes

<details>
<summary>microsoft/TypeScript (typescript)</summary>

### [`v5.8.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.8.3): TypeScript 5.8.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/).

-   [fixed issues query for Typescript 5.8.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.8.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.8.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.8.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.3%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)

### [`v5.8.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.8.2): TypeScript 5.8

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/).

-   [fixed issues query for Typescript 5.8.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.8.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.8.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)

### [`v5.7.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.7.3): TypeScript 5.7.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/).

-   [fixed issues query for Typescript 5.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.7.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.7.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+).

Downloads are available on [npm](https://www.npmjs.com/package/typescript)

### [`v5.7.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.7.2): TypeScript 5.7

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/).

-   [fixed issues query for Typescript 5.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.7.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)

### [`v5.6.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.6.3): TypeScript 5.6.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.6.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.6.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.6.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.6.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.3%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.6.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.6.2): TypeScript 5.6

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.6.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.6.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.6.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.6.2%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.5.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.4): TypeScript 5.5.4

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.3...v5.5.4)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/).

For the complete list of fixed issues, check out the

-   [fixed issues query for TypeScript v5.5.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.4%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) (soon!)

### [`v5.5.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.3): TypeScript 5.5.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.5.2...v5.5.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/).

For the complete list of fixed issues, check out the

-   [fixed issues query for TypeScript v5.5.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.3%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.5.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.5.2): TypeScript 5.5

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.5...v5.5.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/).

For the complete list of fixed issues, check out the

-   [fixed issues query for TypeScript v5.5.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.2%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.1%22+is%3Aclosed+).
-   [fixed issues query for TypeScript v5.5.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.5.0%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)

### [`v5.4.5`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.5): TypeScript 5.4.5

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.4...v5.4.5)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.5 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.5%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.4.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.4): TypeScript 5.4.4

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.3...v5.4.4)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.4%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.4.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.3): TypeScript 5.4.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.4.2...v5.4.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.3%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.4.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.4.2): TypeScript 5.4

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.3.3...v5.4.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.4.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.4.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.3.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.3.3): TypeScript 5.3.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.3.2...v5.3.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.3.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.3.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.3.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.3.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.3%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.3.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.3.2): TypeScript 5.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.2.2...v5.3.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.3.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.3.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.3.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.2.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.2.2): TypeScript 5.2

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.1.6...v5.2.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.2.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.2.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.2.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.2.2%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.1.6`](https://github.com/microsoft/TypeScript/releases/tag/v5.1.6): TypeScript 5.1.6

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.1.5...v5.1.6)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript v5.1.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.1.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.1.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.1.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+).
-   (5.1.4 [intentionally skipped](https://github.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922))
-   [fixed issues query for Typescript v5.1.5 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.1.6 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.6%22+is%3Aclosed+).

Downloads are available on [npm](https://www.npmjs.com/package/typescript)

### [`v5.1.5`](https://github.com/microsoft/TypeScript/releases/tag/v5.1.5): TypeScript 5.1.5

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.1.3...v5.1.5)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript v5.1.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.1.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.1.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.1.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+).
-   (5.1.4 [intentionally skipped](https://github.com/microsoft/TypeScript/issues/53031#issuecomment-1610038922))
-   [fixed issues query for Typescript v5.1.5 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.5%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.1.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.1.3): TypeScript 5.1.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.0.4...v5.1.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript 5.1.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.1.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript 5.1.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.1.3%22+is%3Aclosed+).

Downloads are available on:

-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.0.4`](https://github.com/microsoft/TypeScript/releases/tag/v5.0.4): TypeScript 5.0.4

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.0.3...v5.0.4)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript v5.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.4 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.4%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.0.3`](https://github.com/microsoft/TypeScript/releases/tag/v5.0.3): TypeScript 5.0.3

[Compare Source](https://github.com/microsoft/TypeScript/compare/v5.0.2...v5.0.3)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript v5.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

### [`v5.0.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.0.2): TypeScript 5.0

[Compare Source](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.0.2)

For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/).

For the complete list of fixed issues, check out the

-   [fixed issues query for Typescript v5.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+).
-   [fixed issues query for Typescript v5.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+).

Downloads are available on:

-   [npm](https://www.npmjs.com/package/typescript)
-   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjI0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/ts3gotify/pulls/25
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-04-14 20:10:34 +02:00
33707ab79d chore(deps): update docker/build-push-action action to v6 (#26)
All checks were successful
CD / Check changes (push) Successful in 29s
CD / Test (push) Successful in 50s
CD / Build and push (arm64) (push) Has been skipped
CD / Build and push (amd64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/build-push-action](https://github.com/docker/build-push-action) | action | major | `v4` -> `v6` |

---

### Release Notes

<details>
<summary>docker/build-push-action (docker/build-push-action)</summary>

### [`v6`](https://github.com/docker/build-push-action/compare/v5...v6)

[Compare Source](https://github.com/docker/build-push-action/compare/v5...v6)

### [`v5`](https://github.com/docker/build-push-action/compare/v4...v5)

[Compare Source](https://github.com/docker/build-push-action/compare/v4...v5)

</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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-authored-by: t.behrendt <t.behrendt@noreply.localhost>
Reviewed-on: #26
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-04-13 14:19:30 +02:00
b3f4ff0449 chore(deps): update docker/login-action action to v3 (#27)
Some checks failed
CD / Test (push) Has been cancelled
CD / Build and push (amd64) (push) Has been cancelled
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
CD / Check changes (push) Has been cancelled
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://github.com/docker/login-action) | action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>docker/login-action (docker/login-action)</summary>

### [`v3`](https://github.com/docker/login-action/compare/v2...v3)

[Compare Source](https://github.com/docker/login-action/compare/v2...v3)

</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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-authored-by: t.behrendt <t.behrendt@noreply.localhost>
Reviewed-on: #27
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-04-13 14:19:25 +02:00
91dc361785 chore(deps): update docker/setup-buildx-action action to v3 (#28)
Some checks failed
CD / Check changes (push) Successful in 10s
CD / Build and push (amd64) (push) Has been cancelled
CD / Build and push (arm64) (push) Has been cancelled
CD / Create manifest (push) Has been cancelled
CD / Test (push) Has been cancelled
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | action | major | `v2` -> `v3` |

---

### Release Notes

<details>
<summary>docker/setup-buildx-action (docker/setup-buildx-action)</summary>

### [`v3`](https://github.com/docker/setup-buildx-action/compare/v2...v3)

[Compare Source](https://github.com/docker/setup-buildx-action/compare/v2...v3)

</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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-authored-by: t.behrendt <t.behrendt@noreply.localhost>
Reviewed-on: #28
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-04-13 14:18:29 +02:00
e02eb1b1c2 ci: only deploy on relevant code changes (#29)
All checks were successful
CD / Test (push) Successful in 23s
CD / Check changes (push) Successful in 39s
CD / Build and push (arm64) (push) Has been skipped
CD / Build and push (amd64) (push) Has been skipped
CD / Create manifest (push) Has been skipped
Reviewed-on: #29
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-04-13 14:15:12 +02:00
b5991b11a3 chore: bump bun to 1.2.9 (#20)
All checks were successful
CD / Test (push) Successful in 1m22s
CD / Build and push (amd64) (push) Successful in 1m1s
CD / Build and push (arm64) (push) Successful in 2m27s
CD / Create manifest (push) Successful in 9s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Reviewed-on: T00N/ts3gotify#20
2025-04-13 14:09:06 +02:00
f1b63b48b6 chore: Configure Renovate (#16)
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-04-13 14:09:06 +02:00
392e3201c4 ci: fix repo name after org migration (#15)
Reviewed-on: T00N/ts3gotify#15
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-04-13 14:09:06 +02:00
6ed44211c4 fix: run bun in container CMD (#8)
All checks were successful
CD / Test (push) Successful in 24s
CD / Build and push (amd64) (push) Successful in 1m1s
CD / Build and push (arm64) (push) Successful in 1m48s
CD / Create manifest (push) Successful in 10s
Reviewed-on: #8
2025-01-08 14:03:33 +01:00
e9bcaf153c fix: replace winston with pino (#6)
All checks were successful
CD / Test (push) Successful in 25s
CD / Build and push (amd64) (push) Successful in 59s
CD / Build and push (arm64) (push) Successful in 1m42s
CD / Create manifest (push) Successful in 10s
Reviewed-on: #6
2025-01-08 14:01:02 +01:00
3eca1f5516 ci: fix manifest when building multi stage (#9)
All checks were successful
CD / Test (push) Successful in 1m1s
CD / Build and push (amd64) (push) Successful in 1m1s
CD / Build and push (arm64) (push) Successful in 1m43s
CD / Create manifest (push) Successful in 23s
Reviewed-on: #9
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-01-08 13:53:57 +01:00
990e7b1dbe refactor: better env handling (#5)
Some checks failed
CD / Test (push) Successful in 1m0s
CD / Build and push (amd64) (push) Has been cancelled
CD / Build and push (arm64) (push) Has been cancelled
Reviewed-on: #5
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-01-07 19:46:32 +01:00
94b03a97d4 ci: build amd64 and arm64 image on the correct runner (#4)
All checks were successful
CD / Test (push) Successful in 24s
CD / Build and push (amd64) (push) Successful in 1m5s
CD / Build and push (arm64) (push) Successful in 1m50s
Reviewed-on: #4
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-01-07 19:02:48 +01:00
94b3680f0e !refactor: replace node with bun (#3)
All checks were successful
CD / Test (push) Successful in 24s
CD / Build and push (push) Successful in 1m50s
Reviewed-on: #3
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-01-07 18:06:12 +01:00
774e638d51 ci: replace drone with gitea workflows (#2)
All checks were successful
CD / Test (push) Successful in 1m22s
CD / Build and push (push) Successful in 7m7s
Reviewed-on: #2
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-01-07 17:43:01 +01:00
26cfe7254f Revert "ci: replace drone with gitea workflows (#1)"
This reverts commit 65112f98be.
2025-01-07 17:35:47 +01:00
65112f98be ci: replace drone with gitea workflows (#1)
Some checks failed
CD / Test (push) Failing after 0s
CD / Buind and push (push) Has been skipped
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-01-07 17:34:07 +01:00
7d1c221e76 feature-docker-build (#6)
Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/6
2022-12-12 12:10:38 +00:00
e3e699db4e feature-more-notifications (#5)
Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/5
2022-12-11 21:16:34 +00:00
e07373667f chore-qa (#4)
Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/4
2022-12-11 21:11:01 +00:00
1605ad7c96 experimental (#1)
Reviewed-on: https://git.t000-n.de/tbehrendt/ts3gotify/pulls/1
2022-11-28 15:10:13 +00:00
2aa6bbeb58 Initial commit 2022-11-28 12:49:42 +00:00