Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 28, 2026

This PR contains the following updates:

Package Update Change Pending
aqua:crate-ci/typos patch 1.46.21.46.3
aqua:junegunn/fzf minor 0.72.00.73.0 0.73.1
aqua:nushell/nushell minor 0.112.20.113.0
github:janosmiko/lfk patch v0.12.2v0.12.4 v0.12.7 (+2)
github:thiagokokada/gh-gfm-preview minor 1.1.3v1.2.0 v1.2.1

Release Notes

crate-ci/typos (aqua:crate-ci/typos)

v1.46.3

Compare Source

Fixes
  • Don't correct to sequentials
  • Don't correct to subdolder
junegunn/fzf (aqua:junegunn/fzf)

v0.73.0

Compare Source

Release highlights: https://junegunn.github.io/fzf/releases/0.73.0/

  • Nushell integration via fzf --nushell and the installer (#​4630) (@​sim590)
  • New --preview-window=next position that places the preview adjacent to the input section, on the list side: above the input in the default layout, below it in --layout=reverse (#​4798)
  • Timer-driven every(N) event for --bind, where N is seconds
  • Added $FZF_IDLE_TIME (whole seconds) and $FZF_IDLE_TIME_MS (milliseconds), holding the elapsed time since the last user activity
    • Pair with every(N) to build idle-based behavior such as auto-accept or auto-quit (#​1211)
      # Live process list; --track --id-nth 2 keeps the cursor on the same PID across reloads
      fzf --header-lines 1 --track --id-nth 2 --bind 'start,every(2):reload-sync:ps -ef'
      
      # Auto-accept after 10 seconds of inactivity, with a countdown in the footer after 5s
      fzf --bind 'every(1):bg-transform:
        if   [[ $FZF_IDLE_TIME -lt 5  ]]; then echo change-footer:
        elif [[ $FZF_IDLE_TIME -lt 10 ]]; then echo "change-footer:auto-accept in $((10 - FZF_IDLE_TIME))s"
        else echo accept
        fi'
  • Added $FZF_CURRENT_ITEM for shells where quoting {} is awkward (#​4802)
  • Bug fixes
    • Scoring: non-word characters at the start of input or after a delimiter now receive the same boundary bonus as word characters (#​4795)
    • change-preview-window no longer resets wrap / wrap-word state set via toggle-preview-wrap / toggle-preview-wrap-word (#​4791)
    • Stripped UTF-8-encoded C1 control characters from rendered items to prevent terminal control-sequence injection
    • Fixed integer-overflow panic in FuzzyMatchV2 on 32-bit builds (Michal Majchrowicz, Marcin Wyczechowski, AFINE Team)
    • Fixed bg-transform reload / exclude payloads being dropped
    • Fixed rendering glitch with preview window on the left combined with footer
nushell/nushell (aqua:nushell/nushell)

v0.113.0

Compare Source

This is the 0.113.0 release of Nushell. You can learn more about this release here: https://www.nushell.sh/blog/2026-05-23-nushell_v0_113_0.html

For convenience, we are providing full builds for Windows, Linux, and macOS. Be sure you have the requirements to enable all capabilities: https://www.nushell.sh/book/installation.html#dependencies

This release was made possible by PR contributions from @​132ikl, @​andrewgazelka, @​app/dependabot, @​ayax79, @​Bahex, @​blindFS, @​casedami, @​colinmparker, @​cptpiepmatz, @​develop7, @​fdncred, @​freepicheep, @​galuszkak, @​Juhan280, @​kaathewisegit, @​kiil, @​kx0101, @​m4siri, @​Matthieu-LAURENT39, @​Metbcy, @​Mrfiregem, @​nome, @​OneProgGit, @​orbisai0security, @​pyz4, @​quyentonndbs, @​SunayKulkarni, @​Tyarel8, @​vip892766gma, @​vvvu, @​WindSoilder, @​ymcx

janosmiko/lfk (github:janosmiko/lfk)

v0.12.4

Compare Source

Bug Fixes

v0.12.3

Compare Source

Features
Bug Fixes
thiagokokada/gh-gfm-preview (github:thiagokokada/gh-gfm-preview)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: thiagokokada/gh-gfm-preview@v1.1.3...v1.2.0


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 May 28, 2026 11:13
@renovate renovate Bot enabled auto-merge (squash) May 28, 2026 11:13
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 28, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mise/mise.lock

mise ERROR mise lock is disabled in --locked mode
hint: Remove --locked or unset MISE_LOCKED=1
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

Command failed: mise lock aqua:crate-ci/typos aqua:junegunn/fzf aqua:nushell/nushell github:janosmiko/lfk github:thiagokokada/gh-gfm-preview
mise ERROR mise lock is disabled in --locked mode
hint: Remove --locked or unset MISE_LOCKED=1
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

@renovate renovate Bot merged commit f730659 into main May 28, 2026
5 checks passed
@renovate renovate Bot deleted the renovate/mise-packages branch May 28, 2026 11:17
scottames pushed a commit that referenced this pull request May 31, 2026
🤖 I have created a release *beep* *boop*
---


## [0.46.0](v0.45.0...v0.46.0)
(2026-05-31)


### Updates & Misc Chores

* **agents:** note local projects + fix opencode npm perms
([de3de3a](de3de3a))
* **chezmoi:** external cleanup
([7b2c0db](7b2c0db))
* **deps:** lock file maintenance
([#898](#898))
([5e4aca8](5e4aca8))
* **deps:** lock file maintenance
([#903](#903))
([321821f](321821f))
* **deps:** update ⬆️ aqua-packages
([#888](#888))
([898fc89](898fc89))
* **deps:** update ⬆️ aqua-packages
([#889](#889))
([a691018](a691018))
* **deps:** update ⬆️ aqua-packages
([#894](#894))
([8e096e1](8e096e1))
* **deps:** update ⬆️ aqua-packages
([#896](#896))
([64a517a](64a517a))
* **deps:** update ⬆️ aqua-packages
([#897](#897))
([f84e074](f84e074))
* **deps:** update ⬆️ aqua-packages
([#899](#899))
([dc24aea](dc24aea))
* **deps:** update ⬆️ aqua-packages
([#901](#901))
([863ada6](863ada6))
* **deps:** update ⬆️ aqua-packages to v4.514.0
([#904](#904))
([536e854](536e854))
* **deps:** update ⬆️ aqua-packages to v4.515.0
([#910](#910))
([f23b713](f23b713))
* **deps:** update ⬆️ dagger to v0.20.8
([#891](#891))
([569a0fb](569a0fb))
* **deps:** update ⬆️ github-actions to v1.3.1
([#905](#905))
([99a46a3](99a46a3))
* **deps:** update ⬆️ github-actions to v2.2.2
([#892](#892))
([4200758](4200758))
* **deps:** update ⬆️ github-actions to v3
([#893](#893))
([99445d2](99445d2))
* **deps:** update ⬆️ mise-packages
([#886](#886))
([525df2a](525df2a))
* **deps:** update ⬆️ mise-packages
([#887](#887))
([1a146ff](1a146ff))
* **deps:** update ⬆️ mise-packages
([#895](#895))
([cd5d32a](cd5d32a))
* **deps:** update ⬆️ mise-packages
([#902](#902))
([8a9ff12](8a9ff12))
* **deps:** update ⬆️ mise-packages
([#907](#907))
([a9b6df2](a9b6df2))
* **deps:** update ⬆️ mise-packages
([#908](#908))
([8dd7d80](8dd7d80))
* **deps:** update ⬆️ mise-packages
([#909](#909))
([c7c2835](c7c2835))
* **deps:** update ⬆️ mise-packages
([#911](#911))
([c5ec4ef](c5ec4ef))
* **deps:** update ⬆️ mise-packages
([#912](#912))
([f730659](f730659))
* **deps:** update ⬆️ mise-packages
([#914](#914))
([c1a7f75](c1a7f75))
* **deps:** update ⬆️ mise-packages to v4
([#915](#915))
([462b7f1](462b7f1))
* **deps:** update ⬆️ mise-packages to v4.2.0 [security]
([#900](#900))
([62761bc](62761bc))
* **init:** true-up to leverage mise
([cd573e4](cd573e4))
* **opencode:** add permissions
([4292fee](4292fee))
* **openpackage:** true-up w/ .agents
([d96f454](d96f454))
* rm unused abandoned deps
([546aa15](546aa15))
* rm unused abandoned deps
([9ddb5a4](9ddb5a4))
* upgrade trunk ([#890](#890))
([a844314](a844314))
* upgrade trunk ([#906](#906))
([c93e0f2](c93e0f2))
* upgrade trunk ([#913](#913))
([a0d5e61](a0d5e61))
* **zen:** migrate keybinds (+dyff helper)
([126ffc0](126ffc0))
* **zen:** updates to keybinds
([a6a8988](a6a8988))


### Features

* add voxtype (rm hark)
([fa7d8a5](fa7d8a5))
* **agents:** notes regarding recent gotchas
([ea01f33](ea01f33))
* **chezmoi:** add .agents personal repo
([7337181](7337181))
* **fish:** improve startup time
([1ef9303](1ef9303))
* **mise:** add talosctl
([05bf11f](05bf11f))
* **nvim:** keybind for yank buffer path
([7541fff](7541fff))
* **openpackage:** add mattpocock skills
([1d8953e](1d8953e))
* **zellij:** layout split-edit +stacked pane
([b0f2c27](b0f2c27))


### Bug Fixes

* .local/bin path over mise
([fda4825](fda4825))
* gum refs
([44dc219](44dc219))
* **mise:** bash shell integration
([ee6a691](ee6a691))
* **nvim:** disable copilot-ls when not in use
([b2f0617](b2f0617))
* **opencode:** tui keys + permissions
([f25066c](f25066c))
* **voxtype:** support distrobox
([c2e71d3](c2e71d3))
* **zellij-status:** support clear notification
([33d9eea](33d9eea))


### Code Refactoring

* **aqua:** migrate to mise
([0418644](0418644))

---
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