-
Notifications
You must be signed in to change notification settings - Fork 66
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
MAINT: Use yarn as package manager #428
Conversation
Leaving this marked as WIP until ci goes green. |
ok, this is green and everything seems happy. I think this should make our CI checks more reliable 👍 and would love to get this in. NOTE: if we accept this change, we should just delete all open dependabot PRs and wait on new ones coming in. Existing dependabot PRs are trying to patch |
Got these warnings on first install:
|
When I run Edit: prettier is missing for |
Thanks for this PR - we should really get input from @minrk to make sure he is OK with this. (or @minrk feel free to say that you are fine with whatever @stevejpurves is proposing if you don't have the bandwidth to review etc!). Not to bottleneck the PR but we should give this some time for others to comment before merging it in since it is a large-ish change. What do you say we ask for feedback within a week (either a review, or a "please don't merge until I have time" etc). |
There is an empty |
This looks good to me so far.
Thanks @stevejpurves ! |
Co-authored-by: Jason K. Moore <moorepants@gmail.com>
Co-authored-by: Jason K. Moore <moorepants@gmail.com>
@moorepants to your points above
|
@moorepants I've just removed my |
I'll try again. |
Everything is working now. Not sure what I did wrong before, maybe I didn't delete the |
+1 from me on this for merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think this is a nice enhancement! Don't mistake my comments above for a lack of enthusiasm!
no worries @choldgraf it's a good point that we're all on different cadences here and need to allow some time for wider contributions :) |
Are we good to merge this one folks? @moorepants @choldgraf (I have no merge button :) ) |
Sounds good! Thanks for the ping 🙂 |
Using
yarn
in place ofnpm
as the package manageryarn
and resolved a number of issues around package dependencies.docs
buildci
actionsdependabot
Addresses #426