slurpcode / slurp

One repo to rule them all !!?!?!! šŸ¤“ šŸ˜Ž
https://slurp.rtfd.io/
GNU General Public License v3.0
54 stars 75 forks source link

chore(deps): update cloudflare/wrangler-action action to v3.6.1 - autoclosed #2644

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloudflare/wrangler-action action minor v3.4.1 -> v3.6.1

Release Notes

cloudflare/wrangler-action (cloudflare/wrangler-action) ### [`v3.6.1`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.6.1) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.6.0...v3.6.1) ##### Patch Changes - [#​265](https://togithub.com/cloudflare/wrangler-action/pull/265) [`2d275a8f2d279dc91912c1ff8023af109ef3280c`](https://togithub.com/cloudflare/wrangler-action/commit/2d275a8f2d279dc91912c1ff8023af109ef3280c) Thanks [@​Maximo-Guk](https://togithub.com/Maximo-Guk)! - Reverts [#​235](https://togithub.com/cloudflare/wrangler-action/issues/235) which may have caused the latest version of wrangler to be installed, if no wrangler version was found ### [`v3.6.0`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.6.0) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.5.0...v3.6.0) ##### Minor Changes - [#​235](https://togithub.com/cloudflare/wrangler-action/pull/235) [`0545ad285acaff2b92053d636ee17fb303b4c5f5`](https://togithub.com/cloudflare/wrangler-action/commit/0545ad285acaff2b92053d636ee17fb303b4c5f5) Thanks [@​AdiRishi](https://togithub.com/AdiRishi)! - wrangler-action will now re-use existing wrangler installations when available ### [`v3.5.0`](https://togithub.com/cloudflare/wrangler-action/releases/tag/v3.5.0) [Compare Source](https://togithub.com/cloudflare/wrangler-action/compare/v3.4.1...v3.5.0) ##### Minor Changes - [#​255](https://togithub.com/cloudflare/wrangler-action/pull/255) [`31a6263ef3ec73ff2d03cb4c0260379f96f7598c`](https://togithub.com/cloudflare/wrangler-action/commit/31a6263ef3ec73ff2d03cb4c0260379f96f7598c) Thanks [@​matthewdavidrodgers](https://togithub.com/matthewdavidrodgers)! - Stop racing secret uploads For up to date versions of wrangler, secrets are uploaded via the 'secret:bulk' command, which batches updates in a single API call. For versions of wrangler without that capability, the action falls back to the single 'secret put' command for each secret. It races all these with a Promise.all() Unfortunately, the single secret API cannot handle concurrency - at best, these calls have to wait on one another, holding requests open all the while. Often it times out and errors. This fixes the legacy secret upload errors by making these calls serially instead of concurrently.

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 has been generated by Mend Renovate. View repository job log here.