chore(tooling): 안전한 의존성 업데이트 (Expo SDK 54 호환성 유지) #49
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.
📦 안전한 의존성 업데이트
Expo SDK 54 호환성을 유지하면서 안전하게 업데이트 가능한 패키지들만 업데이트했습니다.
✅ 업데이트된 패키지
Root
@biomejs/biometurboAPI (
apps/api)@nestjs/common@nestjs/core@nestjs/platform-express@nestjs/testing@swc/corepinoresendMobile (
apps/mobile)@tanstack/react-queryCatalog (
pnpm-workspace.yaml)typescript❌ 업데이트하지 않은 패키지 (Expo SDK 54 비호환)
Dependabot PR #47, #48에서 제안된 다음 업데이트들은 Expo SDK 54와 호환되지 않아 적용하지 않았습니다:
react: 19.1.0 → 19.2.3 (SDK 54는 React 19.1.0 필요)react-native: 0.81.5 → 0.83.1 (SDK 54는 RN 0.81.x 필요)jest: 29.7.0 → 30.2.0 (Major 버전 변경)testcontainers: 10.x → 11.x (Major 버전 변경)google-auth-library: 9.x → 10.x (Major 버전 변경)🧪 테스트 결과
pnpm run test: 582 tests passedpnpm run test:e2e: 176 tests passedpnpm run typecheck: No errorspnpm run build: Success참고