Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: migrate external packages to internal to avoid version incompatibility #4655

Open
wants to merge 54 commits into
base: canary
Choose a base branch
from

Conversation

wingkwong
Copy link
Member

@wingkwong wingkwong commented Jan 26, 2025

Closes #4567

📝 Description

Currently users may need to install some external packages. However, since we are using fixed versions for them in HeroUI to avoid unexpected issues, users still may install the latest version (even the doc explicitly defines the exact version). The version incompatibility causes issues from time to time.

This PR is to create a mirror version of the following package so that users will use the exact same version.

  • @internationalized/date -> @heroui/internationalized-date
  • @react-aria/i18n -> @heroui/react-aria-i18n
  • framer-motion -> @heroui/motion (also migrated to motion v12)

There three packages will not be included in @heroui/react. The reasons are

  • to minimize the package size
  • to avoid naming conflicts

⛳️ Current behavior (updates)

🚀 New behavior

💣 Is this a breaking change (Yes/No):

Sort of. Users can still use those 3 packages, but they need to make sure to use the exact version. Otherwise, simply install the package and rename the imports.

@heroui/framer-utils will be merged to @heroui/motion

📝 Additional Information

Copy link

changeset-bot bot commented Jan 26, 2025

🦋 Changeset detected

Latest commit: 10c5212

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 83 packages
Name Type
@heroui/internationalized-date Patch
@heroui/use-aria-multiselect Patch
@heroui/scroll-shadow Patch
@heroui/react-aria-i18n Patch
@heroui/autocomplete Patch
@heroui/dom-animation Patch
@heroui/breadcrumbs Patch
@heroui/date-picker Patch
@heroui/date-input Patch
@heroui/pagination Patch
@heroui/accordion Patch
@heroui/input-otp Patch
@heroui/use-pagination Patch
@heroui/calendar Patch
@heroui/checkbox Patch
@heroui/dropdown Patch
@heroui/progress Patch
@heroui/skeleton Patch
@heroui/divider Patch
@heroui/listbox Patch
@heroui/popover Patch
@heroui/snippet Patch
@heroui/spinner Patch
@heroui/tooltip Patch
@heroui/avatar Patch
@heroui/button Patch
@heroui/drawer Patch
@heroui/navbar Patch
@heroui/ripple Patch
@heroui/select Patch
@heroui/slider Patch
@heroui/spacer Patch
@heroui/switch Patch
@heroui/alert Patch
@heroui/badge Patch
@heroui/image Patch
@heroui/input Patch
@heroui/modal Patch
@heroui/radio Patch
@heroui/table Patch
@heroui/card Patch
@heroui/chip Patch
@heroui/code Patch
@heroui/form Patch
@heroui/link Patch
@heroui/menu Patch
@heroui/tabs Patch
@heroui/user Patch
@heroui/system-rsc Patch
@heroui/motion Patch
@heroui/kbd Patch
@heroui/system Patch
@heroui/react Patch
@heroui/use-intersection-observer Patch
@heroui/use-data-scroll-overflow Patch
@heroui/use-aria-accordion-item Patch
@heroui/use-aria-modal-overlay Patch
@heroui/use-safe-layout-effect Patch
@heroui/use-infinite-scroll Patch
@heroui/use-scroll-position Patch
@heroui/react-rsc-utils Patch
@heroui/use-aria-accordion Patch
@heroui/use-update-effect Patch
@heroui/use-callback-ref Patch
@heroui/shared-icons Patch
@heroui/use-aria-button Patch
@heroui/react-utils Patch
@heroui/use-disclosure Patch
@heroui/use-is-mounted Patch
@heroui/use-real-shape Patch
@heroui/aria-utils Patch
@heroui/test-utils Patch
@heroui/use-aria-link Patch
@heroui/use-clipboard Patch
@heroui/use-draggable Patch
@heroui/use-is-mobile Patch
@heroui/use-ref-state Patch
@heroui/use-measure Patch
@heroui/use-resize Patch
@heroui/use-image Patch
@heroui/use-theme Patch
@heroui/use-ssr Patch
@heroui/theme Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Jan 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
heroui ❌ Failed (Inspect) Feb 6, 2025 4:30am
heroui-sb ❌ Failed (Inspect) Feb 6, 2025 4:30am

Copy link
Contributor

coderabbitai bot commented Jan 26, 2025

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

199 files out of 281 files are above the max files limit of 75. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@wingkwong wingkwong added this to the v2.7.0 milestone Jan 26, 2025
@jrgarciadev
Copy link
Member

@wingkwong please check build on Vercel
CleanShot 2025-02-05 at 17 41 57@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 Type: Breaking Change This PR includes breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Mitigate need for users to keep @internationalized/date version in sync with NextUI
2 participants