chore(deps): update ⬆️ aqua-packages#825
Merged
renovate[bot] merged 2 commits intomainfrom Mar 30, 2026
Merged
Conversation
9c76211 to
8fd648a
Compare
8fd648a to
87caa22
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:
v2.1.85→v2.1.87v4.487.0→v4.489.0v18.13.5→v18.13.61.48.0→1.48.10.19.1→0.19.22.60.0→2.61.0v0.11.6→v0.12.0v1.3.3→v1.3.7v0.62.0→v0.63.3v1.7.0→v1.7.1v2.11.1→v2.12.0v0.224.0→v0.225.0Release Notes
anthropics/claude-code (anthropics/claude-code)
v2.1.87Compare Source
What's changed
v2.1.86Compare Source
What's changed
X-Claude-Code-Session-Idheader to API requests so proxies can aggregate requests by session without parsing the body.jjand.slto VCS directory exclusion lists so Grep and file autocomplete don't descend into Jujutsu or Sapling metadata--resumefailing with "tool_use ids were found without tool_result blocks" on sessions created before v2.1.85~/.claude/CLAUDE.md) when conditional skills or rules are configured/feedbackon very long sessions with large transcript files--baremode dropping MCP tools in interactive sessions and silently discarding messages enqueued mid-turncshortcut copying only ~20 characters of the OAuth login URL instead of the full URL/modelin one of them/pluginuninstall dialog: pressingnnow correctly uninstalls the plugin while preserving its data directoryultrathinkhint lingering after deleting the keyword@— raw string content no longer JSON-escaped/skillslisting are now capped at 250 characters to reduce context usage/skillsmenu to sort alphabetically for easier scanningaquaproj/aqua-registry (aquaproj/aqua-registry)
v4.489.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.488.0...v4.489.0
🎉 New Packages
emacs-eask/cli - CLI for building, running, testing, and managing your Emacs Lisp dependencies @djgoku
Fixes
#50956 dimo414/bkt: Split darwin arm64 support at 0.8.1 @mtibben
#51180 zerocore-ai/microsandbox: Rename to superradcompany/microsandbox
v4.488.0Compare Source
Issues | Pull Requests | aquaproj/aqua-registry@v4.487.0...v4.488.0
🎉 New Packages
#50878 RasKrebs/sonar - CLI tool for inspecting and managing services listening on localhost ports @TyceHerrman
Security
#50868 terraprovider/statebridge: GitHub artifact attestations config @scop
#51053 updatecli/updatecli: GitHub artifact attestations config @scop
Fixes
#50962 drager/wasm-pack: rename the package to wasm-bindgen/wasm-pack
#50942 google/go-jsonnet: support v0.22.0 asset naming change @tak848
#50835 fix various typos @Marukome0743
atuinsh/atuin (atuinsh/atuin)
v18.13.6: 18.13.6Compare Source
Release Notes
Bug Fixes
Features
Miscellaneous Tasks
atuin 18.13.6
Install atuin 18.13.6
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.6/atuin-installer.ps1 | iex"Download atuin 18.13.6
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
You can also download the attestation from GitHub and verify against that directly:
atuin-server 18.13.6
Install atuin-server 18.13.6
Install prebuilt binaries via shell script
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.13.6/atuin-server-installer.ps1 | iex"Download atuin-server 18.13.6
Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:
You can also download the attestation from GitHub and verify against that directly:
casey/just (casey/just)
v1.48.1Compare Source
:(#3205 by casey)--setmissing value error message interpolation (#3198 by cuiweixie)#compdefto zsh completion script (#3197 by casey)dandavison/delta (dandavison/delta)
v0.19.2Compare 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
fastfetch-cli/fastfetch (fastfetch-cli/fastfetch)
v2.61.0Compare Source
Changes:
DXCore.directx-headersdependency is no longer required.DXCorefor more accurate GPU type detection (requires Windows 10 or later).DXCoreheaders are available, which requires installingmingw-w64-<msystem>-x86_64-directx-headerson MSYS2.Features:
brightnessoption for color display configuration (#2238, Colors)showEmptySlotsoption to display empty memory slots on Linux (#2222, PhysicalMemory)Bugfixes:
iwoutput (Wifi, Linux)neovim/neovim (neovim/neovim)
v0.12.0: Nvim 0.12.0Compare Source
Release notes
:help newsin Nvim)Install
Windows
Zip
nvim.exein your terminalMSI
nvim.exein your terminalNote: On Windows "Server" you may need to install vcruntime140.dll.
macOS (x86_64)
xattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz./nvim-macos-x86_64/bin/nvimmacOS (arm64)
xattr -c ./nvim-macos-arm64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz./nvim-macos-arm64/bin/nvimLinux (x86_64)
If your system does not have the required glibc version, try the (unsupported) builds for older glibc.
AppImage
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimageTarball
tar xzvf nvim-linux-x86_64.tar.gz./nvim-linux-x86_64/bin/nvimLinux (arm64)
AppImage
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimageTarball
tar xzvf nvim-linux-arm64.tar.gz./nvim-linux-arm64/bin/nvimOther
v0.11.7: Nvim 0.11.7Compare Source
Release notes
:help newsin Nvim)Install
Windows
Zip
nvim.exein your terminalMSI
nvim.exein your terminalNote: On Windows "Server" you may need to install vcruntime140.dll.
macOS (x86_64)
xattr -c ./nvim-macos-x86_64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz./nvim-macos-x86_64/bin/nvimmacOS (arm64)
xattr -c ./nvim-macos-arm64.tar.gz(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz./nvim-macos-arm64/bin/nvimLinux (x86_64)
If your system does not have the required glibc version, try the (unsupported) builds for older glibc.
AppImage
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimageTarball
tar xzvf nvim-linux-x86_64.tar.gz./nvim-linux-x86_64/bin/nvimLinux (arm64) - Untested
AppImage
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimageTarball
tar xzvf nvim-linux-arm64.tar.gz./nvim-linux-arm64/bin/nvimOther
sst/opencode (sst/opencode)
v1.3.7Compare Source
Core
OPENCODE_DISABLE_CLAUDE_CODE_PROMPTnot being respected for project-level CLAUDE.mdTUI
Thank you to 2 community contributors:
v1.3.6Compare Source
Unreleased Changes
TUI
Desktop
Core
v1.3.5Compare Source
Core
v1.3.4Compare Source
Core
TUI
Desktop
Thank you to 3 community contributors:
steveyegge/beads (steveyegge/beads)
v0.63.3Compare Source
beads v0.63.3
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.
Installation
Homebrew (macOS/Linux):
Quick Install (macOS/Linux/FreeBSD):
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bashWindows (PowerShell):
Manual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.
Changelog
Bug Fixes
b706786fix(beads): detect embeddeddolt/ directory in database discovery (#2909)884cc11fix(release): revert all non-Linux targets to CGO_ENABLED=0, bump v0.63.397889d9fix: include convoy-type formulas in bd formula list text outputtassiovirginio/try-rs (tassiovirginio/try-rs)
v1.7.1Compare Source
Full Changelog: tassiovirginio/try-rs@v1.7.0...v1.7.1
walles/moor (walles/moor)
v2.12.0: : Add CTRL-f / CTRL-b page scrollingCompare Source
Support CTRL-f and CTRL-b for paging forward and backward, contributed
by @joshheyse in #395. Thanks!
Also in this release:
weaveworks/eksctl (weaveworks/eksctl)
v0.225.0: eksctl 0.225.0Compare Source
Release v0.225.0
🚀 Features
🐛 Bug Fixes
Acknowledgments
The eksctl maintainers would like to sincerely thank @HusainZafar, @ShiriNmi1520, @avoidik and @fletcherw.
Configuration
📅 Schedule: Branch creation - Between 05:00 AM and 07:59 AM ( * 5-7 * * * ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.