Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
aqua:astral-sh/uv tools patch 0.12.00.12.1
aqua:google/go-containerregistry tools patch 0.21.70.21.8
aqua:junegunn/fzf tools patch 0.74.10.74.2
github:nolabs-ai/nono tools minor v0.70.0v0.71.0

Release notes are maintained in a PR comment by the renovate-release-notes-comment workflow.


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 added the dependencies label Aug 5, 2026
@renovate
renovate Bot requested a review from scottames as a code owner August 5, 2026 11:43
@renovate
renovate Bot enabled auto-merge (squash) August 5, 2026 11:43
@scottames-github-bot

Copy link
Copy Markdown
Contributor

Renovate Release Notes

Generated from Renovate's update table by the renovate-release-notes-comment workflow.

Packages that cannot be summarized from GitHub releases are listed explicitly below.

astral-sh/uv (aqua:astral-sh/uv)

0.12.1: 0.12.1

Compare Source

Release Notes

Released on 2026-07-31.

Enhancements

  • Add package-specific pre-release policies with --prerelease-package (#20837)
  • Support local HTML files as flat indexes (#20802)
  • Add Xonsh virtual environment activation scripts (activate.xsh) (#19740)
  • Preserve filesystem paths passed to uv add --index when updating pyproject.toml (#20817)

Preview features

  • Add automatic fixes to uv check with --fix (#20793)
  • Avoid rejecting unchanged metadata-free lockfiles when workspace dependencies share direct sources (#20847)
  • Honor direct URL constraints when validating metadata-free lockfiles (#20796)
  • Ignore malformed PEP 723 scripts discovered during project checks (#20784)
  • Use ty's native script exclusion in uv check (#20742)

Performance

  • Parse canonical uv lockfiles directly, with a fallback for other valid TOML syntax (#20648)
  • Accelerate SHA-256 hashing on non-Windows ARM64 platforms (#20805)

Bug fixes

  • Flush shell startup file updates before uv tool update-shell and uv python update-shell exit (#20842)
  • Make workspace-root dependency groups available to commands run from workspace members (#20840)
  • Resolve --find-links paths in requirements files relative to the containing file (#20832)
  • Respect configured indexes in uv tool list --outdated (#20770)

Documentation

  • Document Astral GPU indexes in the PyTorch guide (#20785)
  • Use consistent dependency-group argument descriptions throughout the CLI documentation (#20823)

Install uv 0.12.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.12.1/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.12.1/uv-installer.ps1 | iex"

Download uv 0.12.1

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
uv-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
uv-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
uv-riscv64gc-unknown-linux-gnu.tar.gz RISCV Linux checksum
uv-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
uv-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
uv-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
uv-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
uv-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
uv-riscv64gc-unknown-linux-musl.tar.gz RISCV MUSL Linux checksum
uv-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
uv-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
uv-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo astral-sh/uv

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
google/go-containerregistry (aqua:google/go-containerregistry)

v0.21.8: v0.21.8

Compare Source

The artifacts attached to this release are missing SLSA provenance, see #2390.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.7...v0.21.8

junegunn/fzf (aqua:junegunn/fzf)

v0.74.2: 0.74.2

Compare Source

  • Performance optimizations for short queries
    • Short queries scan the largest candidate sets, and the first keystroke scans the whole input
    • Single-character queries are up to 2.4x faster
    • Two-character queries are up to 1.4x faster
  • Faster sorting of search results, skipping redundant radix passes
  • change-border-label and transform-border-label now work on the native border of a tmux or Zellij floating pane
  • Fixed Kitty graphics sequences from a preview command being taken by tmux as pane title requests
  • Fixed an image at the top of the preview being torn by --preview-window ~N
  • Fixed nondeterministic match highlight positions
  • Fixed signal and resize handlers persisting after Run() returns when fzf is used as a library
  • fzf now detects terminal resize on Windows in --height mode (#4790) (@​Cyrus580529)
  • fish: fixed history command being affected by user initialization scripts, and improved timestamp colors in CTRL-R (#4862) (@​bitraid)
  • zsh: fixed CTRL-R not propagating the exit status of fzf when perl is available (#4871) (@​LangLangBart, @​Toliak)
  • zsh: fixed chpwd hook functions being called twice by ALT-C (#4879) (@​LangLangBart, @​lucc)
nolabs-ai/nono (github:nolabs-ai/nono)

v0.71.0: v0.71.0

Compare Source

What's Changed

New Contributors

Full Changelog: nolabs-ai/nono@v0.70.0...v0.71.0

@renovate
renovate Bot merged commit 21076bf into main Aug 5, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/mise-packages branch August 5, 2026 11:48
scottames pushed a commit that referenced this pull request Aug 7, 2026
🤖 I have created a release *beep* *boop*
---


## [0.50.0](v0.49.0...v0.50.0)
(2026-08-06)


### Updates & Misc Chores

* **agents/pi:** bring nono profile in-line with opencode
([1b3acd9](1b3acd9))
* **deps:** lock file maintenance
([#982](#982))
([379a163](379a163))
* **deps:** update ⬆️ agent extensions
([#988](#988))
([032c73b](032c73b))
* **deps:** update ⬆️ aqua-packages
([#1000](#1000))
([3574482](3574482))
* **deps:** update ⬆️ aqua-packages
([#989](#989))
([39c8f59](39c8f59))
* **deps:** update ⬆️ aqua-packages to v4.540.0
([#993](#993))
([f38e00f](f38e00f))
* **deps:** update ⬆️ container digests to dc2d74b
([#1005](#1005))
([3995f91](3995f91))
* **deps:** update ⬆️ mise-packages
([#1002](#1002))
([fa80d45](fa80d45))
* **deps:** update ⬆️ mise-packages
([#1003](#1003))
([208186a](208186a))
* **deps:** update ⬆️ mise-packages
([#1004](#1004))
([21076bf](21076bf))
* **deps:** update ⬆️ mise-packages
([#980](#980))
([dcb7a0e](dcb7a0e))
* **deps:** update ⬆️ mise-packages
([#985](#985))
([71bff2d](71bff2d))
* **deps:** update ⬆️ mise-packages
([#986](#986))
([87d6146](87d6146))
* **deps:** update ⬆️ mise-packages
([#992](#992))
([6eb700c](6eb700c))
* **deps:** update ⬆️ mise-packages
([#994](#994))
([9b45e8e](9b45e8e))
* **deps:** update ⬆️ mise-packages
([#995](#995))
([8b204dc](8b204dc))
* **deps:** update ⬆️ mise-packages
([#996](#996))
([cea1144](cea1144))
* **deps:** update ⬆️ mise-packages
([#997](#997))
([f0b232b](f0b232b))
* **deps:** update ⬆️ mise-packages to v1.3.0
([#984](#984))
([84f4fc7](84f4fc7))
* **deps:** update ⬆️ mise-packages to v4
([#998](#998))
([3984f71](3984f71))
* **deps:** update github-actions
([#1001](#1001))
([cffdc69](cffdc69))
* **deps:** update github-actions
([#990](#990))
([b40bc47](b40bc47))
* **deps:** update github-actions to v7
([#991](#991))
([9f003d9](9f003d9))
* **mise/herdr:** bump 0.7.4
([8e3ba01](8e3ba01))
* **mise/nono:** bump to 0.69.0 (fixes bug)
([560101f](560101f))
* **mise:** bump herdr + ghtkn
([269c569](269c569))
* upgrade trunk ([#979](#979))
([f995e68](f995e68))
* upgrade trunk ([#987](#987))
([00be077](00be077))
* upgrade trunk ([#999](#999))
([09f8f54](09f8f54))
* **zen-browser:** add keybinds/search from latest releases
([4ca741a](4ca741a))


### Features

* add ink
([4cafd25](4cafd25))
* **agents/pi:** custom theme/keys
([9f0da00](9f0da00))
* **agents/pi:** replace subagent extension
([818271e](818271e))
* **agents:** add pi.dev
([66bc085](66bc085))
* **fish/ghtkn:** add ghtkn agent unlock abbr
([b47df17](b47df17))
* **ghtkn/gh:** leverage ghtkn agent for auth/refresh
([5af247e](5af247e))
* **herdr:** config tweaks for improved copy nav + notifications
([3f0703b](3f0703b))
* **mise:** add linear-cli (+skill)
([583b914](583b914))
* **mise:** add plannotator
([1bf4fec](1bf4fec))
* move to gh-stack as primary stacking mechanism
([40689ac](40689ac))
* **niri:** add play/pause keys
([71242a0](71242a0))
* **nono:** add claude/codex + DRY up
([8bef8f8](8bef8f8))
* **opencode:** hardcode built-in subagent models to gpt5.6-*
([63d70fb](63d70fb))
* **pi:** add web search extension
([1c34ea2](1c34ea2))
* **pi:** scope Nono temporary state
([e5e0d33](e5e0d33))
* **pi:** track tintinweb/pi-subagents
([d04f936](d04f936))


### Bug Fixes

* **agents:** just permissions + nono/pi setting
([5df9b51](5df9b51))
* **chezmoi/herdr:** warn on extension install
([4a76ddf](4a76ddf))
* **chezmoi:** no bat paging
([61b24ce](61b24ce))
* **fish/abbr:** nono opencode overlap
([535129e](535129e))
* **fish/ink:** completions
([9077393](9077393))
* **herdr:** rid of removed config key
([f7602b8](f7602b8))
* **macos:** skip mise pkgs + cleanup
([16327ed](16327ed))
* **mise:** gh-gfm-preview bin name
([e25c669](e25c669))
* **nono:** scope overlap policy to wrapper
([23646c0](23646c0))


### Code Refactoring

* **agents:** rm using-superpowers requirement
([db754cf](db754cf))
* **ghostty:** unbind a few unused keys
([b5ad538](b5ad538))
* **herdr:** reduce panes/tabs for default new layout (from fish)
([8f0270d](8f0270d))
* move ~/bin/* to ~/.local/bin/
([bd84a77](bd84a77))
* **nono:** all more build-related permissions
([78843d4](78843d4))
* **nvim/thts:** adjust picker settings
([1c8ed29](1c8ed29))
* **tuicr:** tweaks to config
([3e08e10](3e08e10))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

0 participants