fix: pnpm 10.33.4로 업그레이드#23
Merged
Merged
Conversation
added 2 commits
July 14, 2026 16:34
tooling/* 글롭에 걸려 changeset publish 대상에 포함됐으나, 설명이 placeholder이고 버전이 0.0.0인 내부용 패키지라 배포 의도가 없음. private 지정으로 배포 대상에서 제외.
pnpm 10.19.0부터 removePnpmSpecificOptions가 publish 시 --no-git-checks 등 pnpm 전용 플래그를 npm 위임 전에 제거함. 10.13.1은 이 처리가 없어 플래그가 그대로 npm에 전달되고, npm 12에서 unknown flag로 throw돼 EUNKNOWNCONFIG 발생. node 22.14.0 + npm 12 dry-run으로 10.13.1 실패/10.33.4 정상 재현 확인.
Contributor
🔍 No files have been changedLatest commit: f921852 Please check your commit. If powered by: naverpay changeset detect-add actions |
myamaak
marked this pull request as ready for review
July 14, 2026 08:32
There was a problem hiding this comment.
Claude Code Review
Claude Code Review is paused for this repository. To reconnect it, an admin of this repository's GitHub organization (or the account owner, for personal repositories) who can also manage your Claude organization's Code Review settings needs to re-link GitHub in Code Review settings. This is a one-time step.
Tip: disable this comment in your organization's Code Review settings.
kyungmi
approved these changes
Jul 14, 2026
Collaborator
Author
|
@kyungmi 님 넵넵 배포 대상으로 잘못 잡혀있길래 겸사겸사 수정해주었습니다! |
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.
Related Issue
Describe your changes