Thinkmill / manypkg

☔️ An umbrella for your monorepo
MIT License
884 stars 48 forks source link

feat(cli): check peer dependencies in root package #101

Open rafaelfbs opened 3 years ago

rafaelfbs commented 3 years ago

Closes #88

The command manypkg check will check for dev or root dependencies when validating peerDependencies.

I had the same problem discussed in #88 when testing one package that depends on another package with react/react-dom deps. The test will fail saying that you have multiple versions of react.

changeset-bot[bot] commented 3 years ago

⚠️ No Changeset found

Latest commit: e5d47d63083b210e6622addea2db6d166d8a8105

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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