suzuki-shunsuke / tfcmt

Fork of mercari/tfnotify. tfcmt enhances tfnotify in many ways, including Terraform >= v0.15 support and advanced formatting options
https://suzuki-shunsuke.github.io/tfcmt/
Other
406 stars 45 forks source link

chore(deps): update dependency aquaproj/aqua to v2.23.2 #1165

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua patch v2.23.1 -> v2.23.2

Release Notes

aquaproj/aqua (aquaproj/aqua) ### [`v2.23.2`](https://togithub.com/aquaproj/aqua/releases/tag/v2.23.2) [Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.23.1...v2.23.2-1) [Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.23.2) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.23.2) | https://github.com/aquaproj/aqua/compare/v2.23.1...v2.23.2 #### Fixes [#​2714](https://togithub.com/aquaproj/aqua/issues/2714) Fix a bug that it fails to download large files from GitHub repositories Use the API [RepositoriesService.DownloadContents](https://pkg.go.dev/github.com/google/go-github/v60/github#RepositoriesService.DownloadContents) instead of [RepositoriesService.GetContents](https://pkg.go.dev/github.com/google/go-github/v60/github#RepositoriesService.GetContents) to download large files from GitHub. https://pkg.go.dev/github.com/google/go-github/v60/github#RepositoriesService.DownloadContents > DownloadContents returns an io.ReadCloser that reads the contents of the specified file. > This function will work with files of any size, as opposed to GetContents which is limited to 1 Mb files. It is the caller's responsibility to close the ReadCloser. #### Others Update Go 1.21.6 to 1.22.0

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.



This PR has been generated by Mend Renovate. View repository job log here.