Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs app/tooling dependencies and applies related refactors/formatting changes across registry snippets and docs components.
Changes:
- Bumped multiple docs dependencies (Base UI, Floating UI, Fumadocs, Next, React, Tailwind, Biome schema, pnpm version in CI).
- Refactored shared constants/import paths (e.g.,
DEFAULT_BASE,RegistryBaseimport path) and reorganized exports. - Renamed the components listing MDX element from
<Components />to<ComponentList />and adjusted the landing page default route.
Reviewed changes
Copilot reviewed 39 out of 456 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/public/r/styles/base-lyra/action-bar.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/timeline.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/swap.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/stat.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/selection-toolbar.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/scroll-spy.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/qr-code.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/marquee.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/hover-card.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/gauge.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/circular-progress.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/public/r/styles/base-default/action-bar.json | Reorders exports in embedded registry source content (likely formatter-driven). |
| docs/package.json | Bumps docs dependencies/devDependencies. |
| docs/lib/store.ts | Reorders exports. |
| docs/lib/rehype-component.ts | Refactors constants/imports used by rehype plugin. |
| docs/lib/constants.ts | Disables React Scan and adds DEFAULT_BASE. |
| docs/lib/base.ts | Updates RegistryBase import path. |
| docs/lib/analytics.ts | Reorders exports. |
| docs/hooks/use-data-grid.ts | Reorders exports. |
| docs/content/docs/components.mdx | Switches MDX tag from <Components /> to <ComponentList />. |
| docs/components/mdx-components.tsx | Renames dynamic import/mapping from Components to ComponentList and wraps several MDX components. |
| docs/components/component-source.tsx | Updates RegistryBase import path. |
| docs/components/component-list.tsx | Renames exported component to ComponentList and updates registry import path. |
| docs/components/base-switcher.tsx | Updates RegistryBase import path. |
| docs/app/(lobby)/page.tsx | Changes default components landing URL logic to radix-scoped routes. |
| biome.json | Updates Biome schema URL. |
| .vscode/settings.json | Adds Biome organize-imports code action on save. |
| .github/workflows/main.yml | Bumps pnpm version used in CI jobs. |
| .github/setup/action.yml | Bumps pnpm version used in shared setup action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Made-with: Cursor
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.
No description provided.