chore(deps): Bump docsearch dependency to v4.7.0 - #3749
Open
louismaximepiton wants to merge 6 commits into
Open
Conversation
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation site’s Algolia DocSearch integration to DocSearch v4.7.0, including dependency changes and refreshed SCSS overrides to match the new DocSearch styling/variables.
Changes:
- Bump
@docsearch/jsto^4.7.0and add@docsearch/cssat^4.7.0. - Update DocSearch SCSS overrides and CSS custom properties for the v4 UI.
- Regenerate
package-lock.jsonto reflect updated dependency graph.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
site/src/scss/_search.scss |
Updates DocSearch CSS variables and component overrides for DocSearch v4 styling. |
package.json |
Bumps @docsearch/js to v4.7.0 and adds @docsearch/css. |
package-lock.json |
Lockfile updates for DocSearch v4 and related transitive dependency changes. |
Suppressed comments (2)
site/src/scss/_search.scss:22
- Avoid hardcoding
#000in the backdrop color. Use an existing CSS custom property instead so theming/dark-mode can override it consistently.
--docsearch-container-background: #{rgba(#000, .5)};
site/src/scss/_search.scss:159
- Avoid hardcoded
4pxpadding; use the existing spacing scale so this remains consistent if the base spacer changes.
padding-inline: 4px;
louismaximepiton
marked this pull request as ready for review
August 6, 2026 10:28
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bump de docsearch deps and update all the needed things inside to look like the previous one.