-
Notifications
You must be signed in to change notification settings - Fork 159
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
Upgrade ember-cli, linting deps, etc #288
Conversation
"tslint-plugin-prettier": "^1.3.0", | ||
"typescript": "~3.0.1" | ||
"rsvp": "^4.8.5", | ||
"tslint": "^5.20.0", |
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.
FWIW, we should migrate to eslint (since tslint is deprecated) but we can do it in a separate PR...
@@ -54,4 +58,4 @@ | |||
"node": "^4.5 || 6.* || >= 8.*" |
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.
We should probably also bump this to:
"node": "^4.5 || 6.* || >= 8.*" | |
"node": "8.* || 10.* || >= 12.*" |
(can be separate PR though, since we'll also need to update .travis.yml
)
ci is using node 6 and several packages were already requiring node 6 so I guess this is fine...