Skip to content

[Chore] #25 -Dependabot PR #20–#30 의존성 일괄 업데이트#31

Merged
sebeeeen merged 2 commits into
devfrom
chore/bump-dependencies
Feb 22, 2026
Merged

[Chore] #25 -Dependabot PR #20–#30 의존성 일괄 업데이트#31
sebeeeen merged 2 commits into
devfrom
chore/bump-dependencies

Conversation

@sebeeeen
Copy link
Copy Markdown
Member

@sebeeeen sebeeeen commented Feb 22, 2026

🔎 What is this PR?

Dependabot이 감지한 의존성 업데이트 PR #20~#30을 검토 후 일괄 적용합니다.
분산된 Dependabot PR을 단일 작업으로 통합하여 관리 효율을 높이고, 각 패키지의 보안 패치 및 버그픽스를 반영합니다.
@types/node (#31) 는 환경 불일치로 반려합니다.


📝 Changes

프로덕션 의존성

패키지 이전 이후 비고
firebase 12.8.0 12.9.0 보안 개선 포함

✔ Checklist

  • pnpm install 정상 완료
  • pnpm build 빌드 에러 없음
  • pnpm storybook 실행 및 스타일 깨짐 없음
  • prettier --write . 포맷팅 일괄 적용 후 별도 커밋

tailwindcss 4.2.0 관련 추가 확인

  • start-* / end-* 유틸리티 사용 여부 확인 (deprecated → inset-s-* / inset-e-* 교체 권장)

🔗 Related PR

Summary by CodeRabbit

  • Documentation

    • Added Quick Start section to README with instructions for running the development server, Storybook, production build, and linting.
  • Chores

    • Updated core dependencies and development tooling packages for improved stability.
    • Improved GitHub issue templates and build configurations.

- react 19.2.3 → 19.2.4 / react-dom 19.2.3 → 19.2.4 (버전 불일치 수정)
- tailwindcss 4.1.18 → 4.2.0
- autoprefixer 10.4.23 → 10.4.24
- @chromatic-com/storybook 5.0.0 → 5.0.1
- prettier 3.6.2 → 3.8.1

Closes #27, #28, #29, #30
@sebeeeen sebeeeen self-assigned this Feb 22, 2026
@sebeeeen sebeeeen added security dependencies 패키지 의존성 추가, 업데이트, 제거 관련 작업 labels Feb 22, 2026
@sebeeeen sebeeeen merged commit b59b739 into dev Feb 22, 2026
1 check passed
@sebeeeen sebeeeen linked an issue Feb 22, 2026 that may be closed by this pull request
10 tasks
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 22, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The PR updates configuration files and issue templates with formatting improvements, adds a quick start section to the README, updates project dependencies to newer versions, consolidates Storybook/Vitest configuration, and normalizes HTML formatting for consistency.

Changes

Cohort / File(s) Summary
Issue Templates
.github/ISSUE_TEMPLATE/bug_report.md, .github/ISSUE_TEMPLATE/custom.md, .github/ISSUE_TEMPLATE/feature_request.md
YAML front matter quote style normalization (empty strings: ''""), whitespace adjustments, and markdown list formatting updates.
Configuration Files
firebase.json, firestore.indexes.json
Inline array formatting and trailing newline normalization; no logic changes.
Documentation
README.md
Added "Quick Start" section with pnpm dev, storybook, build, and lint commands; removed emoji from FSD section header; minor whitespace adjustments.
Dependency Management
package.json
Updated react (19.2.3 → 19.2.4), react-dom (^19.2.3 → ^19.2.4), @types/react (^19.2.2 → ^19.2.14), and multiple devDependencies (eslint, prettier, tailwindcss, autoprefixer, lint-staged); added playwright and eslint-plugin-storybook; consolidated Storybook/Vitest tooling.
HTML Formatting
public/index.html
Normalized doctype to lowercase, reformatted inline CSS, adjusted indentation and quoting, rewrapped text and JavaScript; no functional behavior changes.
Build Configuration
vite.config.ts
Consolidated Storybook Vitest integration from two project entries into one; removed redundant test and plugin configurations; simplified browser test setup.
Pull Request Template
.github/pull_request_template.md
Replaced consecutive placeholder bullet lines with separator lines in Changes and Background sections.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related issues

  • Issue #25: Package.json dependency and version updates (react, @types/react, eslint, prettier, tailwindcss, autoprefixer, lint-staged, Storybook/Vitest packages) directly consolidate Dependabot security bumps.

Possibly related PRs

  • PR #6: Modifies Storybook/Vitest integration in vite.config.ts and package.json tooling setup alongside this PR's configuration consolidation.
  • PR #4: Updates react/react-dom dependency versions in package.json, matching the dependency changes in this PR.
  • PR #19: Manages package.json dependencies and adds Dependabot configuration, related to this PR's dependency updates.

Poem

🐰 hops with glee
Templates tidy with quotes so right,
Dependencies dance to versions bright,
Configs aligned in streamlined way,
Quick starts guide the builder's play!
Spring refreshes the codebase's sight! 🌸

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/bump-dependencies

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies 패키지 의존성 추가, 업데이트, 제거 관련 작업 security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Chore] Dependabot 보안 업데이트 일괄 적용

1 participant