Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
aqua:anthropics/claude-code patch 2.1.2142.1.215 2.1.218 (+2) age adoption passing confidence
aqua:casey/just minor 1.56.01.57.0 age adoption passing confidence
aqua:junegunn/fzf patch 0.74.00.74.1 age adoption passing confidence
aqua:openai/codex patch rust-v0.144.5rust-v0.144.6 rust-v0.145.0 age adoption passing confidence
github:modem-dev/hunk patch v0.17.1v0.17.2 v0.17.3 age adoption passing confidence
npm:stylelint (source) patch 17.14.017.14.1 age adoption passing confidence

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 requested a review from scottames as a code owner July 23, 2026 11:02
@renovate
renovate Bot enabled auto-merge (squash) July 23, 2026 11:02
@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.

anthropics/claude-code (aqua:anthropics/claude-code)

v2.1.215: v2.1.215

Compare Source

What's changed

  • Claude no longer runs the /verify and /code-review skills on its own; invoke them with /verify or /code-review when you want them
casey/just (aqua:casey/just)

1.57.0: 1.57.0

Compare Source

Changed

  • Pass arguments to cmd.exe without escaping (#3636 by casey)
  • split('') splits into characters (#3650 by casey)
  • Accept markdown justfiles found by name (#3648 by casey)
  • Make [env] variables visible to shell() invocations (#3631 by casey)
  • Forbid duplicate groups (#3626 by casey)
  • Forbid option names beginning with - (#3608 by casey)
  • Don't accept option arguments starting with -= or --= (#3607 by casey)
  • Reject empty alphabet in choose() regardless of count (#3605 by casey)
  • Forbid [arg(flag)] with [arg(pattern)] (#3602 by casey)
  • Add extension to cache key (#3600 by casey)

Fixed

  • Don't reevaluate lazy assignments in user-defined functions (#3654 by casey)
  • Don't print parenthesis around dependencies without arguments (#3653 by casey)
  • Accept override paths containing module aliases (#3652 by casey)
  • Fix line number in error message after multi-line interpolation (#3646 by casey)
  • Don't execute dotenv commands during dry run (#3644 by casey)
  • Only run dotenv-command in root module (#3643 by casey)
  • Detect module cycle when path uses .. (#3641 by casey)
  • Recipes with [arg(min)] greater than zero cannot be default (#3639 by casey)
  • Avoid panic in ambiguous module file error (#3638 by casey)
  • Consider value when checking for setting conflicts (#3627 by casey)
  • Ignore disabled indentation settings (#3618 by casey)
  • Reject duplicate function parameters (#3611 by casey)
  • Allow defaulted option before required positional parameter (#3609 by casey)
  • Truncate cache entry before writing (#3603 by casey)
  • Ignore absent optional modules under --allow-missing (#3601 by casey)

Added

  • Add len() function (#3663 by casey)
  • Avoid panic when passed parentless justfile path (#3624 by casey)

Misc

  • Fix flags and options link in readme (#3669 by casey)
  • Add else if to grammar (#3667 by casey)
  • Remove function context macro (#3659 by casey)
  • Remove on-demand assignment evaluation (#3658 by casey)
  • Compute assignment references for --evaluate (#3657 by casey)
  • Evaluate const assignments in evaluation order (#3656 by casey)
  • Collect references transitively (#3655 by casey)
  • Serialize dependency path in JSON (#3651 by casey)
  • Print full recipe path for alias targets in --show and --usage (#3649 by casey)
  • Reject unexpected arguments to --completions (#3642 by casey)
  • Use recipe path in usage hint (#3635 by casey)
  • Trim non-cycle prefix from circular variable dependency errors (#3634 by casey)
  • Suggest similarly named submodules (#3633 by casey)
  • Report disabled recipes and aliases in --show and --usage (#3632 by casey)
  • Respect --no-highlight when echoing script recipes (#3630 by casey)
  • Report undefined variables in order (#3629 by casey)
  • Report correct final recipe in circular dependencies (#3628 by casey)
  • Ignore files with module directory name (#3625 by casey)
  • Dump unexports in alphabetical order (#3623 by casey)
  • Reject extra arguments to --groups (#3622 by casey)
  • Reject search-path-prefixes with --global-justfile (#3621 by casey)
  • Refactor AST display (#3620 by casey)
  • Format justfile with no items as empty string (#3619 by casey)
  • Return search errors other than NotFound during fallback (#3617 by casey)
  • Propagate more exit codes (#3615 by casey)
  • Use interpreter file name to determine script shell kind (#3614 by casey)
  • Resolve module aliases in --evaluate paths (#3613 by casey)
  • Trim and ignore empty doc comments (#3612 by casey)
  • Blame second recipe for duplicate [default] attribute (#3610 by casey)
  • Visit modules in order in --choose (#3606 by casey)
  • Include path in canonicalize() error message (#3604 by casey)
  • Remove fuzzer (#3599 by casey)
junegunn/fzf (aqua:junegunn/fzf)

v0.74.1: 0.74.1

Compare Source

  • The default separator on the info line is no longer shown when the input section is already visually separated from the list section by a border line
    # No separator shown below the header border
    fzf --style full --input-border none --header foo
    
    # Separator shown; no border separates the input section from the list section
    fzf --style full --input-border none --header foo --no-header-border
    
    # No separator below the border of the preview window at 'next' position
    fzf --preview : --preview-window next
    
    # Conversely, separator is now shown when the input border does not draw
    # a line facing the list section
    fzf --input-border bottom
  • Rendering improvements
  • nushell: fixed deprecation error of str downcase on nushell 0.114.0 or above (#4857) (@​sim590)
  • Each release now includes .deb packages for easy installation on Debian-based distros (#4859)
openai/codex (aqua:openai/codex)

rust-v0.144.6: 0.144.6

Compare Source

Bug Fixes

  • Refreshed bundled instructions for GPT-5.6 Sol, Terra, and Luna, and corrected their context windows to 272,000 tokens. (#33972, #34009)

Changelog

Full Changelog: openai/codex@rust-v0.144.5...rust-v0.144.6

  • #33972 Backport refreshed bundled model metadata to 0.144 @​sayan-oai
  • #34009 Narrow 0.144 hotfix to GPT-5.6 prompts and context @​sayan-oai
modem-dev/hunk (github:modem-dev/hunk)

v0.17.2: v0.17.2

Compare Source

What's Changed

Full Changelog: modem-dev/hunk@v0.17.1...v0.17.2

Skipped Packages

Non-GitHub Sources

@renovate
renovate Bot merged commit 87d6146 into main Jul 23, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/mise-packages branch July 23, 2026 11:06
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants