Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 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.1852.1.186 2.1.195 (+4) age adoption passing confidence
aqua:casey/just minor 1.53.01.54.0 age adoption passing confidence
aqua:siderolabs/talos patch 1.13.41.13.5 age adoption passing confidence
aqua:snyk/cli patch 1.1305.11.1305.2 age adoption passing confidence
github:janosmiko/lfk patch v0.14.13v0.14.15 v0.14.18 (+2) age adoption passing confidence
node (source) minor 24.17.024.18.0 age adoption passing confidence
npm:@commitlint/cli (source) minor 21.0.221.1.0 age adoption passing confidence

Release Notes

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

v2.1.186

Compare Source

  • Added claude mcp login <name> and claude mcp logout <name> to authenticate MCP servers from the CLI without opening the interactive /mcp menu, with --no-browser stdin redirect support for completing over SSH
  • Added status filtering (press f) to the /workflows agent detail view
  • Added a "Skills" section to the /plugin Installed tab
  • Added teammateMode: "iterm2" setting with a warning when auto mode cannot find the it2 CLI
  • Added "Claude Platform on AWS - refresh credentials" option to /login when awsAuthRefresh is configured
  • ! bash commands now trigger Claude to respond to the output automatically; set "respondToBashCommands": false in settings.json to keep the previous context-only behavior
  • Fixed streaming requests failing with "Content block not found" or JSON parse errors after the machine wakes from sleep
  • Fixed subagent transcript scroll position bleeding into the main transcript on exit
  • Fixed background task previews flashing raw tool names before the agent's plan loaded
  • Fixed Chrome tab-group isolation not applying when the in-product permissions gate is off for concurrent CLI sessions
  • Fixed background session recaps being duplicated; the agent's own end-of-turn summary now shows as the recap line
  • Fixed opening a background session from claude agents leaving the previous screen painted behind it
  • Fixed Agent(type) deny rules and Agent(x,y) allowed-types restrictions not being enforced for named subagent spawns
  • Fixed Esc and Ctrl+C not responding while background agents are still running after the main turn ends
  • Fixed misaligned option numbers in permission prompts when the option text overflows
  • Fixed pressing x on a finished subagent in the agent panel not dismissing it
  • Fixed a misleading "MCP server disconnected" notice for intentionally retired tools when resuming older sessions
  • Fixed /plugin Installed showing a "more above" indicator when already scrolled to the top
  • Fixed ~~strikethrough~~ showing literal tildes in assistant messages instead of rendering as strikethrough
  • Fixed --tools allowing feature-gated tools to slip through before flags loaded on a cold first launch
  • Fixed background job status in claude agents showing a stale "needs input" message after replying
  • Fixed a dark-theme flash when opening a background session from claude agents on a light terminal
  • Fixed mouse-selected text staying highlighted after deleting it in claude agents
  • Fixed session cost not showing for usage-based Enterprise and Team subscribers
  • Fixed agent teams: teammates spawned via tmux/pane backends now inherit the leader's --effort level
  • Fixed Workflow agent({schema}) subagents looping forever on repeated schema validation failures instead of aborting after 5 attempts
  • Improved claude mcp get and claude mcp remove to suggest the closest configured server name on a typo and truncate long server lists
  • Improved memory: the agent is now reminded to compact its MEMORY.md index when nearing the size limit
  • Improved skill frontmatter: display-name, default-enabled, fallback, and metadata.* keys now accept kebab-case, snake_case, and camelCase
  • Improved malformed SKILL.md YAML frontmatter handling: loads the skill body with empty metadata instead of failing silently
  • Changed CLAUDE_CODE_MAX_RETRIES to cap at 15; for unattended sessions, use CLAUDE_CODE_RETRY_WATCHDOG instead
  • Changed background subagents to surface permission prompts in the main session instead of auto-denying; the dialog shows which agent is asking, and Esc denies just that tool
  • Changed /review <pr> to use the same review engine as /code-review medium
