-
-
Notifications
You must be signed in to change notification settings - Fork 141
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 to 3.2 #306
Update to 3.2 #306
Conversation
@Dhaulagiri Mind doing a quick review when you get a chance? Need this for other PR's in the pipeline. 🙏 |
.travis.yml
Outdated
|
||
script: | ||
- yarn flow | ||
- npm run lint:js | ||
- yarn lint:js |
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.
Do we still need to run flow here?
package.json
Outdated
"flow-bin": "^0.61.0", | ||
"flow-typed": "^2.2.3", | ||
"loader.js": "^4.2.3" | ||
}, | ||
"engines": { | ||
"node": "^4.5 || 6.* || >= 7.*" | ||
"node": "6.* || 8.* || >= 10.*" |
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.
In theory dropping node 4 support is a breaking change so we should probably leave that
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.
Since we are on a beta branch, do you think its ok to leave out? I think node 4.* only supports up to 3.1 as well. Lmk what you think.
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 don't have a strong feeling about it since my experience is that I haven't used node 4 for a very long time, but I know I've seen other addons be cautious about this.
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.
@Dhaulagiri Yeah I think you are right. I put the ^4.5
back 👍
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.
Thanks!
No description provided.