-
Notifications
You must be signed in to change notification settings - Fork 361
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 dependencies and remove cli-table2 dependency #312
Update dependencies and remove cli-table2 dependency #312
Conversation
Also, remove node 4 from the tests as suggested by #303 since it's not supported by the latest eslint. json2csv should still work on node 4, especially the rollup version. It's just not officially tested. |
@knownasilya is there anything blocking this at the moment? Are you happy to get the change merged? |
bin/utils/TablePrinter.js
Outdated
} | ||
|
||
printCSV(csv) { | ||
printCSV(csv) { // SYNC |
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.
Should this comment be expanded?
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.
Yeah!
I just removed it. It was a pretty unnecessary comment imo 🙂
Restarting a timedout test for node 6, then I'll merge it once green. |
Gentle reminder 🙂 |
v4.1.6 released |
Bumped all dependencies to the latest versions.
Fix a new eslint rule (self-assigning)
Remove dependency to cli-table2 to solve vulnerability.
This closes #297 and supersedes #302 and #311.
I still think that we should get rid of this complete and move to an external library. But, until I have time to do so, I think that this solution is good enough. No extra flags or external libraries needed. And colors removed completely to fix tests.