casey/just (aqua:casey/just)

v1.54.0

Compare Source

Fixed
  • Forbid duplicate attribute keys (#​3454 by casey)
  • Clear signal handler when infallible line catches signal (#​3444 by casey)
Changed
Added
Cached Recipes
Misc
siderolabs/talos (aqua:siderolabs/talos)

v1.13.5

Compare Source

Talos 1.13.5 (2026-06-22)

Welcome to the v1.13.5 release of Talos!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

Component Updates

Linux: 6.18.36
containerd: 2.2.5
runc: 1.4.3

Talos is built with Go 1.26.4.

Contributors
  • Andrey Smirnov
  • Maja Bojarska
  • Noel Georgi
  • Mateusz Urbanek
  • Aleksei Sviridkin
Changes
9 commits

Changes from siderolabs/pkgs
8 commits

Changes from siderolabs/tools
2 commits

Dependency Changes
  • github.com/ryanuber/columnize v2.1.2 new
  • github.com/siderolabs/go-blockdevice/v2 v2.0.28 -> v2.0.30
  • github.com/siderolabs/pkgs v1.13.0-28-g54ec9fc -> v1.13.0-36-g6b315f7
  • github.com/siderolabs/talos/pkg/machinery v1.13.4 -> v1.13.5
  • github.com/siderolabs/tools v1.13.0-4-ga06bb31 -> v1.13.0-6-g9b78252
  • k8s.io/api v0.36.1 -> v0.36.2
  • k8s.io/apiextensions-apiserver v0.36.1 -> v0.36.2
  • k8s.io/apimachinery v0.36.1 -> v0.36.2
  • k8s.io/apiserver v0.36.1 -> v0.36.2
  • k8s.io/client-go v0.36.1 -> v0.36.2
  • k8s.io/component-base v0.36.1 -> v0.36.2
  • k8s.io/cri-api v0.36.1 -> v0.36.2
  • k8s.io/kube-scheduler v0.36.1 -> v0.36.2
  • k8s.io/kubectl v0.36.1 -> v0.36.2
  • k8s.io/kubelet v0.36.1 -> v0.36.2
  • k8s.io/pod-security-admission v0.36.1 -> v0.36.2

Previous release can be found at v1.13.4

Images

ghcr.io/siderolabs/flannel:v0.28.5
registry.k8s.io/coredns/coredns:v1.14.2
registry.k8s.io/etcd:v3.6.12
registry.k8s.io/pause:3.10.1
registry.k8s.io/kube-apiserver:v1.36.2
registry.k8s.io/kube-controller-manager:v1.36.2
registry.k8s.io/kube-scheduler:v1.36.2
registry.k8s.io/kube-proxy:v1.36.2
ghcr.io/siderolabs/kubelet:v1.36.2
registry.k8s.io/networking/kube-network-policies:v1.0.0
ghcr.io/siderolabs/installer:v1.13.5
ghcr.io/siderolabs/installer-base:v1.13.5
ghcr.io/siderolabs/imager:v1.13.5
ghcr.io/siderolabs/talos:v1.13.5
ghcr.io/siderolabs/talosctl-all:v1.13.5
ghcr.io/siderolabs/overlays:v1.13.5
ghcr.io/siderolabs/extensions:v1.13.5
snyk/cli (aqua:snyk/cli)

v1.1305.2

Compare Source

Bug Fixes
janosmiko/lfk (github:janosmiko/lfk)

v0.14.15

Compare Source

Features

v0.14.14

Compare Source

Features
Bug Fixes
  • release: make Chocolatey publish best-effort (#​460) (82f6137)
  • ui: AutoSync overlay polish — no highlight behind switches, drop in-overlay hint (#​468) (c3cb486)
nodejs/node (node)

v24.18.0: 2026-06-23, Version 24.18.0 'Krypton' (LTS), @​richardlau prepared by @​sxa

Compare Source

Notable Changes
  • [e07e7a31e1] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #​63527
  • [44c8ebcbd6] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #​64004
  • [d3ef4122ee] - (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina) #​63597
  • [bb2857b85a] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #​62527
  • [b9d5e87880] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #​62527
  • [ccd756d61e] - (SEMVER-MINOR) crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) #​62183
  • [4c9251fc09] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #​63155
  • [8c989ec4a3] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #​63079
  • [3f54c8ba32] - Revert "stream: noop pause/resume on destroyed streams" (Stewart X Addison) #​63834
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 June 27, 2026 10:38
@renovate renovate Bot enabled auto-merge (squash) June 27, 2026 10:38
@renovate

renovate Bot commented Jun 27, 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 WARN  paranoid in non-global config /tmp/renovate/repos/github/scottames/dots/mise/config.toml is ignored for security reasons
mise WARN  github.credential_command in non-global config /tmp/renovate/repos/github/scottames/dots/mise/config.toml is ignored for security reasons
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:anthropics/claude-code: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:anthropics/claude-code@2.1.186: aqua:anthropics/claude-code@2.1.186 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:casey/just: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:casey/just@1.54.0: aqua:casey/just@1.54.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for github:janosmiko/lfk: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] github:janosmiko/lfk@v0.14.15: github:janosmiko/lfk@v0.14.15 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:siderolabs/talos: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:siderolabs/talos@1.13.5: aqua:siderolabs/talos@1.13.5 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:snyk/cli: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:snyk/cli@1.1305.2: aqua:snyk/cli@1.1305.2 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for npm:@commitlint/cli: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] npm:@commitlint/cli@21.1.0: npm:@commitlint/cli@21.1.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise ERROR failed to resolve npm:@commitlint/cli@21.1.0 for lockfile /tmp/renovate/repos/github/scottames/dots/mise/mise.lock
mise ERROR No such file or directory (os error 2)
mise ERROR Version: 2026.6.14 linux-x64 (2026-06-25)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

Command failed: mise lock aqua:anthropics/claude-code aqua:casey/just aqua:siderolabs/talos aqua:snyk/cli github:janosmiko/lfk node npm:@commitlint/cli
mise WARN  paranoid in non-global config /tmp/renovate/repos/github/scottames/dots/mise/config.toml is ignored for security reasons
mise WARN  github.credential_command in non-global config /tmp/renovate/repos/github/scottames/dots/mise/config.toml is ignored for security reasons
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:anthropics/claude-code: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:anthropics/claude-code@2.1.186: aqua:anthropics/claude-code@2.1.186 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:casey/just: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:casey/just@1.54.0: aqua:casey/just@1.54.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for github:janosmiko/lfk: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] github:janosmiko/lfk@v0.14.15: github:janosmiko/lfk@v0.14.15 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:siderolabs/talos: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:siderolabs/talos@1.13.5: aqua:siderolabs/talos@1.13.5 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for aqua:snyk/cli: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] aqua:snyk/cli@1.1305.2: aqua:snyk/cli@1.1305.2 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for npm:@commitlint/cli: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] npm:@commitlint/cli@21.1.0: npm:@commitlint/cli@21.1.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise WARN  Failed to resolve tool version list for node: [/tmp/renovate/repos/github/scottames/dots/mise/config.toml] node@24.18.0: node@24.18.0 is not in the lockfile
hint: Run `mise install` without --locked to update the lockfile
mise ERROR failed to resolve npm:@commitlint/cli@21.1.0 for lockfile /tmp/renovate/repos/github/scottames/dots/mise/mise.lock
mise ERROR No such file or directory (os error 2)
mise ERROR Version: 2026.6.14 linux-x64 (2026-06-25)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

@renovate renovate Bot merged commit baf84ed into main Jun 27, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/mise-packages branch June 27, 2026 10:42
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