fix: harden landing, packages, and release workflow - #8
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (47)
WalkthroughReact 픽셀 필터와 테마 감시를 공유 방식으로 변경했습니다. 데모에 SSR, hydration, 접근성, 브라우저 테스트를 추가했습니다. ESLint flat config와 npm trusted publishing을 구성하고 패키지 문서를 갱신했습니다. ChangesReact 렌더링 동작
데모 및 검증
패키지 및 릴리스
Estimated code review effort: 4 (Complex) | ~60 minutes Possibly related PRs
Sequence Diagram(s)sequenceDiagram
participant CI
participant DemoBuild
participant Browser
participant Playwright
CI->>DemoBuild: build client, SSR, and prerender output
DemoBuild->>Browser: serve prerendered demo
Browser->>Browser: hydrate existing root HTML
Playwright->>Browser: run Chromium, Firefox, and WebKit tests
Browser-->>Playwright: return accessibility and interaction results
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. 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 |
Summary
release.ymlwith provenance and no long-lived npm tokenVerification
pnpm lint && pnpm type-check && pnpm test && pnpm buildpnpm test:compatpnpm test:e2e(Chromium, Firefox, WebKit)pnpm audit --prodSummary by CodeRabbit