-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
websocket: improve frame parsing #3447
Conversation
I'd prefer if there was a benchmark to measure the change. |
As an example, the 256Kib receive benchmark is 1.2x faster. |
Benchmarking websockets is hard and there is no benchmark to verify. |
It is a simple benchmark using console.time. |
This comment was marked as outdated.
This comment was marked as outdated.
I'd prefer a benchmark that uses WebSocket, not websocket internals. If #3203 could be completed, and then this PR benchmarked against that, I wouldn't have any complaints. |
22d310a
to
a6b399a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@KhafraDev Would you be able to revisit this? This is the result of the #3203's of benchmarks. before / after > $ node ./benchmarks/websocket-benchmark.mjs
(node:11148) [UNDICI-WSS] Warning: WebSocketStream is experimental! Expect it to change at any time.
(Use `node --trace-warnings ...` to show where the warning was created)
undici [binary]: transferred 95.78MiB Bytes/s
undici [string]: transferred 92.98MiB Bytes/s
undici - stream [binary]: transferred 95.93MiB Bytes/s
undici - stream [string]: transferred 97.00MiB Bytes/s
ws [binary]: transferred 125.82MiB Bytes/s
ws [string]: transferred 117.20MiB Bytes/s
> $ node ./benchmarks/websocket-benchmark.mjs
(node:3924) [UNDICI-WSS] Warning: WebSocketStream is experimental! Expect it to change at any time.
(Use `node --trace-warnings ...` to show where the warning was created)
undici [binary]: transferred 113.48MiB Bytes/s
undici [string]: transferred 112.11MiB Bytes/s
undici - stream [binary]: transferred 106.25MiB Bytes/s
undici - stream [string]: transferred 91.41MiB Bytes/s
ws [binary]: transferred 122.96MiB Bytes/s
ws [string]: transferred 114.50MiB Bytes/s |
@KhafraDev ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping to have the websocket benchmarks landed first, but ultimately nothing is stopping this landing.
## [1.11.3](v1.11.2...v1.11.3) (2025-02-04) ### Bug Fixes * **deps:** bump the production-dependencies group with 3 updates ([#203](#203)) ([8e85a3c](8e85a3c)), closes [#665](https://github.com/actions/create-github-app-token/issues/665) [#665](https://github.com/actions/create-github-app-token/issues/665) [#663](https://github.com/actions/create-github-app-token/issues/663) [#662](https://github.com/actions/create-github-app-token/issues/662) [#661](https://github.com/actions/create-github-app-token/issues/661) [#659](https://github.com/actions/create-github-app-token/issues/659) [#660](https://github.com/actions/create-github-app-token/issues/660) [#658](https://github.com/actions/create-github-app-token/issues/658) [#656](https://github.com/actions/create-github-app-token/issues/656) [#657](https://github.com/actions/create-github-app-token/issues/657) [#655](https://github.com/actions/create-github-app-token/issues/655) [#731](https://github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](nodejs/undici#4016) [nodejs/undici#4017](nodejs/undici#4017) [nodejs/undici#4018](nodejs/undici#4018) [nodejs/undici#4008](nodejs/undici#4008) [nodejs/undici#3991](nodejs/undici#3991) [nodejs/undici#4001](nodejs/undici#4001) [nodejs/undici#3980](nodejs/undici#3980) [nodejs/undici#4003](nodejs/undici#4003) [nodejs/undici#3965](nodejs/undici#3965) [nodejs/undici#4002](nodejs/undici#4002) [nodejs/undici#4006](nodejs/undici#4006) [nodejs/undici#3956](nodejs/undici#3956) [nodejs/undici#3964](nodejs/undici#3964) [nodejs/undici#3447](nodejs/undici#3447) [#3966](https://github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](nodejs/undici#3967) [nodejs/undici#3971](nodejs/undici#3971) [nodejs/undici#3954](nodejs/undici#3954) [nodejs/undici#3972](nodejs/undici#3972) [nodejs/undici#3974](nodejs/undici#3974) [nodejs/undici#3976](nodejs/undici#3976) [#3975](https://github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](nodejs/undici#3977) [nodejs/undici#3978](nodejs/undici#3978) [nodejs/undici#3981](nodejs/undici#3981) [nodejs/undici#3983](nodejs/undici#3983) [nodejs/undici#3986](nodejs/undici#3986) [#4021](https://github.com/actions/create-github-app-token/issues/4021) [#4018](https://github.com/actions/create-github-app-token/issues/4018) [#4017](https://github.com/actions/create-github-app-token/issues/4017) [#4016](https://github.com/actions/create-github-app-token/issues/4016) [#4008](https://github.com/actions/create-github-app-token/issues/4008) [#4007](https://github.com/actions/create-github-app-token/issues/4007) [#4006](https://github.com/actions/create-github-app-token/issues/4006) [#3965](https://github.com/actions/create-github-app-token/issues/3965)
…→ v1.11.3 ) (#461) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v1.11.2` -> `v1.11.3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNTguMSIsInVwZGF0ZWRJblZlciI6IjM5LjE1OC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v1.11.2` -> `v1.11.3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v1.11.2` -> `v1.11.3` | | [external-dns](https://redirect.github.com/kubernetes-sigs/external-dns) | | patch | `1.15.0` -> `1.15.1` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `dd74661` -> `9e8d078` | | [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v41.0.8` -> `v41.0.13` | | [traefik/whoami](https://redirect.github.com/traefik/whoami) | | patch | `v1.10.3` -> `v1.10.4` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.11.3`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3) ##### Bug Fixes - **deps:** bump the production-dependencies group with 3 updates ([#​203](https://redirect.github.com/actions/create-github-app-token/issues/203)) ([8e85a3c](https://redirect.github.com/actions/create-github-app-token/commit/8e85a3cf1418b864b528ed9c756cd9c84932d442)), closes [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​665](https://redirect.github.com/actions/create-github-app-token/issues/665) [#​663](https://redirect.github.com/actions/create-github-app-token/issues/663) [#​662](https://redirect.github.com/actions/create-github-app-token/issues/662) [#​661](https://redirect.github.com/actions/create-github-app-token/issues/661) [#​659](https://redirect.github.com/actions/create-github-app-token/issues/659) [#​660](https://redirect.github.com/actions/create-github-app-token/issues/660) [#​658](https://redirect.github.com/actions/create-github-app-token/issues/658) [#​656](https://redirect.github.com/actions/create-github-app-token/issues/656) [#​657](https://redirect.github.com/actions/create-github-app-token/issues/657) [#​655](https://redirect.github.com/actions/create-github-app-token/issues/655) [#​731](https://redirect.github.com/actions/create-github-app-token/issues/731) [nodejs/undici#4016](https://redirect.github.com/nodejs/undici/issues/4016) [nodejs/undici#4017](https://redirect.github.com/nodejs/undici/issues/4017) [nodejs/undici#4018](https://redirect.github.com/nodejs/undici/issues/4018) [nodejs/undici#4008](https://redirect.github.com/nodejs/undici/issues/4008) [nodejs/undici#3991](https://redirect.github.com/nodejs/undici/issues/3991) [nodejs/undici#4001](https://redirect.github.com/nodejs/undici/issues/4001) [nodejs/undici#3980](https://redirect.github.com/nodejs/undici/issues/3980) [nodejs/undici#4003](https://redirect.github.com/nodejs/undici/issues/4003) [nodejs/undici#3965](https://redirect.github.com/nodejs/undici/issues/3965) [nodejs/undici#4002](https://redirect.github.com/nodejs/undici/issues/4002) [nodejs/undici#4006](https://redirect.github.com/nodejs/undici/issues/4006) [nodejs/undici#3956](https://redirect.github.com/nodejs/undici/issues/3956) [nodejs/undici#3964](https://redirect.github.com/nodejs/undici/issues/3964) [nodejs/undici#3447](https://redirect.github.com/nodejs/undici/issues/3447) [#​3966](https://redirect.github.com/actions/create-github-app-token/issues/3966) [nodejs/undici#3967](https://redirect.github.com/nodejs/undici/issues/3967) [nodejs/undici#3971](https://redirect.github.com/nodejs/undici/issues/3971) [nodejs/undici#3954](https://redirect.github.com/nodejs/undici/issues/3954) [nodejs/undici#3972](https://redirect.github.com/nodejs/undici/issues/3972) [nodejs/undici#3974](https://redirect.github.com/nodejs/undici/issues/3974) [nodejs/undici#3976](https://redirect.github.com/nodejs/undici/issues/3976) [#​3975](https://redirect.github.com/actions/create-github-app-token/issues/3975) [nodejs/undici#3977](https://redirect.github.com/nodejs/undici/issues/3977) [nodejs/undici#3978](https://redirect.github.com/nodejs/undici/issues/3978) [nodejs/undici#3981](https://redirect.github.com/nodejs/undici/issues/3981) [nodejs/undici#3983](https://redirect.github.com/nodejs/undici/issues/3983) [nodejs/undici#3986](https://redirect.github.com/nodejs/undici/issues/3986) [#​4021](https://redirect.github.com/actions/create-github-app-token/issues/4021) [#​4018](https://redirect.github.com/actions/create-github-app-token/issues/4018) [#​4017](https://redirect.github.com/actions/create-github-app-token/issues/4017) [#​4016](https://redirect.github.com/actions/create-github-app-token/issues/4016) [#​4008](https://redirect.github.com/actions/create-github-app-token/issues/4008) [#​4007](https://redirect.github.com/actions/create-github-app-token/issues/4007) [#​4006](https://redirect.github.com/actions/create-github-app-token/issues/4006) [#​3965](https://redirect.github.com/actions/create-github-app-token/issues/3965) </details> <details> <summary>renovatebot/github-action (renovatebot/github-action)</summary> ### [`v41.0.13`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.13) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.12...v41.0.13) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.164.1 ([e83265a](https://redirect.github.com/renovatebot/github-action/commit/e83265ae1b6648fc677bdafcb353336745a13e0e)) - update references to renovatebot/github-action to v41.0.12 ([13543ad](https://redirect.github.com/renovatebot/github-action/commit/13543adc84d9f1b2fdd43b78acd4449f10c31856)) ##### Miscellaneous Chores - **deps:** update commitlint monorepo to v19.7.1 ([9e2a6db](https://redirect.github.com/renovatebot/github-action/commit/9e2a6dbf96ed69c3810dfea09b50828bb63c6739)) - **deps:** update dependency typescript-eslint to v8.22.0 ([804d790](https://redirect.github.com/renovatebot/github-action/commit/804d7903494d2419419fba44e72f2512796fbf95)) - **deps:** update pnpm to v9.15.5 ([74e7761](https://redirect.github.com/renovatebot/github-action/commit/74e7761e535a122585086d3cac7ac30effdc20d2)) - **deps:** update pnpm/action-setup action to v4.1.0 ([32ac06d](https://redirect.github.com/renovatebot/github-action/commit/32ac06ddb5521bbff4d3dbadcba3141eda4e4892)) ##### Build System - **deps:** lock file maintenance ([3a55f60](https://redirect.github.com/renovatebot/github-action/commit/3a55f60c7b850aeb0303bdf4b580ccebe0d0b8e8)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.156.2 ([94c58f1](https://redirect.github.com/renovatebot/github-action/commit/94c58f1f9bca203cfd3fb2dd5778c73c5dd993a7)) - **deps:** update renovate docker tag to v39.157.0 ([d667f67](https://redirect.github.com/renovatebot/github-action/commit/d667f678587584e08115b1c204719d27aacefcbe)) - **deps:** update renovate docker tag to v39.158.1 ([2a3ea18](https://redirect.github.com/renovatebot/github-action/commit/2a3ea1893164feda5e804f99c10a5b51aeb86918)) - **deps:** update renovate docker tag to v39.158.2 ([762a70c](https://redirect.github.com/renovatebot/github-action/commit/762a70cf1fb5507f9ba6ab623e9fbf13a59778d2)) - **deps:** update renovate docker tag to v39.159.0 ([7b0b7a1](https://redirect.github.com/renovatebot/github-action/commit/7b0b7a16e3b5b37716618df05e9908c526de003f)) - **deps:** update renovate docker tag to v39.160.1 ([d1f6107](https://redirect.github.com/renovatebot/github-action/commit/d1f6107f96ba87a580190ab7420f068be48b48f7)) - **deps:** update renovate docker tag to v39.161.0 ([9830fc3](https://redirect.github.com/renovatebot/github-action/commit/9830fc31741cf313f741224a4199fa389051b98f)) - **deps:** update renovate docker tag to v39.161.2 ([c48ffea](https://redirect.github.com/renovatebot/github-action/commit/c48ffead91b0b4a1bece2a2edb1d0a64e520c2b0)) - **deps:** update renovate docker tag to v39.161.3 ([6ae693e](https://redirect.github.com/renovatebot/github-action/commit/6ae693e83f3b1c47db6ab1606d21752683d4b21d)) - **deps:** update renovate docker tag to v39.161.4 ([086a836](https://redirect.github.com/renovatebot/github-action/commit/086a8362c2b3bdac01f36f7bf39b65380a9b94c9)) - **deps:** update renovate docker tag to v39.161.5 ([a49bf26](https://redirect.github.com/renovatebot/github-action/commit/a49bf2642dd65b221acd7a736a8ad925cd5a9667)) - **deps:** update renovate docker tag to v39.161.6 ([b362fa6](https://redirect.github.com/renovatebot/github-action/commit/b362fa6afef4cb01441020936382213998cb58ee)) - **deps:** update renovate docker tag to v39.162.1 ([6431a4b](https://redirect.github.com/renovatebot/github-action/commit/6431a4b3f28821c6a95b97dbfbfce6de30df09a9)) - **deps:** update renovate docker tag to v39.162.2 ([6836777](https://redirect.github.com/renovatebot/github-action/commit/6836777639e514e36a1a5aac6994645362f98da8)) - **deps:** update renovate docker tag to v39.162.3 ([285415e](https://redirect.github.com/renovatebot/github-action/commit/285415e09fb22835c1de36b47d1ac5f767dc4b5a)) - **deps:** update renovate docker tag to v39.163.0 ([3d8de2c](https://redirect.github.com/renovatebot/github-action/commit/3d8de2c6a376601b7e0174de8a7927f48bc06182)) - **deps:** update renovate docker tag to v39.164.0 ([5b6670d](https://redirect.github.com/renovatebot/github-action/commit/5b6670d4701b1763ff229d57ed8d7a4e095c187e)) - **deps:** update renovate docker tag to v39.164.1 ([7b37579](https://redirect.github.com/renovatebot/github-action/commit/7b375798423723026fcfde828fc960fe5cff919b)) ### [`v41.0.12`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.12) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.11...v41.0.12) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.156.1 ([6ff5904](https://redirect.github.com/renovatebot/github-action/commit/6ff5904550557153d94c6f63f31e44dbd94340c4)) - update references to renovatebot/github-action to v41.0.11 ([840f63e](https://redirect.github.com/renovatebot/github-action/commit/840f63e2c1ae03dfb7114018985bf7c3457fd1e6)) ##### Miscellaneous Chores - **deps:** update actions/setup-node action to v4.2.0 ([da640a3](https://redirect.github.com/renovatebot/github-action/commit/da640a3289ed307016d4782b1d66fa2a298a37fb)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.15 ([0a13ea2](https://redirect.github.com/renovatebot/github-action/commit/0a13ea2dbaf6c87ea1a8e1b64b31166514616023)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.16 ([aad5599](https://redirect.github.com/renovatebot/github-action/commit/aad559942168762a40a29e3708313895e7b18289)) - **deps:** update dependency lint-staged to v15.4.2 ([0cfd395](https://redirect.github.com/renovatebot/github-action/commit/0cfd395e7177697866a944422a38f31ad5f24fe9)) - **deps:** update dependency lint-staged to v15.4.3 ([90f9ffd](https://redirect.github.com/renovatebot/github-action/commit/90f9ffdf9ccf54f0782bebed763ed32851ba292f)) - **deps:** update dependency typescript-eslint to v8.21.0 ([26e3767](https://redirect.github.com/renovatebot/github-action/commit/26e3767cac3a442d078549d077b561fb0b40d320)) - **deps:** update linters to v9.19.0 ([dc9e50f](https://redirect.github.com/renovatebot/github-action/commit/dc9e50fa18b07e005e5789f2a35e17e77193e7a1)) ##### Build System - **deps:** lock file maintenance ([c646737](https://redirect.github.com/renovatebot/github-action/commit/c646737305cbb6143e6040c2da5f82616f3ff83f)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.135.1 ([4fcfb7c](https://redirect.github.com/renovatebot/github-action/commit/4fcfb7ce67c9c689df9afd723544b1663e3c155f)) - **deps:** update renovate docker tag to v39.136.0 ([cedf67e](https://redirect.github.com/renovatebot/github-action/commit/cedf67eb6856a6efb8fd241281e5330d9c1e0d65)) - **deps:** update renovate docker tag to v39.136.1 ([99d7653](https://redirect.github.com/renovatebot/github-action/commit/99d7653e846491d421f1c1c6ff6dda06190eb000)) - **deps:** update renovate docker tag to v39.137.0 ([82aac2e](https://redirect.github.com/renovatebot/github-action/commit/82aac2ee444df6044bf89fd49f39ce47b68c7a9f)) - **deps:** update renovate docker tag to v39.137.1 ([45b12c2](https://redirect.github.com/renovatebot/github-action/commit/45b12c24e81fbd7e8705dcbcdce5863d19d276c0)) - **deps:** update renovate docker tag to v39.137.2 ([27ac8ca](https://redirect.github.com/renovatebot/github-action/commit/27ac8cac4a8f408b0fdb2e4baf85ee396070e62d)) - **deps:** update renovate docker tag to v39.138.0 ([9fb9d1b](https://redirect.github.com/renovatebot/github-action/commit/9fb9d1b6f0161bf0bfec762079559862a1340bd2)) - **deps:** update renovate docker tag to v39.138.2 ([7bea063](https://redirect.github.com/renovatebot/github-action/commit/7bea063613a595eec84f82aff438b6aa989daa9e)) - **deps:** update renovate docker tag to v39.139.0 ([4988301](https://redirect.github.com/renovatebot/github-action/commit/4988301fe9bdc7a2fa22b2589e9e35ddd8f3616b)) - **deps:** update renovate docker tag to v39.140.0 ([bc40d1f](https://redirect.github.com/renovatebot/github-action/commit/bc40d1f7aa0651c9ccb1668fa042a9210dc93919)) - **deps:** update renovate docker tag to v39.140.1 ([8f087ea](https://redirect.github.com/renovatebot/github-action/commit/8f087ea561ba6cbe577bd68e56505685f4af30ef)) - **deps:** update renovate docker tag to v39.140.2 ([5b7b885](https://redirect.github.com/renovatebot/github-action/commit/5b7b885a8b2cf38fbe4d496567be4e3d421608d7)) - **deps:** update renovate docker tag to v39.141.0 ([000db1c](https://redirect.github.com/renovatebot/github-action/commit/000db1c39c92d1eefa9acba815d5495699f9119e)) - **deps:** update renovate docker tag to v39.142.0 ([8bf6d40](https://redirect.github.com/renovatebot/github-action/commit/8bf6d40927948181019e170e3bed2823df67cd50)) - **deps:** update renovate docker tag to v39.144.2 ([f535ee2](https://redirect.github.com/renovatebot/github-action/commit/f535ee27e5dc57403d5928f3db84b083ee940100)) - **deps:** update renovate docker tag to v39.144.4 ([38c56d6](https://redirect.github.com/renovatebot/github-action/commit/38c56d6c91584dd88f72a74ee3ac20ff9644e233)) - **deps:** update renovate docker tag to v39.145.0 ([7d65739](https://redirect.github.com/renovatebot/github-action/commit/7d6573964148189696240bb3a333cb2b5470d647)) - **deps:** update renovate docker tag to v39.145.1 ([bc512cf](https://redirect.github.com/renovatebot/github-action/commit/bc512cfad0d7fc45f1bc717be7327d9022469d06)) - **deps:** update renovate docker tag to v39.146.1 ([144d75c](https://redirect.github.com/renovatebot/github-action/commit/144d75c2904a5d5b9cfae304a9019be4d1e5efbc)) - **deps:** update renovate docker tag to v39.146.2 ([71c847c](https://redirect.github.com/renovatebot/github-action/commit/71c847c8e5e7e0bd6ba1dbc761203ca349450064)) - **deps:** update renovate docker tag to v39.146.3 ([fa42c46](https://redirect.github.com/renovatebot/github-action/commit/fa42c46ec6c5d718225144d5e539a1ba02b20e00)) - **deps:** update renovate docker tag to v39.149.0 ([e3cd1c5](https://redirect.github.com/renovatebot/github-action/commit/e3cd1c58b3208f97cd1b1f906c5e58ff980313eb)) - **deps:** update renovate docker tag to v39.151.0 ([afc6304](https://redirect.github.com/renovatebot/github-action/commit/afc630474892000934f6db291cddd425843e3ade)) - **deps:** update renovate docker tag to v39.153.1 ([eae5916](https://redirect.github.com/renovatebot/github-action/commit/eae5916b4065adb15def39eb46b6c689d403d550)) - **deps:** update renovate docker tag to v39.156.1 ([8bb9eb9](https://redirect.github.com/renovatebot/github-action/commit/8bb9eb93e6beb9ff5a25029b9e1908afcf7a883d)) ### [`v41.0.11`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.11) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.10...v41.0.11) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.134.0 ([8a6f847](https://redirect.github.com/renovatebot/github-action/commit/8a6f847c9b6de4fa794365d47049a2d97f38a8cb)) - update references to renovatebot/github-action to v41.0.10 ([1ea0e86](https://redirect.github.com/renovatebot/github-action/commit/1ea0e86e399c29313dd2903a64a3404a30c52ed1)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.13 ([b9084b4](https://redirect.github.com/renovatebot/github-action/commit/b9084b4610b46b483959ea8b344b94df966914f1)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.14 ([0786400](https://redirect.github.com/renovatebot/github-action/commit/07864001223e4cf01a566cf59d0a4f6046ad2a03)) - **deps:** update dependency lint-staged to v15.4.0 ([1391682](https://redirect.github.com/renovatebot/github-action/commit/1391682f69adfc54abb7d7e7227c4557f0482482)) - **deps:** update dependency lint-staged to v15.4.1 ([d431925](https://redirect.github.com/renovatebot/github-action/commit/d431925a54b0417c5fcfe972b631737475333844)) - **deps:** update dependency typescript-eslint to v8.20.0 ([0c61906](https://redirect.github.com/renovatebot/github-action/commit/0c6190660535e665b3eb7d31c91fa0145d425b6f)) - **deps:** update node.js to v20.18.2 ([9e9d7fa](https://redirect.github.com/renovatebot/github-action/commit/9e9d7fa0870e6b4f351139e0dccc59a9546fdd99)) - **deps:** update pnpm to v9.15.4 ([f9da1f8](https://redirect.github.com/renovatebot/github-action/commit/f9da1f84c952ce3c5a4c4f713ba587bb30845eee)) ##### Build System - **deps:** lock file maintenance ([64cd40c](https://redirect.github.com/renovatebot/github-action/commit/64cd40cec07853bccefdeb228fd67fa8a5d0d333)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.117.3 ([db52bef](https://redirect.github.com/renovatebot/github-action/commit/db52bef355774f760d0bcf9018f102f9851a5d2f)) - **deps:** update renovate docker tag to v39.118.0 ([b4aade1](https://redirect.github.com/renovatebot/github-action/commit/b4aade1dea41f3e5f2d56e89e7af4eafca7366fb)) - **deps:** update renovate docker tag to v39.118.1 ([e0087f4](https://redirect.github.com/renovatebot/github-action/commit/e0087f4276b719b51b69168adc5aee9d06410ff3)) - **deps:** update renovate docker tag to v39.118.2 ([5ddffc6](https://redirect.github.com/renovatebot/github-action/commit/5ddffc68972ca595f80ea1c28b4b0da15c015ba7)) - **deps:** update renovate docker tag to v39.118.3 ([2b813af](https://redirect.github.com/renovatebot/github-action/commit/2b813af60171ad338ee9f119231650c8c7dd6a53)) - **deps:** update renovate docker tag to v39.118.4 ([9c29118](https://redirect.github.com/renovatebot/github-action/commit/9c2911823add3357e9cfa202f9824bfdb59a0bf5)) - **deps:** update renovate docker tag to v39.118.5 ([62fa556](https://redirect.github.com/renovatebot/github-action/commit/62fa5562c2263a8dbfff3a5900a728a098ac7f06)) - **deps:** update renovate docker tag to v39.119.0 ([ec1cc42](https://redirect.github.com/renovatebot/github-action/commit/ec1cc4227e01f6a39412a8e5952d3b4176ad4960)) - **deps:** update renovate docker tag to v39.119.1 ([85912a0](https://redirect.github.com/renovatebot/github-action/commit/85912a0d4ada3e7e354cec2568a3c6df54a24c7d)) - **deps:** update renovate docker tag to v39.120.0 ([610dacf](https://redirect.github.com/renovatebot/github-action/commit/610dacf505697f8e15ab3cadf95133b311a8de7a)) - **deps:** update renovate docker tag to v39.120.2 ([b91e0a6](https://redirect.github.com/renovatebot/github-action/commit/b91e0a69628b3f5c8a1cbc0c75f8237c7e76cb29)) - **deps:** update renovate docker tag to v39.120.3 ([6b6fcd4](https://redirect.github.com/renovatebot/github-action/commit/6b6fcd4ece93e90f3ab51e0931ae905e1c665b18)) - **deps:** update renovate docker tag to v39.120.4 ([282d862](https://redirect.github.com/renovatebot/github-action/commit/282d86278a5953434adc1242c9aca85f10297b26)) - **deps:** update renovate docker tag to v39.122.0 ([cec240a](https://redirect.github.com/renovatebot/github-action/commit/cec240a6f6575db6bc99508a3532b033b7de2695)) - **deps:** update renovate docker tag to v39.122.1 ([75a15aa](https://redirect.github.com/renovatebot/github-action/commit/75a15aa8157f0e5b4516fcee4f27e0deee725f4d)) - **deps:** update renovate docker tag to v39.122.3 ([c7872db](https://redirect.github.com/renovatebot/github-action/commit/c7872dba32128d59b42cfe86de7c3aa21a45db16)) - **deps:** update renovate docker tag to v39.123.0 ([1574276](https://redirect.github.com/renovatebot/github-action/commit/15742764f038bfc95cf60ee41c7ae344f39ec3df)) - **deps:** update renovate docker tag to v39.124.0 ([0183c30](https://redirect.github.com/renovatebot/github-action/commit/0183c3012a4af62389ad626233bf9033c22b75c3)) - **deps:** update renovate docker tag to v39.125.1 ([e01f8e9](https://redirect.github.com/renovatebot/github-action/commit/e01f8e95e1453205338e1a7bd867dcd820a03471)) - **deps:** update renovate docker tag to v39.126.0 ([73937d2](https://redirect.github.com/renovatebot/github-action/commit/73937d2d819af5d2546b9174b548404d4184fa17)) - **deps:** update renovate docker tag to v39.126.1 ([197571e](https://redirect.github.com/renovatebot/github-action/commit/197571e580037512ea3022bc22388760ec583ee6)) - **deps:** update renovate docker tag to v39.128.0 ([f817841](https://redirect.github.com/renovatebot/github-action/commit/f817841220ef3a968ad4eaee56ce301b5f568392)) - **deps:** update renovate docker tag to v39.129.0 ([e7c4a08](https://redirect.github.com/renovatebot/github-action/commit/e7c4a089fca76d2a10a3d0b12748f69f3deb5e97)) - **deps:** update renovate docker tag to v39.131.0 ([c10a511](https://redirect.github.com/renovatebot/github-action/commit/c10a511d13e1af0398f416f50d4dd01286988ca1)) - **deps:** update renovate docker tag to v39.132.1 ([d5e0876](https://redirect.github.com/renovatebot/github-action/commit/d5e0876164455e126282f3d688de61ce246352be)) - **deps:** update renovate docker tag to v39.133.2 ([5f92038](https://redirect.github.com/renovatebot/github-action/commit/5f920382dd2391eb8bbb99598b3b9b3a09ac79c2)) - **deps:** update renovate docker tag to v39.133.3 ([65396f7](https://redirect.github.com/renovatebot/github-action/commit/65396f7745fc8800744f2c36988d6c4c17daa204)) - **deps:** update renovate docker tag to v39.133.4 ([9b370c6](https://redirect.github.com/renovatebot/github-action/commit/9b370c61a6051ddf72c791ec6a2b275b2f4a198b)) - **deps:** update renovate docker tag to v39.134.0 ([bb6fc57](https://redirect.github.com/renovatebot/github-action/commit/bb6fc57fb32a2f98e767bc7221ccffd96cd930ea)) ### [`v41.0.10`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.10) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.9...v41.0.10) ##### Documentation - update references to ghcr.io/renovatebot/renovate to v39.117.2 ([9e75352](https://redirect.github.com/renovatebot/github-action/commit/9e753522d6ac00e785509673281fdfa3158981ed)) - update references to renovatebot/github-action to v41.0.9 ([eed61f7](https://redirect.github.com/renovatebot/github-action/commit/eed61f77bda53a9dae0b9c2af867558e6f414d3b)) ##### Miscellaneous Chores - **deps:** update linters to v9.18.0 ([2adb4e1](https://redirect.github.com/renovatebot/github-action/commit/2adb4e169a3becd75de3985ed57f18cb37c0dcb4)) ##### Build System - **deps:** lock file maintenance ([e3c81ef](https://redirect.github.com/renovatebot/github-action/commit/e3c81ef92ae054af2b06ebc3bdce7fa17e7de7e5)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.109.0 ([93eb1b1](https://redirect.github.com/renovatebot/github-action/commit/93eb1b1d4b8c3ef2e7853ae8bd4d1f4a36bb1a8a)) - **deps:** update renovate docker tag to v39.111.0 ([93b4328](https://redirect.github.com/renovatebot/github-action/commit/93b43289952d5cc6bfe1bb82f4d781b35df52095)) - **deps:** update renovate docker tag to v39.113.0 ([6ed8aa8](https://redirect.github.com/renovatebot/github-action/commit/6ed8aa886f0465fbb958e345e85c9c96a180362d)) - **deps:** update renovate docker tag to v39.116.0 ([36d32e4](https://redirect.github.com/renovatebot/github-action/commit/36d32e4b42eefabf8e3e797d2ee74ff586b62d5f)) - **deps:** update renovate docker tag to v39.116.1 ([c319df4](https://redirect.github.com/renovatebot/github-action/commit/c319df4c589bcab420b8ec33bf97ede92b922216)) - **deps:** update renovate docker tag to v39.117.2 ([d5a0fb7](https://redirect.github.com/renovatebot/github-action/commit/d5a0fb7a1bf0f7b076ae31592e886fcd6484c1ae)) ### [`v41.0.9`](https://redirect.github.com/renovatebot/github-action/releases/tag/v41.0.9) [Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v41.0.8...v41.0.9) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.11 ([ac995f8](https://redirect.github.com/renovatebot/github-action/commit/ac995f89265f3571fa6914355312237a81cf9c1f)) - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v20.17.12 ([c6759f5](https://redirect.github.com/renovatebot/github-action/commit/c6759f55e545421fa588359b3b745d79dad675a7)) - **deps:** update dependency semantic-release to v24.2.1 ([2e8f00a](https://redirect.github.com/renovatebot/github-action/commit/2e8f00a090f0e8081ef973feefeb07b7d6983b16)) - **deps:** update dependency typescript-eslint to v8.19.0 ([0cf177f](https://redirect.github.com/renovatebot/github-action/commit/0cf177fa3426a7537eba6ebb2f4a6ff51a785ab9)) - **deps:** update dependency typescript-eslint to v8.19.1 ([9850354](https://redirect.github.com/renovatebot/github-action/commit/9850354365743283250e0cb5b32c6dcef6819104)) - **deps:** update pnpm to v9.15.3 ([9584d94](https://redirect.github.com/renovatebot/github-action/commit/9584d94dfcbc2de0052dd8f6285eb2da6c9f5b36)) ##### Build System - **deps:** update dependency typescript to v5.7.3 ([c7fc04f](https://redirect.github.com/renovatebot/github-action/commit/c7fc04fdaec372f8916a7e0e2ef5fd31d279907c)) ##### Continuous Integration - **deps:** update renovate docker tag to v39.100.0 ([30e644e](https://redirect.github.com/renovatebot/github-action/commit/30e644e9e28ec57321e8fcacdfdce0d9115f1108)) - **deps:** update renovate docker tag to v39.100.1 ([24d0c81](https://redirect.github.com/renovatebot/github-action/commit/24d0c81d7bfc4dfabf2e085cea68bd50318730b4)) - **deps:** update renovate docker tag to v39.106.0 ([2b5b0b7](https://redirect.github.com/renovatebot/github-action/commit/2b5b0b7eac159595cf6862c921a5d6f180ee3019)) - **deps:** update renovate docker tag to v39.106.1 ([0e78ef2](https://redirect.github.com/renovatebot/github-action/commit/0e78ef205730a52e4b93e79ed72ac956836546e5)) - **deps:** update renovate docker tag to v39.107.0 ([a66ffb9](https://redirect.github.com/renovatebot/github-action/commit/a66ffb9f03774ea4d119e1ad1b372261a01762f7)) - **deps:** update renovate docker tag to v39.107.2 ([ac7efcb](https://redirect.github.com/renovatebot/github-action/commit/ac7efcbf2112088923aa9fcea0ebafe7ba522716)) - **deps:** update renovate docker tag to v39.91.1 ([81aa34c](https://redirect.github.com/renovatebot/github-action/commit/81aa34c9c30ba3a038247562277f354316599407)) - **deps:** update renovate docker tag to v39.91.2 ([0960bc7](https://redirect.github.com/renovatebot/github-action/commit/0960bc714f896b754a822b5905b89a5bf695096c)) - **deps:** update renovate docker tag to v39.91.3 ([22171c8](https://redirect.github.com/renovatebot/github-action/commit/22171c8deb93041c8e6026f4be1f1df5ef24b411)) - **deps:** update renovate docker tag to v39.91.4 ([05db8e8](https://redirect.github.com/renovatebot/github-action/commit/05db8e807c027d68e7f1d1590dd766ac3c13c928)) - **deps:** update renovate docker tag to v39.92.0 ([1dfc65b](https://redirect.github.com/renovatebot/github-action/commit/1dfc65b11791e6499c975ddf35170f38470b6c1e)) - **deps:** update renovate docker tag to v39.93.0 ([c2c4618](https://redirect.github.com/renovatebot/github-action/commit/c2c46186172afea24099fa6e39aa08dcc42eb634)) - **deps:** update renovate docker tag to v39.95.0 ([a02b997](https://redirect.github.com/renovatebot/github-action/commit/a02b997ec424cb5d0d882ee0607d0cffe4aa98b9)) - **deps:** update renovate docker tag to v39.96.0 ([e881b07](https://redirect.github.com/renovatebot/github-action/commit/e881b07ac6c45d480b74f6fa72f55370d5ba12f8)) - **deps:** update renovate docker tag to v39.96.1 ([76d731b](https://redirect.github.com/renovatebot/github-action/commit/76d731b14a8acfb82fcbdcd65f5fbe43284392e2)) - **deps:** update renovate docker tag to v39.96.2 ([f9cb8c1](https://redirect.github.com/renovatebot/github-action/commit/f9cb8c108490d21bde803e172a6bdf0454e0f2f8)) - **deps:** update renovate docker tag to v39.97.0 ([e6adcb3](https://redirect.github.com/renovatebot/github-action/commit/e6adcb3ed48ebd666e91176085c0e326539e96de)) - **deps:** update renovate docker tag to v39.98.0 ([e998aa9](https://redirect.github.com/renovatebot/github-action/commit/e998aa92e90630c41949af574644f37f818b5a6e)) - **deps:** update renovate docker tag to v39.99.0 ([23649a9](https://redirect.github.com/renovatebot/github-action/commit/23649a91b5bc24cdfcb06c0139b08ca57eafda4a)) - **deps:** update wagoid/commitlint-github-action action to v6.2.1 ([68bfdaf](https://redirect.github.com/renovatebot/github-action/commit/68bfdafefc902bf440c394c3fd81231d61964eec)) </details> <details> <summary>traefik/whoami (traefik/whoami)</summary> ### [`v1.10.4`](https://redirect.github.com/traefik/whoami/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/traefik/whoami/compare/v1.10.3...v1.10.4) #### Changelog - [`4c339e1`](https://redirect.github.com/traefik/whoami/commit/4c339e1) chore(ci): upgrade go to v1.23 and linter - [`b49779d`](https://redirect.github.com/traefik/whoami/commit/b49779d) feat: add issue template </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/komailo/helm-charts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJwYXRjaCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Komail Kanjee <[email protected]>
Adjust to avoid creating a temporary buffer