Skip to content

feat(frontend): upgrade @aioia/core to 2.x#13

Merged
ywkim merged 2 commits intomainfrom
feat/upgrade-aioia-core-2
Feb 5, 2026
Merged

feat(frontend): upgrade @aioia/core to 2.x#13
ywkim merged 2 commits intomainfrom
feat/upgrade-aioia-core-2

Conversation

@ywkim
Copy link
Copy Markdown
Contributor

@ywkim ywkim commented Feb 5, 2026

요약

@aioia/core 2.x 버전으로 업그레이드하여 buppy의 최신 의존성과 호환성을 맞춥니다.

목적

  • @aioia/core 2.0.0이 buppy에 설치됨에 따라 fancall의 peerDependencies를 업그레이드
  • PR #34, #45의 ClaimToken httpOnly 쿠키 + credentials 관련 변경사항과의 호환성 확보
  • 통일된 의존성 관리로 모노레포 내 버전 불일치 제거

주요 변경 사항

의존성 업그레이드

  • @aioia/core: >=1.0.0 <2.0.0>=2.0.0 <3.0.0
  • npm install 실행으로 package-lock.json 업데이트 (89개 패키지 추가)

검증

  • ✅ TypeScript 타입 검사 통과
  • ✅ ESLint 및 Prettier 포맷 검증
  • ✅ npm install 성공

참고

Co-Authored-By: Claude Haiku 4.5 noreply@anthropic.com

ywkim and others added 2 commits February 5, 2026 14:29
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

이 PR은 @aioia/core 의존성을 2.x 버전으로 업그레이드하여 모노레포 내 다른 패키지와의 호환성을 맞추는 중요한 작업을 수행합니다. 변경 사항은 package.jsonpackage-lock.json에 국한되어 있으며, PR의 목적과 일치합니다.

한 가지 중요한 점은 메이저 버전 업그레이드에 따른 잠재적 위험을 완화하기 위해 단위 테스트를 실행하고 결과를 공유하는 것입니다. 개발 가이드라인에 명시된 대로, npm test를 실행하여 런타임에서 발생할 수 있는 예기치 않은 문제가 없는지 확인하는 것이 좋습니다. 이를 통해 코드 변경의 안정성을 더욱 확실히 할 수 있습니다.

@ywkim ywkim merged commit 590ed31 into main Feb 5, 2026
2 of 3 checks passed
@ywkim ywkim deleted the feat/upgrade-aioia-core-2 branch February 5, 2026 05:41
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 5, 2026

🎉 This PR is included in version 0.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant