Skip to content

health deps#34

Open
jaem1n207 wants to merge 16 commits intomainfrom
update/packages
Open

health deps#34
jaem1n207 wants to merge 16 commits intomainfrom
update/packages

Conversation

@jaem1n207
Copy link
Copy Markdown
Owner

No description provided.

@jaem1n207 jaem1n207 self-assigned this Sep 17, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Sep 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
bendd Error Error Sep 24, 2025 6:41pm

- TailwindCSS 4.1.13으로 업그레이드
- pnpm workspace 설정 추가
- 클라이언트 사이드 목차 컴포넌트 추가
- MDX 레이아웃 개선
- TailwindCSS defaultTheme import 수정
jaem1n207 and others added 5 commits September 24, 2025 19:08
- MCP 서버 설정 파일 추가 (.mcp.json)
- Claude Code 가이드 문서 업데이트 (CLAUDE.md)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Tailwind CSS v4 설정으로 마이그레이션
- Next.js 설정 및 PostCSS 설정 업데이트
- globals.css에서 CSS 계층화 구조 적용
- shadcn/ui 컴포넌트 설정 업데이트
- 기존 tailwind.config.ts 제거
- CSS 네이밍 토큰 디자인 아티클 업데이트

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- dayjs 기반 다국어 날짜 유틸리티 추가 (date-utils.ts)
- 한국어/영어 로케일 지원 및 타임존 처리
- 상대적 날짜 표시 및 다양한 포맷 옵션
- 종합적인 단위 테스트 추가 (date-utils.test.ts)
- 엣지 케이스 및 타임존 전환 테스트 포함

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- mdx.ts에서 인라인 날짜 포맷팅 로직 제거
- 새로운 date-utils 모듈 사용으로 변경
- 한국어 로케일 및 상대적 날짜 표시 지원
- MDX 레이아웃에서 date-utils 사용
- 코드 중복 제거 및 일관성 개선

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- 모든 컴포넌트에서 Tailwind CSS v4 호환성 업데이트
- shadcn/ui 컴포넌트 스타일 및 설정 개선
- ESLint, Prettier 설정 파일 업데이트
- 테스트 파일 및 MDX 컴포넌트 업데이트
- 프로젝트 전반의 타입스크립트 설정 개선

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
cursor[bot]

This comment was marked as outdated.

</SelectPrimitive.Icon>
</SelectPrimitive.Trigger>
);
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Ref Forwarding Broken in Component Refactor

The Button, Input, and all Select components no longer forward the ref prop after being refactored from React.forwardRef to regular functions. This breaks existing code that relies on ref forwarding to their underlying elements, despite their prop types still indicating ref support.

Additional Locations (2)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant