Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
aqua:anthropics/claude-code patch 2.1.1732.1.175 2.1.178 (+2) age adoption passing confidence
aqua:astral-sh/ruff patch 0.15.160.15.17 age adoption passing confidence
aqua:astral-sh/uv patch 0.11.200.11.21 age adoption passing confidence
aqua:dagger/dagger patch 0.21.50.21.6 age adoption passing confidence
aqua:sst/opencode patch 1.17.31.17.4 1.17.7 (+2) age adoption passing confidence
aqua:walles/moor minor 2.14.02.15.0 2.15.1 age adoption passing confidence
github:janosmiko/lfk patch v0.14.3v0.14.6 v0.14.8 (+1) age adoption passing confidence
github:tassiovirginio/try-rs patch v1.7.10v1.7.11 age adoption passing confidence
pipx:semgrep (changelog) minor 1.165.01.166.0 age adoption passing confidence

Release Notes

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

v2.1.175

Compare Source

  • Added enforceAvailableModels managed setting — when enabled, the availableModels allowlist also constrains the Default model (a Default that would resolve to a disallowed model now falls back to the first allowed model), and user or project settings can no longer widen a managed availableModels list

v2.1.174

Compare Source

  • Added wheelScrollAccelerationEnabled setting to disable mouse-wheel scroll acceleration in fullscreen mode
  • Fixed the /model picker hiding the model family that Default resolves to — Opus now appears as its own row on Max/Team Premium/Enterprise plans, Sonnet on Pro/Team plans, and Opus on pay-as-you-go API accounts
  • Fixed /model picker showing a hardcoded Sonnet version label when ANTHROPIC_DEFAULT_SONNET_MODEL pins a different Sonnet
  • Fixed the "Fable 5 is now consuming usage credits" banner incorrectly showing for enterprise accounts with usage-based billing
  • Fixed Bedrock GovCloud regions (us-gov-*) deriving the wrong inference profile prefix (global instead of us-gov), causing 400 errors on derived model IDs
  • Fixed background sessions inheriting another session's ANTHROPIC_* provider env (gateway URL, custom headers, /model aliases) from the shell that started the background daemon
  • Fixed a 1-2 second pause when exiting Claude Code shortly after a shell command was interrupted or killed on macOS and Linux
  • Fixed git commit co-author attribution showing an incorrect model name for some models
  • Fixed the /advisor dialog pre-selecting a saved advisor model that is blocked by the availableModels allowlist
  • Fixed skill hot-reload re-sending the entire skill listing when a single skill changed; only changed skills are now re-announced
  • Fixed Workflow tool agent() subagents missing per-agent attribution headers
  • [VSCode] Added usage attribution to the Account & usage dialog (/usage) showing cache misses, long context, subagents, and per-skill/agent/plugin/MCP breakdowns over the last 24h or 7d
  • Fixed pre-warmed background workers failing with "Could not resolve authentication method" when claimed after sitting idle
astral-sh/ruff (aqua:astral-sh/ruff)

v0.15.17

Compare Source

Released on 2026-06-11.

