ci: Dependabot vitest 그룹 추가와 보류한 메이저 업데이트 제외 - #188
Merged
Merged
Conversation
vitest와 @vitest/*는 서로 정확한 버전을 peer로 요구해 개별 PR이 항상 실패한다. 별도 전환 과제로 분리한 메이저(eslint 10, tailwindcss 4, jsdom 30, zip, cocoa 0.23+)는 과제 완료 전까지 제안을 멈춘다. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
배경
2026-09-17 Dependabot PR 정리(#172~#187)에서 같은 유형의 실패 PR이 반복되는 원인 두 가지를 확인했습니다.
vitest와@vitest/coverage-v8는 서로 정확히 같은 버전을 peer로 요구해, 개별 PR(chore(deps-dev): bump @vitest/coverage-v8 from 4.1.11 to 5.0.0 #183, chore(deps-dev): bump vitest from 4.1.11 to 5.0.0 #185)은npm ci가 ERESOLVE로 항상 실패합니다.변경
groups에vitest(vitest,@vitest/*) 추가 — 항상 한 PR로 함께 올라오도록npm-minor-patch보다 앞에 둠ignore에 등록eslint·tailwindcss·jsdom의 semver-majorcocoa >=0.23,zip의 semver-major해제 조건
각 항목의 주석에 적힌 전환 과제가 끝나면 해당 ignore를 제거합니다.
🤖 Generated with Claude Code