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

fix: individual packages peer dependencies #1877

Merged
merged 3 commits into from
Nov 5, 2023

Conversation

jrgarciadev
Copy link
Member

@jrgarciadev jrgarciadev commented Nov 5, 2023

📝 Description

Changeset peer dependencies option added onlyUpdatePeerDependentsWhenOutOfRange

🚀 New behavior

Should individual installation peer dependencies error:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @nextui-org/[email protected]
npm ERR! node_modules/@nextui-org/button
npm ERR!   @nextui-org/button@"2.0.23" from the root project
npm ERR!   @nextui-org/button@"2.0.18" from @nextui-org/[email protected]
npm ERR!   node_modules/@nextui-org/snippet
npm ERR!     @nextui-org/snippet@"2.0.27" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! @nextui-org/button@"2.0.23" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @nextui-org/[email protected]
npm ERR! node_modules/@nextui-org/system
npm ERR!   peer @nextui-org/system@">=2.0.12" from @nextui-org/[email protected]
npm ERR!   node_modules/@nextui-org/button
npm ERR!     @nextui-org/button@"2.0.23" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /Users/juniorgarcia/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/juniorgarcia/.npm/_logs/2023-11-05T13_14_49_128Z-debug-0.log

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

📝 Additional Information

Copy link

changeset-bot bot commented Nov 5, 2023

🦋 Changeset detected

Latest commit: 78198c3

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

This PR includes changesets to release 42 packages
Name Type
@nextui-org/scroll-shadow Patch
@nextui-org/autocomplete Patch
@nextui-org/breadcrumbs Patch
@nextui-org/pagination Patch
@nextui-org/accordion Patch
@nextui-org/checkbox Patch
@nextui-org/dropdown Patch
@nextui-org/progress Patch
@nextui-org/skeleton Patch
@nextui-org/divider Patch
@nextui-org/listbox Patch
@nextui-org/popover Patch
@nextui-org/snippet Patch
@nextui-org/spinner Patch
@nextui-org/tooltip Patch
@nextui-org/avatar Patch
@nextui-org/button Patch
@nextui-org/navbar Patch
@nextui-org/ripple Patch
@nextui-org/select Patch
@nextui-org/slider Patch
@nextui-org/spacer Patch
@nextui-org/switch Patch
@nextui-org/badge Patch
@nextui-org/image Patch
@nextui-org/input Patch
@nextui-org/modal Patch
@nextui-org/radio Patch
@nextui-org/table Patch
@nextui-org/card Patch
@nextui-org/chip Patch
@nextui-org/code Patch
@nextui-org/link Patch
@nextui-org/menu Patch
@nextui-org/tabs Patch
@nextui-org/user Patch
@nextui-org/system-rsc Patch
@nextui-org/kbd Patch
@nextui-org/react Patch
@nextui-org/system Patch
@nextui-org/aria-utils Patch
@nextui-org/framer-transitions 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 Nov 5, 2023

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

Name Status Preview Comments Updated (UTC)
nextui-docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2023 1:52pm
nextui-storybook-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 5, 2023 1:52pm

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