Skip to content

chore(deps): update all non-major dependencies#39

Open
tagoro9-renovatebot[bot] wants to merge 1 commit intomainfrom
c/renovate_all-minor-patch
Open

chore(deps): update all non-major dependencies#39
tagoro9-renovatebot[bot] wants to merge 1 commit intomainfrom
c/renovate_all-minor-patch

Conversation

@tagoro9-renovatebot
Copy link
Copy Markdown
Contributor

@tagoro9-renovatebot tagoro9-renovatebot bot commented Mar 30, 2026

This PR contains the following updates:

Package Update Change
ast-grep minor 0.41.1 -> 0.42.1
bun patch 1.3.11 -> 1.3.12
delta patch 0.19.1 -> 0.19.2
fzf minor 0.70.0 -> 0.71.0
gh minor 2.88.1 -> 2.89.0
go patch 1.26.1 -> 1.26.2
golangci-lint patch 2.11.3 -> 2.11.4
goreleaser minor 2.14.3 -> 2.15.2
kubectx minor 0.9.5 -> 0.11.0
lazygit minor 0.60.0 -> 0.61.0
mise minor 2026.3.3 -> 2026.4.6
open-turo/renovate-config minor v1.17.1 -> v1.18.0
python patch 3.14.2 -> 3.14.4
shfmt patch 3.13.0 -> 3.13.1
terraform-ls patch 0.38.5 -> 0.38.6
tfswitch minor 1.15.0 -> 1.16.0
uv minor 0.10.12 -> 0.11.6
zellij patch 0.44.0 -> 0.44.1

Important

Release Notes retrieval for this PR were skipped because no github.com credentials were available.
If you are self-hosted, please see this instruction.


Release Notes

oven-sh/bun (bun)

v1.3.12: Bun v1.3.12

Compare Source

To install Bun v1.3.12

curl -fsSL https://bun.sh/install | bash

# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.12:

bun upgrade
Read Bun v1.3.12's release notes on Bun's blog
Thanks to 8 contributors!
dandavison/delta (delta)

v0.19.2

Compare Source

This is a patch release providing rebuilt binaries compatible with Debian 12 (the 0.19.0 and 0.19.1 .deb packages required glibc 2.39, which is only available in Debian 13).

What's Changed

junegunn/fzf (fzf)

v0.71.0

Release highlights: https://junegunn.github.io/fzf/releases/0.71.0/

  • Added --popup as a new name for --tmux with Zellij support
    • --popup starts fzf in a tmux popup or a Zellij floating pane
    • --tmux is now an alias for --popup
    • Requires tmux 3.3+ or Zellij 0.44+
  • Cross-reload item identity with --id-nth
    • Added --id-nth=NTH to define item identity fields for cross-reload operations
    • When a reload is triggered with tracking enabled, fzf searches for the tracked item by its identity fields in the new list.
      • --track --id-nth .. tracks by the entire line
      • --track --id-nth 1 tracks by the first field
      • --track without --id-nth retains the existing index-based tracking behavior
      • The UI is temporarily blocked (prompt dimmed, input disabled) until the item is found or loading completes.
        • Press Escape or Ctrl-C to cancel the blocked state without quitting
        • Info line shows +T* / +t* while searching
    • With --multi, selected items are preserved across reload-sync by matching their identity fields
  • Performance improvements
    • The search performance now scales linearly with the number of CPU cores, as we dropped static partitioning to allow better load balancing across threads.
      === query: 'linux' ===
        [all]   baseline:    21.95ms  current:    17.47ms  (1.26x)  matches: 179966 (12.79%)
        [1T]    baseline:   179.63ms  current:   180.53ms  (1.00x)  matches: 179966 (12.79%)
        [2T]    baseline:    97.38ms  current:    90.05ms  (1.08x)  matches: 179966 (12.79%)
        [4T]    baseline:    53.83ms  current:    44.77ms  (1.20x)  matches: 179966 (12.79%)
        [8T]    baseline:    41.66ms  current:    22.58ms  (1.84x)  matches: 179966 (12.79%)
      
    • Improved the cache structure, reducing memory footprint per entry by 86x.
      • With the reduced per-entry cost, the cache now has broader coverage.
  • Shell integration improvements
  • GET / HTTP endpoint now includes positions field in each match entry, providing the indices of matched characters for external highlighting (#​4726)
  • Allow adaptive height with negative value (--height=~-HEIGHT) (#​4682)
  • Bug fixes
    • --walker=follow no longer follows symlinks whose target is an ancestor of the walker root, avoiding severe resource exhaustion when a symlink points outside the tree (e.g. Wine's z:/) (#​4710)
    • Fixed AWK tokenizer not treating a new line character as whitespace
    • Fixed --{accept,with}-nth removing trailing whitespaces with a non-default --delimiter
    • Fixed OSC8 hyperlinks being mangled when the URL contains unicode characters (#​4707)
    • Fixed --with-shell not handling quoted arguments correctly (#​4709)
    • Fixed child processes not being terminated on Windows (#​4723) (@​pjeby)
    • Fixed preview scrollbar not rendered after toggle-preview
    • Fixed preview follow/scroll with long wrapped lines
    • Fixed tab width when --frozen-left is used
    • Fixed preview mouse events being processed when no preview window exists
    • zsh: Fixed history widget when sh_glob option is on (#​4714) (@​EvanHahn)
golang/go (go)

v1.26.2

Compare Source

ahmetb/kubectx (kubectx)

v0.11.0

Changelog

v0.10.2

Changelog

  • 2cb7500 Support interactive fzf selection for kubectx -s with no arguments
  • e4727d3 Fix relative path resolution in exec credential plugins (#​490)
  • eb621b4 Support multiple kubeconfig files (KUBECONFIG=file1:file2:file3) (#​489)
jesseduffield/lazygit (lazygit)

v0.61.0

The big one in this release is support for GitHub pull requests. They are shown as little GitHub icons next to each branch that has one, and you can open a PR in the browser by pressing shift-G. To enable this, all you need to do is install the gh tool if you haven't already, and log in using gh auth login.

What's Changed

Features ✨
Enhancements 🔥
Fixes 🔧
Maintenance ⚙️
Docs 📖
I18n 🌎
Performance Improvements 📊

New Contributors

Full Changelog: jesseduffield/lazygit@v0.60.0...v0.61.0

open-turo/renovate-config (open-turo/renovate-config)

v1.18.0

Compare Source

Features
  • add custom managers for node-version and npm in action YAML files (f7d0f29)
python/cpython (python)

v3.14.4

Compare Source

v3.14.3

Compare Source

mvdan/sh (shfmt)

v3.13.1

  • cmd/shfmt
    • Add support for [[zsh]] in EditorConfig files
    • Detect the shell variant from filenames like .zshrc and .bash_profile
    • Fix --apply-ignore when used with explicit args - #​1310
  • syntax
    • Revert an accidental change to how array subscripts are formatted - #​1314
    • Never join ;; with the previous line when formatting - #​1289
    • Fix a bug where $1[foo] was parsed as a subscript in Zsh - #​1288
    • Correctly parse $! in double quotes in Zsh - #​1298
    • Allow indexing into special parameters in Zsh - #​1299
    • Allow parameter expansions with empty names in Zsh - #​1280
  • interp
    • Test against Bash 5.3 and fix three new discrepancies
    • Fix a few bugs related to nameref variables
    • Avoid panics when user input encounters unimplemented features
hashicorp/terraform-ls (terraform-ls)

v0.38.6

ENHANCEMENTS:

  • Bumped terraform-schema to incorporate the latest provider definitions. (#​2102)
warrensbox/terraform-switcher (tfswitch)

v1.16.0

Full Changelog

Added
Other
astral-sh/uv (uv)

v0.11.6

Compare Source

Released on 2026-04-09.

This release resolves a low severity security advisory in which wheels with malformed RECORD entries could delete arbitrary files on uninstall. See GHSA-pjjw-68hj-v9mw for details.

Bug fixes
  • Do not remove files outside the venv on uninstall (#​18942)
  • Validate and heal wheel RECORD during installation (#​18943)
  • Avoid uv cache clean errors due to Win32 path normalization (#​18856)

v0.11.4

Compare Source

Released on 2026-04-07.

Enhancements
  • Add support for --upgrade-group (#​18266)
  • Merge repeated archive URL hashes by version ID (#​18841)
  • Require all direct URL hash algorithms to match (#​18842)
Bug fixes
  • Avoid panics in environment finding via cycle detection (#​18828)
  • Enforce direct URL hashes for pyproject.toml dependencies (#​18786)
  • Error on --locked and --frozen when script lockfile is missing (#​18832)
  • Fix uv export extra resolution for workspace member and conflicting extras (#​18888)
  • Include conflicts defined in virtual workspace root (#​18886)
  • Recompute relative exclude-newer values during uv tree --outdated (#​18899)
  • Respect --exclude-newer in uv tool list --outdated (#​18861)
  • Sort by comparator to break specifier ties (#​18850)
  • Store relative timestamps in tool receipts (#​18901)
  • Track newly-activated extras when determining conflicts (#​18852)
  • Patch Cargo.lock in uv-build source distributions (#​18831)
Documentation
  • Clarify that --exclude-newer compares artifact upload times (#​18830)

v0.11.3

Compare Source

Released on 2026-04-01.

Enhancements
  • Add progress bar for hashing phase in uv publish (#​18752)
  • Add support for ROCm 7.2 (#​18730)
  • Emit abi3t tags for every abi3 version (#​18777)
  • Expand uv workspace metadata with dependency information from the lock (#​18356)
  • Implement support for PEP 803 (#​18767)
  • Pretty-print platform in built wheel errors (#​18738)
  • Publish installers to /installers/uv/latest on the mirror (#​18725)
  • Show free-threaded Python in built-wheel errors (#​18740)
Preview features
  • Add --ignore and --ignore-until-fixed to uv audit (#​18737)
Bug fixes
  • Bump simple API cache (#​18797)
  • Don't drop blake2b hashes (#​18794)
  • Handle broken range request implementations (#​18780)
  • Remove powerpc64-unknown-linux-gnu from release build targets (#​18800)
  • Respect dependency metadata overrides in uv pip check (#​18742)
  • Support debug CPython ABI tags in environment compatibility (#​18739)
Documentation

v0.11.2

Compare Source

Released on 2026-03-26.

Enhancements
  • Add a dedicated Windows PE editing error (#​18710)
  • Make uv self update fetch the manifest from the mirror first (#​18679)
  • Use uv reqwest client for self update (#​17982)
  • Show uv self update success and failure messages with --quiet (#​18645)
Preview features
  • Evaluate extras and groups when determining auditable packages (#​18511)
Bug fixes
  • Skip redundant project configuration parsing for uv run (#​17890)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

@tagoro9-renovatebot
Copy link
Copy Markdown
Contributor Author

tagoro9-renovatebot bot commented Mar 30, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: config/private_dot_local/share/devbox/global/default/devbox.lock
Command failed: devbox update ast-grep --no-install
Info: Resolved ast-grep@0.42.1 to ast-grep@0.42.1 github:NixOS/nixpkgs/5e11f7acce6c3469bef9df154d78534fa7ae8b6c#ast-grep
Info: Running "nix flake update"
Error: nix: command error: nix --extra-experimental-features ca-derivations --option experimental-features 'nix-command flakes fetch-closure' path-info 'github:NixOS/nixpkgs/dd613136ee91f67e5dba3f3f41ac99ae89c5406b#chatgpt' --json --impure: Package ‘chatgpt-1.2025.063’ in /tmp/containerbase/cache/nix/store/44xidzfr1zax4lkqzcqcv51lsk9y19km-source/pkgs/by-name/ch/chatgpt/package.nix:39 is not available on the requested hostPlatform:: exit code 1

Error: There was an internal error. Run with DEVBOX_DEBUG=1 for a detailed error message, and consider reporting it at https://github.com/jetify-com/devbox/issues

@github-actions
Copy link
Copy Markdown

Release notes preview

No new release will be created.

If you are expecting a release, you will need to either fix a bug or add a feature.
Chores, CI, docs, refactoring, style and other changes will not trigger a release.

@tagoro9-renovatebot tagoro9-renovatebot bot force-pushed the c/renovate_all-minor-patch branch 5 times, most recently from ef402fb to d3a317d Compare April 6, 2026 00:08
@tagoro9-renovatebot tagoro9-renovatebot bot force-pushed the c/renovate_all-minor-patch branch 6 times, most recently from 91efd11 to ad6d9aa Compare April 12, 2026 00:09
@tagoro9-renovatebot tagoro9-renovatebot bot force-pushed the c/renovate_all-minor-patch branch 2 times, most recently from ef09140 to 4ee19ab Compare April 14, 2026 00:16
@tagoro9-renovatebot tagoro9-renovatebot bot force-pushed the c/renovate_all-minor-patch branch from 4ee19ab to 7330124 Compare April 15, 2026 00:14
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