Skip to content

chore: browserslist 데이터 경고 해결 - #564

Merged
manNomi merged 1 commit into
mainfrom
build/update-browserslist-data
Jun 22, 2026
Merged

chore: browserslist 데이터 경고 해결#564
manNomi merged 1 commit into
mainfrom
build/update-browserslist-data

Conversation

@manNomi

@manNomi manNomi commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

관련 이슈

  • resolves: 없음

작업 내용

  • university-web의 Next 관련 패키지를 16.2.9로 맞춰 next@16.2.6이 끌고 오던 오래된 caniuse-lite 체인을 제거했습니다.
  • web@next/third-parties, @next/bundle-analyzer16.2.9로 맞췄습니다.
  • pnpm-lock.yaml에서 Browserslist 데이터 체인이 browserslist@4.28.2, caniuse-lite@1.0.30001799로 정리되도록 갱신했습니다.

특이 사항

  • /university/[homeUniversity], /university/[homeUniversity]/[id] 라우트의 SSG 구조는 변경하지 않았습니다.
  • university-web 빌드의 search universities by text "" failed with 500: fetch failed 문제는 이번 PR 범위에서 제외했습니다.
  • 로컬 Node가 v23.10.0이라 레포 엔진 조건 node 22.x 경고는 출력됩니다.

검증

  • commit hook CI parity 통과
  • 최종 diff가 apps/university-web/package.json, apps/web/package.json, pnpm-lock.yaml 세 파일만 포함하는지 확인

리뷰 요구사항 (선택)

  • Next 패치 업데이트와 lockfile 정리 범위가 의도대로 좁게 유지됐는지 확인 부탁드립니다.

@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
solid-connect-university-web Error Error Jun 21, 2026 6:49am
solid-connect-web-admin Ready Ready Preview, Comment Jun 21, 2026 6:49am
solid-connection-web Ready Ready Preview, Comment Jun 21, 2026 6:49am

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@manNomi, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 57 minutes and 46 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more credits in the billing tab to continue.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 58191097-ce6f-46ff-894e-5cedb78fec92

📥 Commits

Reviewing files that changed from the base of the PR and between 7ea5b94 and b7e2413.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (2)
  • apps/university-web/package.json
  • apps/web/package.json

Walkthrough

친절하게 설명해 드릴게요! 이번 변경은 두 앱의 Next.js 관련 패키지 버전을 일괄적으로 올린 단순한 버전 범프입니다.

  1. apps/university-web 패키지 업그레이드

    • @next/third-parties: ^16.2.6^16.2.9
    • next: ^16.2.6^16.2.9
    • @next/bundle-analyzer (devDependency): ^16.2.6^16.2.9
  2. apps/web 패키지 업그레이드

    • @next/third-parties: ^16.2.6^16.2.9
    • @next/bundle-analyzer (devDependency): ^16.2.6^16.2.9

로직 변경이나 새로운 기능 추가 없이, 오직 버전 숫자만 바뀐 변경입니다. 😊

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • wibaek
  • enunsnv
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed 제목이 PR의 주요 변경 사항과 일치하며, browserslist 데이터 경고 해결이라는 핵심을 명확하게 전달합니다.
Description check ✅ Passed PR 설명이 필수 섹션을 모두 포함하고 있으며, 작업 내용, 특이 사항, 검증 내용, 리뷰 요구사항이 상세하게 기술되어 있습니다.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch build/update-browserslist-data

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@manNomi
manNomi marked this pull request as ready for review June 19, 2026 08:36
@manNomi
manNomi force-pushed the build/update-browserslist-data branch from 7378f58 to b7e2413 Compare June 19, 2026 08:37
@manNomi manNomi changed the title chore: browserslist 경고 및 university-web 빌드 실패 해결 chore: browserslist 데이터 경고 해결 Jun 19, 2026
@manNomi
manNomi marked this pull request as draft June 19, 2026 08:37
@manNomi
manNomi marked this pull request as ready for review June 22, 2026 04:54
@manNomi
manNomi merged commit b89d4be into main Jun 22, 2026
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant