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.24.0 #1172

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 minor v2.23.2 -> v2.24.0

Release Notes

aquaproj/aqua (aquaproj/aqua) ### [`v2.24.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.24.0) [Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.23.2-1...v2.24.0-2) [Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.24.0) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.24.0) | https://github.com/aquaproj/aqua/compare/v2.23.2...v2.24.0 #### Features [#​2709](https://togithub.com/orgs/aquaproj/discussions/2709) [#​2733](https://togithub.com/aquaproj/aqua/issues/2733) Support listing installed packages Command line options `-installed` and `-all [-a]` were added to `aqua list` command. ```sh aqua list -installed [-a] ``` If `-installed` is set, installed packages are outputted. e.g. ```console $ aqua list -installed rhysd/actionlint v1.6.27 standard suzuki-shunsuke/cmdx v1.7.4 standard sigstore/cosign v1.13.2 standard suzuki-shunsuke/ghalint v0.2.9 standard int128/ghcp v1.13.2 standard golangci/golangci-lint v1.56.2 standard goreleaser/goreleaser v1.24.0 standard reviewdog/reviewdog v0.17.1 standard ``` By default, global configuration files are ignored. To output packages in global configuration files too, please set the option `-all [-a]`. ```console $ aqua list -a -installed ```

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.