Preview features
  • Allow human-readable names in suppression comments (#​25614)
  • Fix handling of ignore comments within a disable/enable pair (#​25845)
  • Prioritize human-readable names in CLI output (#​25869)
  • Respect diagnostic start and parent ranges and trailing comments in ruff:ignore suppressions (#​25673)
  • [flake8-async] Add trio.as_safe_channel to safe decorators (ASYNC119) (#​25775)
  • [flake8-pytest-style] Also check pytest_asyncio fixtures (#​25375)
  • [ruff] Ban pytest autouse fixtures (RUF076) (#​25477)
  • [pyupgrade] Add from __future__ import annotations automatically (UP007, UP045) (#​23259)
Bug fixes
  • Fix diagnostic when ruff:enable or ruff:disable appears where ruff:ignore is expected (#​25700)
  • [pyupgrade] Preserve leading empty literals to avoid syntax errors (UP032) (#​25491)
Rule changes
  • [flake8-pytest-style] Clarify diagnostic message for single parameters (PT007) (#​25592)
  • [numpy] Drop autofix for np.in1d (NPY201) (#​25612)
  • [pylint] Exempt Python version comparisons (PLR2004) (#​25743)
Performance
  • Reserve AST Vecs with correct capacity for common cases (#​25451)
Formatter
  • Preserve whitespace for Quarto cell option comments (#​25641)
CLI
Other changes
  • Fix playground diagnostics scrollbars (#​25642)
Contributors
astral-sh/uv (aqua:astral-sh/uv)

v0.11.21

Compare Source

Released on 2026-06-11.

Python
Preview features
  • Add environment.root to uv workspace metadata --sync (#​19760)
  • Allow uv upgrade to update a single dependency constraint (#​19738)
  • Compute and pass uv workspace metadata payload in ty check (#​19763)
  • Make packaged applications the default for uv init (#​17841)
Performance
  • Add parallel discovery of Python versions for uv python list (#​18684)
  • Avoid normalizing source distribution names twice (#​19784)
Bug fixes
  • Improve cache robustness and pruning behavior
    • Allow CI cache pruning without an sdist bucket (#​19802)
    • Avoid overflow when reading malformed cache entries (#​19799)
    • Preserve cached Python downloads during cache pruning (#​19795)
    • Reject running inside the cache (#​19659)
  • Fix Python discovery and version request edge cases
    • Avoid panics for Unicode Python version requests (#​19797)
    • Fix handling of non-critical errors in uv python list with path requests (#​19774)
    • Fix stop-discovery-at regression (#​19769)
  • Harden parsing and validation for package metadata, requirements, markers, URLs, and conflict sets
    • Allow trailing commas in version specifiers (#​19806)
    • Avoid panics for invalid UTF-8 URL credentials (#​19800)
    • Avoid panics for malformed source distribution filenames (#​19776)
    • Avoid panics for trailing extra separators (#​19779)
    • Avoid stack overflow for recursive requirements path aliases (#​19777)
    • Ignore reversed string compatible-release markers (#​19782)
    • Reject duplicate entries in conflict sets (#​19801)
    • Reject malformed hash options in requirements files (#​19783)
    • Reject source distribution filenames without a separator (#​19803)
    • Use UTF-8 lengths for requirement errors (#​19781)
    • Use UTF-8 lengths for trailing marker errors (#​19796)
    • Use byte offsets when peeking over requirements (#​19780)
    • Validate GraalPy ABI suffixes (#​19805)
  • Improve wheel entry-point error handling and virtual environment activation quoting
    • Propagate errors when reading wheel entry points (#​19794)
    • Quote virtual environment activation paths with shell metacharacters (#​19798)
dagger/dagger (aqua:dagger/dagger)

v0.21.6

Compare Source

Added
  • Add registryService options to Container.from and Container.publish, allowing containers to pull from and publish to a registry provided by a Dagger Service. This supports local ephemeral registries without starting unrelated services attached to the container. by @​grouville in #​13305
Fixed
  • Fix image pulls from single-platform image tags so they can resolve correctly even when the image config reports a different platform than the requested platform. by @​sipsma in #​13409
  • Fix an intermittent module introspection/codegen cache error that could report add explicit dependency: dep result <id> missing from cache after implementation-scoped module results were reused across sessions. by @​sipsma in #​13412
  • Fix filtered host directory imports when excluded files disappear during sync, preventing layer copy errors for paths that should have been ignored by include/exclude filters. by @​sipsma in #​13414
  • Fix Dang v2 modules with private Map fields so map values are restored correctly between calls instead of failing with expected module type, got dang.MapType. by @​vito in #​13421
  • Fix .env user defaults for module constructors so passing one constructor argument explicitly no longer drops defaults for the other arguments. by @​marcosnils in #​13424
  • Fix a rare cache race that could return released directory snapshots and cause invalid immutable ref errors. by @​sipsma in #​13429
What to do next?
sst/opencode (aqua:sst/opencode)

v1.17.4

Compare Source

Core

Improvements
  • Added cwd support for local MCP servers so they can start from a workspace-relative directory. (@​Grantmartin2002)
  • Added connector-based authentication flows and support for stored provider credentials.
  • Added v2 API endpoints to create and fetch sessions, list session questions, and resolve the active location.
  • File reads now return raw content with the correct content type for API and SDK clients.
  • MCP server log notifications are now surfaced in opencode logs.
Bugfixes
  • Fixed Gemini tool schemas that used multi-type fields so compatible tools keep working. (@​Killusions)
  • Content-filtered model responses now surface as visible errors instead of failing silently. (@​kkdawkins)
  • Fixed MCP auth and debug requests dropping configured headers.
  • Snapshot creation now reuses source Git objects to avoid long re-hashing delays on huge repos. (@​dmtrKovalenko)
  • Fixed MCP catalog request timeouts not applying when listing prompts, resources, or tools.

Thank you to 5 community contributors:

walles/moor (aqua:walles/moor)

v2.15.0: : Accept +/pattern command line argument

Compare Source

This will make moor behave as if you started moor, typed / to start
searching, typed pattern as the search pattern and then pressed Enter.

For great less compatibility.

janosmiko/lfk (github:janosmiko/lfk)

v0.14.6

Compare Source

Bug Fixes
  • logs: give each container a distinct prefix color in the log viewer (#​425) (be5b259)

v0.14.5

Compare Source

Bug Fixes
  • action menu hotkey order, overlay badge background, tree-view descriptions (#​423) (6ae13b5)

v0.14.4

Compare Source

Features
  • explorer: ASCII-art tree view for Object and API Explorers (#​420) (c90bd12)
  • logs: live-log preview for container rows (#​419) (729ed9d)
  • netpol: CiliumNetworkPolicy and CiliumClusterwideNetworkPolicy support (#​414) (e8b3d06), closes #​409
  • netpol: mouse wheel scroll and / search in the policy visualizer (#​421) (6a08d6e)
  • netpol: show network policies affecting a pod or service (#​412) (914a635)
  • security: 37 new built-in checks, RBAC source, and finding-jump fixes (#​413) (8ed8e5d)
  • security: Security Findings action opens a per-resource findings list (#​418) (55f4ca8)
  • tips: promote lesser-known features in the startup tip bar (#​416) (70c8e7d)
Bug Fixes
  • preview: follow the list's sorting and column config in list previews (#​410) (a7b7dc7)
  • preview: stop column flicker by carrying enriched columns into preview refetches (#​422) (cd787b2)
tassiovirginio/try-rs (github:tassiovirginio/try-rs)

v1.7.11

Compare Source

What's Changed

  • fix(powershell): replace stdout subshell capture with file redirect by @​Crqptx in #​66

New Contributors

Full Changelog: tassiovirginio/try-rs@v1.7.10...v1.7.11

semgrep/semgrep (pipx:semgrep)

v1.166.0

Compare Source

### Added
  • Pro: Added experimental cross-file (interfile) analysis for Gosu, enabling taint tracking across multiple Gosu source files. (gosu-interfile)
  • Added support for more operators for folding for constant propagation, including subtraction, division, bit ops, bit shifts, comparisons, and more (ENGINE-2789)
### Fixed
  • Fixed parsing of integer literals with an underscore immediately after the radix prefix (e.g. 0x_dead_beef, 0o_755, 0b_1010_1010). (LANG-533)
  • Python parsing now preserves type parameters on def and class definitions. (LANG-536)
  • Semgrep no longer stores the API token in ~/.semgrep/settings.yml's stored
    token when the current scan's token is supplied via the SEMGREP_APP_TOKEN
    envvar. (SEC-2240)
  • semgrep ci scans originating from a pre-commit hook will no longer fail with
    Unable to create '<tmp>/.git/index.lock': Not a directory in certain cases. (engine-2736)
### Infra/Release Changes
  • Added parsing tests covering Python language features (Python 3.0–3.12). (LANG-531)

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 June 16, 2026 11:11
@renovate
renovate Bot enabled auto-merge (squash) June 16, 2026 11:11
@renovate
renovate Bot merged commit 66f8a50 into main Jun 16, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/mise-packages branch June 16, 2026 11:16
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.

0 participants