chore(deps): update mise - #488
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.18.23→1.18.251.18.28(+2)2.1.248→2.1.2512.1.261(+5)3.7.1→3.8.0Release Notes
anomalyco/opencode (aqua:anomalyco/opencode)
v1.18.25Compare Source
Core
Bugfixes
v1.18.24Compare Source
Core
Bugfixes
Improvements
Desktop
Bugfixes
Thank you to 3 community contributors:
anthropics/claude-code (aqua:anthropics/claude-code)
v2.1.251Compare Source
PreModelSwitchandPostModelSwitchhook events (block, confirm, or annotate a model switch);SessionStartresume hooks now receive session staleness and the estimated re-cache cost/usageand arate_limits.spend_limitstatus line field for developers behind a Claude apps gateway with spend limits/cost(hit ratio, misses, tokens re-cached, warm/cold) and a matchingprompt_cacheobject for status line scriptsattach,logs,stop,respawn, andrmtoclaude --help; the--resumemessage for a running background session now names the exactclaude attach <id>commandscriptPathoutside what the session may read before the permission check ranRead(...)deny rules to files reached through a symlinked search pathhighin that caseSendMessageto that session id now delivers through Claude Desktop instead of failing with "not reachable"fromwas the agent type, which is not an address)disableAutoModearriving mid-session not moving an already-running auto-mode session back to default mode/statusand retrying gateway 401s with it, though requests never use it/mcp reconnecton Remote Control showing a generic withheld-detail error instead of the real remedy when a server was disabled in another session--input-format stream-json: client-injected assistant tool calls sent without a message id were merged into the first one and their results lost, including when resuming older sessionsgit worktree add/usage-creditsfor Team and Enterprise members whose admin set the org's usage-credit limit to $0: it now offers to ask the admin instead of saying a cap was reached--worktree --tmuxwith a merge-request number on a gitlab.com origin trying a doomed GitHub-style fetch first instead of fetching the GitLab ref directly/dev/tty, such asemacs -nwandmicroadditionalDirectoriesentry containing a null byte crashing startup, or breaking/add-dirand later settings updates when it came from an SDK host, IDE, or hook; it is now skippedscreenterminal typeclaude mcp add --headerandclaude mcp add-jsonhelp text naming the wrong transportsclaude ultrareviewand/ultrareviewwaiting the full 30 minutes when the cloud session fails to start; they now stop early and report the reasonOPTIND=1/0,RANDOM=2+2); these now prompt for approval←,/background,--bg) losing a Vertex/Bedrock gateway (ANTHROPIC_*_BASE_URL+CLAUDE_CODE_SKIP_*_AUTH) exported in the shell, so every request failedclaude --bg --model fableon Max plans stopping to ask for usage credits while the interactive session on the same account still had Fable allowance/bugand/sharereporting that/feedbackwas disabled; tips,/help, and refusal messages no longer suggest/feedbackwhen an org policy or env var turns it off/scheduleto explain that MCP servers configured in Claude Code can't be attached to cloud routines, instead of a bare "No MCP connectors" message/tasksCLAUDE_CODE_PROVIDER_MANAGED_BY_HOST(e.g. Claude Desktop): a session given a Bedrock model ID or ARN no longer waits for inference-profile discovery/radioto be available on Bedrock, Vertex AI, Foundry, and Claude Platform on AWS, and when telemetry is disabledCLAUDE_CODE_SUBAGENT_MODELto set the default subagent model rather than override everything: an agent definition'smodel:and an explicit per-spawn model now take precedence over itCo-Authored-By: Claude Codewhen the active model isn't a recognized Claude model (e.g. third-party models behind a customANTHROPIC_BASE_URL)/effortto save your default effort level per model, so each model keeps its own setting when you switchDISABLE_TELEMETRYgh auth token,GH_TOKEN, orGITHUB_TOKEN) instead ofgh pr viewANTHROPIC_CUSTOM_HEADERSfrom managed or project settings to require approval when it sets a credential, org/tenant, routing, or API-behavior header (e.g.Authorization,Host).claude/settings.jsonenvto no longer setCLAUDE_CONFIG_DIR,CLAUDE_CODE_TMPDIR, orTMPDIR/TMP/TEMP; set them in your shell, user, or managed settings instead/remote-controlv2.1.250Compare Source
git-lfs/git-lfs (aqua:git-lfs/git-lfs)
v3.8.0Compare Source
This release is a feature release which adds support for
zstd-compressed object downloads and introduces several new options,
including the ability to fetch Git LFS objects for a list of references
piped to standard input and the ability to limit how long Git LFS
will wait when instructed by a server to retry an HTTP request.
Git LFS now determines the case sensitivity of filesystems from the
core.ignoreCaseGit configuration option, respects global andsystem-wide Git attribute files when migrating repositories, and
tries the default Git LFS HTTP URL derived from an SSH URL when
HTTP authentication via SSH is not available.
This Git LFS release improves SSH session reuse, parses invalid
custom transfer adapter configurations and invalid Git attribute
patterns without crashing, handles file deletion conflicts on Windows
in the same manner as Git, resolves remote-tracking branches for
downloads correctly, avoids re-reading working tree files during
cleanfilter operations since the files may be in an inconsistentstate, and terminates lengthy or endless HTTP authentication sequences
after a limited number of requests.
Note that we now provide official packages and support for versions
of Linux distributions based on Debian 13 ("trixie"). We also now
provide a source code package with all of our Go module dependencies
in a
vendordirectory.This release is built using Go v1.27 and therefore requires macOS
version 13 (Ventura) or later on macOS systems.
We would like to extend special thanks to the following open-source
contributors:
cleanfiltermigratecommandunlockcommand ignore missing files--remoteoptiontrackcommandsmudgefilter avoid deletion conflicts on Windows--no-rewritemigration option more clearlypointercommand to support pointer extensionsFeatures
core.ignorecaseto determine case sensitivity #6212 (@bk2204)migrate#6170 (@Diamondemon)Bugs
--remoteoption when a git push remote is set #6228 (@markshep-wbg)git lfs checkoutmerge conflict option file paths correctly #6136 (@chrisd8088)--fixup#6126 (@Diamondemon)Misc
--add-i386option to RPM build script #6251 (@chrisd8088)git#6211 (@bk2204)grep -vandgrep -cusage in tests #6151 (@chrisd8088)--no-modify-attrs#6154 (@sambostock)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.