feat(frontend): support @aioia/core 2.x#85
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
이 PR은 @aioia/core 의존성을 2.x 버전으로 업데이트하여 buppy와의 호환성을 확보하는 것을 목표로 합니다. package.json과 package-lock.json의 변경 사항은 이 목표를 정확하게 반영하고 있으며, 코드 변경은 없어 보입니다. 전반적으로 PR의 목적에 부합하는 좋은 변경입니다.
한 가지 제안 사항이 있습니다. 레포지토리 스타일 가이드(라인 81)에 따르면 PR 제목은 <type>(<scope>): <한국어 제목> 형식으로 한국어로 작성해야 합니다. 현재 제목인 feat(frontend): support @aioia/core 2.x를 feat(frontend): @aioia/core 2.x 지원과 같이 수정하는 것을 고려해 주세요. 이는 레포지토리의 일관성을 유지하는 데 도움이 됩니다.
|
🎉 This PR is included in version 1.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
요약
trade-safety가 @aioia/core 2.x를 지원하여 buppy와의 의존성 호환성을 확보합니다.
목적
@aioia/core 2.0.0이 buppy에 설치되었으나, trade-safety는 아직 1.x만 지원하고 있습니다. 2.x를 지원함으로써:
주요 변경 사항
@aioia/corepeerDependencies를>=2.0.0 <3.0.0으로 업그레이드credentials: 'include'가 자동으로 포함되므로 trade-safety 코드 수정 불필요테스트 체크리스트
참고
🤖 Generated with Claude Code