Merged
Conversation
Made-with: Cursor
Made-with: Cursor
…chore branch Brings in 167 commits of work from refactor/separate-docs-components-pages including: - Separated docs/components/templates routing - Expanded registry to 43 components with theme support - Security hardening in CLI - Testing infrastructure - SaaS template - Interactive components (cursor, multi-step auth, etc.) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add role/aria-* attributes to animated-tabs, notification-stack, morphing-modal, drawer-slide, radial-menu, floating-dock, nested-comments - Rename unused theme params to _theme across 14 components to satisfy @typescript-eslint/no-unused-vars - Fix setState-in-useEffect in limelight-nav, arguments[0] in notification-stack - Add varsIgnorePattern/argsIgnorePattern to eslint.config.mjs - Migrate registry to per-component directory structure - Add syncDocsUiComponents and syncDocsRegistryArtifacts to build-registry.ts - All 13 www tests pass, lint clean Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Made-with: Cursor
Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedToo many files! This PR contains 164 files, which is 14 over the limit of 150. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (164)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Type of Change
Description
This PR improves repository maintenance quality by adding PR-time changeset quality checks, docs-metadata friction tracking, and expanding interaction coverage for complex UI components.
Key updates included:
scripts/verify-changeset-quality.mjsandpnpm changeset:quality..github/workflows/ci.ymlto enforce changeset summary quality.scripts/docs-metadata-friction.mjs,pnpm docs:metadata-friction, anddocs/maintainers/docs-metadata-friction-log.md.docs/adr/0001-registry-docs-metadata-storage.md,.changeset/README.md, andCONTRIBUTING.md.apps/www/tests/interaction.test.tsxandapps/www/tests/ui-components.test.tsx.docs/repo-ui-audit-current.local.mdto reflect current remaining work.Testing
The following checks were run:
pnpm lintpnpm --dir apps/www test tests/interaction.test.tsx tests/ui-components.test.tsxpnpm changeset:qualitypnpm docs:metadata-frictionPre-commit checks also executed:
pnpm test(turbo workspace tests)pnpm --dir apps/www lintChecklist (for New Components)
If adding a new component, please ensure you've completed the following:
registry/{component-name}.tsxwith the source code.registry/config.tsspecifying dependencies and Tailwind configuration.pnpm build:registryto regenerateregistry.json.apps/www/app/page.tsx.motion(Motion.dev).classNameprop (cnutility).Related Issues
N/A