Skip to content

build(deps): update dependency junegunn/fzf to v0.74.4 - #273

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/junegunn-fzf-0.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/junegunn-fzf-0.x

Conversation

@renovate

@renovate renovate Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
junegunn/fzf patch v0.74.2v0.74.4 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

junegunn/fzf (junegunn/fzf)

v0.74.4: 0.74.4

Compare Source

Demo: Non-blocking fzf vim plugin on tmux floating pane
fzf-vim-show.mp4

  • Fixed an escape sequence split across reads being parsed as a fragment, which leaked the rest into the query (#​4899)
    • e.g. A terminal answering the startup DECRQM query late left ?2004;2$y, CTRL-UP left 5A, and SGR mouse input left 0;1;1M
  • Fixed --tiebreak=pathname not detecting the last path separator when the line contains a non-ASCII character before it (#​4902)
  • Fixed progress in the --listen status payload staying at 100 while a new search was running, which made a snapshot with a new query and the previous result set look complete (#​4903)
    • It is now reset when a search starts and reaches 100 on the final result, so progress of 100 means the matches belong to the query reported next to them
  • Fixed adaptive height not reserving a line for the divider of an inline header or footer border, so the list came up one line short for each of them (#​4904)
    • e.g. seq 10 | fzf --height=~100% --list-border --header-lines=1 --header-lines-border=inline
  • Fixed fzf erasing the line the prompt was on when it exits, which made the last line of the prompt flicker in fish, bash, and nushell (#​4913)
  • Fixed fzf exiting with status 2 while waiting for a key, when --listen is used and 100+ signals interrupt the wait (#​4917)
  • Vim plugin
    • fzf no longer blocks the editor, so live previews keep working while fzf is open
      • fzf#run returns an empty list when it runs fzf asynchronously. Use sink, sinklist, or exit to get the result
    • The popup layout now works under Zellij
    • Added popup as a synonym of the tmux layout key
      let g:fzf_layout = { 'popup': '90%,70%' }
    • fzf now opens in a tmux or Zellij floating pane by default, so the window it was started from stays visible and can be used while fzf is running
      • Requires tmux 3.7+ or Zellij 0.44+
      • Set g:fzf_layout to pick a different layout
  • fish
  • nushell
    • Added key bindings for Helix editing modes, on nushell 0.115.0 or above (#​4914) (@​sim590)
    • Fixed CTRL-T inserting the selected paths unquoted
      • p4p3r (@​P4P3R-HAK) reported the security vulnerability and suggested the fix

v0.74.3: 0.74.3

Compare Source

  • Performance optimizations for non-ASCII input
    • ASCII queries are up to 16x faster
    • Non-ASCII queries are up to 12x faster
    • Reading accented Latin input is up to 37% faster
    • Reading CJK input reduces memory use by up to 29%
    • ASCII input is unaffected
  • Fixed an image from a preview command being torn apart when its rows are separated by IND instead of newlines, as chafa does under tmux (#​4885)
  • Fixed replace-query corrupting the item text when the query is edited afterwards
  • fzf no longer turns bracketed paste mode off on exit when the terminal already had it on, which broke pasting in shells that run fzf from a line editor widget (#​4887)
  • Fixed startup blocking on terminals that never answer escape sequences, such as FreeBSD virtual terminals. fzf waited for a reply until a key was pressed, then dropped that keystroke (#​2860, #​976)

Configuration

📅 Schedule: (in timezone Europe/Stockholm)

  • Branch creation
    • "after 8:00pm on Saturday,before 11:59pm on Sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Related to project dependencies label Aug 20, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 20, 2026 05:38
@renovate renovate Bot added the dependencies Related to project dependencies label Aug 20, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/junegunn-fzf-0.x branch 4 times, most recently from 6abb6fe to f918626 Compare August 20, 2026 06:30
@renovate
renovate Bot force-pushed the renovate/junegunn-fzf-0.x branch from f918626 to f7d3023 Compare August 20, 2026 06:53
@renovate renovate Bot changed the title build(deps): update dependency junegunn/fzf to v0.74.2 build(deps): update dependency junegunn/fzf to v0.74.3 Aug 20, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/junegunn-fzf-0.x branch from f7d3023 to f3c13d2 Compare August 24, 2026 06:41
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/junegunn-fzf-0.x branch from f3c13d2 to d875eca Compare September 19, 2026 01:51
@renovate renovate Bot changed the title build(deps): update dependency junegunn/fzf to v0.74.3 build(deps): update dependency junegunn/fzf to v0.74.4 Sep 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants