Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.37.0
->2.37.1
0.64.0
->0.65.0
4.3.2
->4.3.3
4.45.4
->4.47.1
Release Notes
direnv/direnv (direnv)
v2.37.1
Compare Source
==================
junegunn/fzf (fzf)
v0.65.0
: 0.65.0Compare Source
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 cursortrigger(...)
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'$FZF_CLICK_FOOTER_WORD =~ Ctrl ]] && echo "trigger($ {FZF_CLICK_FOOTER_WORD%:})"
--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:
[[
'
hairyhenderson/gomplate (gomplate)
v4.3.3
Compare Source
Dependencies
mikefarah/yq (yq)
v4.47.1
: - Merge Anchor fixes (with flag)Compare Source
<<
); #2404, #2110, #2386, #2178 Huge thanks to @stevenwdv!Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes
v4.46.1
: - INI support + bug fixesCompare 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.
This PR was generated by Mend Renovate. View the repository job log.