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

chore(build): Fix build in Node 10 by updating yarn.lock #32

Merged
merged 1 commit into from
May 3, 2018

Conversation

benmvp
Copy link
Contributor

@benmvp benmvp commented May 3, 2018

Description

Build was breaking on 'node' version in Travis because 'node' now points to new v10 that that was released. One of gulp's dependencies didn't work correctly with it. See: gulpjs/gulp#2162 (comment).

The fix was to yarn remove gulp gulp-debug and yarn add --dev gulp gulp-debug. This bumped gulp-debug to a new version, but the main fix was the updates to yarn.lock to use new versions of packages specifically [email protected].

How Has This Been Tested?

I upgraded to node@10 locally and tried to run yarn run validate. It failed until I made the updates to yarn.lock.

Checklist:

  • I have read the CONTRIBUTING document.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • I have run yarn validate to ensure that tests, typescript and linting are all in order.

@BenAtEventbrite BenAtEventbrite merged commit 363634b into eventbrite:master May 3, 2018
@ebtravis
Copy link
Collaborator

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

4 participants