Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency go-task/task to v3.38.0 in .github/wor…
…kflows/release.yml (#77) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [go-task/task](https://togithub.com/go-task/task) | minor | `3.37.2` -> `3.38.0` | --- ### Release Notes <details> <summary>go-task/task (go-task/task)</summary> ### [`v3.38.0`](https://togithub.com/go-task/task/blob/HEAD/CHANGELOG.md#v3380---2024-06-30) [Compare Source](https://togithub.com/go-task/task/compare/v3.37.2...v3.38.0) - Added `TASK_EXE` special variable ([#​1616](https://togithub.com/go-task/task/issues/1616), [#​1624](https://togithub.com/go-task/task/issues/1624) by [@​pd93](https://togithub.com/pd93) and [@​andreynering](https://togithub.com/andreynering)). - Some YAML parsing errors will now show in a more user friendly way ([#​1619](https://togithub.com/go-task/task/issues/1619) by [@​pd93](https://togithub.com/pd93)). - Prefixed outputs will now be colorized by default ([#​1572](https://togithub.com/go-task/task/issues/1572) by [@​AlexanderArvidsson](https://togithub.com/AlexanderArvidsson)) - [References](https://taskfile.dev/usage/#referencing-other-variables) are now generally available (no experiments required) ([#​1654](https://togithub.com/go-task/task/issues/1654) by [@​pd93](https://togithub.com/pd93)). - Templating functions can now be used in references ([#​1645](https://togithub.com/go-task/task/issues/1645), [#​1654](https://togithub.com/go-task/task/issues/1654) by [@​pd93](https://togithub.com/pd93)). - Added a new [templating reference page](https://taskfile.dev/reference/templating/) to the documentation ([#​1614](https://togithub.com/go-task/task/issues/1614), [#​1653](https://togithub.com/go-task/task/issues/1653) by [@​pd93](https://togithub.com/pd93)). - If using the [Map Variables experiment (1)](https://taskfile.dev/experiments/map-variables/?proposal=1), references are available by [prefixing a string with a `#`](https://taskfile.dev/experiments/map-variables/?proposal=1#references) ([#​1654](https://togithub.com/go-task/task/issues/1654) by [@​pd93](https://togithub.com/pd93)). - If using the [Map Variables experiment (2)](https://taskfile.dev/experiments/map-variables/?proposal=2), the `yaml` and `json` keys are no longer available ([#​1654](https://togithub.com/go-task/task/issues/1654) by [@​pd93](https://togithub.com/pd93)). - Added a new `TASK_REMOTE_DIR` environment variable to configure where cached remote Taskfiles are stored ([#​1661](https://togithub.com/go-task/task/issues/1661) by [@​vmaerten](https://togithub.com/vmaerten)). - Added a new `--clear-cache` flag to clear the cache of remote Taskfiles ([#​1639](https://togithub.com/go-task/task/issues/1639) by [@​vmaerten](https://togithub.com/vmaerten)). - Improved the readability of cached remote Taskfile filenames ([#​1636](https://togithub.com/go-task/task/issues/1636) by [@​vmaerten](https://togithub.com/vmaerten)). - Starting releasing a binary for the `riscv64` architecture on Linux ([#​1699](https://togithub.com/go-task/task/issues/1699) by [@​mengzhuo](https://togithub.com/mengzhuo)). - Added `CLI_SILENT` and `CLI_VERBOSE` variables ([#​1480](https://togithub.com/go-task/task/issues/1480), [#​1669](https://togithub.com/go-task/task/issues/1669) by [@​Vince-Smith](https://togithub.com/Vince-Smith)). - Fixed a couple of bugs with the `prompt:` feature ([#​1657](https://togithub.com/go-task/task/issues/1657) by [@​pd93](https://togithub.com/pd93)). - Fixed JSON Schema to disallow invalid properties ([#​1657](https://togithub.com/go-task/task/issues/1657) by [@​pd93](https://togithub.com/pd93)). - Fixed version checks not working as intended ([#​872](https://togithub.com/go-task/task/issues/872), [#​1663](https://togithub.com/go-task/task/issues/1663) by [@​vmaerten](https://togithub.com/vmaerten)). - Fixed a bug where included tasks were run multiple times even if `run: once` was set ([#​852](https://togithub.com/go-task/task/issues/852), [#​1655](https://togithub.com/go-task/task/issues/1655) by [@​pd93](https://togithub.com/pd93)). - Fixed some bugs related to column formatting in the terminal ([#​1350](https://togithub.com/go-task/task/issues/1350), [#​1637](https://togithub.com/go-task/task/issues/1637), [#​1656](https://togithub.com/go-task/task/issues/1656) by [@​vmaerten](https://togithub.com/vmaerten)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/jippi/dottie). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information