Skip to content

chore(deps): bump the docsearch group across 1 directory with 2 updates - #1924

Merged
lskramarov merged 3 commits into
mainfrom
dependabot/npm_and_yarn/docsearch-df1bc3f02c
Aug 24, 2026
Merged

chore(deps): bump the docsearch group across 1 directory with 2 updates#1924
lskramarov merged 3 commits into
mainfrom
dependabot/npm_and_yarn/docsearch-df1bc3f02c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the docsearch group with 2 updates in the / directory: @docsearch/css and @docsearch/js.

Updates @docsearch/css from 4.7.0 to 5.0.3

Release notes

Sourced from @​docsearch/css's releases.

@​docsearch/css@​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

    • Refreshed v5 UI with improved dark theme, sources panel, and accessibility
    • Faceted search with filter chips
    • Hit breadcrumbs and result badges

    Packaging & architecture

    • New @docsearch/cli package for MCP setup and search
    • MCP plugin support
    • Split JS bundles for search-only usage and JS-based hybrid mode
    • Migrated the build system to tsdown
    • Migrated CSS building to LightningCSS

    Breaking changes

    • Ask AI related props are now nested under a single root askai option
    • The Ask AI transport layer has been removed

Patch Changes

  • ecd905d: feat(v5): General UI styling updates and fixes

    • New --docsearch-font-family variable, used by the search button, keyboard keys, modal, and sidepanel. It replaces the system font stacks that were duplicated across sidepanel.css and button.css, so overriding one variable now themes every DocSearch surface
    • The search input and modal heading are 1rem at every breakpoint (previously 0.875rem with a mobile-only override)
    • .DocSearch-Title uses line-height: 1.5em instead of 0.5em and adds overflow-wrap: anywhere, so long titles wrap instead of overlapping (#2908)

... (truncated)

Changelog

Sourced from @​docsearch/css's changelog.

5.0.3

5.0.2

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
    • 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

    • Refreshed v5 UI with improved dark theme, sources panel, and accessibility
    • Faceted search with filter chips
    • Hit breadcrumbs and result badges

    Packaging & architecture

    • New @docsearch/cli package for MCP setup and search
    • MCP plugin support
    • Split JS bundles for search-only usage and JS-based hybrid mode
    • Migrated the build system to tsdown
    • Migrated CSS building to LightningCSS

    Breaking changes

    • Ask AI related props are now nested under a single root askai option
    • The Ask AI transport layer has been removed

Patch Changes

  • ecd905d: feat(v5): General UI styling updates and fixes

    • New --docsearch-font-family variable, used by the search button, keyboard

... (truncated)

Commits

Updates @docsearch/js from 4.7.0 to 5.0.3

Release notes

Sourced from @​docsearch/js's releases.

@​docsearch/js@​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

    • Refreshed v5 UI with improved dark theme, sources panel, and accessibility
    • Faceted search with filter chips
    • Hit breadcrumbs and result badges

    Packaging & architecture

    • New @docsearch/cli package for MCP setup and search
    • MCP plugin support
    • Split JS bundles for search-only usage and JS-based hybrid mode
    • Migrated the build system to tsdown
    • Migrated CSS building to LightningCSS

    Breaking changes

    • Ask AI related props are now nested under a single root askai option
    • The Ask AI transport layer has been removed

Patch Changes

  • ecd905d: feat(v5): add customizable footer action

    • New footerAction prop renders a custom action in the modal footer, before the Algolia logo, inside .DocSearch-Footer-Action
    • @docsearch/js supports footerAction via template patterns (html helper, JSX, or function-based)
    • Fixes typing differences between @docsearch/react and @docsearch/js
    • Restyle the footer with a .DocSearch-Footer-Actions wrapper
  • Updated dependencies [ecd905d]

... (truncated)

Changelog

Sourced from @​docsearch/js's changelog.

5.0.3

5.0.2

Patch Changes

  • 29c23e2: Move bundled DocSearch packages to development dependencies to reduce consumers' install footprint.

5.0.1

Patch Changes

  • Updated dependencies [4ac53c4]
    • @​docsearch/react@​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
    • 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

    • Refreshed v5 UI with improved dark theme, sources panel, and accessibility
    • Faceted search with filter chips
    • Hit breadcrumbs and result badges

    Packaging & architecture

    • New @docsearch/cli package for MCP setup and search
    • MCP plugin support
    • Split JS bundles for search-only usage and JS-based hybrid mode
    • Migrated the build system to tsdown
    • Migrated CSS building to LightningCSS

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 23, 2026
@dependabot
dependabot Bot requested a review from lskramarov as a code owner August 23, 2026 13:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 23, 2026
Bumps the docsearch group with 2 updates in the / directory: [@docsearch/css](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-css) and [@docsearch/js](https://github.com/algolia/docsearch/tree/HEAD/packages/docsearch-js).


Updates `@docsearch/css` from 4.7.0 to 5.0.3
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/packages/docsearch-css/CHANGELOG.md)
- [Commits](https://github.com/algolia/docsearch/commits/HEAD/packages/docsearch-css)

Updates `@docsearch/js` from 4.7.0 to 5.0.3
- [Release notes](https://github.com/algolia/docsearch/releases)
- [Changelog](https://github.com/algolia/docsearch/blob/main/packages/docsearch-js/CHANGELOG.md)
- [Commits](https://github.com/algolia/docsearch/commits/HEAD/packages/docsearch-js)

---
updated-dependencies:
- dependency-name: "@docsearch/css"
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docsearch
- dependency-name: "@docsearch/js"
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docsearch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the docsearch group with 2 updates chore(deps): bump the docsearch group across 1 directory with 2 updates Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/docsearch-df1bc3f02c branch from fd3dfcd to 73fc307 Compare August 24, 2026 06:18
@artembelik artembelik self-assigned this Aug 24, 2026
@artembelik
artembelik requested a lite review from Copilot August 24, 2026 08:41
@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit 0c5cc07):

https://koobiq-next--prs-1924-l4r4dzit.web.app

(expires Thu, 27 Aug 2026 09:48:28 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the Algolia DocSearch integration used by the docs app to DocSearch v5 by bumping @docsearch/js and @docsearch/css, and updating the local DocSearch configuration (translations + Ask AI config) to match the new major version.

Changes:

  • Bump @docsearch/css and @docsearch/js from 4.7.0 to 5.0.3.
  • Update DocSearch RU translations to include new v5 translation keys (facets + additional Ask AI strings) and remove a removed key.
  • Update Ask AI configuration from assistantId/agentStudio to v5’s agentId.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
yarn.lock Locks DocSearch dependencies to v5.0.3.
package.json Updates direct dependency versions for @docsearch/js and @docsearch/css.
apps/docs/src/app/components/docsearch/docsearch.directive.ts Adapts DocSearch initialization + RU translations to DocSearch v5 (new translation keys and Ask AI config).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread apps/docs/src/app/components/docsearch/docsearch.directive.ts Outdated
@artembelik
artembelik marked this pull request as draft August 24, 2026 08:46
@artembelik
artembelik marked this pull request as ready for review August 24, 2026 09:49
@lskramarov
lskramarov merged commit 1fc914b into main Aug 24, 2026
13 checks passed
@lskramarov
lskramarov deleted the dependabot/npm_and_yarn/docsearch-df1bc3f02c branch August 24, 2026 10:56
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants