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.40.0 in .github/wor…
…kflows/release.yml (#115) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [go-task/task](https://redirect.github.com/go-task/task) | minor | `3.39.2` -> `3.40.0` | --- ### Release Notes <details> <summary>go-task/task (go-task/task)</summary> ### [`v3.40.0`](https://redirect.github.com/go-task/task/blob/HEAD/CHANGELOG.md#v3400---2024-11-05) [Compare Source](https://redirect.github.com/go-task/task/compare/v3.39.2...v3.40.0) - Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not working in for loops ([#​1822](https://redirect.github.com/go-task/task/issues/1822), [#​1823](https://redirect.github.com/go-task/task/issues/1823) by [@​stawii](https://redirect.github.com/stawii)). - Added a new `TASK_OFFLINE` environment variable to configure the `--offline` flag and expose it as a special variable in the templating system ([#​1470](https://redirect.github.com/go-task/task/issues/1470), [#​1716](https://redirect.github.com/go-task/task/issues/1716) by [@​vmaerten](https://redirect.github.com/vmaerten) and [@​pd93](https://redirect.github.com/pd93)). - Fixed a bug where multiple remote includes caused all prompts to display without waiting for user input ([#​1832](https://redirect.github.com/go-task/task/issues/1832), [#​1833](https://redirect.github.com/go-task/task/issues/1833) by [@​vmaerten](https://redirect.github.com/vmaerten) and [@​pd93](https://redirect.github.com/pd93)). - When using the "[Remote Taskfiles](https://taskfile.dev/experiments/remote-taskfiles/)". experiment, you can now include Taskfiles from Git repositories ([#​1652](https://redirect.github.com/go-task/task/issues/1652) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Improved the error message when a dotenv file cannot be parsed ([#​1842](https://redirect.github.com/go-task/task/issues/1842) by [@​pbitty](https://redirect.github.com/pbitty)). - Fix issue with directory when using the remote experiment ([#​1757](https://redirect.github.com/go-task/task/issues/1757) by [@​pbitty](https://redirect.github.com/pbitty)). - Fixed an issue where a special variable was used in combination with a dotenv file ([#​1232](https://redirect.github.com/go-task/task/issues/1232), [#​1810](https://redirect.github.com/go-task/task/issues/1810) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Refactor the way Task reads Taskfiles to improve readability ([#​1771](https://redirect.github.com/go-task/task/issues/1771) by [@​pbitty](https://redirect.github.com/pbitty)). - Added a new option to ensure variable is within the list of values ([#​1827](https://redirect.github.com/go-task/task/issues/1827) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Allow multiple prompts to be specified for a task ([#​1861](https://redirect.github.com/go-task/task/issues/1861), [#​1866](https://redirect.github.com/go-task/task/issues/1866) by [@​mfbmina](https://redirect.github.com/mfbmina)). - Added new template function: `numCPU`, which returns the number of logical CPUs usable ([#​1890](https://redirect.github.com/go-task/task/issues/1890), [#​1887](https://redirect.github.com/go-task/task/issues/1887) by [@​Amoghrd](https://redirect.github.com/Amoghrd)). - Fixed a bug where non-nil, empty dynamic variables are returned as an empty interface ([#​1903](https://redirect.github.com/go-task/task/issues/1903), [#​1904](https://redirect.github.com/go-task/task/issues/1904) by [@​pd93](https://redirect.github.com/pd93)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information