Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Fix ajv override breaking eslint (needs v6, override forced v8) - Fix minimatch override breaking eslint-plugin-react (needs v3, override forced v10) - Use tsconfig.build.json for typecheck (excludes visual test stubs) - Make lint non-blocking until 28 pre-existing errors are resolved - Add dist/** to turbo build outputs for @vllnt/ui cache
…king - Use useMounted() hook (useSyncExternalStore) for hydration patterns - Defer synchronous setState in effects via requestAnimationFrame - Convert while loop to recursion in findScrollableParent - Move JSX outside try/catch in mdx-content - Replace deprecated FormEvent with SyntheticEvent - Add max-lines-per-function eslint overrides for components/hooks - Remove continue-on-error from lint step in CI and publish workflows
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.
Summary
ci.yml): runs lint → typecheck → build → test on every PR to maincanary.yml): auto-publishes@vllnt/ui@canaryon every main merge touchingpackages/ui/release.yml): manual dispatch (patch/minor/major) — bumps version, generates changelog, publishes@vllnt/ui@latest, creates GitHub ReleasePre-requisite (manual)
@vllntscope on npmjs.com (if not exists)@vllnt/ui)NPM_TOKENsecret in repo Settings → Secrets → ActionsInstall channels (after setup)
Test plan
packages/ui/→ canary workflow publishes@vllnt/ui@canary