Skip to content

chore(deps): bump @docsearch/react from 4.7.0 to 5.0.4 - #8347

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docsearch/react-5.0.4
Open

chore(deps): bump @docsearch/react from 4.7.0 to 5.0.4#8347
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docsearch/react-5.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps @docsearch/react from 4.7.0 to 5.0.4.

Release notes

Sourced from @​docsearch/react's releases.

@​docsearch/react@​5.0.4

Patch Changes

  • f29b541: fix: Allow DocSearchAI to accept Ask AI-specific modal translations.
    • @​docsearch/css@​5.0.4
    • @​docsearch/core@​5.0.4

@​docsearch/react@​5.0.3

Patch Changes

  • 537afaa: fix(askai): Fixes interceptAskAiEvent not being called when selecting an Ask AI item with keyboard (Enter)
    • @​docsearch/css@​5.0.3
    • @​docsearch/core@​5.0.3

@​docsearch/react@​5.0.2

Patch Changes

  • 1508196: Fix Ask AI conversations breaking after stopping a stream mid-tool-call. Incomplete tool parts (input-streaming/input-available) are now pruned before resending, so the dangling tool_use no longer causes the provider to reject every subsequent question.
  • 59c575f: fix(askai): preserve the conversation when opening Ask AI from the results row #3010
    • @​docsearch/css@​5.0.2
    • @​docsearch/core@​5.0.2

@​docsearch/react@​5.0.1

Patch Changes

  • 4ac53c4: Fixes missing published export for keyword only <DocSearch /> that was missed in #2884.
    • @​docsearch/css@​5.0.1
    • @​docsearch/core@​5.0.1

@​docsearch/react@​5.0.0

Major Changes

  • ecd905d: # DocSearch v5-beta

    DocSearch v5 is a major release that introduces AI-powered answers via Agent Studio, a refreshed search UI, and a modernized package architecture.

    Ask AI & Agent Studio

    • Agent Studio integration with core tools and dynamic tool calls
    • Conversation memory support
    • Compatibility with the Algolia MCP search tool, with aggregated MCP search tool calls
    • Dynamic index selection for Agent Studio
    • Feedback integration, including feedback notes and tags
    • Prompt suggestions in keyword search and follow-up prompt suggestions
    • Ask AI modal split into its own component and Ask AI transport layer removed

    Search UI

... (truncated)

Changelog

Sourced from @​docsearch/react's changelog.

5.0.4

Patch Changes

  • f29b541: fix: Allow DocSearchAI to accept Ask AI-specific modal translations.
    • @​docsearch/css@​5.0.4
    • @​docsearch/core@​5.0.4

5.0.3

Patch Changes

  • 537afaa: fix(askai): Fixes interceptAskAiEvent not being called when selecting an Ask AI item with keyboard (Enter)
    • @​docsearch/css@​5.0.3
    • @​docsearch/core@​5.0.3

5.0.2

Patch Changes

  • 1508196: Fix Ask AI conversations breaking after stopping a stream mid-tool-call. Incomplete tool parts (input-streaming/input-available) are now pruned before resending, so the dangling tool_use no longer causes the provider to reject every subsequent question.
  • 59c575f: fix(askai): preserve the conversation when opening Ask AI from the results row #3010
    • @​docsearch/css@​5.0.2
    • @​docsearch/core@​5.0.2

5.0.1

Patch Changes

  • 4ac53c4: Fixes missing published export for keyword only <DocSearch /> that was missed in #2884.
    • @​docsearch/css@​5.0.1
    • @​docsearch/core@​5.0.1

5.0.0

Major Changes

  • ecd905d: # DocSearch v5-beta

    DocSearch v5 is a major release that introduces AI-powered answers via Agent Studio, a refreshed search UI, and a modernized package architecture.

    Ask AI & Agent Studio

    • Agent Studio integration with core tools and dynamic tool calls
    • Conversation memory support
    • Compatibility with the Algolia MCP search tool, with aggregated MCP search tool calls
    • Dynamic index selection for Agent Studio
    • Feedback integration, including feedback notes and tags

... (truncated)

Commits
  • fc12076 chore: release v5.0.4
  • f29b541 fix(askai): Allow DocSearchAI to accept Ask AI-specific modal translations (#...
  • f31abef chore: release v5.0.3 (#3030)
  • 537afaa fix(askai): Fixes interceptAskAiEvent not being called when selecting an Ask ...
  • ad8e8d9 chore: release v5.0.2 (#3027)
  • 1508196 fix(askai): Request error for incomplete tool call (#3014)
  • 59c575f fix(askai): Preserve conversation when transitioning to Ask AI (#3012)
  • e9f932b chore: release v5.0.1 (#3008)
  • 4ac53c4 fix: Add missing export for search only (#2980)
  • 3eb3e31 fix: facet values sorted alphabetically (#2974)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@docsearch/react](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-react) from 4.7.0 to 5.0.4.
- [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/@docsearch/react@5.0.4/packages/docsearch-react)

---
updated-dependencies:
- dependency-name: "@docsearch/react"
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 2026
@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
webpack-js-org Ready Ready Preview Sep 1, 2026 7:21pm UTC

Request Review

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​docsearch/​react@​4.7.0 ⏵ 5.0.499 +31008599 +1100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants