Skip to content

Commit

Permalink
chore(deps): update dependency go-task/task to v3.41.0 in .github/wor…
Browse files Browse the repository at this point in the history
…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
([#&#8203;1920](https://redirect.github.com/go-task/task/issues/1920),
[#&#8203;1921](https://redirect.github.com/go-task/task/issues/1921) by
[@&#8203;mgbowman](https://redirect.github.com/mgbowman)).
- Support `silent` for defer statements
([#&#8203;1877](https://redirect.github.com/go-task/task/issues/1877),
[#&#8203;1879](https://redirect.github.com/go-task/task/issues/1879) by
[@&#8203;danilobuerger](https://redirect.github.com/danilobuerger)).
- Added an option to exclude some tasks from being included
([#&#8203;1859](https://redirect.github.com/go-task/task/issues/1859) by
    [@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Fixed an issue where a required variable was incorrectly handled in a
template
function
([#&#8203;1950](https://redirect.github.com/go-task/task/issues/1950),
[#&#8203;1962](https://redirect.github.com/go-task/task/issues/1962) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Expose a new `TASK_DIR` special variable, which will contain the
absolute path
of task directory.
([#&#8203;1959](https://redirect.github.com/go-task/task/issues/1959),
[#&#8203;1961](https://redirect.github.com/go-task/task/issues/1961) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Fixed fatal bugs that caused concurrent map writes
([#&#8203;1605](https://redirect.github.com/go-task/task/issues/1605),
[#&#8203;1972](https://redirect.github.com/go-task/task/issues/1972),
[#&#8203;1974](https://redirect.github.com/go-task/task/issues/1974) by
[@&#8203;pd93](https://redirect.github.com/pd93),
[@&#8203;GrahamDennis](https://redirect.github.com/GrahamDennis) and
[@&#8203;trim21](https://redirect.github.com/trim21)).
-   Refactored internal ordered map implementation to use

[github.com/elliotchance/orderedmap](https://redirect.github.com/elliotchance/orderedmap)
([#&#8203;1797](https://redirect.github.com/go-task/task/issues/1797) by
[@&#8203;pd93](https://redirect.github.com/pd93)).
- Fixed a bug where variables defined at the task level were being
ignored in
the `requires` section.
([#&#8203;1960](https://redirect.github.com/go-task/task/issues/1960),
[#&#8203;1955](https://redirect.github.com/go-task/task/issues/1955),
[#&#8203;1768](https://redirect.github.com/go-task/task/issues/1768) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten) and
[@&#8203;mokeko](https://redirect.github.com/mokeko))
- The `CHECKSUM` and `TIMESTAMP` variables are now accessible within
`cmds`
([#&#8203;1872](https://redirect.github.com/go-task/task/issues/1872) by
[@&#8203;niklasr22](https://redirect.github.com/niklasr22)).
- Updated [installation docs](https://taskfile.dev/installation) and
added pip
installation method
([#&#8203;935](https://redirect.github.com/go-task/task/issues/935),
[#&#8203;1989](https://redirect.github.com/go-task/task/issues/1989) by
[@&#8203;pd93](https://redirect.github.com/pd93)).
- Fixed a bug where dynamic variables could not access environment
variables
([#&#8203;630](https://redirect.github.com/go-task/task/issues/630),
[#&#8203;1869](https://redirect.github.com/go-task/task/issues/1869) by
[@&#8203;rohm1](https://redirect.github.com/rohm1) and
[@&#8203;pd93](https://redirect.github.com/pd93)).
- Disable version check for use as an external library
([#&#8203;1938](https://redirect.github.com/go-task/task/issues/1938) by
[@&#8203;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
renovate[bot] authored Jan 22, 2025
1 parent f1af5ce commit 91f1afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: arduino/setup-task@v2
with:
# renovate: datasource=github-releases depName=go-task/task
version: 3.40.1
version: 3.41.0
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: arduino/setup-task@v2
with:
# renovate: datasource=github-releases depName=go-task/task
version: 3.40.1
version: 3.41.0
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 91f1afd

Please sign in to comment.