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

Update babel-eslint in / from 8.2.6 to 9.0.0 #382

Merged
merged 2 commits into from
Aug 31, 2018

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Aug 28, 2018

Dependencies.io has updated babel-eslint (a npm dependency in /) from "8.2.6" to "9.0.0".

9.0.0

We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but:

  • Babel now supports the new decorators proposal by default, so we need to switch between the new and the old proposal. This is a breaking change.

To enable the legacy decorators proposal users should add a specific parser option:

{
  parserOptions: {
    ecmaFeatures: {
      legacyDecorators: true
    }
  }
}
  • Babel removed the support for Node 4 , so I propagated that here.

@Leonya Leonya merged commit d3484f2 into master Aug 31, 2018
@Leonya Leonya deleted the babel-eslint-9.0.0-351.0.1 branch August 31, 2018 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants