chore(deps): 밀린 의존성 업데이트 일괄 정리와 보류 항목 Dependabot 제외 - #195
Merged
Merged
Conversation
@codemirror/commands·state·view, @eslint/js, eslint, @types/node(22.x), vitest, @vitest/coverage-v8, autoprefixer, eslint-plugin-react-refresh. eslint-plugin-react-hooks는 7.0.1 유지. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
5.0의 breaking change는 Vite 2 지원 중단뿐이다. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
base64 0.23, fern 0.7, infer 0.22, notify 8.2 + notify-debouncer-mini 0.7, sha2 0.11, thread-priority 3.1. 모두 코드 수정 없이 호환된다. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
0.26부터 Message::Text가 String 대신 Utf8Bytes를 받는다. OBS 브릿지와 테스트의 전송 지점 24곳을 Message::text 생성자로 바꾼다. 동작 변화 없음. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
밀린 업데이트를 한 번에 검토해 받을 수 없는 것만 남겼다. npm: @eslint/js, vite, @vitejs/plugin-react, typescript, @types/node(Node 22 고정) cargo: windows, cpal, symphonia, reqwest Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This was referenced Sep 17, 2026
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.
배경
Dependabot은 ecosystem별로 PR을 3개씩만 열어서(
open-pull-requests-limit: 3), 밀린 메이저 업데이트가 매주 3+3개씩 나뉘어 올라오고 있었습니다. 남은 백로그 전체(npm 메이저 6 + minor/patch 10, cargo 12)를 로컬에서 한 번에 검토해, 받을 수 있는 것은 이 PR로 묶고 받을 수 없는 것은 사유와 함께dependabot.yml에서 제외합니다.받은 업데이트
Message::Text(String)→Message::text(...)24곳 (OBS 브릿지·테스트), 동작 변화 없음열려 있는 Dependabot PR #190(infer), #191(notify), #192(vite-plugin-svgr), #193(tokio-tungstenite)을 대체합니다.
보류하고 Dependabot에서 제외한 업데이트
spritePatchOptimisticIntegration1건이 재현성 있게 실패(Vite 7에서는 통과, 단독 실행은 통과). 번들러와 CSS 압축기가 바뀌는 변경이라 실제 앱 화면 검증이 필요. plugin-react 6은 Vite 8 전용types자동 포함 폐지 등), 7은 typescript-eslint 미지원(<6.1.0).node-version이 22 — Node 메이저를 올릴 때 함께검증
test:ci·vitest 전체(4660건)·tests/·프로덕션 빌드 통과cargo fmt --check·clippy-D warnings·cargo test --locked(1175건) 통과, notify 8은 css_watcher와 같은 API로 실제 파일 변경 이벤트 수신을 별도 확인참고
dependabot.yml변경이 병합되면 Dependabot이 즉시 전체를 다시 검사합니다. 이 PR이 백로그를 모두 다루므로 새로 올라올 PR은 없어야 합니다.🤖 Generated with Claude Code