C4illin / ConvertX

💾 Self-hosted online file converter. Supports 800+ formats
GNU Affero General Public License v3.0
229 stars 3 forks source link

chore(deps): update oven/bun docker tag to v1.1.24 #112

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 4 weeks ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
oven/bun final patch 1.1.23-alpine -> 1.1.24-alpine

Release Notes

oven-sh/bun (oven/bun) ### [`v1.1.24`](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.1.24): Bun v1.1.24 To install Bun v1.1.24: ```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.1.24: ```bash bun upgrade ``` Bun v1.1.24 fixes a regression introduced in v1.1.23 that caused the `net` module to throw an error after upgrading from TCP -> TLS. The tests that would've prevented this regression were being skipped due to a credentials issue after migrating to a new CI provider. To prevent this regression from recurring, we have ensured tests missing credentials in our CI will always fail. There are no release notes for this version, please see the release notes for v1.1.23. ##### **[Read Bun v1.1.23's release notes on Bun's blog](https://bun.sh/blog/bun-v1.1.23)**

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.



This PR was generated by Mend Renovate. View the repository job log.