Update dependency @vitejs/plugin-react to v6#286
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
3 tasks
GulSauce
added a commit
that referenced
this pull request
Jul 5, 2026
## major 승격 - eslint 9→10 (+@eslint/js), typescript 5.9→6, eslint-plugin-react-hooks 5→7 - globals 16→17, i18nexus 3→4 (+i18nexus-tools 2→3), lucide-react 0.577→1 - react-ga4 2→3, react-pdf 9→10, puppeteer 24→25, katex 0.16→0.17 - eslint-plugin-react-refresh 0.4→0.5, react/react-dom 19.1→19.2 - CI: actions/checkout v4→v7, actions/setup-node v4→v6 - Tier A minor/보안: vite 6.4(SEC), axios 1.16(SEC), mermaid 11.15(SEC), radix 1.6, react-router 7.18, tailwindcss 4.3, typescript-eslint 8.62 등 ## breaking change 해소 1. TS6: deprecated baseUrl 제거 (paths는 tsconfig 상대 경로라 무영향) 2. eslint10 recommended no-useless-assignment: text-animate.tsx dead-store 제거 3. react-hooks7 신규 컴파일러 rule(refs/set-state-in-effect/purity 등) warn 강등 → 개별 코드 수정은 후속 티켓으로 분리 4. eslint flat config: 강등 블록에 react-hooks 플러그인 등록 + files 스코프 5. react-pdf 10 ↔ pdfjs-dist 5.4.296 정렬 (worker/API 단일 버전 → 불일치 방지) 6. prettier 3.9 union 타입 포맷 적용 7. eslint ignores에 .claude 추가 → npm run lint의 벤더 스킬 코드 오염(5373 errors, pre-existing) 제외해 lint 게이트 복구 (npm run lint GREEN) ## 검증 - npm run build GREEN (vite + prerender 7라우트 + sitemap) - npm run lint GREEN (0 errors, 82 warnings) / prettier --check . GREEN - react-pdf 런타임: pdfjs 단일 5.4.296 트리, API 실동작(3p 파싱) 확인 ## DEFER (스코프 밖) - #286 @vitejs/plugin-react v6 (peer로 vite 8 필요, 미제공) - #292 pdfjs-dist v6 (react-pdf 10이 pdfjs 5 번들 → v6 지원 시 재평가) ## 후속 티켓 후보 - react-hooks7 신규 rule 82 warnings 정리 - tsc 크래시(#pages/* 매핑 유발, pre-existing) 조사 Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
70f9c61 to
633e802
Compare
GulSauce
added a commit
that referenced
this pull request
Jul 5, 2026
직전 커밋(790b6a9)에서 DEFER했던 vite 8 페어링을 재평가 트리거(#300 vite v8 PR 등장)에 따라 승격. ## 반영된 버전 승격 - vite 6.3 → 8.1.3 (#300) — 기본 번들러 rollup → rolldown - @vitejs/plugin-react 4.4 → 5.2.0 (vite 8 지원 최소 버전) ## breaking change 해소 1. plugin-react v6(#286) ERESOLVE: optional peer @rolldown/plugin-babel가 @babel/core 8.0.0-rc prerelease를 강제 → 전역 --legacy-peer-deps 필요. Constitution I(Simplicity) 위반으로 v6 대신 v5.2.0 채택(동일하게 vite 8 지원, rolldown-babel/react-compiler 미도입). #286은 DEFER 유지. 2. rolldown manualChunks: 객체 형식 거부(TypeError: manualChunks is not a function) → 함수 형식으로 변환(vite.config.ts, 동일 그룹핑 유지: pdf-viewer/framer-motion/react-vendor) ## 검증 (세이프티 넷) - npm run build GREEN (vite 8 rolldown, prerender 7라우트 + sitemap) · 빌드 6.88s → 0.74s (rolldown ~9x) - npm run lint GREEN (0 errors, 82 warnings — 베이스라인 동일, 신규 경고 0) - npx prettier --check . GREEN - vite 8 preview 서버 부팅 HTTP 200 + app root 확인 ## DEFER 유지 (스코프 밖) - #286 @vitejs/plugin-react v6 — rolldown-babel/react-compiler 채택 시 재평가 - #292 pdfjs-dist v6 — react-pdf 10 전 버전이 pdfjs 5.4.296 고정, react-pdf가 v6 지원 시 재평가 - #299 pdfjs-dist 5.7.284 — react-pdf 10과 단일 버전 정렬 유지 위해 REJECT Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3 tasks
GulSauce
added a commit
that referenced
this pull request
Jul 5, 2026
직전 커밋(790b6a9)에서 DEFER했던 vite 8 페어링을 재평가 트리거(#300 vite v8 PR 등장)에 따라 승격. ## 반영된 버전 승격 - vite 6.3 → 8.1.3 (#300) — 기본 번들러 rollup → rolldown - @vitejs/plugin-react 4.4 → 5.2.0 (vite 8 지원 최소 버전) ## breaking change 해소 1. plugin-react v6(#286) ERESOLVE: optional peer @rolldown/plugin-babel가 @babel/core 8.0.0-rc prerelease를 강제 → 전역 --legacy-peer-deps 필요. Constitution I(Simplicity) 위반으로 v6 대신 v5.2.0 채택(동일하게 vite 8 지원, rolldown-babel/react-compiler 미도입). #286은 DEFER 유지. 2. rolldown manualChunks: 객체 형식 거부(TypeError: manualChunks is not a function) → 함수 형식으로 변환(vite.config.ts, 동일 그룹핑 유지: pdf-viewer/framer-motion/react-vendor) ## 검증 (세이프티 넷) - npm run build GREEN (vite 8 rolldown, prerender 7라우트 + sitemap) · 빌드 6.88s → 0.74s (rolldown ~9x) - npm run lint GREEN (0 errors, 82 warnings — 베이스라인 동일, 신규 경고 0) - npx prettier --check . GREEN - vite 8 preview 서버 부팅 HTTP 200 + app root 확인 ## DEFER 유지 (스코프 밖) - #286 @vitejs/plugin-react v6 — rolldown-babel/react-compiler 채택 시 재평가 - #292 pdfjs-dist v6 — react-pdf 10 전 버전이 pdfjs 5.4.296 고정, react-pdf가 v6 지원 시 재평가 - #299 pdfjs-dist 5.7.284 — react-pdf 10과 단일 버전 정렬 유지 위해 REJECT Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
633e802 to
9088a1f
Compare
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.
This PR contains the following updates:
^5.2.0→^6.0.0Release Notes
vitejs/vite-plugin-react (@vitejs/plugin-react)
v6.0.3Compare Source
v6.0.2Compare Source
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.v6.0.1Compare Source
Expand
@rolldown/plugin-babelpeer dep range (#1146)Expanded
@rolldown/plugin-babelpeer dep range to include^0.2.0.v6.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.