Update dependency go-task/task to v3.43.2 #1044
Merged
+1
−1
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.42.1->v3.43.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
go-task/task (go-task/task)
v3.43.2Compare Source
CLI_ARGSbeing exposed as the wrong type (#2190, #2191 by@vmaerten).
v3.43.1Compare Source
watcher to
fsnotify. The former library used
polling, which means Task had a high CPU usage when watching too many files.
fsnotifyuses proper the APIs from each operating system to watch files,which means a much better performance. The default interval changed from 5
seconds to 100 milliseconds, because now it configures the wait time for
duplicated events, instead of the polling time (#2048 by @andreynering, #1508,
#985, #1179).
was made generally available so you can now
define map variables in your Taskfiles!
(#1585, #1547, #2081 by @pd93).
match multiple tasks (#2072,
#2121 by @pd93).
loop over the files specified by the
generateskeyword.This works the same way as looping over sources (#2151 by @sedyh).
(#2108, #2113 by @pd93).
Remote Taskfiles experiment
(#1402, #2176 by @pd93):
--expiryflag which sets the TTL for a remote file cache. Bydefault the value will be 0 (caching disabled). If Task is running in
offline mode or fails to make a connection, it will fallback on the cache.
.taskrcfiles can now be used from subdirectories and will be searched forrecursively up the file tree in the same way that Taskfiles are (#2159, #2166
by @pd93).
--initflag) is now an embeddedfile in the binary instead of being stored in the code (#2112 by @pd93).
--versionflag or{{.TASK_VERSION}}variable. This should now be more consistent and easierfor package maintainers to use (#2131 by @pd93).
**) matching insourcesonly resolved thefirst result (#2073, #2075 by @pd93).
instead of leaving tasks in the order they were defined (#2124, #2125 by
@trulede).
of
nil(#1911, #2144 by @pd93).USER_WORKING_DIRspecial now will now properly account for the--dir(
-d) flag, if given (#2102, #2103 by @jaynis, #2186 by @andreynering).--global(-g) is given (#2134 by @atusy).defer:(#1909, #2173 by @vmaerten).Package API
Executornowuses the functional options pattern (#2085, #2147, #2148 by @pd93).
taskfile.Readerand
taskfile.Snippettypes no longer have the
Reader/Snippetrespective prefixes (#2148 by@pd93).
taskfile.Readerno longer accepts a
taskfile.Node.Instead nodes are passed directly into the
Reader.Readmethod (#2169 by @pd93).
Reader.Readalso now accepts a
context.Context(#2176 by @pd93).
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.
This PR was generated by Mend Renovate. View the repository job log.