mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 00:38:28 +00:00
Bump github.com/junegunn/fzf from 0.59.0 to 0.61.3 (#2126)
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="d24b58ef3f"><code>d24b58e</code></a> 0.61.3</li> <li><a href="06ae9b0f3b"><code>06ae9b0</code></a> Add missing environment variables (<a href="https://redirect.github.com/junegunn/fzf/issues/4356">#4356</a>)</li> <li><a href="2a9c1c06a4"><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="90ad1b7f22"><code>90ad1b7</code></a> 0.61.2</li> <li><a href="f22fbcd1af"><code>f22fbcd</code></a> Fix typo and update CHANGLOG</li> <li><a href="1d761684c5"><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="e491770f1c"><code>e491770</code></a> [fish] Improve option prefix processing</li> <li><a href="a41be61506"><code>a41be61</code></a> [fish] Fix whitespace/regex characters in command line</li> <li><a href="1a8f633611"><code>1a8f633</code></a> [fish] Fix for file/dir names containing newlines</li> <li><a href="af8fe918d8"><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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6f0e28b9b3
commit
9b4e4bd682
2 changed files with 3 additions and 3 deletions
2
go.mod
2
go.mod
|
|
@ -20,7 +20,7 @@ require (
|
|||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/invopop/jsonschema v0.13.0
|
||||
github.com/jmoiron/sqlx v1.4.0
|
||||
github.com/junegunn/fzf v0.59.0
|
||||
github.com/junegunn/fzf v0.61.3
|
||||
github.com/kevinburke/ssh_config v1.2.0
|
||||
github.com/mattn/go-sqlite3 v1.14.24
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -114,8 +114,8 @@ github.com/invopop/jsonschema v0.13.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uO
|
|||
github.com/jmoiron/sqlx v1.4.0 h1:1PLqN7S1UYp5t4SrVVnt4nUVNemrDAtxlulVe+Qgm3o=
|
||||
github.com/jmoiron/sqlx v1.4.0/go.mod h1:ZrZ7UsYB/weZdl2Bxg6jCRO9c3YHl8r3ahlKmRT4JLY=
|
||||
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
|
||||
github.com/junegunn/fzf v0.59.0 h1:WzJo+rODEm7Kg+VSPuCR0SaV59LL5W4svgpbqP7fabQ=
|
||||
github.com/junegunn/fzf v0.59.0/go.mod h1:6XnH75DDRsbLkNkxsOztqbL6gcGYqzckiWwG+Upg740=
|
||||
github.com/junegunn/fzf v0.61.3 h1:cC9DbK8fNx1Mhomax+paSbOPdHF5I1U1FGzxbQQ0cH8=
|
||||
github.com/junegunn/fzf v0.61.3/go.mod h1:uiEstR1c3Oq4VFh0QvOAmvinYQt8ed9L8lxGHGGqbNk=
|
||||
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
||||
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
|
||||
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
||||
|
|
|
|||
Loading…
Reference in a new issue