Skip to content

chore: upgrade dependencies#190

Merged
coji merged 4 commits intomainfrom
chore/upgrade-dependencies
Mar 16, 2026
Merged

chore: upgrade dependencies#190
coji merged 4 commits intomainfrom
chore/upgrade-dependencies

Conversation

@coji
Copy link
Owner

@coji coji commented Mar 16, 2026

Summary

  • 依存関係アップグレード: pnpm upgrade -L で最新に更新
    • vite 7.3.1 → 8.0.0, tailwindcss 4.1.18 → 4.2.1, @biomejs/biome 2.3.13 → 2.4.7, vitest 4.0.18 → 4.1.0, better-auth 1.4.17 → 1.5.5 など
    • react-day-picker 9.13.0 → 9.14.0(追加機能のみ、影響なし)
  • vite-tsconfig-paths 削除: vite 8 のネイティブ resolve.tsconfigPaths に移行
  • react-resizable-panels 削除: 未使用のためパッケージとコンポーネントを削除
  • Biome 2.4.7 対応: useExhaustiveDependencies ルールで引っかかった2箇所を修正
  • recharts はスキップ: shadcn/ui の公式 v3 対応 PR (#8486) がまだマージされていないため

Test plan

  • pnpm validate 通過(lint, format, typecheck, build, test)

🤖 Generated with Claude Code

coji and others added 4 commits March 16, 2026 14:51
pnpm upgrade -L (react-day-picker, recharts, react-resizable-panels は
shadcn/ui 互換性のためスキップ)

主な更新:
- vite 7.3.1 → 8.0.0
- tailwindcss 4.1.18 → 4.2.1
- @biomejs/biome 2.3.13 → 2.4.7
- vitest 4.0.18 → 4.1.0
- better-auth 1.4.17 → 1.5.5

Biome 2.4.7 の useExhaustiveDependencies ルール追加に伴い
confirm-dialog.tsx, form-dialog.tsx の deps 配列を修正。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
vite 8 でネイティブサポートされたため、プラグインを削除。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
追加機能のみ(resetOnSelect, Hijri calendar, lang prop)。
既存の Calendar コンポーネントへの影響なし。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
どこからも使われていないため削除。必要になった時に最新版を入れ直す。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 16, 2026

Warning

Rate limit exceeded

@coji has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 1 minutes and 41 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 12c392ce-11ad-418f-ab95-7afc093a81d8

📥 Commits

Reviewing files that changed from the base of the PR and between 77d8d7b and 4fe92fc.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (5)
  • app/components/confirm-dialog.tsx
  • app/components/form-dialog.tsx
  • app/components/ui/resizable.tsx
  • package.json
  • vite.config.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/upgrade-dependencies
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@coji coji merged commit c99c8d5 into main Mar 16, 2026
6 checks passed
@coji coji deleted the chore/upgrade-dependencies branch March 16, 2026 06:05
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.

1 participant