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

Update yarn to 1.16.0 #29503

Merged
merged 6 commits into from Jul 10, 2019
Merged

Update yarn to 1.16.0 #29503

merged 6 commits into from Jul 10, 2019

Conversation

joshlory
Copy link
Contributor

@joshlory joshlory commented Jul 3, 2019

Patterned after PR #22093. Replaces PR #29495.

I will send mail separately asking folks to upgrade their local install of yarn.

@joshlory joshlory requested a review from uponthesun July 3, 2019 21:31
@davidsbailey
Copy link
Member

Sorry I missed this PR earlier, Josh. I would suggest updating the docs here to use curl as well:

### Installing Apps
```
cd apps
# Machine setup (OSX with Homebrew)
brew install node
npm install -g grunt-cli yarn@1.6.0

or alternately pointing people to SETUP.md if you don't want duplication.

Also removes the explict `npm rebuild node-sass` because it's now part of post-install.
.circleci/config.yml Outdated Show resolved Hide resolved
cookbooks/cdo-nodejs/attributes/default.rb Outdated Show resolved Hide resolved
docker/dockerfiles/Dockerfile Outdated Show resolved Hide resolved
@davidsbailey
Copy link
Member

The parts I commented on look good!

Copy link

@uponthesun uponthesun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing all the docker image updates as well!

&& echo "ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';" | mysql \
&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: I don't think you need to run the same chown command twice since the changes to the directories will persist from the first time.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried without first, but I was getting a hang on shutdown. Any idea why that would be?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷‍♀yea I don't know then.

@joshlory joshlory merged commit af3cde6 into staging Jul 10, 2019
@joshlory joshlory deleted the update-yarn branch July 10, 2019 20:44
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.

None yet

3 participants