Skip to content

Update eslint dependencies to match zeal config #32

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

Merged
merged 1 commit into from
Apr 25, 2018

Conversation

frank-west-iii
Copy link

We need to pin the versions to match eslint-config-zeal otherwise the
new rules implemented in our config are not recognized by the eslint
version used by react-scripts and throws an error.

We need to pin the versions to match eslint-config-zeal otherwise the
new rules implemented in our config are not recognized by the eslint
version used by react-scripts and throws an error.
Copy link

@randycoulman randycoulman left a comment

Choose a reason for hiding this comment

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

A couple of questions, but LGTM!

"eslint": "4.10.0",
"eslint-config-prettier": "^2.3.0",
"eslint": "4.19.0",
"eslint-config-prettier": "^2.9.0",

Choose a reason for hiding this comment

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

Should we take the ^ off of this one too?

Copy link
Author

Choose a reason for hiding this comment

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

I left these matching what we were doing in our config.

"eslint-plugin-import": "2.8.0",
"eslint-plugin-jest": "20.0.3",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jest": "21.15.0",

Choose a reason for hiding this comment

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

Do we need to upgrade jest* as well, or does this work without doing that?

Copy link
Author

Choose a reason for hiding this comment

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

It works, but I'll update it for good measure. No harm there.

Copy link
Author

Choose a reason for hiding this comment

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

On second thought I think I am going to break that out into another chore. There are probably more dependencies we might want to update.

@frank-west-iii frank-west-iii merged commit 06b18cd into zeal Apr 25, 2018
@frank-west-iii frank-west-iii deleted the chores/update-dependencies branch April 25, 2018 16:42
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.

2 participants