chore(deps): update ⬆️ aqua-packages #728
Merged
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.34→v2.1.37v0.0.405→v0.0.406v0.155.2→v0.155.3v1.10.3→v1.10.4v2026.2.6→v2026.2.8v0.49.4→v0.49.6v2.10.3→v2.10.4Release Notes
anthropics/claude-code (anthropics/claude-code)
v2.1.37Compare Source
What's changed
v2.1.36Compare Source
What's changed
github/copilot-cli (github/copilot-cli)
v0.0.406: 0.0.406Compare Source
2026-02-07
/changelogcommand to view release notes--no-experimentalflag disables experimental features/mcp showdisplays enabled/disabled status for MCP toolsgohugoio/hugo (gohugoio/hugo)
v0.155.3Compare Source
What's Changed
6ac7d08@bep #1448224eb84f@bep #1446995a3678@dependabot[bot]9045797@bep #14470homeport/dyff (homeport/dyff)
v1.10.4: dyff release v1.10.4Compare Source
What's Changed
Full Changelog: homeport/dyff@v1.10.3...v1.10.4
jdx/mise (jdx/mise)
v2026.2.8: : Hooks Get Their Act TogetherCompare Source
This release focuses on hooks—fixing 12 community-reported issues that were making them unreliable. There are also some nice quality-of-life improvements for Node.js and Ruby users.
Highlights
Hooks overhaul — A comprehensive fix for the hooks system addressing a dozen issues reported by the community. Global hooks now actually work, hook execution order is corrected (leave fires before enter), infinite loops in fish shell are fixed, and postinstall hooks can now find all installed tools. #8058
Node version detection from package.json — mise now reads tool versions directly from
package.jsonusing thedevEnginesandpackageManagerfields. This means your Node, Bun, pnpm, yarn, and npm versions can be auto-detected without a separate.tool-versionsormise.tomlfile. Semver ranges are simplified automatically (>=18.0.0→18). #8059Precompiled Ruby goes stable — You can now use precompiled Ruby binaries by setting
ruby.compile=falsewithout needingexperimental=true. This will become the default in 2026.8.0. If you haven't tried it, precompiled Ruby installs in seconds instead of minutes. #8052New Features
--dry-run-codeflag — Added toinstall,upgrade,prune,uninstall, andusecommands. Behaves like--dry-runbut exits with code 1 when there's work to do, enabling patterns likeif ! mise install --dry-run-code -q; then mise install; fi#8063Bug Fixes
MISE_ARCHat runtime, which is useful for Windows ARM64 users running x64 binaries under emulation #8062mise settings set,mise settings add,mise config set, andmise shell-alias setnow acceptkey=valueas a single argument #8053Registry
npm:quicktype) — thanks @zdunecki! #8054Dependencies
v2026.2.7: : Windows Gets RealCompare Source
This release brings a significant improvement for Windows users with native
.exeshims, along with several bug fixes that improve the reliability of tool installation and version resolution.Highlights
Native Windows Shims (#8045)
mise now generates native
.exeshim files instead of.cmdbatch scripts. This resolves a whole category of frustrating issues:ENOENTerrors fromspawnSyncin nodewhere.exenow correctly finds your toolsThe new
"exe"mode is now the default forwindows_shim_mode. This follows the same pattern used by Scoop, Volta, and Chocolatey. If you need to switch back, you can setwindows_shim_mode = "file"in your settings. Thanks to @iki for helping with this.Bug Fixes
Config options preserved during CLI installs (#8044) - Running
mise install tool@versionwith an explicit version no longer loses tool-level config options likepostinstallfrom yourmise.toml. Registry defaults (likeuvx=falseorpipx_args) are also preserved when using table syntax.Linked versions take priority over lockfiles (#8050) - Tools created with
mise linknow correctly override lockfile entries during version resolution. Previously, a lockfile pin would override your linked version, causing confusing "missing" warnings.Fixed duplicate entries in
ls --all-sources(#8042) - Thanks @roele!Registry Updates
oxlintto use npm backend by default (#8038) - Thanks @risu729!orvalfor OpenAPI client generation:mise use orval(#8051) - Thanks @zdunecki for your first contribution!steveyegge/beads (steveyegge/beads)
v0.49.6Compare Source
beads v0.49.6
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
Others
c064f2arelease: v0.49.62137693revert: restore embedded Dolt mode (was only supposed to be removed from Gas Town)v0.49.5Compare Source
beads v0.49.5
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
Features
3c167b8feat(dolt): fail-fast TCP check before MySQL protocol initializatione06e0ccfeat: add bd find-duplicates for AI-powered duplicate detection (bd-581b80b3)4d16070feat: add bd promote command for wisp-to-bead promotion (gt-7mqd.9)55a4140feat: add bd todo command for lightweight task management24ba7e3feat: add bd validate command for data-integrity health checks (bd-e108)6d99a8cfeat: add content and null-check filters to bd search (bd-au0.5)a6cbb7cfeat: centralize AI model config into ai.model with DefaultAIModel()6fe7f20feat: default to chaining hooks in bd init instead of prompting (bd-bxha)66b7fc4feat: embed Windows PE version info to reduce antivirus false positives (bd-t4u1)e533064feat: remove embedded Dolt mode, keep server-only connections (bd-esqfe)Bug Fixes
f5e0de4fix(ci): resolve lint failures and test guard false positive (#1550)f763b15fix(ci): resolve lint failures and test guard false positive on main31687befix(ci): unbreak Nix and Windows CI307cd1bfix(ci): update vendorHash, fix pre-existing lint failures9affc8ffix(config): log when viper uninitialized in getConfigListd0cb650fix(config): write beads.role to git config instead of SQLite3ba6bc3fix(daemon): use rpc.ShortSocketPath for daemon status/health/metrics7057b08fix(docs): correct markdown link syntax in COMMUNITY_TOOLS.md3d4ac66fix(doctor): correct brew upgrade command from "bd" to "beads"c9f68c2fix(doctor): improve output formatting with summary-first layout (bd-4qfb)282c13efix(dolt): clean test tables in setupTestStore to prevent duplicate primary key errorsac0ff2efix(gitignore): add .jsonl.lock to template and requiredPatterns85bd4bbfix(lint): suppress unparam for doctor/sqlite_open.go readOnly1296242fix(merge): use strings.HasPrefix to prevent panic on short error messages3e8bc4ffix(migrate): check for running daemon before dolt migration8566c34fix(nix): update flake.lock, remove CI workarounda96df5afix(rpc): pass issueID via closure to prevent empty mutation eventsfea2bc7fix(rpc): replace hardcoded /tmp paths with t.TempDir() in tests531f7a9fix(security): path traversal in export handler and command injection in import85a5b84fix(security): upgrade Go toolchain to 1.25.7 for CVE-2025-68121eb1049bfix(sqlite): make Close() idempotent to prevent WAL retry deadlock (bd-4ri)0f14a11fix(sync): apply --ours/--theirs strategy to conflict resolution914146dfix(sync): include tombstones in auto-flush full exportf72000afix(tests): add missing assertions to RPC coverage and list filter tests5b8090efix(tests): re-enable deadlock test and add timeout guards for peer sync (dolt-test-ebm)3273834fix(update): log DB error when GetCustomTypes fails182655cfix(update): skip type pre-validation in daemon mode16ac05cfix: ShouldExportJSONL reads DB directly, returns false in dolt-native mode3d01c7ffix: Support cross-prefix ID resolution in multi-repo scenarios (GH#1513)69ab6b6fix: add bounds checks for slice/string access in migrate.go (dolt-test-atg)b78a67afix: add exclusive lock to flushToJSONLWithState to prevent race conditionsf291727fix: add nil storage guard to handleCommentList and handleCommentAdd (dolt-test-w1p)48574fefix: add staleness check to export, graph, history, gate list commands (bd-2q6d)fd274c9fix: apply approved fixes before returning on stdin read error (dolt-test-hp8)de5f702fix: bd dep list cross-rig routing broken from town root (bd-ciouf)8ea2353fix: bd doctor --check=validate re-checks after fix, reuses doctor infra (bd-e108)2b90ed1fix: bd list --all disables default limit (bd-u0l9f)dd2e1c6fix: block BD_BACKEND env var to prevent data fragmentation (bd-hevyw)bf3af46fix: centralize error handling patterns in storage layer (bd-bwk2)656c806fix: detect cross-rig contamination in post-migration check (bd-73cf5)75fd768fix: dolt_conflicts column name, doctor gastown detection, explicit routing mode831c6abfix: drain in-flight requests before closing storage in Server.Stop (dolt-test-rgh)2a0cd4cfix: handle json.Marshal error in runServerHealth (dolt-test-hk6)a66165afix: include dependencies and comments in issueEqual comparison (dolt-test-7e4)1b42ec3fix: isolate Dolt tests with per-test databases (dolt-test-1cf)8a18582fix: log warnings for label and dependency import errors in migration (dolt-test-qf0)342af3bfix: make "connection refused" retryable in Dolt retry logic (bd-p3ytz)81a87a7fix: make TestRoutingIntegration/maintainer_with_SSH_remote deterministic (bd-g9eu)e73f16ffix: prevent stdout export from clearing dirty flags and auto-flush state (dolt-test-f8l)c4c54cbfix: remove global os.Stderr redirect during daemon import (dolt-test-s6y)db232c8fix: remove output_schema=None workaround, FastMCP 2.14.4 handles union return types (bd-49kw)a8bc581fix: remove unreachable RPC import method and dead code766f6dcfix: replace hardcoded 100ms sleep with response-write-then-shutdown pattern (dolt-test-931)2f4c26ffix: resolve gosec lint warnings in migrate_sync.go and migration_hint.go7b9c581fix: separate parent-child from blocks in bd list output (bd-ohn7c)ac09cdefix: standardize JSON output across commands (bd-au0.7)4eafe63fix: sync labels during import by removing DB labels absent from JSONL (dolt-test-96u)6be7133fix: use SQLITE_BUSY retry logic for all BEGIN IMMEDIATE calls (bd-ola6)1d77673fix: use port 3307 consistently for Dolt server connections (bd-ig3re)249609dfix: use prefix-based Dolt database names to prevent cross-rig contamination (bd-u8rda)4bf6e8ffix: use unique temp filename in writeMergedStateToJSONL to avoid collisions (dolt-test-1so)Others
556836bAdd beads-manager plugin to community tools list17e54c5Enable Dolt on Windows via gms_pure_go build tag8cc9344Fix bd doctor fix suggestion: bd daemon stop requires workspace path3126997Fix daemon ignoring auto-sync config from YAML89e4ec5Fix doctor --fix migration for legacy spec_id976fbe6Fix doctor role check false positive when role set via bd configdf0204dInitialize bd after merge7593042Merge remote-tracking branch 'origin/main' into fix/nix-and-windows-cia39cf8bNewsletter generator: automated narrative summaries of releases (#1197)a0450eccleanup: remove G5 flock semaphore remnants (server mode makes them obsolete)e54ac33hygiene: consolidate internal/util into internal/utils16cdc21hygiene: consolidate sqliteConnString into internal/storaged182aa0hygiene: extract requireFreshDB to eliminate staleness boilerplateae108e8hygiene: renumber spec_id migration from 041 to 0434bc425ehygiene: unexport 5 dead symbols in internal/merged6690dcperf(tests): speed up cmd/bd test suite from ~158s to ~50s (bd-1rh)198fcbfrefactor: consolidate findJSONLPath in doctor/fix to use utils.FindJSONLInDir (bd-74w1)5e2c4e9refactor: move bd validate into bd doctor --check=validate (bd-e108)829ac59refactor: replace manual save/defer globals with saveAndRestoreGlobals helper (dolt-test-0uf)bcf54c5release: v0.49.50a9bf3dsecurity: add SQL identifier validation for dynamic table and database names (dolt-test-46a)2bb827fstyle: run gofmt across entire codebase (bd-nmk12)eb571f9test(beads): improve internal/beads coverage from 55.5% to 88.3%9c96517test(compact): improve internal/compact coverage from 54.9% to 87.9%7033f0ctest(create): add tests for --body-file and --description-file flags (bd-hy9p)3aa501ftest(daemon): add CLI-level integration tests for daemon mode0129a46test(gitignore): add failing tests for .jsonl.lock in template72b3f0atest(syncbranch): improve test coverage from 63.5% to 78.8% (bd-io8c)80e7509test(utils): add multi-hyphen prefix tests for GH#405 (bd-s0qf)df08dd4tests: add tests for doltutil and factory packageswalles/moor (walles/moor)
v2.10.4: : Fix bug pressing "n" at the bottom of the inputCompare Source
Before this release, searching for the next hit while at the bottom of
the input could sometimes get stuck doing nothing.
With this release, we should now correctly go to "not found" every time.
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.