-
Notifications
You must be signed in to change notification settings - Fork 8
Update dependency fuse.js to v7.1.0 #1056
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's Guide by SourceryThis pull request updates the fuse.js dependency from version 7.0.0 to 7.1.0 in multiple package.json files. No other changes were made. Updated class diagram for Fuse.js optionsclassDiagram
class FuseOptions {
+ includeScore: boolean
+ keys: string[]
+ threshold: number
+ ignoreLocation: boolean
+ ignoreFieldNorm: boolean
+ fieldNormWeight: number
+ minMatchCharLength: number
+ maxPatternLength: number
+ isCaseSensitive: boolean
+ tokenSeparator: RegExp
+ matchAllTokens: boolean
+ findAllMatches: boolean
+ location: number
+ distance: number
+ useExtendedSearch: boolean
+ sortFn: (a: any, b: any) => number
+ getFn: (obj: any, path: string) => any
+ ignoreAccents: boolean
}
note for FuseOptions "Added ignoreAccents option"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
|



This PR contains the following updates:
7.0.0->7.1.0Release Notes
krisk/Fuse (fuse.js)
v7.1.0Compare Source
Features
Bug Fixes
parseIndex(72b6e25), closes #524 #624parseIndex(78c628e), closes #524 #624Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.