chore(deps): update mise tools#64
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
5778132 to
1705dc0
Compare
|
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:
2.89.0→2.91.02.92.00.69.3→0.70.00.11.7→0.11.80.11.13(+4)Release Notes
cli/cli (gh)
v2.91.0: GitHub CLI 2.91.0Compare Source
GitHub CLI now collects pseudonymous telemetry
To better understand how features are used in practice, especially as agentic adoption grows, GitHub CLI now sends pseudonymous telemetry.
See Telemetry for more details on what's collected, why, and how to opt out.
Support more agents in
gh skillThanks to community feedback,
ghnow supports a large number of agent hosts. Rungh skill install --helpfor the list of available agents.Improve skill discovery
gh skill installnow adds the--allow-hidden-dirsflag to support discovering skills in hidden (dot-prefixed) directories such as.claude/skills/,.agents/skills/, and.github/skills/.Detect skills re-published from other sources
GitHut CLI now detects if the skill to be installed is re-published from an upstream source and offers the option to install it from there. The
--upstreamflag is also added for non-interactive use cases.What's Changed
✨ Features
gh skills installby @tommaso-moro in #13209skills/directories by @SamMorrowDrums in #13235🐛 Fixes
skills publish --fixto not publish by @SamMorrowDrums in #13237📚 Docs & Chores
Full Changelog: cli/cli@v2.90.0...v2.91.0
v2.90.0: GitHub CLI 2.90.0Compare Source
Manage agent skills with
gh skill(Public Preview)Agent skills are portable sets of instructions, scripts, and resources that teach AI coding agents how to perform specific tasks. The new
gh skillcommand makes it easy to discover, install, manage, and publish agent skills from GitHub repositories - right from the CLI.Skills are automatically installed to the correct directory for your agent host.
gh skillsupports GitHub Copilot, Claude Code, Cursor, Codex, Gemini CLI, and Antigravity. Target a specific agent and scope with--agentand--scopeflags.gh skill publishvalidates skills against the Agent Skills specification and checks remote settings like tag protection and immutable releases to improve supply chain security.Read the full announcement on the GitHub Blog.
gh skillis launching in public preview and is subject to change without notice.Official extension suggestions
When you run a command that matches a known official extension that isn't installed (e.g.
gh stack), the CLI now offers to install it instead of showing a generic "unknown command" error.This feature is available for github/gh-aw and github/gh-stack.
When possible, you'll be prompted to install immediately. When prompting isn't possible, the CLI prints the
gh extension installcommand to run.gh extension installno longer requires authenticationgh extension installpreviously required a valid auth token even though it only needs to download a public release asset. The auth check has been removed, so you can install extensions without being logged in.What's Changed
✨ Features
gh skillcommand group: install, preview, search, update, publish by @SamMorrowDrums and @tommaso-moro in #13165gh skill publish: auto-push unpushed commits before publish by @SamMorrowDrums in #13171gh extension installby @BagToad in #13176🐛 Fixes
gh release list --limit 0by @Bahtya in #13097apiandauthcommands record agentic invocations by @williammartin in #13046📚 Docs & Chores
New Contributors
Full Changelog: cli/cli@v2.89.0...v2.90.0
aquasecurity/trivy (trivy)
v0.70.0Compare Source
⚡ Highlights ⚡
👉 https://redirect.github.com/aquasecurity/trivy/discussions/10546
Changelog
https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0700-2026-04-16
astral-sh/uv (uv)
v0.11.8Compare Source
Released on 2026-04-27.
Enhancements
--python-downloads-json-urltopython pin(#19092)pip uninstall -y(#19082)UV_PYTHON_NO_REGISTRY(#19035)exclude-newerto be missing from the lockfile whenexclude-newer-spanis present (#19024)uv self version --short(#19019)SSL_CERT_DIRdirectory (#19018)exclude-newerandexclude-newer-packagevalues in lockfiles (#19022, #19101)Configuration
UV_NO_PROJECT(#19052)UV_PYTHON_SEARCH_PATHfor Python discoveryPATHoverrides (#19034)Bug fixes
rust-toolchain.tomlto uv-build sdist (#19131)uv lockon apyproject.tomlthat only contains dependency-groups (#19087).python-version(#19102)Documentation
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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 was generated by Mend Renovate. View the repository job log.