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.41.0 in .github/wor…
…kflows/release.yml (#147) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [go-task/task](https://redirect.github.com/go-task/task) | minor | `3.40.1` -> `3.41.0` | --- ### Release Notes <details> <summary>go-task/task (go-task/task)</summary> ### [`v3.41.0`](https://redirect.github.com/go-task/task/blob/HEAD/CHANGELOG.md#v3410---2025-01-18) [Compare Source](https://redirect.github.com/go-task/task/compare/v3.40.1...v3.41.0) - Fixed an issue where dynamic variables were not properly logged in verbose mode ([#​1920](https://redirect.github.com/go-task/task/issues/1920), [#​1921](https://redirect.github.com/go-task/task/issues/1921) by [@​mgbowman](https://redirect.github.com/mgbowman)). - Support `silent` for defer statements ([#​1877](https://redirect.github.com/go-task/task/issues/1877), [#​1879](https://redirect.github.com/go-task/task/issues/1879) by [@​danilobuerger](https://redirect.github.com/danilobuerger)). - Added an option to exclude some tasks from being included ([#​1859](https://redirect.github.com/go-task/task/issues/1859) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Fixed an issue where a required variable was incorrectly handled in a template function ([#​1950](https://redirect.github.com/go-task/task/issues/1950), [#​1962](https://redirect.github.com/go-task/task/issues/1962) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Expose a new `TASK_DIR` special variable, which will contain the absolute path of task directory. ([#​1959](https://redirect.github.com/go-task/task/issues/1959), [#​1961](https://redirect.github.com/go-task/task/issues/1961) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Fixed fatal bugs that caused concurrent map writes ([#​1605](https://redirect.github.com/go-task/task/issues/1605), [#​1972](https://redirect.github.com/go-task/task/issues/1972), [#​1974](https://redirect.github.com/go-task/task/issues/1974) by [@​pd93](https://redirect.github.com/pd93), [@​GrahamDennis](https://redirect.github.com/GrahamDennis) and [@​trim21](https://redirect.github.com/trim21)). - Refactored internal ordered map implementation to use [github.com/elliotchance/orderedmap](https://redirect.github.com/elliotchance/orderedmap) ([#​1797](https://redirect.github.com/go-task/task/issues/1797) by [@​pd93](https://redirect.github.com/pd93)). - Fixed a bug where variables defined at the task level were being ignored in the `requires` section. ([#​1960](https://redirect.github.com/go-task/task/issues/1960), [#​1955](https://redirect.github.com/go-task/task/issues/1955), [#​1768](https://redirect.github.com/go-task/task/issues/1768) by [@​vmaerten](https://redirect.github.com/vmaerten) and [@​mokeko](https://redirect.github.com/mokeko)) - The `CHECKSUM` and `TIMESTAMP` variables are now accessible within `cmds` ([#​1872](https://redirect.github.com/go-task/task/issues/1872) by [@​niklasr22](https://redirect.github.com/niklasr22)). - Updated [installation docs](https://taskfile.dev/installation) and added pip installation method ([#​935](https://redirect.github.com/go-task/task/issues/935), [#​1989](https://redirect.github.com/go-task/task/issues/1989) by [@​pd93](https://redirect.github.com/pd93)). - Fixed a bug where dynamic variables could not access environment variables ([#​630](https://redirect.github.com/go-task/task/issues/630), [#​1869](https://redirect.github.com/go-task/task/issues/1869) by [@​rohm1](https://redirect.github.com/rohm1) and [@​pd93](https://redirect.github.com/pd93)). - Disable version check for use as an external library ([#​1938](https://redirect.github.com/go-task/task/issues/1938) by [@​leaanthony](https://redirect.github.com/leaanthony)). </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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jippi/dottie). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information