Skip to content

chore(deps): update npm (runtime) - #91

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-(runtime)
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-(runtime)

Conversation

@renovate

@renovate renovate Bot commented Oct 2, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@​statuscompliance/databinder 1.0.11.2.3 age confidence
fuse.js (source) 7.1.07.5.0 age confidence
pako 2.1.02.2.0 age confidence
pdf-parse (source) 2.1.12.4.5 age confidence

Release Notes

krisk/Fuse (fuse.js)

v7.5.0

Compare Source

⚠️ Behavior changes

Every change in this release is a bug fix, but each one corrects a scoring or ranking bug. Scores and result ordering will shift for some queries. That is why this ships as a minor rather than a patch: the public API is unchanged and upgrading is a drop-in, but the results you get back can differ, and that should not arrive silently in a patch bump.

If you assert on exact score values or on a specific result order, expect those assertions to need updating. Re-baseline them against 7.5.0 rather than pinning to 7.4.x, since the 7.4.x behavior was wrong in the cases below.

  • Field-length normalisation now counts words correctly. Tabs and newlines were not treated as word separators, so a multi-line or tab-delimited field was scored as though it were one long word, making it look far shorter than it is. Fields containing \t, \n, or \r now score differently (#​830).
  • Key weights are now normalised in object and keyless-logical search. Weights that did not sum to 1 were applied unnormalised, skewing the relative influence of each key. If your keys weights do not already sum to 1, your relative ranking changes (#​833).
  • limit now returns the correct top-N when scores tie. A tie at the cutoff boundary could evict a result that should have been kept, so limit could return the wrong items, not merely the right items in a different order (#​835).
  • Bitap respects minMatchCharLength in the exact-match shortcut. Matches shorter than minMatchCharLength were still reported via the exact-match fast path, so the matches array could contain entries it was configured to exclude (#​831).
Bug Fixes
  • bitap: respect minMatchCharLength in exact-match shortcut (dbb98b6), closes #​831
  • fieldNorm: count tabs and newlines as word separators (6fe85b0), closes #​830
  • fieldNorm: count word-starts instead of space transitions (2946f97)
  • scoring: normalise key weights in object and keyless-logical search (e164b61), closes #​833
  • search: keep the correct top-N under limit when scores tie (437f8f3), closes #​835, thanks @​spokodev for the report and the fix
7.4.2 (2026-06-05)
Bug Fixes
  • types: emit CommonJS declarations (.d.cts) for node16/nodenext (#​780) (33f5d29)
7.4.1 (2026-06-02)
Bug Fixes
  • types: add TypeScript declarations for fuse.js/worker-script (6ef6c33), closes #​828
  • types: ship TypeScript declarations for fuse.js/worker (572ad1e), closes #​828

v7.4.2

Compare Source

v7.4.1

Compare Source

v7.4.0

Compare Source

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
nodeca/pako (pako)

v2.2.0

Compare Source

Added
  • Alternate deflate hash (ANZAC++) - for nodejs zlib compatibility.
    A nice bonus ~ 40% speed boost.
  • legacyHash (default: true) deflate option, to switch between original zlib
    and nodejs binary-compatible output.
Fixed
  • Inflate: fix window not updated after inflateReset (multistream/bgzip), #​139.
  • Inflate: emit chunk on flush, #​259.
  • Inflate: only continue to next stream for gzip; error on truncated input.
mehmet-kozan/pdf-parse (pdf-parse)

v2.4.5

Compare Source

What's Changed

🚨 Breaking Changes
📚 Documentation

Full Changelog: mehmet-kozan/pdf-parse@v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

🚨 Breaking Changes
✨ New Features
📚 Documentation
🧰 Other Changes

Full Changelog: mehmet-kozan/pdf-parse@v2.4.3...v2.4.4

v2.4.3

Compare Source

v2.4.3

Full Changelog: mehmet-kozan/pdf-parse@v2.4.2...v2.4.3

v2.4.0

Compare Source

v2.4.0

What's Changed

✨ New Features
📚 Documentation

Full Changelog: mehmet-kozan/pdf-parse@v2.3.12...v2.4.0

v2.3.12

Compare Source

v2.3.11

Compare Source

v2.3.10

Compare Source

v2.3.9

Compare Source

v2.3.8

Compare Source

v2.3.7

Compare Source

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.0

Compare Source

v2.2.16

Compare Source

v2.2.13

Compare Source

v2.2.12

Compare Source

v2.2.11

Compare Source

v2.2.10

Compare Source

v2.2.9

Compare Source

v2.2.8

Compare Source

v2.2.7

Compare Source

v2.2.6

Compare Source

v2.2.5

Compare Source

v2.2.4

Compare Source

v2.2.3

Compare Source

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

v2.1.10

Compare Source

v2.1.9

Compare Source

v2.1.8

Compare Source

v2.1.7

Compare Source

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

v2.1.3

Compare Source

v2.1.2

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate
renovate Bot requested a review from alvarobernal2412 October 2, 2025 07:11
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from b8e90b4 to 25df046 Compare October 2, 2025 21:34
@renovate renovate Bot changed the title chore(deps): update dependency axios to v1.12.2 chore(deps): update npm (runtime) Oct 2, 2025
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch 2 times, most recently from 5a9c1b2 to ea6da4c Compare October 3, 2025 07:56
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from ea6da4c to 1acb44f Compare October 3, 2025 08:47
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from 1acb44f to 90b82ec Compare October 3, 2025 08:52
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch 3 times, most recently from 3fcf428 to cc292e1 Compare October 3, 2025 09:29
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from cc292e1 to 7f06456 Compare October 3, 2025 09:32
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from 7f06456 to 655c4ce Compare October 3, 2025 09:38
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch 9 times, most recently from ec5b2ad to b154099 Compare October 9, 2025 18:57
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from 0942530 to 85fa8a0 Compare October 14, 2025 08:41
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from 85fa8a0 to 3e25ceb Compare October 14, 2025 09:06
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from 3e25ceb to f10bc6c Compare October 14, 2025 09:18
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from f10bc6c to 2222267 Compare October 14, 2025 09:30
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch 7 times, most recently from efc5cc2 to 58339a0 Compare October 16, 2025 10:01
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch 5 times, most recently from ba726ed to 0355ae0 Compare October 20, 2025 17:43
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch 4 times, most recently from 2c2c72a to 83322b4 Compare November 3, 2025 04:33
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from 83322b4 to f136f0a Compare November 4, 2025 23:08
@renovate
renovate Bot force-pushed the renovate/npm-(runtime) branch from f136f0a to 56bb481 Compare November 12, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant