chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #2728 · go-task/task

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
charm.land/bubbles/v2 v2.0.0v2.1.0 age confidence require minor
charm.land/bubbletea/v2 v2.0.1v2.0.2 age confidence require patch
charm.land/lipgloss/v2 v2.0.0v2.0.2 age confidence require patch
github.com/fatih/color v1.18.0v1.19.0 age confidence require minor
github.com/hashicorp/go-getter v1.8.4v1.8.5 age confidence require patch
golang.org/x/sync v0.19.0v0.20.0 age confidence require minor
golang.org/x/term v0.40.0v0.41.0 age confidence require minor
golangci/golangci-lint v2.11.1v2.11.4 age confidence uses-with patch
mvdan.cc/sh/v3 v3.12.1-0.20260124232039-e74afc18e65bv3.13.0 age confidence require minor
netlify-cli 24.3.024.8.1 age confidence devDependencies minor
pnpm (source) 10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a74001710.33.0 age confidence packageManager minor
vitepress-plugin-group-icons 1.7.11.7.3 age confidence devDependencies patch
vitepress-plugin-llms 1.11.01.12.0 age confidence devDependencies minor
vue (source) 3.5.293.5.31 age confidence devDependencies patch

Release Notes

charmbracelet/bubbles (charm.land/bubbles/v2)

v2.1.0

Compare Source

Shrink ’n’ grow your textareas

The update adds a new feature to automatically resize your textarea vertically as its content changes.

ta := textarea.New()
ta.DynamicHeight = true   // Enable dynamic resizing
ta.MinHeight = 3          // Minimum visible rows
ta.MaxHeight = 10         // Maximum visible rows
ta.MaxContentHeight = 20  // Maximum rows of content

Piece of cake, right?

Enjoy! 💘

Changelog

New!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

charmbracelet/bubbletea (charm.land/bubbletea/v2)

v2.0.2

Compare Source

This release contains a small patch fixing a rendering that might affect Wish users running on Unix platforms.

Changelog

Fixed

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

charmbracelet/lipgloss (charm.land/lipgloss/v2)

v2.0.2

Compare Source

Table patch

If you don't know, we made big improvements in table rendering recently shipped in v2.0.0.

@​MartinodF made a good job on improving it even further for tricky edge cases, in particular when content wrapping is enabled.

Changelog

Fixed

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v2.0.1

Compare Source

A small release to properly set style underline colors, as well as handling partial reads while querying the terminal.

Changelog

Fixed
Docs
Other stuff

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

hashicorp/go-getter (github.com/hashicorp/go-getter)

v1.8.5

Compare Source

What's Changed

NOTES:

Binary Distribution Update: To streamline our release process and align with other HashiCorp tools, all release binaries will now be published exclusively to the official HashiCorp release site. We will no longer attach release assets to GitHub Releases.

New Contributors

Full Changelog: hashicorp/go-getter@v1.8.4...v1.8.5

golangci/golangci-lint (golangci/golangci-lint)

v2.11.4

Compare Source

Released on 2026-03-22

  1. Linters bug fixes
    • govet-modernize: from 0.42.0 to 0.43.0
    • noctx: from 0.5.0 to 0.5.1
    • sqlclosecheck: from 0.5.1 to 0.6.0

v2.11.3

Compare Source

Released on 2026-03-10

  1. Linters bug fixes

v2.11.2

Compare Source

Released on 2026-03-07

  1. Fixes
    • fmt: fix error when using the fmt command with explicit paths.
mvdan/sh (mvdan.cc/sh/v3)

v3.13.0

Compare Source

This release introduces support for Zsh in the parser and formatter, which was tracked in issue #​120 alongside the label https://github.com/mvdan/sh/labels/zsh. While support is not complete, it should be far enough for many use cases.

This release also drops support for Go 1.24 and includes many other enhancements:

  • cmd/shfmt
    • Exit with a non-zero status when -l prints any filenames
    • shfmt -version is now derived from the git current tag, dropping the -ldflags workaround
  • syntax
    • New nodes types and node fields are introduced alongside LangZsh
    • LangVariant is now a bitset, allowing the use of sets like "Bash-like"
    • Add InteractiveSeq and StmtsSeq iterator methods for Parser
    • Stop exposing the internal buffer in Printer via struct embedding
    • Support the use of brace expansions like declare {a,b}_c=value
    • Fix a bug where POSIX and Bash incorrectly allowed empty command lists
  • interp
    • Add support for shopt -s dotglob and shopt -s extglob
    • Add support for simple uses of !(expr) extended glob patterns
    • Support more builtin flags for declare, type, read
    • Fix various bugs relating to nulls, errors, and arrays
  • expand
    • Add Config.DotGlob and Config.ExtGlob for the interpreter
    • Add Variable.Flags to get the one-character declare flags
    • Do not force env vars on Windows to be uppercase
    • Fix various bugs relating to glob pattern matching
  • pattern
    • Add GlobLeadingDot and ExtendedOperators for the interpreter
    • Add NegExtGlobError to mark the use of !(expr) negation patterns

Consider becoming a sponsor if you benefit from the work that went into this release!

Binaries built on go version go1.26.1 linux/amd64 with:

CGO_ENABLED=0 go build -trimpath -ldflags="-w -s"

Note that this release no longer includes a sha256sums.txt asset; GitHub now provide digests natively.

netlify/cli (netlify-cli)

v24.8.1

Compare Source

Bug Fixes
  • improve ax error handling around missing commands or unknown flags (0715310)

v24.8.0

Compare Source

Features
Bug Fixes

v24.7.0

Compare Source

Features
Bug Fixes

v24.6.2

Compare Source

Bug Fixes

v24.6.1

Compare Source

Bug Fixes

v24.6.0

Compare Source

Features
Bug Fixes

v24.5.1

Compare Source

Bug Fixes

v24.5.0

Compare Source

Features
Bug Fixes

v24.4.1

Compare Source

Bug Fixes

v24.4.0

Compare Source

Features
Bug Fixes
pnpm/pnpm (pnpm)

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

v10.31.0

Compare Source

yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.7.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.7.2

Compare Source

   🚀 Features
  • Add decodeHtmlEntities function to handle HTML entity decoding  -  by @​yuyinws (c4e1c)
    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.12.0

Compare Source

    🚀 Enhancements
  • Add ignoreFilesPerOutput option for separate file filtering for llms.txt, llms-full.txt and individual pages  -  by @​okineadev (a48c7)
    🩹 Fixes
   💖 Contributors
     View changes on GitHub

v1.11.1

Compare Source

    🩹 Fixes
   💖 Contributors
     View changes on GitHub
vuejs/core (vue)

v3.5.31

Compare Source

Bug Fixes

v3.5.30

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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