Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2024

This PR contains the following updates:

Package Update Change
go-task/task minor v3.38.0v3.46.4

Release Notes

go-task/task (go-task/task)

v3.46.4

Compare Source

v3.46.3

Compare Source

v3.46.2

Compare Source

v3.46.1

Compare Source

✨ Features
  • A small behavior change was made to dependencies. Task will now wait for all
    dependencies to finish running before continuing, even if any of them fail. To
    opt for the previous behavior, set failfast: true either on your
    .taskrc.yml or per task, or use the --failfast flag, which will also work
    for --parallel (#​1246, #​2525 by @​andreynering).
  • The --summary flag now displays vars: (both global and task-level),
    env:, and requires: sections. Dynamic variables show their shell command
    (e.g., sh: echo "hello") instead of the evaluated value (#​2486 ,#​2524 by
    @​vmaerten).
  • Improved performance of fuzzy task name matching by implementing lazy
    initialization. Added --disable-fuzzy flag and disable-fuzzy taskrc option
    to allow disabling fuzzy matching entirely (#​2521, #​2523 by @​vmaerten).
  • Added LLM-optimized documentation via VitePress plugin, generating llms.txt
    and llms-full.txt for AI-powered development tools (#​2513 by @​vmaerten).
  • Added --trusted-hosts CLI flag and remote.trusted-hosts config option to
    skip confirmation prompts for specified hosts when using Remote Taskfiles
    (#​2491, #​2473 by @​maciejlech).
  • When running in GitHub Actions, Task now automatically emits error annotations
    on failure, improving visibility in workflow summaries (#​2568 by @​vmaerten).
  • The --yes flag is now accessible in templates via the new CLI_ASSUME_YES
    variable (#​2577, #​2479 by @​semihbkgr).
  • Improved shell completion scripts (Zsh, Fish, PowerShell) by adding missing
    flags and dynamic experimental feature detection (#​2532 by @​vmaerten).
  • Remote Taskfiles now accept application/octet-stream Content-Type (#​2536,
    #​1944 by @​vmaerten).
  • Shell completion now works when Task is installed or aliased under a different
    binary name via TASK_EXE environment variable (#​2495, #​2468 by @​vmaerten).
  • Some small fixes and improvements were made to task --init and to the
    default Taskfile it generates (#​2433 by @​andreynering).
  • Added --remote-cache-dir flag and remote.cache-dir taskrc option to
    customize the cache directory for Remote Taskfiles (#​2572 by @​vmaerten).
  • Zsh completion now supports zstyle verbose option to show or hide task
    descriptions (#​2571 by @​vmaerten).
  • Task now automatically enables colored output in CI environments (GitHub
    Actions, GitLab CI, etc.) without requiring FORCE_COLOR=1 (#​2569 by
    @​vmaerten).
  • Added color taskrc option to explicitly enable or disable colored output
    globally (#​2569 by @​vmaerten).
  • Improved Git Remote Taskfiles by switching to go-getter: SSH authentication
    now works out of the box and applyOf is properly supported (#​2512 by
    @​vmaerten).
🐛 Fixes

v3.45.5

Compare Source

v3.45.4

Compare Source

v3.45.3

Compare Source

Package API
Other news

We recently released our
official GitHub Action. This is based
on the fantastic work by the Arduino team who created and maintained the
community version. Now that this is officially adopted, fixes/updates should be
more timely. We have already merged a couple of longstanding PRs in our
first release (by
@​pd93, @​shrink, @​trim21 and all the previous contributors to
arduino/setup-task).

v3.44.1

Compare Source

v3.44.0

Compare Source

v3.43.3

Compare Source

Reverted the changes made in #​2113 and #​2186 that affected the
USER_WORKING_DIR and built-in variables. This fixes #​2206, #​2195, #​2207 and
#​2208.

v3.43.2

Compare Source

v3.43.1

Compare Source

Package API

v3.42.1

Compare Source

  • Fixed a bug where some special variables caused a type error when used global
    variables (#​2106, #​2107 by @​pd93).

v3.42.0

Compare Source

Package API

Unlike our CLI tool,
Task's package API is not currently stable.
In an effort to ease the pain of breaking changes for our users, we will be
providing changelogs for our package API going forwards. The hope is that these
changes will provide a better long-term experience for our users and allow to
stabilize the API in the future. #​121 now tracks this piece of work.

v3.41.0

Compare Source

v3.40.1

Compare Source

v3.40.0

Compare Source

v3.39.2

Compare Source

v3.39.1

Compare Source

v3.39.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Sep 7, 2024
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 6b64cc4 to 212a872 Compare September 19, 2024 04:50
@renovate renovate bot changed the title Update dependency go-task/task to v3.39.0 Update dependency go-task/task to v3.39.1 Sep 19, 2024
@renovate renovate bot changed the title Update dependency go-task/task to v3.39.1 Update dependency go-task/task to v3.39.2 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 212a872 to e4e0815 Compare September 19, 2024 17:06
@renovate renovate bot changed the title Update dependency go-task/task to v3.39.2 Update dependency go-task/task to v3.40.0 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from e4e0815 to 687778c Compare November 6, 2024 02:21
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 687778c to 4cb1490 Compare December 6, 2024 17:26
@renovate renovate bot changed the title Update dependency go-task/task to v3.40.0 Update dependency go-task/task to v3.40.1 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 4cb1490 to 1cb6cb3 Compare January 19, 2025 08:41
@renovate renovate bot changed the title Update dependency go-task/task to v3.40.1 Update dependency go-task/task to v3.41.0 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 1cb6cb3 to bcf133b Compare March 9, 2025 06:06
@renovate renovate bot changed the title Update dependency go-task/task to v3.41.0 Update dependency go-task/task to v3.42.0 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from bcf133b to be11652 Compare March 10, 2025 22:05
@renovate renovate bot changed the title Update dependency go-task/task to v3.42.0 Update dependency go-task/task to v3.42.1 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from be11652 to 201d7cf Compare April 21, 2025 18:31
@renovate renovate bot changed the title Update dependency go-task/task to v3.42.1 Update dependency go-task/task to v3.43.1 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 201d7cf to 33655fa Compare April 21, 2025 21:57
@renovate renovate bot changed the title Update dependency go-task/task to v3.43.1 Update dependency go-task/task to v3.43.2 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 33655fa to 6fa28c7 Compare April 27, 2025 22:40
@renovate renovate bot changed the title Update dependency go-task/task to v3.43.2 Update dependency go-task/task to v3.43.3 Apr 27, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 6fa28c7 to 5c01a0f Compare June 9, 2025 02:51
@renovate renovate bot changed the title Update dependency go-task/task to v3.43.3 Update dependency go-task/task to v3.44.0 Jun 9, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 5c01a0f to 4181b43 Compare July 23, 2025 22:56
@renovate renovate bot changed the title Update dependency go-task/task to v3.44.0 Update dependency go-task/task to v3.44.1 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 4181b43 to 8db9f9e Compare September 19, 2025 16:04
@renovate renovate bot changed the title Update dependency go-task/task to v3.44.1 Update dependency go-task/task to v3.45.4 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 8db9f9e to bf64105 Compare November 11, 2025 22:58
@renovate renovate bot changed the title Update dependency go-task/task to v3.45.4 Update dependency go-task/task to v3.45.5 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from bf64105 to 95404d8 Compare December 18, 2025 20:29
@renovate renovate bot changed the title Update dependency go-task/task to v3.45.5 Update dependency go-task/task to v3.46.1 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 95404d8 to 63f7068 Compare December 19, 2025 02:55
@renovate renovate bot changed the title Update dependency go-task/task to v3.46.1 Update dependency go-task/task to v3.46.2 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from 63f7068 to dfe9cf8 Compare December 19, 2025 21:08
@renovate renovate bot changed the title Update dependency go-task/task to v3.46.2 Update dependency go-task/task to v3.46.3 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/go-task-task-3.x branch from dfe9cf8 to b7fbce8 Compare December 25, 2025 00:57
@renovate renovate bot changed the title Update dependency go-task/task to v3.46.3 Update dependency go-task/task to v3.46.4 Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant