Skip to content

Remove react-day-picker dependency and delete Calendar component impl…#325

Merged
mikeallisonJS merged 1 commit intomainfrom
remove-calendar
Mar 13, 2026
Merged

Remove react-day-picker dependency and delete Calendar component impl…#325
mikeallisonJS merged 1 commit intomainfrom
remove-calendar

Conversation

@mikeallisonJS
Copy link
Copy Markdown
Owner

@mikeallisonJS mikeallisonJS commented Mar 13, 2026

…ementation

Summary by CodeRabbit

  • Chores
    • Removed calendar component from the UI library.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 13, 2026

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

Project Deployment Actions Updated (UTC)
captainofbass Ready Ready Preview, Comment Mar 13, 2026 5:25am
mikeallisonjs Ready Ready Preview, Comment Mar 13, 2026 5:25am
sltdnb Ready Ready Preview, Comment Mar 13, 2026 5:25am

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 37232db9-4a34-415e-bf0f-5b29f255063e

📥 Commits

Reviewing files that changed from the base of the PR and between 39677b4 and db32bc5.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • packages/ui/package.json
  • packages/ui/src/components/calendar.tsx
💤 Files with no reviewable changes (2)
  • packages/ui/src/components/calendar.tsx
  • packages/ui/package.json

📝 Walkthrough

Walkthrough

This pull request removes the react-day-picker dependency from the UI package and eliminates the Calendar component that previously wrapped the DayPicker library. No other dependencies or components are modified.

Changes

Cohort / File(s) Summary
Dependency Removal
packages/ui/package.json
Removed react-day-picker v9.11.1 dependency.
Component Deletion
packages/ui/src/components/calendar.tsx
Removed entire Calendar component that wrapped DayPicker with custom classNames and icon integrations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes


Back to school! That's right—these changes are like erasing the chalkboard, my friend. We're saying goodbye to the Calendar component and the react-day-picker library it was using. No fancy footwork, no hidden tricks. Just a clean removal of 75 lines and one dependency. You gotta ask yourself: where are the consumptions of this Calendar component? 'Cause if it's not being used anywhere, this is about as straightforward as a two-fer commercial. Nice and simple.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main changes: removing the react-day-picker dependency and deleting the Calendar component implementation, which matches the changeset perfectly.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ 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 remove-calendar
📝 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.

@mikeallisonJS mikeallisonJS merged commit 1b5e569 into main Mar 13, 2026
6 checks passed
@mikeallisonJS mikeallisonJS deleted the remove-calendar branch March 13, 2026 05:27
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