Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2025

This PR contains the following updates:

Package Type Update Change
direnv components patch 2.37.0 -> 2.37.1
fzf components minor 0.64.0 -> 0.65.0
gomplate components patch 4.3.2 -> 4.3.3
yq components minor 4.45.4 -> 4.47.1

Release Notes

direnv/direnv (direnv)

v2.37.1

Compare Source

==================

  • fix: regression in displaying export errors (#​1469)
junegunn/fzf (fzf)

v0.65.0: 0.65.0

Compare Source

  • Added click-footer event that is triggered when the footer section is clicked. When the event is triggered, the following environment variables are set:
    • $FZF_CLICK_FOOTER_COLUMN - clicked column (1-based)
    • $FZF_CLICK_FOOTER_LINE - clicked line (1-based)
    • $FZF_CLICK_FOOTER_WORD - the word under the cursor
    fzf --footer $'[Edit] [View]\n[Copy to clipboard]' \
        --with-shell 'bash -c' \
        --bind 'click-footer:transform:
          [[ $FZF_CLICK_FOOTER_WORD =~ Edit ]] && echo "execute:vim \{}"
          [[ $FZF_CLICK_FOOTER_WORD =~ View ]] && echo "execute:view \{}"
          (( FZF_CLICK_FOOTER_LINE == 2 )) && (( FZF_CLICK_FOOTER_COLUMN < 20 )) &&
              echo "execute-silent(echo -n \{} | pbcopy)+bell"
        '
  • Added trigger(...) action that triggers events bound to another key or event.
You can click on each key name to trigger the actions bound to that key

fzf --footer 'Ctrl-E: Edit / Ctrl-V: View / Ctrl-Y: Copy to clipboard'
--with-shell 'bash -c'
--bind 'ctrl-e:execute:vim {}'
--bind 'ctrl-v:execute:view {}'
--bind 'ctrl-y:execute-silent(echo -n {} | pbcopy)+bell'
--bind 'click-footer:transform:
[[ $FZF_CLICK_FOOTER_WORD =~ Ctrl ]] &amp;&amp; echo "trigger(${FZF_CLICK_FOOTER_WORD%:})"
'

  - You can specify a series of keys and events
    ```sh
    fzf --bind 'a:up,b:trigger(a,a,a)'
    ```
- Added support for `{*n}` and `{*nf}` placeholder.
  - `{*n}` evaluates to the zero-based ordinal index of all matched items.
  - `{*nf}` evaluates to the temporary file containing that.
- Bug fixes and improvements
  - [neovim] Fixed margin background color when `&winborder` is used (#&#8203;4453)
  - Fixed rendering error when hiding a preview window without border (#&#8203;4465)
  - fix(shell): check for mawk existence before version check (#&#8203;4468)
      - Thanks to @&#8203;LangLangBart and @&#8203;akinomyoga
  - Fixed `--no-header-lines-border` behavior (08027e7a)
hairyhenderson/gomplate (gomplate)

v4.3.3

Compare Source

Dependencies
mikefarah/yq (yq)

v4.47.1: - Merge Anchor fixes (with flag)

Compare Source

v4.46.1: - INI support + bug fixes

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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


  • 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 changed the title Update dependency yq to v4.46.1 Update components Jul 12, 2025
@renovate renovate bot force-pushed the renovate/components branch from fcbed0c to d38a073 Compare July 12, 2025 22:01
@renovate renovate bot force-pushed the renovate/components branch 3 times, most recently from c8ebac7 to dd00a6f Compare July 27, 2025 02:10
@renovate renovate bot force-pushed the renovate/components branch from dd00a6f to a124ada Compare July 30, 2025 11:44
@nervo nervo merged commit 130750d into main Jul 30, 2025
6 checks passed
@nervo nervo deleted the renovate/components branch July 30, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant