-
Notifications
You must be signed in to change notification settings - Fork 388
Bump github.com/junegunn/fzf from 0.59.0 to 0.61.3 #2126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump github.com/junegunn/fzf from 0.59.0 to 0.61.3 #2126
Conversation
Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.59.0 to 0.61.3. - [Release notes](https://github.com/junegunn/fzf/releases) - [Changelog](https://github.com/junegunn/fzf/blob/master/CHANGELOG.md) - [Commits](junegunn/fzf@v0.59.0...v0.61.3) --- updated-dependencies: - dependency-name: github.com/junegunn/fzf dependency-version: 0.61.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.59.0 to 0.61.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/junegunn/fzf/releases">github.com/junegunn/fzf's releases</a>.</em></p> <blockquote> <h2>0.61.3</h2> <ul> <li>Reverted <a href="https://redirect.github.com/junegunn/fzf/issues/4351">#4351</a> as it caused <code>tmux run-shell 'fzf --tmux'</code> to fail (<a href="https://redirect.github.com/junegunn/fzf/issues/4559">#4559</a> <a href="https://redirect.github.com/junegunn/fzf/issues/4560">#4560</a>)</li> <li>More environment variables for child processes (<a href="https://redirect.github.com/junegunn/fzf/issues/4356">#4356</a>)</li> </ul> <h2>0.61.2</h2> <ul> <li>Fixed panic when using header border without pointer/marker (<a href="https://github.com/phanen"><code>@phanen</code></a>)</li> <li>Fixed <code>--tmux</code> option when already inside a tmux popup (<a href="https://github.com/peikk0"><code>@peikk0</code></a>)</li> <li>Bug fixes and improvements in CTRL-T binding of fish (<a href="https://redirect.github.com/junegunn/fzf/issues/4334">#4334</a>) (<a href="https://github.com/bitraid"><code>@bitraid</code></a>)</li> <li>Added <code>--no-tty-default</code> option to make fzf search for the current TTY device instead of defaulting to <code>/dev/tty</code> (<a href="https://redirect.github.com/junegunn/fzf/issues/4242">#4242</a>)</li> </ul> <h2>0.61.1</h2> <ul> <li>Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode.</li> </ul> <h2>0.61.0</h2> <ul> <li>Added <code>--ghost=TEXT</code> to display a ghost text when the input is empty <pre lang="sh"><code># Display "Type to search" when the input is empty fzf --ghost "Type to search" </code></pre> </li> <li>Added <code>change-ghost</code> and <code>transform-ghost</code> actions for dynamically changing the ghost text</li> <li>Added <code>change-pointer</code> and <code>transform-pointer</code> actions for dynamically changing the pointer sign</li> <li>Added <code>r</code> flag for placeholder expression (raw mode) for unquoted output</li> <li>Bug fixes and improvements</li> </ul> <h2>0.60.3</h2> <ul> <li>Bug fixes and improvements <ul> <li>[fish] Enable multiple history commands insertion (<a href="https://redirect.github.com/junegunn/fzf/issues/4280">#4280</a>) (<a href="https://github.com/bitraid"><code>@bitraid</code></a>)</li> <li>[walker] Append '/' to directory entries on MSYS2 (<a href="https://redirect.github.com/junegunn/fzf/issues/4281">#4281</a>)</li> <li>Trim trailing whitespaces after processing ANSI sequences (<a href="https://redirect.github.com/junegunn/fzf/issues/4282">#4282</a>)</li> <li>Remove temp files before <code>become</code> when using <code>--tmux</code> option (<a href="https://redirect.github.com/junegunn/fzf/issues/4283">#4283</a>)</li> <li>Fix condition for using item numlines cache (<a href="https://redirect.github.com/junegunn/fzf/issues/4285">#4285</a>) (<a href="https://github.com/alex-huff"><code>@alex-huff</code></a>)</li> <li>Make <code>--accept-nth</code> compatible with <code>--select-1</code> (<a href="https://redirect.github.com/junegunn/fzf/issues/4287">#4287</a>)</li> <li>Increase the query length limit from 300 to 1000 (<a href="https://redirect.github.com/junegunn/fzf/issues/4292">#4292</a>)</li> <li>[windows] Prevent fzf from consuming user input while paused (<a href="https://redirect.github.com/junegunn/fzf/issues/4260">#4260</a>)</li> </ul> </li> </ul> <h2>0.60.2</h2> <ul> <li>Template for <code>--with-nth</code> and <code>--accept-nth</code> now supports <code>{n}</code> which evaluates to the zero-based ordinal index of the item</li> <li>Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used <ul> <li>Thanks to <a href="https://github.com/phanen"><code>@phanen</code></a> for the fix</li> </ul> </li> <li>Fixed 'jump' action when the pointer is an empty string</li> </ul> <h2>0.60.1</h2> <ul> <li>Bug fixes and minor improvements <ul> <li>Built-in walker now prints directory entries with a trailing slash</li> <li>Fixed a bug causing unexpected behavior with <a href="https://github.com/Aloxaf/fzf-tab">fzf-tab</a>. Please upgrade if you use it.</li> </ul> </li> <li>Thanks to <a href="https://github.com/alexeisersun"><code>@alexeisersun</code></a>, <a href="https://github.com/bitraid"><code>@bitraid</code></a>, <a href="https://github.com/Lompik"><code>@Lompik</code></a>, and <a href="https://github.com/fsc0"><code>@fsc0</code></a> for the contributions</li> </ul> <h2>0.60.0</h2> <p><em>Release highlights: <a href="https://junegunn.github.io/fzf/releases/0.60.0/">https://junegunn.github.io/fzf/releases/0.60.0/</a></em></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/junegunn/fzf/blob/master/CHANGELOG.md">github.com/junegunn/fzf's changelog</a>.</em></p> <blockquote> <h2>0.61.3</h2> <ul> <li>Reverted <a href="https://redirect.github.com/junegunn/fzf/issues/4351">#4351</a> as it caused <code>tmux run-shell 'fzf --tmux'</code> to fail (<a href="https://redirect.github.com/junegunn/fzf/issues/4559">#4559</a> <a href="https://redirect.github.com/junegunn/fzf/issues/4560">#4560</a>)</li> <li>More environment variables for child processes (<a href="https://redirect.github.com/junegunn/fzf/issues/4356">#4356</a>)</li> </ul> <h2>0.61.2</h2> <ul> <li>Fixed panic when using header border without pointer/marker (<a href="https://github.com/phanen"><code>@phanen</code></a>)</li> <li>Fixed <code>--tmux</code> option when already inside a tmux popup (<a href="https://github.com/peikk0"><code>@peikk0</code></a>)</li> <li>Bug fixes and improvements in CTRL-T binding of fish (<a href="https://redirect.github.com/junegunn/fzf/issues/4334">#4334</a>) (<a href="https://github.com/bitraid"><code>@bitraid</code></a>)</li> <li>Added <code>--no-tty-default</code> option to make fzf search for the current TTY device instead of defaulting to <code>/dev/tty</code> (<a href="https://redirect.github.com/junegunn/fzf/issues/4242">#4242</a>)</li> </ul> <h2>0.61.1</h2> <ul> <li>Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode.</li> </ul> <h2>0.61.0</h2> <ul> <li>Added <code>--ghost=TEXT</code> to display a ghost text when the input is empty <pre lang="sh"><code># Display "Type to search" when the input is empty fzf --ghost "Type to search" </code></pre> </li> <li>Added <code>change-ghost</code> and <code>transform-ghost</code> actions for dynamically changing the ghost text</li> <li>Added <code>change-pointer</code> and <code>transform-pointer</code> actions for dynamically changing the pointer sign</li> <li>Added <code>r</code> flag for placeholder expression (raw mode) for unquoted output</li> <li>Bug fixes and improvements</li> </ul> <h2>0.60.3</h2> <ul> <li>Bug fixes and improvements <ul> <li>[fish] Enable multiple history commands insertion (<a href="https://redirect.github.com/junegunn/fzf/issues/4280">#4280</a>) (<a href="https://github.com/bitraid"><code>@bitraid</code></a>)</li> <li>[walker] Append '/' to directory entries on MSYS2 (<a href="https://redirect.github.com/junegunn/fzf/issues/4281">#4281</a>)</li> <li>Trim trailing whitespaces after processing ANSI sequences (<a href="https://redirect.github.com/junegunn/fzf/issues/4282">#4282</a>)</li> <li>Remove temp files before <code>become</code> when using <code>--tmux</code> option (<a href="https://redirect.github.com/junegunn/fzf/issues/4283">#4283</a>)</li> <li>Fix condition for using item numlines cache (<a href="https://redirect.github.com/junegunn/fzf/issues/4285">#4285</a>) (<a href="https://github.com/alex-huff"><code>@alex-huff</code></a>)</li> <li>Make <code>--accept-nth</code> compatible with <code>--select-1</code> (<a href="https://redirect.github.com/junegunn/fzf/issues/4287">#4287</a>)</li> <li>Increase the query length limit from 300 to 1000 (<a href="https://redirect.github.com/junegunn/fzf/issues/4292">#4292</a>)</li> <li>[windows] Prevent fzf from consuming user input while paused (<a href="https://redirect.github.com/junegunn/fzf/issues/4260">#4260</a>)</li> </ul> </li> </ul> <h2>0.60.2</h2> <ul> <li>Template for <code>--with-nth</code> and <code>--accept-nth</code> now supports <code>{n}</code> which evaluates to the zero-based ordinal index of the item</li> <li>Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used <ul> <li>Thanks to <a href="https://github.com/phanen"><code>@phanen</code></a> for the fix</li> </ul> </li> <li>Fixed 'jump' action when the pointer is an empty string</li> </ul> <h2>0.60.1</h2> <ul> <li>Bug fixes and minor improvements</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/junegunn/fzf/commit/d24b58ef3fc6d6d2c43e07a44e0f757b9bdfbeff"><code>d24b58e</code></a> 0.61.3</li> <li><a href="https://github.com/junegunn/fzf/commit/06ae9b0f3bbe191794dadcf78e37b8ce21e2c05e"><code>06ae9b0</code></a> Add missing environment variables (<a href="https://redirect.github.com/junegunn/fzf/issues/4356">#4356</a>)</li> <li><a href="https://github.com/junegunn/fzf/commit/2a9c1c06a4a0f8afd75ab299459f438095d41515"><code>2a9c1c0</code></a> Revert "Disable tmux popup when already running inside one (<a href="https://redirect.github.com/junegunn/fzf/issues/4351">#4351</a>)"</li> <li><a href="https://github.com/junegunn/fzf/commit/90ad1b7f223664a8490bcb18a101e39b5e13cb31"><code>90ad1b7</code></a> 0.61.2</li> <li><a href="https://github.com/junegunn/fzf/commit/f22fbcd1af847ecf10c9fbce06848ed06185a4b5"><code>f22fbcd</code></a> Fix typo and update CHANGLOG</li> <li><a href="https://github.com/junegunn/fzf/commit/1d761684c510a04f78349e8e64aa7ebd26578807"><code>1d76168</code></a> Add --tty-default=/dev/tty and --no-tty-default option (<a href="https://redirect.github.com/junegunn/fzf/issues/4352">#4352</a>)</li> <li><a href="https://github.com/junegunn/fzf/commit/e491770f1c5f50cc969ff58228cd29a7cfa76663"><code>e491770</code></a> [fish] Improve option prefix processing</li> <li><a href="https://github.com/junegunn/fzf/commit/a41be61506541fd583e56d8b16f5b65af1517a32"><code>a41be61</code></a> [fish] Fix whitespace/regex characters in command line</li> <li><a href="https://github.com/junegunn/fzf/commit/1a8f63361193446370eb0aec8206091afceaac76"><code>1a8f633</code></a> [fish] Fix for file/dir names containing newlines</li> <li><a href="https://github.com/junegunn/fzf/commit/af8fe918d863b18160390a79cbf957ee28dead56"><code>af8fe91</code></a> Disable tmux popup when already running inside one (<a href="https://redirect.github.com/junegunn/fzf/issues/4351">#4351</a>)</li> <li>Additional commits viewable in <a href="https://github.com/junegunn/fzf/compare/v0.59.0...v0.61.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps github.com/junegunn/fzf from 0.59.0 to 0.61.3.
Release notes
Sourced from github.com/junegunn/fzf's releases.
... (truncated)
Changelog
Sourced from github.com/junegunn/fzf's changelog.
... (truncated)
Commits
d24b58e
0.61.306ae9b0
Add missing environment variables (#4356)2a9c1c0
Revert "Disable tmux popup when already running inside one (#4351)"90ad1b7
0.61.2f22fbcd
Fix typo and update CHANGLOG1d76168
Add --tty-default=/dev/tty and --no-tty-default option (#4352)e491770
[fish] Improve option prefix processinga41be61
[fish] Fix whitespace/regex characters in command line1a8f633
[fish] Fix for file/dir names containing newlinesaf8fe91
Disable tmux popup when already running inside one (#4351)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)