Bump github.com/junegunn/fzf from 0.65.2 to 0.70.0#2994
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump github.com/junegunn/fzf from 0.65.2 to 0.70.0#2994dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
f1812f0 to
e061595
Compare
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
This is a standard Dependabot dependency update with no code changes. The fzf library update from 0.65.2 to 0.70.0 includes performance improvements (1.3x-1.9x faster filtering) and bug fixes as documented in the release notes. Reviewed by minimax-m2.5-20260211 · 168,431 tokens |
Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.65.2 to 0.70.0. - [Release notes](https://github.com/junegunn/fzf/releases) - [Changelog](https://github.com/junegunn/fzf/blob/master/CHANGELOG.md) - [Commits](junegunn/fzf@v0.65.2...v0.70.0) --- updated-dependencies: - dependency-name: github.com/junegunn/fzf dependency-version: 0.70.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e061595 to
dc5d61d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps github.com/junegunn/fzf from 0.65.2 to 0.70.0.
Release notes
Sourced from github.com/junegunn/fzf's releases.
... (truncated)
Changelog
Sourced from github.com/junegunn/fzf's changelog.
... (truncated)
Commits
eacef5e0.70.096eb68cAdd SIMD indexByteTwo/lastIndexByteTwo doc50be8bcAdd fuzz tests for SIMD indexByteTwo to CIb4e5857Fix nth attr merge order to respect precedence hierarchy (#4697)97ac779Add SIMD indexByteTwo/lastIndexByteTwo for faster prefiltering4866c34Replace printf with builtin printf to by pass local indirections (#4684)3cfee28Add change-with-nth action to dynamically change --with-nth (#4691)5887edcUse LSD radix sort for Result sorting in matcher3e751c4Add direct algo fast path in matchChunk8452c78Return Result by value from MatchItem