Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Update dependency babel-eslint to v9 - autoclosed #19

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 27, 2018

This PR contains the following updates:

Package Type Update Change References
babel-eslint devDependencies major 8.2.5 -> 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.

v8.2.6

Compare Source


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.

@renovate renovate bot changed the title Update dependency babel-eslint to v9 Update dependency babel-eslint to v9 - 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:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant