chore(mise): update mise tools - #2373
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.3.1→1.3.22026.8.2→2026.8.32.9.4→2.9.52.98.0→2.99.02.100.02.1.11→2.1.120.12.6→0.12.90.12.101.29.0→1.30.0Release Notes
FiloSottile/age (age)
v1.3.2: age v1.3.2Compare Source
age v1.3.2 is a minor release with a wide range of fixes and hardening improvements.
Some previously-accepted inputs are now rejected: headers over 2 MiB or 1024 recipients, malformed SSH keys in recipients files, and non-UTF-8 plaintext written to a terminal (force with
-o -).Pre-built binaries now cover windows/arm64 and darwin/amd64, and release archives include the compatibility plugins (age-plugin-pq, age-plugin-tag, and age-plugin-tagpq).
cloudflare/cloudflared (cloudflared)
v2026.8.3Compare Source
SHA256 Checksums:
fluxcd/flux2 (flux2)
v2.9.5Compare Source
Highlights
Flux v2.9.5 is a patch release that moves helm-controller and source-controller back to upstream Helm, now at v4.2.4, dropping the temporary Flux fork. It hardens the handling of kubeconfig Secrets in helm-controller and kustomize-controller, which now reject kubeconfigs referencing files on the local filesystem and require credentials and certificates to be embedded inline. It also stops kustomize-controller from leaving behind the temporary directories of a previous process that exited without running its cleanup, and fixes a crash in post-build substitution where a substring expression with a negative length, e.g.
${VAR:2:-1}, panicked instead of counting back from the end of the string like Bash does. Across all controllers and the CLI, the fluxcd/pkg dependencies have been updated, bringing Kubernetes to 1.36.4. Users are encouraged to upgrade for the best experience.ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.
Fixes:
.spec.kubeConfigSecrets, rejecting local file references incertificate-authority,tokenFile,client-certificateandclient-key; credentials and certificates must be embedded inline (helm-controller, kustomize-controller)Improvements:
Components changelog
CLI changelog
Full Changelog: fluxcd/flux2@v2.9.4...v2.9.5
cli/cli (gh)
v2.99.0: GitHub CLI 2.99.0Compare Source
What's Changed
pr merge --delete-branchagainst worktree conflicts by @tidy-dev in #14007gh issue developby @sergiou87 in #14136--attachstack 1/8: Report what kind of token is active by @BagToad in #14177--attachstack 2/8: Describe and validate a fileghcan attach by @BagToad in #14178--attachstack 3/8: Rewrite markdown references to uploaded assets by @BagToad in #14179--attachstack 4/8: Upload an asset to GitHub by @BagToad in #14180--attachstack 5/8: Add the flag and upload behind it by @BagToad in #14181--attachstack 6/8: Add the flag to gh pr comment and gh issue comment by @BagToad in #14182--attachstack 7/8: Add the flag to gh pr create and gh pr edit by @BagToad in #14183--attachstack 8/8: Add the flag to gh issue create and gh issue edit by @BagToad in #14184--attachstack: review feedback round by @BagToad in #14200ghskill by @BagToad in #14261New Contributors
Full Changelog: cli/cli@v2.98.0...v2.99.0
evilmartians/lefthook (lefthook)
v2.1.12Compare Source
astral-sh/uv (uv)
v0.12.9Compare Source
Released on 2026-09-01.
Python
Enhancements
--no-lockedand--no-frozento disable lock modes enabled byUV_LOCKEDandUV_FROZENfor a single invocation (#21408)Performance
Bug fixes
async_http_range_readerto 0.11.1 to address a potential memory-safety issue when reading metadata ranges from untrusted wheels (#21401)--locked,--frozen,--check, and--check-existsprecedence over conflictingUV_LOCKEDandUV_FROZENvalues (#21396)v0.12.8Compare Source
Released on 2026-08-31.
Enhancements
uv tool upgrade --all(#21368)Preview features
content-addressed-cachepreview feature (#21327)Performance
Bug fixes
--require-hashes(#21348)sig) query parameters from displayed URLs (#21360)Other changes
astral-tokio-tarto 0.7.0 and use effective sizes when tracking extracted hard links (#21346)v0.12.7Compare Source
Released on 2026-08-27.
Python
Enhancements
s390x,ppc64le, andloongarch64targets for cross-platform dependency resolution (#21313)UV_AZURE_ENDPOINT_URL(#21318)Preview features
content-addressed-cachepreview feature (#19693)Bug fixes
Other changes
zizmorcore/zizmor (zizmor)
v1.30.0Compare Source
Sponsorship is appreciated!
New Features 🌈🔗
New audit: self-repository detects usages of the old "workspace-relative" form for local reusable workflows and actions and recommends the new "self-repository" form instead (#2271)
Enhancements 🌱🔗
The impostor-commit audit now supports pre-commit config inputs (#2256)
The forbidden-uses audit now supports pre-commit config inputs (#2263)
The adhoc-packages audit now detects more ad-hoc package management patterns, including bundle add and yarn add
Many thanks to @connorshea for proposing and implementing this enhancement!
The archived-uses audit now supports pre-commit config inputs (#2272)
The ref-confusion audit now supports pre-commit config inputs (#2274)
The cache-poisoning audit now produces more detailed and more precise diagnostics (#2330)
The cache-poisoning audit now handles and exposes auto-fixes in a more general manner (#2332)
zizmor now recognizes sethvargo/ratchet version comments when evaluating ref pinning (#2319)
Many thanks to @njgudman for proposing and implementing this enhancement!
The unpinned-tools audit now produces more detailed and more precise diagnostics (#2339)
The unpinned-tools audit now detects usages of extractions/setup-just (#2339)
The unpinned-tools audit now detects usages of extractions/setup-crate (#2340)
The archived-uses audit now detects several more archived repositories (#2340)
The ref-version-mismatch audit now supports uses: that reference reusable workflows (#2344)
The stale-action-refs audit now supports uses: that reference reusable workflows (#2345)
Bug Fixes 🐛🔗
Fixed a bug where zizmor would reject a .pre-commit-config.yml input containing a prek-specific builtin section (#2259)
Fixed a bug where the unpinned-uses audit would fail to honor ignore comments within the same step scope (#2289)
Fixed a bug where zizmor would reject a dependabot.yml containing a goproxy-server registry definition (#2300)
Fixed a bug where zizmor would reject pre-commit configurations containing prek-specific glob patterns in files or exclude (#2308)
Fixed a handful of unsound patch bugs when performing YAML add and/or replace operations (#2295)
Many thanks to @dmbuil for proposing and implementing this improvement!
Fixed a bug where the cache-poisoning audit would incorrectly flag newer astral-sh/setup-uv versions that disable caching behavior automatically (#2330)
Fixed a bug where the ref-version-mismatch audit would produce a misleading diagnostic when an action has overlapping branch and tag names (#2337)
Fixed a bug where the artipacked audit would incorrectly flag the with: clauses of unrelated actions (#2339)
Fixed a class of bugs where zizmor would incorrectly match an action's commit to a sibling action's tag (#2247)
Many thanks to @potiuk for proposing and implementing this improvement!
Fixed a bug where zizmor would crash on deeply nested GitHub Actions expressions (#2349)
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 was generated by Mend Renovate. View the repository job log.