chore(deps): update npm (runtime) - #91
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 2, 2025 21:34
b8e90b4 to
25df046
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
2 times, most recently
from
October 3, 2025 07:56
5a9c1b2 to
ea6da4c
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 3, 2025 08:47
ea6da4c to
1acb44f
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 3, 2025 08:52
1acb44f to
90b82ec
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
3 times, most recently
from
October 3, 2025 09:29
3fcf428 to
cc292e1
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 3, 2025 09:32
cc292e1 to
7f06456
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 3, 2025 09:38
7f06456 to
655c4ce
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
9 times, most recently
from
October 9, 2025 18:57
ec5b2ad to
b154099
Compare
alvarobernal2412
force-pushed
the
main
branch
from
October 14, 2025 08:40
9c834e6 to
187e685
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 14, 2025 08:41
0942530 to
85fa8a0
Compare
alvarobernal2412
force-pushed
the
main
branch
from
October 14, 2025 09:05
187e685 to
658a96e
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 14, 2025 09:06
85fa8a0 to
3e25ceb
Compare
alvarobernal2412
force-pushed
the
main
branch
from
October 14, 2025 09:17
658a96e to
1c9dd4d
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 14, 2025 09:18
3e25ceb to
f10bc6c
Compare
alvarobernal2412
force-pushed
the
main
branch
from
October 14, 2025 09:29
1c9dd4d to
432b1ea
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
October 14, 2025 09:30
f10bc6c to
2222267
Compare
alvarobernal2412
force-pushed
the
main
branch
from
October 14, 2025 09:53
432b1ea to
f854e1b
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
7 times, most recently
from
October 16, 2025 10:01
efc5cc2 to
58339a0
Compare
alvarobernal2412
force-pushed
the
main
branch
from
October 16, 2025 10:01
b813d0b to
b661390
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
5 times, most recently
from
October 20, 2025 17:43
ba726ed to
0355ae0
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
4 times, most recently
from
November 3, 2025 04:33
2c2c72a to
83322b4
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
November 4, 2025 23:08
83322b4 to
f136f0a
Compare
renovate
Bot
force-pushed
the
renovate/npm-(runtime)
branch
from
November 12, 2025 14:22
f136f0a to
56bb481
Compare
alvarobernal2412
force-pushed
the
main
branch
from
November 12, 2025 14:22
c56244c to
b8ab5ef
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.
This PR contains the following updates:
1.0.1→1.2.37.1.0→7.5.02.1.0→2.2.02.1.1→2.4.5Release Notes
krisk/Fuse (fuse.js)
v7.5.0Compare Source
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
scorevalues 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.\t,\n, or\rnow score differently (#830).1were applied unnormalised, skewing the relative influence of each key. If yourkeysweights do not already sum to1, your relative ranking changes (#833).limitnow returns the correct top-N when scores tie. A tie at the cutoff boundary could evict a result that should have been kept, solimitcould return the wrong items, not merely the right items in a different order (#835).minMatchCharLengthin the exact-match shortcut. Matches shorter thanminMatchCharLengthwere still reported via the exact-match fast path, so thematchesarray could contain entries it was configured to exclude (#831).Bug Fixes
7.4.2 (2026-06-05)
Bug Fixes
7.4.1 (2026-06-02)
Bug Fixes
v7.4.2Compare Source
v7.4.1Compare Source
v7.4.0Compare Source
v7.3.0Compare Source
Features
Bug Fixes
v7.2.0Compare Source
Features
Fuse.use()for runtime plugin registration (8546a9b)Performance
removeAllfor O(n) bulk removes instead of O(n*k) (8546a9b)limitis set (8546a9b)Bug Fixes
nodeca/pako (pako)
v2.2.0Compare Source
Added
A nice bonus ~ 40% speed boost.
legacyHash(default: true) deflate option, to switch between originalzliband
nodejsbinary-compatible output.Fixed
inflateReset(multistream/bgzip), #139.mehmet-kozan/pdf-parse (pdf-parse)
v2.4.5Compare Source
What's Changed
🚨 Breaking Changes
📚 Documentation
Full Changelog: mehmet-kozan/pdf-parse@v2.4.4...v2.4.5
v2.4.4Compare Source
What's Changed
🚨 Breaking Changes
pdf-parse/utilsreplaced withpdf-parse/nodeby @mehmet-kozan in #31✨ New Features
📚 Documentation
pdf-parse/workerapi change by @mehmet-kozan in #24🧰 Other Changes
Full Changelog: mehmet-kozan/pdf-parse@v2.4.3...v2.4.4
v2.4.3Compare Source
v2.4.3
Full Changelog: mehmet-kozan/pdf-parse@v2.4.2...v2.4.3
v2.4.0Compare Source
v2.4.0
What's Changed
✨ New Features
📚 Documentation
Full Changelog: mehmet-kozan/pdf-parse@v2.3.12...v2.4.0
v2.3.12Compare Source
v2.3.11Compare Source
v2.3.10Compare Source
v2.3.9Compare Source
v2.3.8Compare Source
v2.3.7Compare Source
v2.3.6Compare Source
v2.3.5Compare Source
v2.3.0Compare Source
v2.2.16Compare Source
v2.2.13Compare Source
v2.2.12Compare Source
v2.2.11Compare Source
v2.2.10Compare Source
v2.2.9Compare Source
v2.2.8Compare Source
v2.2.7Compare Source
v2.2.6Compare Source
v2.2.5Compare Source
v2.2.4Compare Source
v2.2.3Compare Source
v2.2.2Compare Source
v2.2.1Compare Source
v2.2.0Compare Source
v2.1.10Compare Source
v2.1.9Compare Source
v2.1.8Compare Source
v2.1.7Compare Source
v2.1.6Compare Source
v2.1.5Compare Source
v2.1.4Compare Source
v2.1.3Compare Source
v2.1.2Compare Source
Configuration
📅 Schedule: (in timezone Europe/Madrid)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.