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

Upgrade ember-cli, linting deps, etc #288

Merged
merged 5 commits into from Sep 18, 2019
Merged

Upgrade ember-cli, linting deps, etc #288

merged 5 commits into from Sep 18, 2019

Conversation

xg-wang
Copy link
Contributor

@xg-wang xg-wang commented Sep 15, 2019

ci is using node 6 and several packages were already requiring node 6 so I guess this is fine...

"tslint-plugin-prettier": "^1.3.0",
"typescript": "~3.0.1"
"rsvp": "^4.8.5",
"tslint": "^5.20.0",
Copy link
Collaborator

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

@rwjblue rwjblue Sep 18, 2019

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:

Suggested change
"node": "^4.5 || 6.* || >= 8.*"
"node": "8.* || 10.* || >= 12.*"

(can be separate PR though, since we'll also need to update .travis.yml)

@rwjblue rwjblue merged commit 5adbc7f into tildeio:master Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants