Skip to content

fix(deps): update dependency fuse.js to v7.3.0#13752

Merged
LukasHirt merged 1 commit intomasterfrom
renovate/fuse.js-7.x
May 6, 2026
Merged

fix(deps): update dependency fuse.js to v7.3.0#13752
LukasHirt merged 1 commit intomasterfrom
renovate/fuse.js-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 5, 2026

This PR contains the following updates:

Package Change Age Confidence
fuse.js (source) 7.1.07.3.0 age confidence
fuse.js (source) ^7.1.0^7.3.0 age confidence

Release Notes

krisk/Fuse (fuse.js)

v7.3.0

Compare Source

Features
  • add BigInt support for indexing and search (0ae662c), closes #​814
  • add static Fuse.match() for single string matching (460eb5b)
  • add token search — per-term fuzzy matching with IDF scoring (68c1dcf)
  • getFn null return, escaped pipe in extended search, empty query returns all (d33b735), closes #​800 #​765 #​728
  • removeAt() now returns the removed item (8cec7e2), closes #​675
  • search: support keyless string entries in logical queries (8695556), closes #​736
Bug Fixes
  • index: coerce non-string array values to strings during indexing (db0e181), closes #​738
  • index: strip getFn from keys in toJSON() for safe serialization (0f2a69b), closes #​798
  • lint: suppress unused var in toJSON destructure (d63c0e8)
  • merge overlapping match indices in extended search (06c5e97)
  • search: handle non-decomposable diacritics in stripDiacritics (5a01f29), closes home-assistant/frontend#30399 #​816
  • search: handle quoted tokens with inner spaces and quotes in extended search (c226523), closes #​810
  • search: inverse patterns now work correctly across multiple keys (9351882), closes #​712

v7.2.0

Compare Source

Features
  • add Fuse.use() for runtime plugin registration (8546a9b)
Performance
  • inline Bitap score computation to reduce object allocation in hot loops (8546a9b)
  • batch removeAll for O(n) bulk removes instead of O(n*k) (8546a9b)
  • heap-based top-k selection when limit is set (8546a9b)
  • cache compiled searcher for repeated queries (8546a9b)
Bug Fixes
  • search: deduplicate and merge overlapping match indices (60c393a), closes #​735
  • search: preserve original array indices in nested path traversal (a1451be), closes #​786
  • types: correct key type in FuseSortFunctionMatch (fecee16), closes #​811
  • types: correct keys type in parseIndex parameter (58c7c73), closes #​794

Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@update-docs
Copy link
Copy Markdown

update-docs Bot commented May 5, 2026

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 5, 2026

@LukasHirt LukasHirt merged commit ac4da01 into master May 6, 2026
17 checks passed
@LukasHirt LukasHirt deleted the renovate/fuse.js-7.x branch May 6, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant