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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update babel-eslint to 9.0.0 - autoclosed #21

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2018

This PR contains the following updates:

Package Type Update Change References
babel-eslint devDependencies major 8.2.6 -> 9.0.0 source

Release Notes

babel/babel-eslint

v9.0.0

Compare Source

v9.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.

Renovate configuration

馃搮 Schedule: No schedule defined.

馃殾 Automerge: Disabled by config. Please merge this manually once you are satisfied.

鈾伙笍 Rebasing: Renovate will regenerate this PR any time it develops a merge conflict.

馃敃 Ignore: Close this PR and you won't be reminded about this update again.


This PR has been generated by Renovate Bot. View repository job log here.

@coveralls
Copy link

coveralls commented Aug 27, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 755daef on renovate/babel-eslint-9.x into b489419 on dev.

@renovate renovate bot force-pushed the renovate/babel-eslint-9.x branch from f221a6f to 755daef Compare September 1, 2018 06:31
@renovate renovate bot changed the title Update babel-eslint to 9.0.0 Update babel-eslint to 9.0.0 - autoclosed Sep 25, 2018
@renovate renovate bot closed this Sep 25, 2018
@renovate renovate bot deleted the renovate/babel-eslint-9.x branch September 25, 2018 19:39
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