chore(deps): bump fuse.js from 7.1.0 to 7.3.0#505
chore(deps): bump fuse.js from 7.1.0 to 7.3.0#505dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [fuse.js](https://github.com/krisk/Fuse) from 7.1.0 to 7.3.0. - [Release notes](https://github.com/krisk/Fuse/releases) - [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md) - [Commits](krisk/Fuse@v7.1.0...v7.3.0) --- updated-dependencies: - dependency-name: fuse.js dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis is a routine Dependabot bump of Confidence Score: 5/5Safe to merge — minor-version fuse.js bump with no breaking changes; one P2 note about an incidental lockfile change. All findings are P2. The fuse.js 7.1.0→7.3.0 upgrade is a semver-compatible minor bump with only additive features and bug fixes. The only concern is an unrelated chrome-devtools-mcp bump in the lockfile, which is cosmetic and does not affect correctness. bun.lock — contains an unintended chrome-devtools-mcp version bump worth confirming. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Dependabot PR] --> B[fuse.js 7.1.0 → 7.3.0]
B --> C[package.json updated]
B --> D[bun.lock updated]
D --> E[fuse.js resolved to 7.3.0]
D --> F[chrome-devtools-mcp 0.20.0 → 0.21.0\nunintended side-effect]
style F fill:#fff3cd,stroke:#ffc107
Prompt To Fix All With AIThis is a comment left during a code review.
Path: bun.lock
Line: 2113
Comment:
**Unintended lockfile bump for unrelated package**
`chrome-devtools-mcp` is upgraded from `0.20.0` to `0.21.0` in the lockfile, but this change is not reflected in any `package.json`. This PR is scoped to `fuse.js` only, so this appears to be an incidental lock file regeneration side effect. It's worth verifying this bump is intentional before merging, as unrelated transitive changes can obscure what actually changed.
How can I resolve this? If you propose a fix, please make it concise.Reviews (1): Last reviewed commit: "chore(deps): bump fuse.js from 7.1.0 to ..." | Re-trigger Greptile |
Bumps fuse.js from 7.1.0 to 7.3.0.
Release notes
Sourced from fuse.js's releases.
Changelog
Sourced from fuse.js's changelog.
Commits
aae48f5chore(release): 7.3.0d63c0e8fix(lint): suppress unused var in toJSON destructure44dfdb4chore: add funding field to package.json65dadf5docs: add performance guide with benchmark script0ae662cfeat: add BigInt support for indexing and search8153c9ddocs: fix tsconfig to resolve "no inputs found" error6afb2eddocs: add "When to Use It" section to token search page0e74a9cdocs: simplify Getting Started page title80330eddocs: fix sidebar titles and restore subheading expansion6cd0ceedocs: remove unused TwitterFollow and Version componentsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)