Closed renovate[bot] closed 3 months ago
success
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.04%. Comparing base (
1014ef6
) to head (19c0ad5
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
1.1.22-slim
->1.1.24-slim
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)** ### [`v1.1.23`](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.1.23): Bun v1.1.23 To install Bun v1.1.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.1.23: ```bash bun upgrade ``` ##### **[Read Bun v1.1.23's release notes on Bun's blog](https://bun.sh/blog/bun-v1.1.23)** ##### Thanks to 6 contributors! - [@cirospaciari](https://togithub.com/cirospaciari) - [@dylan-conway](https://togithub.com/dylan-conway) - [@huseeiin](https://togithub.com/huseeiin) - [@Jarred-Sumner](https://togithub.com/Jarred-Sumner) - [@nektro](https://togithub.com/nektro) - [@paperdave](https://togithub.com/paperdave)Configuration
📅 Schedule: Branch creation - "on the first day of the week" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.