build(deps): Bump @docsearch/react from 4.7.0 to 5.0.1 - #1093
build(deps): Bump @docsearch/react from 4.7.0 to 5.0.1#1093dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@docsearch/react](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-react) from 4.7.0 to 5.0.1. - [Release notes](https://github.com/algolia/docsearch/releases) - [Changelog](https://github.com/algolia/docsearch/blob/main/packages/docsearch-react/CHANGELOG.md) - [Commits](https://github.com/algolia/docsearch/commits/HEAD/packages/docsearch-react) --- updated-dependencies: - dependency-name: "@docsearch/react" dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewI'll review this Dependabot bump for supply-chain compromise indicators, starting with the scan findings, lockfile/manifest changes, and upstream package evidence.The scanner flagged a missing Evidence
Scanner disagreement
No supply-chain malware indicators found for this update. Compatibility AnalysisI'll analyze how 1) Usage in this repo
2) Intersection with v5 API changes
3) Risks / unknowns
4) RecommendationHold. Prefer ignoring this major (or removing the unused direct dep) until either (a) you intentionally adopt DocSearch/Algolia and migrate, or (b) Docusaurus’s Algolia theme officially supports Malware Scan Summary
Top findings
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fa0b9fb. Configure here.
| }, | ||
| "dependencies": { | ||
| "@docsearch/react": "^4.7.0", | ||
| "@docsearch/react": "^5.0.1", |
There was a problem hiding this comment.
Incompatible DocSearch major bump
Medium Severity
Bumping @docsearch/react to ^5.0.1 puts it outside @docusaurus/theme-search-algolia’s supported range (^3.9.0 || ^4.3.2). The lockfile now installs unused root v5 (plus AI SDK, zod, marked) while nesting v4.7.0 for Docusaurus. This site uses @easyops-cn/docusaurus-search-local and never imports DocSearch, so the major bump adds supply-chain weight and version split without delivering v5 support.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit fa0b9fb. Configure here.


Bumps @docsearch/react from 4.7.0 to 5.0.1.
Release notes
Sourced from @docsearch/react's releases.
... (truncated)
Changelog
Sourced from @docsearch/react's changelog.
... (truncated)
Commits
Dependabot 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)Note
Low Risk
Dependency-only bump with no application integration changes; main follow-up is verifying build and that no hidden DocSearch v5 API or bundle issues appear at runtime.
Overview
Bumps the direct dependency
@docsearch/reactfrom 4.7.0 to 5.0.1 inpackage.json, with a matchingpackage-lock.jsonrefresh.DocSearch v5 is a major release: refreshed search UI, optional Ask AI / Agent Studio plumbing, and new runtime dependencies (e.g.
ai,@ai-sdk/react,@base-ui/react,zod). There are no edits todocusaurus.config.jsor other app source in this diff—site search is still configured via@easyops-cn/docusaurus-search-local, and nothing in the repo imports@docsearch/reactdirectly.The lockfile still nests 4.7.0
@docsearch/reactunder@docusaurus/theme-search-algolia, so the tree may carry both major versions until Docusaurus aligns its Algolia theme peer range.Reviewed by Cursor Bugbot for commit fa0b9fb. Bugbot is set up for automated code reviews on this repo. Configure here.