ras0q / dotfiles-v2

Cross-platform dotfiles (Windows, Mac, Ubuntu) powered by Deno
1 stars 0 forks source link

chore(deps): update dependency aquaproj/aqua to v2.28.0 #266

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua minor v2.27.4 -> v2.28.0

Release Notes

aquaproj/aqua (aquaproj/aqua) ### [`v2.28.0`](https://togithub.com/aquaproj/aqua/releases/tag/v2.28.0) [Compare Source](https://togithub.com/aquaproj/aqua/compare/v2.27.4...v2.28.0-1) [Pull Requests](https://togithub.com/aquaproj/aqua/pulls?q=is%3Apr+milestone%3Av2.28.0) | [Issues](https://togithub.com/aquaproj/aqua/issues?q=is%3Aissue+milestone%3Av2.28.0) | https://github.com/aquaproj/aqua/compare/v2.27.4...v2.28.0 ##### Features [#​2609](https://togithub.com/orgs/aquaproj/discussions/2609) [#​2730](https://togithub.com/aquaproj/aqua/issues/2730) [#​2632](https://togithub.com/aquaproj/aqua/issues/2632) Support getting a package version from go directive in go.mod or go.work From Go 1.21, the version of Go is decided by go directive in go.mod or go.work. https://go.dev/doc/toolchain e.g. module github.com/aquaproj/aqua/v2 go 1.22.3 This can cause an issue that the version of Go may be different from the version defined in aqua.yaml. And we need to define go version in two places. To solve the issue, this pull request enables aqua to get the version of go from go directive in go.mod or go.work. You can specify the path to go.mod or go.work by a field `go_version_file`. e.g. ```yaml packages: - name: golang/go go_version_file: go.mod ``` Then you can define go version only in go.mod or go.work. > \[!CAUTION] > The version of Go must be a semver x.y.z. > You can't omit a patch version. [#​2880](https://togithub.com/aquaproj/aqua/issues/2880) Ignore invalid packages and continue working When reading aqua.yaml, aqua ignores invalid packages and continues working. This improves the robustness.

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.