Skip to content

Update dependency pdfjs-dist to v6#292

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/pdfjs-dist-6.x
Open

Update dependency pdfjs-dist to v6#292
renovate[bot] wants to merge 1 commit into
developfrom
renovate/pdfjs-dist-6.x

Conversation

@renovate

@renovate renovate Bot commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
pdfjs-dist (source) 5.4.2966.1.200 age confidence

Release Notes

mozilla/pdf.js (pdfjs-dist)

v6.1.200

Compare Source

This release contains improvements for annotation rendering, annotation editing, font conversion, image conversion, merging files, SMask rendering and the viewer.

Changes since v6.0.227

v6.0.227

Compare Source

PDF.js 6.0 is a major release that contains a number of API changes, features and bugfixes.

The complete list of changes in this release is shown below. If you're upgrading to PDF.js 6.0 we recommend checking the changes prefixed with [api-minor] and [api-major] since those might require updates to your code.

Changes since v5.7.284

v5.7.284

Compare Source

This release contains improvements for accessibility, annotations, the annotation editor, font conversion, image conversion, performance, shading pattern rendering, SMask rendering and the viewer.

Changes since v5.6.205

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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>
@renovate renovate Bot force-pushed the renovate/pdfjs-dist-6.x branch from f59e98e to 8efe77d Compare July 5, 2026 02:15
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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants