You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR bumps @docsearch/css from 3.9.0 to 4.6.3 (a new major version) while leaving @docsearch/js at 3.9.0. The package is only used in src/components/ui/search/DocSearch.astro, where the v3 JavaScript mounts the search modal and the global CSS override file is imported directly. A v4 stylesheet may target DOM structures or CSS variables different from what the v3 JS produces, so merging without visual verification risks breaking the search chrome or Nimbus theming on every page.
Package details
@docsearch/css: 3.9.0 → 4.6.3
Type: breaking change Dependency type: direct
What changed
Major version upgrade from DocSearch CSS v3 to v4 (3.9.0 → 4.6.3).
Release notes list new Agent Studio / Ask AI UI features, Docusaurus adapter support, and minor bug fixes (missing result title error, rollup version).
CSS class names, component structure, and CSS custom properties may differ between v3 and v4.
Usage in this repo
Imported as import '@docsearch/css/dist/modal.css' in src/components/ui/search/DocSearch.astro, which provides styles for the @docsearch/js modal mounted in that component. The component is rendered in src/components/Header.astro whenever config.search is enabled.
Impact: 🔴 High — The search button/modal is visible on every page, and the custom Nimbus theme in DocSearch.astro relies on DocSearch class names and CSS variables. Loading v4 CSS alongside the v3 @docsearch/js runtime could leave the modal unstyled or misaligned if the class/variable contracts changed.
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
dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript codesize/s
2 participants
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.
Bumps @docsearch/css from 3.9.0 to 4.6.3.
Release notes
Sourced from @docsearch/css's releases.
... (truncated)
Changelog
Sourced from @docsearch/css's changelog.
... (truncated)
Commits
e763344chore: release v4.6.3 (#2879)cf42ab5feat(agentStudio): surface thread depth error (#2877)45ba8d2chore: release v4.6.2 (#2875)161c188chore: release v4.6.1 (#2872)f867852chore: release v4.6.0 (#2861)4f68ebbfeat(docusaurus-adapter): support docsearch key and adapter docs (#2858)7c36039chore: release v4.5.4 (#2854)104f7d1chore: release v4.5.3 (#2849)e50a55dchore: release v4.5.2 (#2846)5661250fix: upgrade the css packagesMaintainer changes
This version was pushed to npm by dylantientcheu, a new releaser for
@docsearch/csssince your current version.