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

Specify the latest version with caret #117

Merged
merged 2 commits into from
Jul 5, 2019
Merged

Conversation

yamadayuki
Copy link
Collaborator

@yamadayuki yamadayuki commented Jul 5, 2019

WHY & WHAT

#115
frolint introduced some bugs with upgrading ESLint to v6.x (this commit is reverted with my PR).

Hypothesis: The latest ESLint (eslint@6.x) has some removed private APIs. And then some ESLint community packages have depended on those APIs. We upgrade some plugin packages but the users faced the errors.

So I decided to specify the latest packages with supporting v6.x

@yamadayuki
Copy link
Collaborator Author

I checked with this (released as 0.6.9-alpha.0), I confirmed the frolint working correctly... So I supposed my hypothesis is correct.

{
...
    "frolint": "0.6.9-alpha.0",
...
  "resolutions": {
    "eslint": "6.0.1"
  }
}

@yamadayuki yamadayuki changed the title [WIP] Specify the latest version with caret Specify the latest version with caret Jul 5, 2019
@yamadayuki
Copy link
Collaborator Author

@KentoMoriwaki Please review this later.

@yamadayuki yamadayuki added bug Something isn't working dependencies Pull requests that update a dependency file and removed bug Something isn't working labels Jul 5, 2019
@yamadayuki yamadayuki merged commit 7ea2462 into master Jul 5, 2019
@yamadayuki yamadayuki deleted the yamadayuki/eslint-plugins branch July 5, 2019 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants