fix: search debounce, local dev, bump fumadocs#157
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | 6f7101f | Commit Preview URL Branch Preview URL |
Apr 04 2026, 12:28 AM |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes 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 6b3f984. Configure here.
This reverts commit 6b3f984.
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.

Updates
fumadocs-core,fumadocs-ui, andfumadocs-mdxto the latest published versions and refreshesbun.lock.Adds a
500msdebounce to the docs search dialog and excludes@tanstack/start-client-coreand@tanstack/start-storage-contextfrom Vite dep prebundling to avoid the local-dev search regression caused bynode:async_hooksleaking into the browser bundle.Replaces the removed
fumadocs-ui/utils/cnimport inSdkLatestVersionwith the repo-local helper.Validation:
bun testandbun run build:cf.Note
Medium Risk
Medium risk due to dependency upgrades (
fumadocs-*,shiki,framer-motion) and ViteoptimizeDeps.excludechanges that can affect local dev bundling and search behavior.Overview
Updates docs dependencies by bumping
fumadocs-core,fumadocs-ui, andfumadocs-mdx(and refreshesbun.lock), pulling in related version updates likeshikiandframer-motion.Improves docs search behavior by adding a
500msdebounce touseDocsSearchand prevents a local-dev regression by excluding@tanstack/start-client-coreand@tanstack/start-storage-contextfrom Vite dependency prebundling.Fixes a broken import caused by upstream changes by switching
SdkLatestVersionto use the repo-localcnhelper (@/lib/utils).Reviewed by Cursor Bugbot for commit 6f7101f. Bugbot is set up for automated code reviews on this repo. Configure here.