fix(release): sync CLI dependency ranges after versioning - #3707
Merged
Conversation
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.
Summary
Changesets 버전 갱신 직후 CLI starter 의존성 맵을 재생성해 release PR의 manifest와 생성 파일이 어긋나는 문제를 수정합니다.
Linked context: #2772의 CLI scaffold CI 실패 후속 수정이며, manifest 기반 의존성 맵을 도입한 #3702의 릴리스 연동을 보완합니다. 별도로 조사한 Socket.IO 실패는 이 PR의 수정 범위가 아닙니다.
Changes
runVersionPackages가 Changesets 버전 갱신 성공 후 기존 CLI 의존성 생성기를 실행합니다.@fluojs/clipatch changeset을 포함했습니다.Testing
pnpm exec tsc -p tsconfig.tools.json --noEmitpnpm --filter @fluojs/cli typecheckpnpm --filter @fluojs/cli buildoutputChunks미사용 경고 1개는 유지.--helpexit 0, 잘못된 명령 exit 1, 표준/React starter 생성 및 manifest 의존성 범위 확인.Release impact
Public export documentation
공개 패키지 export 변경 없음. 내부 릴리스 도구의 dependency 주입 타입만 추가했습니다.
Behavioral contract
새 소비자 계약을 추가하지 않고 기존 manifest 기반 starter 의존성 계약의 릴리스 경로를 복구합니다.
Platform consistency governance (SSOT)
플랫폼 계약과 EN/KO 문서 변경 없음.