Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 26, 2026

ℹ️ 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.1452.1.148 2.1.150 (+1) age adoption passing confidence
aqua:astral-sh/ruff patch 0.15.130.15.14 age adoption passing confidence
aqua:astral-sh/uv patch 0.11.150.11.16 age adoption passing confidence
aqua:snyk/cli minor 1.1304.31.1305.0 age adoption passing confidence
aqua:sst/opencode patch 1.15.51.15.7 1.15.10 (+1) age adoption passing confidence
github:agavra/tuicr minor v0.15.0v0.16.0 age adoption passing confidence
github:always-further/nono minor v0.56.0v0.57.0 v0.58.0 age adoption passing confidence
github:janosmiko/lfk patch v0.12.1v0.12.2 v0.12.6 (+3) age adoption passing confidence
github:modem-dev/hunk patch 0.13.1v0.13.2 age adoption passing confidence
node (source) minor 24.15.024.16.0 age adoption passing confidence
npm:socket patch 1.1.991.1.102 age adoption passing confidence

Release Notes

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

v2.1.148

Compare Source

  • Fixed the Bash tool returning exit code 127 on every command for some users (a regression introduced in 2.1.147)

v2.1.147

Compare Source

  • Pinned background sessions (Ctrl+T in claude agents) now stay alive when idle, are restarted in place to apply Claude Code updates, and are shed under memory pressure only after non-pinned sessions
  • Renamed /simplify to /code-review. It now reports correctness bugs at a chosen effort level (e.g., /code-review high); pass --comment to post findings as inline GitHub PR comments. The old cleanup-and-fix behavior has been removed
  • Improved auto-updater: retries transient network failures, reports specific error categories and OS error codes on failure, and shows the current version when an update fails
  • Improved diff rendering performance for large file edits
  • Prompt history no longer records consecutive duplicate entries — recalling a prompt with arrow-up and submitting it again won't add another copy
  • Fixed enterprise login restrictions (forceLoginOrgUUID and forceLoginMethod managed-settings) not being enforced against third-party-provider and API-key sessions
  • Fixed & in ! command output displaying as &, which broke copy-pasting URLs from commands like gcloud auth login on headless machines
  • Fixed unknown slash commands silently doing nothing in headless/SDK mode — they now show an error message
  • Fixed /help rendering a broken tab header and showing only one command per page on small terminals when not in fullscreen mode
  • Fixed shell snapshot dropping user functions whose names start with a single underscore, which broke aliases referencing them
  • Fixed plugin agents that declare multiple Agent(...) types in tools: frontmatter dropping all but the last entry
  • Fixed hook if conditions like PowerShell(git push*) never matching — only PowerShell(*) worked
  • Fixed PowerShell tool dropping output for commands that rely on the default formatter
  • Fixed: on Windows, "Yes, and don't ask again" for a PowerShell script invocation now writes a rule that actually matches on subsequent runs
  • Fixed PowerShell tool failing on Windows with exit code 1 when pwsh is installed via winget or the Microsoft Store
  • Fixed /effort opening with the slider on the wrong level — it now starts at your current effort
  • Fixed paginating MCP servers dropping resources, templates, and prompts past page 1
  • Fixed full-screen strobing in attached background sessions on Windows Terminal while Claude is streaming
  • Fixed: on Windows, removing a background-job worktree no longer follows NTFS junctions into the main repo
  • Fixed /background refusing sessions whose only typed input was a skill or custom slash command
  • Fixed auto mode suppressing AskUserQuestion when the user or a skill explicitly relies on it; the auto-mode classifier now sees the user's answers as intent signal
  • Fixed /theme "New custom theme" and color editor dialogs not responding to Esc
  • Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK
  • Fixed a rare hang when waiting for scroll to settle on Windows
  • Fixed stale and doubled rows in the agent view list on Windows when background session results contain wide (CJK) characters
  • Fixed pasted text being delivered to agents as an unreadable [Pasted text #N] placeholder instead of the actual content
  • Fixed plugin component counts in claude plugin details and /plugin being doubled when a plugin's manifest listed paths overlapping its default directories
  • Fixed backgrounded sessions re-prompting for tool permissions you already granted with "don't ask again"
  • Fixed GNOME Terminal right-click and middle-click paste not inserting text
  • Fixed CLAUDE_CODE_SUBAGENT_MODEL not applying to teammate processes spawned by agent teams
  • Fixed slash commands followed by a tab or newline being treated as an unknown command
  • Fixed several spacing and layout glitches in the /plugin, /status, /mobile, /sandbox, and /permissions menus
  • Fixed stripped images prompting the model to repeatedly re-read media that was no longer present

v2.1.146

Compare Source

What's changed

  • Renamed /simplify to /code-review with an optional effort level (e.g. /code-review high)
  • Auto mode no longer suppresses AskUserQuestion when the user or a skill explicitly relies on it
  • Fixed Windows PowerShell tool failing with "command line is invalid" when pwsh is installed via winget or the Microsoft Store (regression in v2.1.124)
  • Fixed MCP resources/list, resources/templates/list, and prompts/list dropping items past page 1 on paginating servers
  • Fixed full-screen strobing in attached background sessions on Windows Terminal while Claude is streaming
  • Fixed the auto-updater status line not showing your current version when an update fails
  • Fixed on Windows, removing a background-job worktree no longer follows NTFS junctions into the main repo
  • Fixed /background refusing sessions whose only typed input was a skill or custom slash command
  • Fixed backgrounded sessions re-prompting for tool permissions you already granted with "don't ask again"
  • Fixed /theme color editor and "New custom theme" dialogs not responding to Esc
  • Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK
  • Fixed forceLoginOrgUUID and forceLoginMethod managed-settings policies not being enforced against third-party-provider and API-key sessions
  • Fixed GNOME Terminal right-click and middle-click paste not inserting text
  • Fixed CLAUDE_CODE_SUBAGENT_MODEL not being forwarded to child processes in multi-agent sessions
  • Improved auto-updater reliability: native version checks and downloads now retry transient network failures instead of failing immediately
  • Improved diff rendering performance for large file edits
astral-sh/ruff (aqua:astral-sh/ruff)

v0.15.14

Compare Source

Released on 2026-05-21.

Preview features
  • [airflow] Implement airflow-task-implicit-multiple-outputs (AIR202) (#​25152)
  • [flake8-use-pathlib] Mark PTH101 fix as unsafe when first argument is a class attribute annotated as int (#​25086)
  • [pylint] Implement too-many-try-statements (W0717) (#​23970)
  • [ruff] Add incorrect-decorator-order (RUF074) (#​23461)
  • [ruff] Add fallible-context-manager (RUF075) (#​22844)
Bug fixes
  • Fix lambda formatting in interpolated string expressions (#​25144)
  • Treat generic frozenset annotations as immutable (#​25251)
  • [flake8-type-checking] Avoid strict behavior when future-annotations are enabled (TC001, TC002, TC003) (#​25035)
  • [pylint] Avoid false positives in else clause (PLR1733) (#​25177)
Rule changes
  • [flake8-comprehensions] Skip C417 for lambdas with positional-only parameters (#​25272)
  • [flake8-simplify] Preserve f-string source verbatim in SIM101 fix (#​25061)
Performance
  • Avoid unnecessary parser lookahead for operators (#​25290)
Documentation
  • Update code example setting Neovim LSP log level (#​25284)
Other changes
Contributors
astral-sh/uv (aqua:astral-sh/uv)

v0.11.16

Compare Source

Released on 2026-05-21.

Enhancements
  • Add support for direct archive dependencies in Git (#​10072)
  • Adjust hint rendering (#​18090)
Preview features
  • uv audit: specialize malformed OSV error (#​19515)
  • Reject locked malware installations (#​18936)
Configuration
  • Allow disabling reading the system config with UV_NO_SYSTEM_CONFIG (#​19476)
Bug fixes
  • Allow environment variables that take a list to be empty (#​19503)
  • Ensure that incompatible wheel hints do not leak secrets (#​19504)
  • Reject unsafe entry points in uv-build (#​19495)
  • Restrict delimiters in entry point parsing (#​19471)
  • uv-netrc: fix multi-word no-space comment lines causing parse errors (#​19494)
Documentation
  • Document and test relative exclude-newer support for uv pip (#​19475)
snyk/cli (aqua:snyk/cli)

v1.1305.0

Compare Source

The Snyk CLI is being deployed to different deployment channels, users can select the stability level according to their needs. For details please see this documentation

Features
  • sbom: Introduces the --allow-incomplete-sbom flag for snyk sbom, allowing the SBOM to be generated even when individual projects fail to resolve. Failed projects are surfaced as per-project errors alongside the successful results. (29ba128)
  • container: Speed up snyk container monitor by sending dependency requests in parallel, configurable via the SNYK_REQUEST_CONCURRENCY environment variable. (186c5fb, 6764f65)
  • general: Linux ARM64 and AMD64 binaries are now statically linked by default. (f02b850)
  • mcp: Adds an experimental breakability evaluation tool to the Snyk MCP Server. (69806f5)
Bug Fixes
sst/opencode (aqua:sst/opencode)

v1.15.7

Compare Source

Core

Improvements
  • Added Grok OAuth sign-in, including device-code login. (@​Jaaneek)
Bugfixes
  • V2 session APIs now return safe UnknownError responses with log reference IDs when stored messages are corrupt.
  • Generic API 500s no longer expose config details from server errors.
  • Unknown API errors now include reference IDs so you can match responses to server logs.
  • V2 session APIs now return 503 ServiceUnavailableError for mutations that are not available yet.
  • V2 session APIs now return SessionNotFoundError for missing sessions.
  • Deduped concurrent Codex OAuth refreshes to avoid repeated refresh failures. (@​cooper-oai)
  • Restored native OpenAI OAuth requests.
  • Tool schema failures now surface as friendly tool errors.
  • Added PDF attachment support for Grok.
  • Restored OpenAI reasoning streams.

TUI

Bugfixes
  • Collapsed thinking labels now use clearer punctuation.
  • New sessions now default to the local project.
  • Single-select question checkmarks no longer run into option labels.

Desktop

Improvements
  • Added a pinch zoom setting for the desktop app.
  • Added a new desktop home view, session entry flow, and titlebar.
  • Refined the new desktop UI and moved app update actions into the titlebar.
  • Added desktop log export.

SDK

Bugfixes
  • V2 global event streams now include account add, remove, and switch events.

Thank you to 3 community contributors:

v1.15.6

Compare Source

Core

Improvements
  • Added a diff viewer in the TUI for reviewing changes.
  • Collapsed single-child directories in the diff viewer file tree.
  • Added shell mode to the run prompt.
  • Replaced subagent tabs with an on-demand picker in run.
  • Plugin file load errors no longer break the rest of plugin loading.
  • Anthropic API-key models now use the native runtime.
  • The v2 HTTP API now exposes structured public error schemas.
Bugfixes
  • Zed editor context now only activates inside Zed terminals.
  • The v2 HTTP API now exposes catalog errors.
  • The v2 HTTP API now exposes request errors.
  • The v2 OpenAPI spec now preserves endpoint error responses.
  • opencode login now defaults to https://console.opencode.ai.
  • Agent and command names now resolve correctly from relative config paths.
  • Invalid OPENCODE_PERMISSION JSON no longer crashes startup.
  • Plugin tools with missing args no longer break tool loading.
  • Restored legacy PgUp and PgDn TUI keybind aliases.
  • Native runtime now prefers the console provider token for OpenCode models.

TUI

Improvements
  • The diff viewer now focuses the first file automatically.
Bugfixes
  • Imported sessions now refresh their directory and relative path fields correctly. (@​OpeOginni)

Desktop

Improvements
  • Added initial desktop tabs support.
  • Added a native app menu on Windows.
  • Added Ukrainian locale support. (@​MYMDO)
Bugfixes

SDK

  • Updated opentui dependencies to 0.2.15.

Thank you to 4 community contributors:

agavra/tuicr (github:agavra/tuicr)

v0.16.0

Compare Source

What's Changed

Full Changelog: agavra/tuicr@v0.15.0...v0.16.0

always-further/nono (github:always-further/nono)

v0.57.0

Compare Source

What's Changed

Full Changelog: always-further/nono@v0.56.0...v0.57.0

janosmiko/lfk (github:janosmiko/lfk)

v0.12.2

Compare Source

Bug Fixes
  • bulk: clear stale bulk-action snapshot on dispatch and cancel (#​257) (16a4c60)
  • stop node metrics column-order flicker (and prevent the whole class) (#​259) (7f5c695)
modem-dev/hunk (github:modem-dev/hunk)

v0.13.2

Compare Source

What's Changed

  • Fixed VCS auto-detection so a Git repository nested under a parent Jujutsu workspace uses the nearest Git checkout by default. This keeps hunk diff/hunk show in Git mode for nested Git repos instead of incorrectly inheriting the parent JJ workspace. by @​benvinegar in #​342

Full Changelog: modem-dev/hunk@v0.13.1...v0.13.2

nodejs/node (node)

v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #​62553
  • [ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #​62713
  • [9705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #​57775
  • [40ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #​62277
  • [d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #​63082
  • [aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #​62541
  • [6f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #​61098
  • [d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #​61747
  • [d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #​62820
  • [01a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #​60751
  • [00705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #​61556
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Between 03:00 AM and 05:59 AM (* 3-5 * * *)
  • 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.


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

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

@renovate renovate Bot requested a review from scottames as a code owner May 26, 2026 10:38
@renovate renovate Bot enabled auto-merge (squash) May 26, 2026 10:38
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 26, 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: mise/mise.lock

mise ERROR mise lock is disabled in --locked mode
hint: Remove --locked or unset MISE_LOCKED=1
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:snyk/cli aqua:sst/opencode github:agavra/tuicr github:always-further/nono github:janosmiko/lfk github:modem-dev/hunk node
mise ERROR mise lock is disabled in --locked mode
hint: Remove --locked or unset MISE_LOCKED=1
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

@renovate renovate Bot merged commit c7c2835 into main May 26, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/mise-packages branch May 26, 2026 10:42
scottames pushed a commit that referenced this pull request May 31, 2026
🤖 I have created a release *beep* *boop*
---


## [0.46.0](v0.45.0...v0.46.0)
(2026-05-31)


### Updates & Misc Chores

* **agents:** note local projects + fix opencode npm perms
([de3de3a](de3de3a))
* **chezmoi:** external cleanup
([7b2c0db](7b2c0db))
* **deps:** lock file maintenance
([#898](#898))
([5e4aca8](5e4aca8))
* **deps:** lock file maintenance
([#903](#903))
([321821f](321821f))
* **deps:** update ⬆️ aqua-packages
([#888](#888))
([898fc89](898fc89))
* **deps:** update ⬆️ aqua-packages
([#889](#889))
([a691018](a691018))
* **deps:** update ⬆️ aqua-packages
([#894](#894))
([8e096e1](8e096e1))
* **deps:** update ⬆️ aqua-packages
([#896](#896))
([64a517a](64a517a))
* **deps:** update ⬆️ aqua-packages
([#897](#897))
([f84e074](f84e074))
* **deps:** update ⬆️ aqua-packages
([#899](#899))
([dc24aea](dc24aea))
* **deps:** update ⬆️ aqua-packages
([#901](#901))
([863ada6](863ada6))
* **deps:** update ⬆️ aqua-packages to v4.514.0
([#904](#904))
([536e854](536e854))
* **deps:** update ⬆️ aqua-packages to v4.515.0
([#910](#910))
([f23b713](f23b713))
* **deps:** update ⬆️ dagger to v0.20.8
([#891](#891))
([569a0fb](569a0fb))
* **deps:** update ⬆️ github-actions to v1.3.1
([#905](#905))
([99a46a3](99a46a3))
* **deps:** update ⬆️ github-actions to v2.2.2
([#892](#892))
([4200758](4200758))
* **deps:** update ⬆️ github-actions to v3
([#893](#893))
([99445d2](99445d2))
* **deps:** update ⬆️ mise-packages
([#886](#886))
([525df2a](525df2a))
* **deps:** update ⬆️ mise-packages
([#887](#887))
([1a146ff](1a146ff))
* **deps:** update ⬆️ mise-packages
([#895](#895))
([cd5d32a](cd5d32a))
* **deps:** update ⬆️ mise-packages
([#902](#902))
([8a9ff12](8a9ff12))
* **deps:** update ⬆️ mise-packages
([#907](#907))
([a9b6df2](a9b6df2))
* **deps:** update ⬆️ mise-packages
([#908](#908))
([8dd7d80](8dd7d80))
* **deps:** update ⬆️ mise-packages
([#909](#909))
([c7c2835](c7c2835))
* **deps:** update ⬆️ mise-packages
([#911](#911))
([c5ec4ef](c5ec4ef))
* **deps:** update ⬆️ mise-packages
([#912](#912))
([f730659](f730659))
* **deps:** update ⬆️ mise-packages
([#914](#914))
([c1a7f75](c1a7f75))
* **deps:** update ⬆️ mise-packages to v4
([#915](#915))
([462b7f1](462b7f1))
* **deps:** update ⬆️ mise-packages to v4.2.0 [security]
([#900](#900))
([62761bc](62761bc))
* **init:** true-up to leverage mise
([cd573e4](cd573e4))
* **opencode:** add permissions
([4292fee](4292fee))
* **openpackage:** true-up w/ .agents
([d96f454](d96f454))
* rm unused abandoned deps
([546aa15](546aa15))
* rm unused abandoned deps
([9ddb5a4](9ddb5a4))
* upgrade trunk ([#890](#890))
([a844314](a844314))
* upgrade trunk ([#906](#906))
([c93e0f2](c93e0f2))
* upgrade trunk ([#913](#913))
([a0d5e61](a0d5e61))
* **zen:** migrate keybinds (+dyff helper)
([126ffc0](126ffc0))
* **zen:** updates to keybinds
([a6a8988](a6a8988))


### Features

* add voxtype (rm hark)
([fa7d8a5](fa7d8a5))
* **agents:** notes regarding recent gotchas
([ea01f33](ea01f33))
* **chezmoi:** add .agents personal repo
([7337181](7337181))
* **fish:** improve startup time
([1ef9303](1ef9303))
* **mise:** add talosctl
([05bf11f](05bf11f))
* **nvim:** keybind for yank buffer path
([7541fff](7541fff))
* **openpackage:** add mattpocock skills
([1d8953e](1d8953e))
* **zellij:** layout split-edit +stacked pane
([b0f2c27](b0f2c27))


### Bug Fixes

* .local/bin path over mise
([fda4825](fda4825))
* gum refs
([44dc219](44dc219))
* **mise:** bash shell integration
([ee6a691](ee6a691))
* **nvim:** disable copilot-ls when not in use
([b2f0617](b2f0617))
* **opencode:** tui keys + permissions
([f25066c](f25066c))
* **voxtype:** support distrobox
([c2e71d3](c2e71d3))
* **zellij-status:** support clear notification
([33d9eea](33d9eea))


### Code Refactoring

* **aqua:** migrate to mise
([0418644](0418644))

---
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.

0 participants