chore(deps): update dependency go-task/task to v3.48.0#35
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency go-task/task to v3.48.0#35renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
43b26af to
8c216b0
Compare
b3a6891 to
a55e379
Compare
0da7073 to
b00d2f2
Compare
6d05cb1 to
64f9228
Compare
d3d5740 to
47396ba
Compare
47396ba to
3c29e9c
Compare
3c29e9c to
df36cb0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.45.5→v3.48.0Release Notes
go-task/task (go-task/task)
v3.48.0Compare Source
if:conditions when using to check dynamic variables. Also, skipvariable prompt if task would be skipped by
if:(#2658, #2660 by @vmaerten).ROOT_TASKFILEvariable pointing to directory instead of the actualTaskfile path when no explicit
-tflag is provided (#2635, #1706 by@trulede).
silent: truenow properly propagate silence to theirtasks, while still allowing individual tasks to override with
silent: false(#2640, #1319 by @trulede).
--cacertforself-signed certificates and
--cert/--cert-keyfor mTLS authentication(#2537, #2242 by @vmaerten).
v3.47.0Compare Source
directory includes are properly resolved (#2602 by @vmaerten).
output: prefixed, printprefix:if set instead of task name (#1566,#2633 by @trulede).
--color=false(#2560, #2584 by@trulede).
s-*as alias for
start-*) (#1900, #2234 by @vmaerten).iffield: skip tasks, commands, or taskcalls based on shell exit codes or template expressions like
{{ eq .ENV "prod" }}(#2564, #608 by @vmaerten).in a TTY, with support for enum selection menus. Enable with
--interactiveflag or
interactive: truein.taskrc.yml(#2579, #2079 by @vmaerten).v3.46.4Compare Source
@WinkelCode).
v3.46.3Compare Source
v3.46.2Compare Source
command line (#2588, #2589 by @vmaerten).
v3.46.1Compare Source
✨ Features
dependencies to finish running before continuing, even if any of them fail. To
opt for the previous behavior, set
failfast: trueeither on your.taskrc.ymlor per task, or use the--failfastflag, which will also workfor
--parallel(#1246, #2525 by @andreynering).--summaryflag now displaysvars:(both global and task-level),env:, andrequires:sections. Dynamic variables show their shell command(e.g.,
sh: echo "hello") instead of the evaluated value (#2486 ,#2524 by@vmaerten).
initialization. Added
--disable-fuzzyflag anddisable-fuzzytaskrc optionto allow disabling fuzzy matching entirely (#2521, #2523 by @vmaerten).
llms.txtand
llms-full.txtfor AI-powered development tools (#2513 by @vmaerten).--trusted-hostsCLI flag andremote.trusted-hostsconfig option toskip confirmation prompts for specified hosts when using Remote Taskfiles
(#2491, #2473 by @maciejlech).
on failure, improving visibility in workflow summaries (#2568 by @vmaerten).
--yesflag is now accessible in templates via the newCLI_ASSUME_YESvariable (#2577, #2479 by @semihbkgr).
flags and dynamic experimental feature detection (#2532 by @vmaerten).
application/octet-streamContent-Type (#2536,#1944 by @vmaerten).
binary name via TASK_EXE environment variable (#2495, #2468 by @vmaerten).
task --initand to thedefault Taskfile it generates (#2433 by @andreynering).
--remote-cache-dirflag andremote.cache-dirtaskrc option tocustomize the cache directory for Remote Taskfiles (#2572 by @vmaerten).
descriptions (#2571 by @vmaerten).
Actions, GitLab CI, etc.) without requiring FORCE_COLOR=1 (#2569 by
@vmaerten).
globally (#2569 by @vmaerten).
now works out of the box and
applyOfis properly supported (#2512 by@vmaerten).
🐛 Fixes
ensure unique filenames (#2507 by @vmaerten).
run: when_changedto work properly for Taskfiles included multiple times(#2508, #2511 by @trulede).
--separator, allowing proper CLI_ARGS completion (#1843, #1844 by
@boiledfroginthewell).
--watch) now always runs the task, regardless ofrun: onceorrun: when_changedsettings (#2566, #1388 by @trulede).root-level vars section (#2403, #2397 by @trulede, @vmaerten).
ignore_errorwas ignored when usingtask:to callanother task (#2552, #363 by @trulede).
-g/--globalflag (#1574, #2574 by @vmaerten).
(e.g., URLs or namespaced functions) (#2101, #2573 by @vmaerten).
using
forloops in Taskfiles (#2576 by @vmaerten).Configuration
📅 Schedule: Branch creation - Between 09:00 AM and 09:59 PM, only on Sunday and Saturday ( * 9-21 * * 0,6 ) in timezone Asia/Tokyo, 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.
This PR was generated by Mend Renovate. View the repository job log.