chore: 의존성 및 개발 의존성 최신 버전 업데이트#78
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Ready View logs |
daleui | af42a21 | Commit Preview URL | Jun 25 2026, 08:22 AM |
DaleSeo
approved these changes
Jun 25, 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.
dependencies와devDependencies를 최신 버전으로 업데이트합니다.react-router는 v8 메이저가 정적 프리렌더(SSG)를 깨뜨려 최신 7.x(7.18.0)로 유지했습니다(아래 참고).주요(major) 업데이트
typescripttsc -b타입체크·빌드 통과 확인vite-plugin-svgr?reactSVG import 정상@codecov/vite-pluginminor / patch 업데이트
daleui(1.0 → 1.1),react-router·@react-router/dev·@react-router/node(7.15 → 7.18, 최신 7.x),@cloudflare/vite-plugin,@vitejs/plugin-react,browserslist,eslint,eslint-plugin-react-refresh,globals,happy-dom,playwright,rehype-expressive-code,typescript-eslint,vite,wranglerreact-router v8을 보류한 이유
RR8은 프리렌더를 preview-server 방식으로 교체했는데, 현재
react-router.config.ts의ssr: false(SPA) + Cloudflarenot_found_handling: single-page-application조합과 충돌합니다. 빌드 중 프리렌더가/를 요청하면 서버 렌더가 없어 404가 나며 빌드가 실패합니다:tsc(TS6)·vite빌드 자체는 통과하고 react-router 7→8만 깨뜨리는 것을 로컬에서 확인했습니다. RR8 대응은 SPA→SSR 전환(워커 엔트리 +wrangler.jsonc+ SSR 안전성 감사)이 필요한 별도 작업이라, 이 PR에서는 7.x 유지로 분리합니다.테스팅
로컬에서 업데이트 후 전부 통과를 확인했습니다(
bun/react-router@7.18.0).bun run build(tsc -b+react-router build) — 프리렌더 포함 성공bun run coverage(vitest run) — 테스트 통과 (커버리지 100%)bun run lint(eslint .) — 0 errors체크 리스트