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 packages #993

Merged
merged 2 commits into from Jul 12, 2019
Merged

Upgrade packages #993

merged 2 commits into from Jul 12, 2019

Conversation

abetomo
Copy link
Collaborator

@abetomo abetomo commented Jul 12, 2019

Upgrade packages

Because there was a major upgrade.

Drop Node.js 6 from .travis.yml

Node.js 6 is EOL.
I get the following error in a library that does not support Node.js 6.

node_modules/eslint/lib/cli-engine/cli-engine.js:257
        ...calculateStatsPerFile(messages)
        ^^^

Because there was a major upgrade.
Node.js 6 is EOL.
I get the following error in a library that does not support Node.js 6.

```
node_modules/eslint/lib/cli-engine/cli-engine.js:257
        ...calculateStatsPerFile(messages)
        ^^^
```
@abetomo abetomo requested a review from shadowspawn July 12, 2019 04:12
Copy link
Collaborator

@shadowspawn shadowspawn left a comment

Choose a reason for hiding this comment

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

Finally a clean npm audit, hurrah. Thanks.

@abetomo
Copy link
Collaborator Author

abetomo commented Jul 12, 2019

Is it all right to merge to master?

@shadowspawn
Copy link
Collaborator

Yes. Do not need to wait for v3.
(But we should bump patch version too as changed from v2.20.0.)

@abetomo abetomo merged commit 631dfdc into tj:master Jul 12, 2019
@abetomo abetomo deleted the upgrade_packages branch July 12, 2019 10:07
@abetomo
Copy link
Collaborator Author

abetomo commented Jul 12, 2019

Thank you for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants