Skip to content

chore(deps): update ⬆️ mise-packages#926

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/mise-packages
Jun 9, 2026
Merged

chore(deps): update ⬆️ mise-packages#926
renovate[bot] merged 2 commits into
mainfrom
renovate/mise-packages

Conversation

@renovate

@renovate renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
aqua:anthropics/claude-code patch 2.1.1582.1.165 2.1.170 (+4) age adoption passing confidence
aqua:aquasecurity/trivy minor 0.70.00.71.0 age adoption passing confidence
aqua:astral-sh/ruff patch 0.15.150.15.16 age adoption passing confidence
aqua:astral-sh/uv patch 0.11.170.11.19 age adoption passing confidence
aqua:crate-ci/typos patch 1.47.01.47.2 age adoption passing confidence
aqua:dagger/dagger patch 0.21.30.21.4 age adoption passing confidence
aqua:fastfetch-cli/fastfetch minor 2.63.12.64.2 age adoption passing confidence
aqua:jesseduffield/lazygit patch 0.62.10.62.2 age adoption passing confidence
aqua:securego/gosec minor 2.26.12.27.1 age adoption passing confidence
aqua:snyk/cli patch 1.1305.01.1305.1 age adoption passing confidence
aqua:spacelift-io/spacectl patch 1.21.51.21.6 1.22.0 age adoption passing confidence
aqua:sst/opencode minor 1.15.131.16.2 age adoption passing confidence
aqua:terraform-linters/tflint minor 0.62.10.63.1 age adoption passing confidence
aqua:twpayne/chezmoi patch 2.70.42.70.5 age adoption passing confidence
aqua:vercel-labs/agent-browser patch 0.27.00.27.1 age adoption passing confidence
aqua:walles/moor patch 2.13.32.13.4 2.14.0 age adoption passing confidence
github:agavra/tuicr minor v0.16.1v0.17.1 age adoption passing confidence
github:always-further/nono minor v0.59.0v0.61.2 v0.62.0 age adoption passing confidence
github:janosmiko/lfk patch v0.13.1v0.13.7 v0.14.2 (+4) age adoption passing confidence
github:max-sixty/worktrunk minor v0.55.0v0.56.0 v0.57.0 age adoption passing confidence
github:modem-dev/hunk patch v0.14.0v0.14.1 v0.15.0 age adoption passing confidence
go patch 1.26.31.26.4 age adoption passing confidence
npm:socket patch 1.1.1121.1.115 1.1.118 (+2) age adoption passing confidence
npm:sql-formatter patch 15.8.015.8.1 age adoption passing confidence
npm:stylelint (source) minor 17.12.017.13.0 age adoption passing confidence
pipx:semgrep (changelog) minor 1.164.01.165.0 age adoption passing confidence
pipx:sqlfluff (changelog) patch 4.2.14.2.2 age adoption passing confidence
usage minor 3.3.03.4.0 age adoption passing confidence

Release Notes

anthropics/claude-code (aqua:anthropics/claude-code)

v2.1.165

Compare Source

  • Bug fixes and reliability improvements

v2.1.163

Compare Source

  • Added requiredMinimumVersion and requiredMaximumVersion managed settings — Claude Code refuses to start if its version is outside the allowed range and directs the user to an approved version
  • Added /plugin list command to list installed plugins, with --enabled/--disabled filters
  • Added a "c to copy" shortcut to /btw that copies the raw markdown answer to the clipboard, preserving formatting when pasted elsewhere
  • Hooks: Stop and SubagentStop hooks can now return hookSpecificOutput.additionalContext to give Claude feedback and keep the turn going without being labeled a hook error
  • Skills: added \$ escape syntax to include a literal $ before a digit in command bodies
  • stdio MCP servers now receive the same CLAUDE_CODE_SESSION_ID as hooks/Bash on --resume
  • Fixed claude -p hanging forever after its final result when a backgrounded command never exits — background shells are now stopped ~5s after the result once stdin closes
  • Fixed claude -p failing with "ANTHROPIC_API_KEY required" on Bedrock/Vertex/Foundry when CI=true and no Anthropic API key is set
  • Fixed bash commands failing under bazel and EDR-protected Go workflows: $TMPDIR was overridden to /tmp/claude-{uid} for all commands instead of only sandboxed ones (regression in 2.1.154)
  • Fixed Bash commands failing on Windows with "EEXIST: file already exists" on the session-env directory when it has the read-only attribute or is inside OneDrive
  • Fixed org-managed permission rules not applying for the entire session when the managed settings fetch completed during startup on a fresh config directory
  • Fixed background sessions in claude agents losing their running background tasks when reattached after a Claude Code update
  • Fixed terminal misalignment and a multi-second hang when exiting the agent view by pressing Esc
  • Fixed clicking Stop on a background-task chip in the desktop app not clearing the chip when the underlying process was already gone
  • Fixed keyboard input becoming permanently unresponsive after a paste operation whose end marker is dropped by the terminal
  • Fixed hook if: "Bash(...)" conditions firing on every Bash command containing $() or $VAR; the pattern now matches against commands inside subshells and backticks too
  • Fixed deny rules on home-directory paths (e.g. Read(~/Desktop/**)) not blocking Bash commands that reference the path via $HOME
  • Fixed a stray "(no content)" line left in the transcript after closing panel dialogs like /mcp and /plugins
  • Background agent sessions now update to a new Claude Code version in the background, so opening a session after an update no longer waits on a cold restart
  • Clearer descriptions for built-in commands and skills in the / menu
  • The subscription-switch suggestion now shows in the startup announcement slot instead of a toast
  • claude agents dispatching from the state-grouped view now starts the session in the directory the agent view was opened from

v2.1.162

Compare Source

  • claude agents --json now includes waitingFor showing what a waiting session is blocked on (e.g. permission prompt)
  • --tools: explicitly listing Grep/Glob now provides the dedicated search tools on native builds with embedded search (previously these names were silently ignored)
  • /effort now confirms when your chosen level will persist as the default for new sessions
  • Clicking a slash command in the autocomplete menu now fills it into your prompt instead of running it immediately; press Enter to run
  • Remote Control now shows as a persistent footer pill (with a link to the session) instead of a startup message
  • Renamed Windsurf to Devin Desktop in the /ide menu, /terminal-setup, and /scroll-speed, following the editor's rebrand
  • Fixed a silent startup hang when the config directory is read-only or unwritable — Claude Code now starts with in-memory config and surfaces startup errors instead of showing a blank screen
  • Fixed WebFetch permission rules not being applied to built-in preapproved domains; explicit WebFetch(domain:...) deny/ask/allow rules now take precedence over the preapproved-host auto-allow
  • Fixed Windows permission rules never matching when spelled with backslashes (~\, \\server\share) or case-variant paths, and Read deny rules not hiding files from Glob/Grep results
  • Fixed an interrupt (Esc) sent at the very start of a turn being silently dropped in stream-json/SDK sessions, leaving the turn running with no "Interrupted" feedback
  • Fixed API 400 no low surrogate in string errors for classifier side-queries and MCP server descriptions containing emoji near a truncation boundary
  • Fixed MCP per-server timeout config values below 1000 ms being floored to a 1-second watchdog that aborted every tool call; sub-1000 ms values are now ignored (falling back to MCP_TOOL_TIMEOUT or default), and claude mcp get annotates them accordingly
  • Fixed the LSP tool's workspaceSymbol operation returning no results; it now accepts a query parameter and passes it to the language server
  • Fixed claude agents cutting live status text (tool args, replies, prompts, exec output) at 60–120 columns on wide terminals; the status detail now uses the full terminal width
  • Fixed claude agents truncating long session names at 40 columns; the name column now grows with terminal width
  • Fixed claude agents attach occasionally bouncing straight back to the session list on the first try after a background-service restart
  • Fixed claude agents Ctrl+V image paste doing nothing in the dispatch input and the session reply box; pasting with no image now shows a hint
  • Fixed backgrounding a session with ← silently losing the conversation when the background service cannot start; the session stays in the list as a failed row you can wake with Enter
  • Fixed replies from the agents view that fail to send being lost; they are now queued for delivery on the next session start
  • Fixed cross-session messaging (SendMessage) silently breaking when CLAUDE_CODE_TMPDIR or $TMPDIR points at a deep directory
  • Fixed opening a running background session from claude agents stalling for 5 seconds before attaching
  • Quieter startup: notices group by severity, and session info and announcements share a single line per launch
  • Startup warnings rewritten to be shorter and clearer, each with a concrete fix
  • Launch-prompt warnings (deep link/pre-filled prompt) now stay pinned below the input until you act instead of scrolling away
  • Failed turns now show a compact warning line instead of a multi-line red error block
  • Improved background service startup and claude update verification to wait out endpoint-security scanning of new binaries instead of failing after 5 seconds
  • Background dispatch spawn failures now report the error class name when no errno is available
  • Removed the "Claude in Chrome enabled" and "marketplace installed" startup messages; model auto-updates and the team-onboarding tip now show as quiet notices under the logo

v2.1.161

Compare Source

  • OTEL_RESOURCE_ATTRIBUTES values are now included as labels on metric datapoints, so you can slice usage metrics by custom dimensions like team or repo
  • claude agents rows now show done/total before the detail when work is fanned out; peek shows the longest-running item
  • /mcp now collapses claude.ai connectors you've never signed in to behind a "Show unused connectors" row
  • Parallel tool calls: a failed Bash command no longer cancels other calls in the same batch — each tool returns its own result independently
  • Fullscreen mode: clipboard now uses wl-copy/xclip/xsel on Linux when available, copies to both the clipboard and PRIMARY selection for middle-click paste, and the "hold {key} for native selection" hint now shows the correct key per terminal
  • Fixed the /effort dialog, workflow animations, and prompt keyword shimmer not honoring the "Reduce motion" setting
  • Fixed forceLoginOrgUUID/forceLoginMethod managed-settings policies blocking third-party provider sessions (Bedrock, Vertex, Foundry, Mantle) alongside the org pin (regression in 2.1.146)
  • Fixed background subagent output corrupting claude -p stdout when using --output-format text or json
  • Fixed /usage-credits starting a re-login for Team and Enterprise admins instead of pointing to the organization's usage settings page
  • Fixed /autofix-pr reporting "cannot run on the default branch" when the session is inside a git worktree or another repository
  • Fixed --resume picker not showing sessions from the current directory when it isn't a git worktree (e.g., jj workspaces)
  • Fixed Windows hooks that invoke bash explicitly (e.g., /usr/bin/bash script.sh) failing with "command not found" or "cannot execute binary file"
  • Fixed OpenTelemetry log events (user_prompt, api_request, tool_result, tool_decision) being silently dropped when emitted before telemetry initialization completed
  • Fixed claude mcp list/get/add printing secrets to the terminal: ${VAR} references are no longer expanded, and credential headers and URL secrets are redacted
  • Fixed Workflow agents spawned with isolation: "worktree" in background sessions being blocked from editing files inside their own worktree
  • Fixed background sessions dispatched from claude agents booting on a stale model from the daemon's environment instead of the model in settings.json
  • Fixed a potential crash when rendering Write tool results after resuming a session
  • Fixed completed subagents getting stuck showing as running when an error occurs while finalizing their result
  • Fixed EADDRINUSE errors from tools that bind Unix sockets under $TMPDIR when CLAUDE_CODE_TMPDIR is set to a deep path
  • Improved terminal rendering performance by stabilizing the layout engine's JIT compilation profile
  • Improved rendering performance for large file writes
  • [VSCode] Added a tip suggesting disabling terminal GPU acceleration (or running /terminal-setup) to fix garbled glyphs

v2.1.160

Compare Source

  • Added a prompt before writing to shell startup files (.zshenv, .zlogin, .bash_login) and ~/.config/git/, which could otherwise lead to unintended command execution
  • acceptEdits mode now prompts before writing build-tool config files that grant code execution (.npmrc, .yarnrc*, bunfig.toml, .bazelrc, .pre-commit-config.yaml, .devcontainer/, etc.)
  • Edit no longer requires a separate Read after viewing a file with grep: single-file grep/egrep/fgrep commands now satisfy the read-before-edit check
  • Fixed copy-on-select not writing to the Windows clipboard on WSL — now uses PowerShell interop instead of OSC 52, which terminals like MobaXterm don't support
  • Fixed restoring a completed session from claude agents dropping chat history and re-running the original prompt
  • Fixed background sessions re-attached after overnight retire losing their conversation and re-running the original prompt
  • Fixed claude --bg occasionally failing with "socket missing" when the background daemon was cold-starting on a loaded machine
  • Fixed an issue on Windows where the directory a background session was started in could not be deleted after claude rm until the background daemon exited
  • Fixed background agents that resumed work being shown under Completed in the agents list
  • Fixed claude agents freezing for several seconds when returning to the session list due to the auto-updater re-checking on every exit
  • Fixed Esc, arrow keys, and typing becoming unresponsive on Windows when attached to a background session or in the agent view while the host is under heavy CPU load
  • Fixed background agents emitting terminal sync-output markers to terminals that don't support them (Apple Terminal, tmux), causing render artifacts when entering a running agent
  • Fixed mouse wheel scrolling prompt history instead of the transcript right after opening a session from the agents list
  • Fixed CJK IME composition appearing at the bottom-left of the screen instead of at the input caret in the claude agents view
  • Fixed valid file:///C:/... links being rewritten to a broken path on Windows terminals with hyperlink support
  • Fixed voice mode failing to connect when the project directory or branch name contains non-ASCII or special characters
  • Fixed the auto mode unavailability message on third-party providers (Bedrock/Vertex/Foundry) to point to the CLAUDE_CODE_ENABLE_AUTO_MODE opt-in instead of incorrectly blaming the model
  • Fixed /effort ultracode incorrectly blaming the dynamic workflows setting when the model cannot run xhigh; ultracode is no longer offered on models that do not support it
  • Fixed model-not-found errors suggesting --model when running via the SDK or other hosts where the CLI flag doesn't apply
  • Fixed Claude's past replies disappearing from scrollback when resuming a brief mode session with brief mode turned off
  • Fixed vim mode p pasting on the line below instead of at the cursor when the register was yanked with v$
  • Improved performance of opening recently-inactive background agent sessions in claude agents
  • Improved auto mode classifier latency by reducing reasoning on routine actions, lowering the chance of "could not evaluate this action" blocks
  • Improved background-session teardown (claude rm/stop, idle reap) to send SIGTERM to running shell subprocesses before SIGKILL, so cleanup handlers run
  • Removed CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE; the environment variable is now a no-op
  • Removed the JetBrains plugin install suggestion from startup
  • Renamed the dynamic-workflow trigger keyword from workflow to ultracode. The word "workflow" no longer triggers a run; asking for one in your own words still works. The trigger keyword is highlighted in violet in the prompt input

v2.1.159

Compare Source

  • Internal infrastructure improvements (no user-facing changes)
aquasecurity/trivy (aqua:aquasecurity/trivy)

v0.71.0

Compare Source

⚡ Highlights ⚡

👉 https://github.com/aquasecurity/trivy/discussions/10767

Changelog

https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0710-2026-06-01

astral-sh/ruff (aqua:astral-sh/ruff)

v0.15.16

Compare Source

Released on 2026-06-04.

Preview features
  • [flake8-async] Implement yield-in-context-manager-in-async-generator (ASYNC119) (#​24644)
  • [pylint] Narrow diagnostic range and exclude cases without exception handlers (PLW0717) (#​25440)
  • [ruff] Treat yield before break from a terminal loop as terminal (RUF075) (#​25447)
Bug fixes
  • [eradicate] Avoid flagging ruff:ignore comments as code (ERA001) (#​25537)
  • [eradicate] Fix ERA001/RUF100 conflict when noqa is on commented-out code (#​25414)
  • [pyflakes] Avoid removing the format call when it would change behavior (F523) (#​25320)
  • [pylint] Avoid syntax errors in invalid character replacements in f-strings before Python 3.12 (PLE2510, PLE2512, PLE2513, PLE2514, PLE2515) (#​25544)
  • [pyupgrade] Avoid converting format calls with more kinds of side effects (UP032) (#​25484)
Rule changes
  • [flake8-pytest-style] Avoid fixes for ambiguous argnames and argvalues combinations (PT006) (#​24776)
Performance
  • Drop excess capacity from statement suites during parsing (#​25368)
Documentation
  • [pydocstyle] Improve discoverability of rules enabled for each convention (#​24973)
  • [ruff] Restore example code for Python versions before 3.15 (RUF017) (#​25439)
  • Fix typo bin/activebin/activate in tutorial (#​25473)
Other changes
  • Shrink additional parser AST collections (#​25465)
Contributors
astral-sh/uv (aqua:astral-sh/uv)

v0.11.19

Compare Source

Released on 2026-06-03.

Python
Enhancements
  • Always compute SHA256 for remote distributions (#​19662)
  • Add PyEmscripten platform (PEP 783) (#​19629)
  • Add Pyodide 2025 target triple (#​19653)
Preview features
  • Make preview features for commands have names that aren't ambiguous with the command (#​19645)
  • Respect --isolated in uv check (#​19666)
Bug fixes
  • Continue tool uninstall after dangling receipts (#​19623)
  • Skip Unix-specific installation steps when cross-installing Windows Python distributions (#​19424)

v0.11.18

Compare Source

Released on 2026-06-01.

Performance
  • Fix performance regression in unzip of local wheels (#​19637)
Preview
Bug fixes
  • Update activation scripts with upstream fixes (#​19628)
Other changes
crate-ci/typos (aqua:crate-ci/typos)

v1.47.2

Compare Source

Fixes
  • Don't correct inferrable
  • Correct unused inferible variant

v1.47.1

Compare Source

Fixes
  • Don't correct requestors
dagger/dagger (aqua:dagger/dagger)

v0.21.4

Compare Source

Fixed
  • Fix a regression in the 1Password secret provider where secrets with spaces could not be resolved. #​13297
  • Container image tarball export can fail after cache pruning when the export needs layer content that is no longer retained by an owner lease. The observed failure was intermittent during engine builds, especially through Container.asTarball(forcedCompression: Zstd), with errors like a missing local content blob or a content digest not found while ensuring the requested compression type. #​13307
  • When WithFile/WithDirectory writes to a path that traverses a symlinked directory (e.g. ubuntu's /bin -> usr/bin), ensureDir resolved the symlink to the real view path but recursed on the parent of the original destPath instead of the parent of the resolved path. On a fresh overlay layer this skipped materializing intermediate dirs (e.g. usr) in the upperdir, so materializeExistingDir failed with 'mkdir .../usr/bin: no such file or directory'. #​13308
What to do next?
fastfetch-cli/fastfetch (aqua:fastfetch-cli/fastfetch)

v2.64.2

Compare Source

Bugfixes:

  • Fixes image rendering being wiped quickly (#​2374)
    • Regression from v2.64.0
  • Fixes ASCII logo being overwritten in --dynamic-interval mode
    • Regression from v2.64.0

Logos:

  • Updates OpenWrt and adds a small variant (#​2376)
    • The old one is renamed to openwrt_old

v2.64.1

Compare Source

Features:

  • Adds a CMake option -DPACKAGES_REMOVE_DISABLED to remove detection code of disabled packages (-DPACKAGES_DISABLE_<PACKAGE_NAME>) for slightly smaller binary size (Packages)

Bugfixes:

  • Fixes compatibility issues with Lua 5.3
  • Avoid possible infinite recursion in encode_json when encoding deeply nested tables or circular references
  • Fixes compilation issues when building with old macOS SDKs

v2.64.0

Compare Source

New optional build dependencies:

Features:

  • Adds Codec module support for Windows, macOS, Linux, and Android for hardware-accelerated video codec detection (Codec)
    • Backends used (results may vary depending on the backend due to driver differences):
      • Linux and BSD: VA-API (default) and VDPAU (fallback for NVIDIA). Fastfetch must be built with libva and libvdpau support to enable these backends.
      • Windows: D3D12VA (Windows 11) and D3D11VA+MFT (Windows 10 or older)
      • macOS: VideoToolbox
      • Android: AMediaCodec
      • Common: Vulkan Video (disabled by default; can be enabled with "useVulkan": true)
    • By default, both encoders and decoders are reported. If no codecs are detected for a given type, None is reported. This behavior can be configured using the "showType": "encoder|decoder" option.
  • Adds experimental Lua script support for custom formats (Global)
    • Basic usage (using Title as an example): { "type": "title", "format": "lua:return string.format('Hello %s@%s', (...).userName, (...).hostName)" }. The lua: prefix indicates a Lua script. A return statement is required to pass the final result back to the fastfetch module; otherwise, nil is returned implicitly and the entire module output is skipped.
    • Parameters are passed via variable arguments (...). Users can assign them to named variables for better readability. For example: lua:local args = ...; string.format('Hello %s@%s', args.userName, args.hostName).
    • The Lua interpreter instance is shared across all modules. This allows users to store and manipulate data across modules. For example:
      • { "type": "shell", "format": "lua:shell = ..." } // Note: no "return" here
      • { "type": "terminal", "format": "lua:return shell.prettyName .. ' in ' .. (...).prettyName" } // This will print the detected shell and terminal names
    • A json_encode(table, is_pretty) function has been added to the Lua API for easier debugging. For example, lua:return json_encode(...) will print all available variables and their values in JSON format.
    • Supported Lua versions: Lua 5.3 to 5.5 (Lua 5.1 and LuaJIT are not supported). The Lua version is auto-detected at build time. Once built, users can check the configured Lua version using fastfetch --list-features.
  • Adds experimental QuickJS script support for custom formats as an alternative to Lua (Global)
    • Basic usage: { "type": "title", "format": "qjs:Hello ${this.userName}@​${this.hostName}" }. The qjs: prefix indicates a JavaScript script. No return statement is needed; the final result is simply the evaluated value of the script.
    • Parameters are passed via the this object. Usage is mostly the same as Lua, but using JavaScript syntax.
    • Requires quickjs-ng v0.15.0 or newer.
  • Adds CMake options -DMODULE_DISABLE_<MODULE_NAME>=ON to disable modules at compile time for a smaller binary size
    • Use cmake -L . | grep MODULE_DISABLE_ to list all available options.
    • These options rely on LTO for dead code elimination (-DCMAKE_BUILD_TYPE=Release should enable LTO by default).
  • Adds the ability to remove unneeded ASCII logos without modifying the fastfetch source code, further reducing binary size
    • Simply remove the corresponding logo file from the logo directory (src/logo/ascii/[a-z]/*) and re-run cmake.
  • Improves string manipulation specifiers in custom formats
    • They are now ANSI escape-aware and work correctly with colored output (e.g., percentages with num-color) (#​2364). Limitations:
      • They are still not wide-character aware and treat CJK and emoji characters as raw bytes.
      • Escape sequences in the middle of strings are not supported.
    • A new | specifier has been added to center strings. For example, {user-name|20} will center the username in a 20-character-wide field.
  • Adds preliminary Bootmgr, Brightness, and WMTheme detection support for Haiku (#​2358, Haiku)
  • Adds Wallpaper and WMTheme detection support for the COSMIC desktop environment (Linux)
  • Improves terminal name detection for Nix packages (#​2352, Terminal, Linux)
  • Adds DDC/CI brightness detection support for FreeBSD (Brightness, FreeBSD)
    • DDC/CI communication can be very slow. Users can set the ddcciSleep: null option to skip DDC/CI detection.
  • Reworks the built-in logo printing logic. ASCII logos and modules are now printed line by line, avoiding issues like #​2239
    • Note: Image logos are not affected by this change and still print the entire image first before printing any modules.
  • Adds a new --logo-padding-bottom option to control the padding between the bottom of the logo and the first module when --logo-position top is used
    • Previously, --logo-padding-right was used for both right and bottom padding.
  • Adds Samsung Exynos 2600 to CPU detection (CPU, Android)
  • Adds terminal font detection support for the Muxy terminal (TerminalFont, macOS)
  • Improves the performance of BusyBox (ash) version detection and always reports ash as the pretty name (Shell, Linux)

Bugfixes:

  • Fixes SwayFX version detection (WM, Linux)
  • Fixes fallback font detection for Ghostty (TerminalFont, macOS)
  • Fixes --stat output to correctly align with the right border (Global)
  • Fixes boot manager on macOS 26 (mBoot) is incorrectly reported as iBoot (Bootmgr, macOS)

Logos:

jesseduffield/lazygit (aqua:jesseduffield/lazygit)

v0.62.2

Compare Source

This fixes another small regression introduced in 0.62.0. For the full list of changes in 0.62, see here.

What's Changed

Fixes 🔧

Full Changelog: jesseduffield/lazygit@v0.62.1...v0.62.2

securego/gosec (aqua:securego/gosec)

v2.27.1

Compare Source

Changelog

v2.27.0

Compare Source

Changelog

snyk/cli (aqua:snyk/cli)

v1.1305.1

Compare Source

Bug Fixes
spacelift-io/spacectl (aqua:spacelift-io/spacectl)

v1.21.6

Compare Source

What's Changed

New Contributors

Full Changelog: spacelift-io/spacectl@v1.21.5...v1.21.6

Artifacts

Binaries

The binaries are available at the bottom of this release.

Docker images

The following multi-arch (amd64 and arm64) Docker images have been published:

  • ghcr.io/spacelift-io/spacectl:latest
  • ghcr.io/spacelift-io/spacectl:1.21.6
sst/opencode (aqua:sst/opencode)

v1.16.2

Compare Source

Core

Bugfixes
  • Reasoning summaries now only run on providers that support them, avoiding GPT-5 request failures on compatible backends.
  • Edit operations now refuse loose matches that could overwrite the wrong code or replace an existing file by mistake.
  • Fixed Bedrock sessions hanging before a model response starts. (@​alblez)
Improvements
  • Diff viewer now supports next and previous hunk navigation.
  • Terminal themes now refresh after live terminal reloads without stale colors or broken highlighting.
  • Running subagents can now be sent to the background so you can keep working.
  • Sessions now persist system context updates during long-running conversations.
  • Added Snowflake Cortex provider support. (@​kameshsampath)

TUI

Bugfixes
  • Fixed the external editor fallback so attach-mode sessions still o

Note

PR body was truncated to here.

@renovate
renovate Bot requested a review from scottames as a code owner June 9, 2026 10:49
@renovate renovate Bot added the dependencies label Jun 9, 2026
@renovate
renovate Bot enabled auto-merge (squash) June 9, 2026 10:49
@renovate

renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: mise/mise.lock

mise ERROR error parsing config file: /tmp/renovate/repos/github/scottames/dots/mise/config.toml
mise ERROR Config files in /tmp/renovate/repos/github/scottames/dots/mise/config.toml are not trusted.
Trust them with `mise trust`. See https://mise.en.dev/cli/trust.html for more information.
mise ERROR Version: 2026.6.1 linux-x64 (2026-06-06)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

Command failed: mise lock aqua:anthropics/claude-code aqua:astral-sh/ruff aqua:astral-sh/uv aqua:crate-ci/typos aqua:dagger/dagger aqua:fastfetch-cli/fastfetch aqua:jesseduffield/lazygit aqua:snyk/cli aqua:spacelift-io/spacectl aqua:sst/opencode aqua:terraform-linters/tflint aqua:twpayne/chezmoi aqua:vercel-labs/agent-browser aqua:walles/moor github:agavra/tuicr github:always-further/nono github:janosmiko/lfk github:max-sixty/worktrunk github:modem-dev/hunk go npm:sql-formatter npm:stylelint pipx:semgrep pipx:sqlfluff usage
mise ERROR error parsing config file: /tmp/renovate/repos/github/scottames/dots/mise/config.toml
mise ERROR Config files in /tmp/renovate/repos/github/scottames/dots/mise/config.toml are not trusted.
Trust them with `mise trust`. See https://mise.en.dev/cli/trust.html for more information.
mise ERROR Version: 2026.6.1 linux-x64 (2026-06-06)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

@renovate
renovate Bot force-pushed the renovate/mise-packages branch from 963972c to a3f3017 Compare June 9, 2026 22:49
@renovate
renovate Bot merged commit 39cea80 into main Jun 9, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/mise-packages branch June 9, 2026 22:55
scottames pushed a commit that referenced this pull request Jun 23, 2026
🤖 I have created a release *beep* *boop*
---


## [0.47.0](v0.46.0...v0.47.0)
(2026-06-23)


### Updates & Misc Chores

* **deps:** lock file maintenance
([#934](#934))
([480a323](480a323))
* **deps:** lock file maintenance
([#944](#944))
([ecd0611](ecd0611))
* **deps:** lock file maintenance ⬆️ mise-packages
([#936](#936))
([4e91cb5](4e91cb5))
* **deps:** update ⬆️ aqua-packages
([#920](#920))
([cdc3cab](cdc3cab))
* **deps:** update ⬆️ aqua-packages
([#942](#942))
([aae9b2d](aae9b2d))
* **deps:** update ⬆️ aqua-packages to v4.520.0
([#924](#924))
([f56cfc8](f56cfc8))
* **deps:** update ⬆️ aqua-packages to v4.520.1
([#925](#925))
([1f7eb02](1f7eb02))
* **deps:** update ⬆️ container digests
([#919](#919))
([d241f14](d241f14))
* **deps:** update ⬆️ dagger to v0.21.3
([#921](#921))
([deb7722](deb7722))
* **deps:** update ⬆️ dagger to v0.21.4
([#930](#930))
([fb8c104](fb8c104))
* **deps:** update ⬆️ dagger to v0.21.6
([#941](#941))
([7dd8b50](7dd8b50))
* **deps:** update ⬆️ mise-packages
([#917](#917))
([ef28dfc](ef28dfc))
* **deps:** update ⬆️ mise-packages
([#926](#926))
([39cea80](39cea80))
* **deps:** update ⬆️ mise-packages
([#928](#928))
([fd1f171](fd1f171))
* **deps:** update ⬆️ mise-packages
([#933](#933))
([39d566b](39d566b))
* **deps:** update ⬆️ mise-packages
([#937](#937))
([66f8a50](66f8a50))
* **deps:** update ⬆️ mise-packages
([#939](#939))
([14c1b76](14c1b76))
* **deps:** update ⬆️ mise-packages
([#943](#943))
([9885419](9885419))
* **deps:** update ⬆️ mise-packages
([#945](#945))
([a977547](a977547))
* **deps:** update ⬆️ mise-packages
([#946](#946))
([04963b3](04963b3))
* **deps:** update ⬆️ mise-packages to v2.1.167
([#927](#927))
([a3c34db](a3c34db))
* **deps:** update ⬆️ mise-packages to v2.1.173
([#935](#935))
([f00499e](f00499e))
* **deps:** update busybox docker tag to v1.38.0
([#922](#922))
([17183b0](17183b0))
* **deps:** update dependency gabm/satty to v0.21.1
([#931](#931))
([7937647](7937647))
* **deps:** update github-actions
([#932](#932))
([4274b39](4274b39))
* **deps:** update github-actions to v1.0.5
([#923](#923))
([0fb5abf](0fb5abf))
* **fish/herdr:** abbr
([51defbc](51defbc))
* **mise:** bump herdr 0.6.10
([143e560](143e560))
* **mise:** rm tenv for now - use in specific projects
([aa2d09e](aa2d09e))
* **niri:** ignore focus for Akiflow
([b9d8848](b9d8848))
* **nvim:** disable copilot lsp when not in use
([c7003ea](c7003ea))
* **nvim:** disable precognition
([fa5b3c1](fa5b3c1))
* **nvim:** lazy updates
([d17812a](d17812a))
* **nvim:** lazyvim updates
([afc2bd5](afc2bd5))
* **opencode:** herdr skill allow
([214a427](214a427))
* upgrade trunk ([#918](#918))
([6707f7f](6707f7f))
* upgrade trunk ([#929](#929))
([e8bf723](e8bf723))
* upgrade trunk ([#940](#940))
([8e16875](8e16875))


### Documentation

* **agents:** clarify worktree layout guidance
([86b8150](86b8150))


### Features

* add herdr
([e51f54e](e51f54e))
* **agents:** add ponytail
([a67eedb](a67eedb))
* **fish/herdr:** add workspace abbrs
([7579c8f](7579c8f))
* **fish:** extend project_label +subtitutions
([a70fc16](a70fc16))
* **git:** add layout-aware project labels
([70c2397](70c2397))
* **git:** support normal worktree clone layout
([4d6bbc9](4d6bbc9))
* **herdr:** add worktrunk / worktree helpers
([d9d8ff8](d9d8ff8))
* **herdr:** config
([d2a0633](d2a0633))
* **nono:** opencode-local - additional permissions
([c9ac773](c9ac773))
* **wt:** run trunk to initiate tools (avoid bug)
([57394c6](57394c6))


### Bug Fixes

* **agents/opencode:** symlink agents
([2927595](2927595))
* **aqua:** rm stale entries, force mise use
([c927d63](c927d63))
* **fish/herdr:** respect label on restore
([7dfea09](7dfea09))
* **gh:** attempt in ensuring the use of our wrapper
([c540930](c540930))
* **git:** harden local hook chaining
([e13a5aa](e13a5aa))
* **herdr:** worktree open, use project_label
([6be9dd2](6be9dd2))
* **nono/opencode:** additional permissions
([b878aa5](b878aa5))
* **nono/opencode:** allow prettierc
([ab203cd](ab203cd))
* **nono/opencode:** deprecated overridedeny
([5a052c9](5a052c9))
* **nono/opencode:** git commit signing permission
([c83e852](c83e852))
* **opencode/nono:** permissions
([4c31fe9](4c31fe9))
* **opencode:** perms missing wildcard
([d848d40](d848d40))
* **opencode:** skill perm covers non-config root
([c764871](c764871))
* **opencode:** skill perms
([bb9fbe1](bb9fbe1))
* **renovate:** avoid mise lockfile races
([bf78481](bf78481))


### Code Refactoring

* **chezmoi/git:** move clones to non-bare worktree
([666e468](666e468))
* **nono:** cleanup wrappers
([74a8574](74a8574))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant