Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Update dependency babel-eslint to v9.0.0 #1054

Merged
merged 2 commits into from
Aug 29, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2018

This Pull Request updates dependency babel-eslint (source) from v9.0.0-beta.3 to v9.0.0


Release Notes

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.


This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/babel-eslint-9.x branch from 5c8f5ca to aaca827 Compare August 28, 2018 23:37
@renovate
Copy link
Contributor Author

renovate bot commented Aug 28, 2018

PR has been edited

As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems. If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.

@edmorley edmorley added this to the v9 milestone Aug 28, 2018
@edmorley edmorley merged commit d5f33a6 into master Aug 29, 2018
@edmorley edmorley deleted the renovate/babel-eslint-9.x branch August 29, 2018 00:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

2 participants