Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency go-task/task to v3.31.0 #58

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
go-task/task minor 3.30.1 -> 3.31.0

Release Notes

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

v3.31.0

Compare Source

  • Enabled the --yes flag for the
    Remote Taskfiles experiment
    (#​1344 by @​pd93).
  • Add ability to set watch: true in a task to automatically run it in watch
    mode (#​231, #​1361 by @​andreynering).
  • Fixed a bug on the watch mode where paths that contained .git (like
    .github), for example, were also being ignored (#​1356 by @​butuzov).
  • Fixed a nil pointer error when running a Taskfile with no contents (#​1341,
    #​1342 by @​pd93).
  • Added a new exit code (107) for when a
    Taskfile does not contain a schema version (#​1342 by @​pd93).
  • Increased limit of maximum task calls from 100 to 1000 for now, as some people
    have been reaching this limit organically now that we have loops. This check
    exists to detect recursive calls, but will be removed in favor of a better
    algorithm soon (#​1321, #​1332).
  • Fixed templating on descriptions on task --list (#​1343 by @​blackjid).
  • Fixed a bug where precondition errors were incorrectly being printed when
    task execution was aborted (#​1337, #​1338 by @​sylv-io).

Configuration

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (rebase) October 7, 2023 22:18
@renovate renovate bot merged commit 286aaa5 into main Oct 7, 2023
1 check passed
@renovate renovate bot deleted the renovate/go-task-task-3.x branch October 7, 2023 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants