dependencies: move chalk to react-dev-utils#6150
dependencies: move chalk to react-dev-utils#6150mrmckeb merged 1 commit intofacebook:masterfrom evaporei:move-chalk-to-react-dev-utils
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Oops haha, it wasn't intentional. Wouldn't be misleading to have a package with it's dependencies listed on |
|
Also @mrmckeb, I didn't understand how this would work 🤔 By not removing the dependency from Please explain to me if I understood wrongly, but as far as I've seen on https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/scripts/eject.js#L178, the code just copies the |
|
Hi @otaviopace, the issue is that you've now changed all usage of 'chalk' to user I understand why |
|
Ohh, I see @mrmckeb , I've fixed the issue 🙂 |
|
Hmm, the |
|
Hi @otaviopace. We're currently working on the CI builds to fix what you've noticed here. Sorry it's holding you up. |
|
No problem @ianshmitz! I am not on a hurry 🙂 |
This is being done to minimize the amount of dependencies are expose to the end user when running a `npm run eject`. Related to issue: #751
|
Yesss, I rebased my branch with the |
|
Please sign the CLA and we can get this merged. 😄 |
|
@Timer, done! I've signed the CLA 🙂 |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
Thanks @otaviopace, great work :) |
|
Yayyyy!!!! 🎊 |

This is being done to minimize the amount of dependencies
are expose to the end user when running a
npm run eject.Related to issue: #751.
I thought since
chalkis probably not used directly by the end user, it could be onreact-dev-utilsinstead of directly onreact-scriptsdependencies.