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 to 3.2 #306

Merged
merged 5 commits into from
Jul 15, 2018
Merged

Update to 3.2 #306

merged 5 commits into from
Jul 15, 2018

Conversation

snewcomer
Copy link
Collaborator

No description provided.

@snewcomer
Copy link
Collaborator Author

@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
Copy link
Collaborator

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.*"
Copy link
Collaborator

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

Copy link
Collaborator Author

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.

https://github.com/ember-cli/ember-cli/pull/7801/files

Copy link
Collaborator

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.

Copy link
Collaborator Author

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 👍

Copy link
Collaborator

@Dhaulagiri Dhaulagiri left a comment

Choose a reason for hiding this comment

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

Thanks!

@Dhaulagiri Dhaulagiri merged commit efd1a00 into adopted-ember-addons:master Jul 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants