chore(deps): update mise tools#79
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
311f4e1 to
5c238e4
Compare
fc584bf to
a8987af
Compare
aig-hannes
approved these changes
Jun 8, 2026
aig-hannes
approved these changes
Jun 8, 2026
02aee1b to
fda040f
Compare
43a44ed to
55ecee6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. |
10694f7 to
ac6859f
Compare
671f8c0 to
47c8afa
Compare
80ded3f to
e53aed9
Compare
7962285 to
7e7da6f
Compare
afce955 to
1c3a909
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:
0.2.88→0.2.892.92.0→2.95.02.96.01.8.1→1.8.20.70.0→0.71.20.72.00.11.14→0.11.230.11.26(+2)Release Notes
nektos/act (act)
v0.2.89Compare Source
Changelog
Other
4f41128chore: bump VERSION to 0.2.89123167dbuild(deps): bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.9.0 (#6089)cli/cli (gh)
v2.95.0: GitHub CLI 2.95.0Compare Source
Read repository files and directories with
gh repo read-fileandgh repo read-dirTwo new preview commands read repository contents without cloning:
Both commands default to the repository's default branch, accept
--refto target any branch, tag, or commit, and support--json,--jq, and--templatefor scripting. This makes it easy for agents and automation to inspect a repo without a full checkout.What's Changed
✨ Features
repo read-fileandrepo read-dirby @babakks in #13580🐛 Fixes
📚 Docs & Chores
Full Changelog: cli/cli@v2.94.0...v2.95.0
v2.94.0: GitHub CLI 2.94.0Compare Source
Issue types, sub-issues, and relationships in
gh issueThis release brings GitHub's advanced issue features to
gh issue create,edit,view, andlist. You can set and view an issue's type, organize work with sub-issues, and track blocked-by and blocking relationships without leaving the command line:Issue types and sub-issues are available on GitHub.com and GHES 3.17+; relationships require GHES 3.19+.
Manage discussions with
gh discussionThis release introduces the
discussioncommand set for working with GitHub Discussions ingh:Run
gh discussion --helpfor more information.Equip your agents with new
ghfeaturesTeach your agents how to leverage new GitHub CLI features on release day by installing the
ghskill:What's Changed
✨ Features
gh discussioncommand set (list,view,create,edit) as a preview by @babakks and @maxbeizer in #13541gh discussion commentto comment on and reply to discussions by @babakks in #13620gh skill listto inventory installed agent skills by @tommaso-moro in #13418--allflag togh skill installto install every skill in a repository by @tommaso-moro in #13471gh skill update --allby @tommaso-moro in #13469gh extension uninstalltogh extension removeby @BagToad in #13599🐛 Fixes
📚 Docs & Chores
gh discussionand Issues 2.0 reference to theghskill, plus a README note by @BagToad in #13631Full Changelog: cli/cli@v2.93.0...v2.94.0
v2.93.0: GitHub CLI 2.93.0Compare Source
Security
A security vulnerability has been identified, and fixed, that would incorrectly include authorization header in API requests to TUF repository mirrors via
gh attestation,gh release verify, andgh release verify-assetcommands.Users are advised to update
ghto versionv2.93.0as soon as possible.For more information see: GHSA-8xvp-7hj6-mcj9
Support agents in
gh secretcommand setThe
gh secretcommand set can now set agent secrets. For more information, see "Configuring secrets and variables for Copilot cloud agent".What's Changed
✨ Features
🐛 Fixes
gh auth refreshfor 401 returns by @333fred in #13068📚 Docs & Chores
gh copilottelemetry sampling to 100% by @williammartin in #13362New Contributors
Full Changelog: cli/cli@v2.92.0...v2.93.0
jqlang/jq (jq)
v1.8.2: jq 1.8.2Compare Source
This is a patch release with security fixes and bug fixes since 1.8.1, along with new builds for Windows arm64 and Docker arm/v7.
Full commit log can be found at jqlang/jq@jq-1.8.1...jq-1.8.2.
Security fixes
jvp_string_appendandjvp_string_copy_replace_bad. @itchynye47e56djv_setpath,jv_getpath,jv_delpaths. @itchynyfb59f146374ae0_strindicesmissing runtime type checks. @tlsbolleifdf8ef0jv_parse_sized(). @wader2f090600c7d133contains. @itchynyd1a1256-f. @itchyny5a015destack_reallocate. @itchyny01b3cdeDEC_MAX_DIGITS(9999999). @itchyny9761ceb9d223f1532cceaf58787c7122866e987df046d1da3args2obj()array argument path. @sseal #3498tokenaddto prevent buffer overflow. @itchyny63751f8tokenbuffor string parser to avoid undefined behavior. @fab1ano #348533d7bceReleasing
0ff997fartifact-metadatapermission for actions/attest. @itchyny #3530via
gh attestation verify --bundle jq-attestation.json. @itchyny #3563CLI changes
diefunction output. @krtk6160 #3391Changes to existing functions
rtrimstr("")always outputting"". @A4-Tacks #3415del(.[nan]). @itchyny #3490@uriand@uridto fix multi-byte UTF-8 corruption. @itchyny #3495tonumberandtobooleanto reject strings with embedded null bytes. @itchyny #3496f_envbounds check. @itchyny #3465f_strflocaltimeafterf_localtime. @itchyny #3491//instead of//=infrom_entriesdefinition. @itchyny #3516Build and test changes
strptimetest using non-portable%F. @alyssais #3365jq_fuzz_execute. @sudhackar #3377tm2jvto handle fractional seconds. @itchyny #3489jq_fuzz_parse_stream: use iterative parser API for streaming mode. @OwenSanzas #3499jq_testsuite. @itchyny #3509--disable-maintainer-modeand source != build dir. @Saur2000 #3518SOURCE_DATE_EPOCHwhile generating man page. @McSinyx #3514df924eaBASE64_DECODE_TABLE. @itchyny #3547Documentation changes
aquasecurity/trivy (trivy)
v0.71.2Compare Source
Changelog
055a5c8release: v0.71.2 [release/v0.71] (#10871)875328afix(deps): bump alpine to 3.24.1 [backport: release/v0.71] (#10870)998f7b3chore(deps): bump the common group with 4 updates [backport: release/v0.71] (#10867)v0.71.1Compare Source
Changelog
164b383release: v0.71.1 [release/v0.71] (#10818)a72d9a4fix(oci): validate artifact filename3dd9847fix: forward ospkg detector options through ospkg.NewScanner [backport: release/v0.71] (#10825)a62cbe4fix(vex): load VEX documents from within the repository directory [backport: release/v0.71] (#10821)43d1d26fix: surface the original analysis error instead of context cancellation [backport: release/v0.71] (#10812)ac7696cci: expect GitHub App bot as backport PR author [backport: release/v0.71] (#10815)v0.71.0Compare Source
⚡ Highlights ⚡
👉 https://redirect.github.com/aquasecurity/trivy/discussions/10767
Changelog
https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0710-2026-06-01
astral-sh/uv (uv)
v0.11.23Compare Source
Released on 2026-06-19.
Bug fixes
pre-commit-uv(#19925)pyproject.tomlwould be treated as standalone projects (#19926)v0.11.22Compare Source
Released on 2026-06-18.
Enhancements
uv publish(#19831)TYandRUFFenv vars for providing paths for binaries used byuv formatanduv check(#19821)Preview features
uv.tomlandpyproject.toml(#18437)uv check --no-sync(#19909)--scripttouv checkanduv metadata(#19860)workspace metadata(#19862)uv auditoutput (#19872)Performance
Bug fixes
include-groupentries that have additional fields (#19866)backend-paths exist when building sdists (#19834)pylock.tomlfiles do not have an unsupported alock-version(#19869)packages.requires-pythonof apylock.toml(#19868)uvto be recursively invoked by PEP 517 build hooks (#19879)credentials.tomlfiles (#19815)uv pip list(#19867)uv tree --invert(#19910)uv venvin a project (#19837)uv tree(#19905)Documentation
Other changes
v0.11.21Compare Source
Released on 2026-06-11.
Python
Preview features
environment.roottouv workspace metadata --sync(#19760)uv upgradeto update a single dependency constraint (#19738)uv workspace metadatapayload inty check(#19763)uv init(#17841)Performance
uv python list(#18684)Bug fixes
uv python listwith path requests (#19774)v0.11.20Compare Source
Released on 2026-06-10.
Enhancements
--emit-index-urland--emit-find-linkstouv export(#18370)--find-linkssupport foruv pip list(#16103)uv python install(#19691)Preview features
uv upgradecommand (#19678)uv upgrade(#19742)Configuration
UV_NO_INSTALL_PROJECT,UV_NO_INSTALL_WORKSPACE,UV_NO_INSTALL_LOCAL(#19323)Performance
Bug fixes
VIRTUAL_ENVthroughcygpathinsidefishon Windows (#19703)Documentation
--find-linkscaching behavior (#19585)v0.11.19Compare Source
Released on 2026-06-03.
Python
Enhancements
Preview features
--isolatedinuv check(#19666)Bug fixes
v0.11.18Compare Source
Released on 2026-06-01.
Performance
Preview
uv checkto runtyfrom uv (#19605)Bug fixes
Other changes
v0.11.17Compare Source
Released on 2026-05-28.
Enhancements
uv addwith standard library modules (#19572)uv workspaceand itslistsubcommand in help output (#19533)ignore-error-codeswhen applicable (#19521)import-namesandimport-namespacessupport touv-build(PEP 794) (#19380)--no-editable-packageflag to various commands (#19584)uv toolinvocations (#19577)Preview features
uv workspace metadata(#19122)uv venv --clearto remove non-virtual environments (#19595)Bug fixes
tool.uv.conflicts(#19538)--env-fileinuv run(#19567)--check-url(#19594)--find-linksparsing (#19537)Documentation
v0.11.16Compare Source
Released on 2026-05-21.
Enhancements
Preview features
Configuration
UV_NO_SYSTEM_CONFIG(#19476)Bug fixes
uv-build(#19495)Documentation
v0.11.15Compare Source
Released on 2026-05-18.
Security
Enhancements
Preview
Configuration
required-environmentsinuv pip compile([#19378](https://redirect.github.com/astral-shConfiguration
📅 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.