Conversation
|
WalkthroughUpdated the pinned pnpm package manager version from 9.7.1 to 10.33.0 across configuration files that manage tooling versions and package constraints. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
#212
Changes
pnpm을
9.7.1→10.33.0으로 업그레이드합니다. pnpm 9가 2025년 말 EOL을 앞두고 있어chore/package계열 정비 작업의 연장선에서 major 버전을 올립니다.변경 파일
.mise.toml:pnpm = "10.33.0"package.json:packageManager,engines.pnpm동일 버전으로 정렬pnpm-lock.yaml: 변경 없음 (pnpm 10이 v9.0 lockfile 포맷 호환)Breaking change 영향 없음 확인
Visuals
N/A (환경 업그레이드)
Checklist
Additional Discussion Points
mise install재실행해주세요. 기존 셸 세션은 pnpm 9.7.1을 캐시하고 있어 새 터미널을 열거나mise activate를 해야 10.33.0이 PATH에 잡힙니다.release.yaml에서pnpm changeset version/publish를 쓰는데, pnpm 10의changeset호환은 changesets/cli^2.27.9(현재 버전)에서 이미 검증된 조합입니다.Summary by CodeRabbit