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

build(eslint-config-wopian): update dependency babel-eslint to ^10.0.0 #43

Merged
merged 1 commit into from
Sep 27, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2018

This PR contains the following updates:

Package Type Update Change References
babel-eslint dependencies major ^9.0.0 -> ^10.0.0 source

Release Notes

babel/babel-eslint

v10.0.0

Compare Source

v10.0.0

Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different.

/* @​flow */
type Node<T> = { head: T; tail: Node<T> }

// or 

type File = {chunks: Array<Chunk>}
type Chunk = {file: File}
  • Update to test against ESLint 5, add a peerDependency: #​689
  • Drop monkeypatching behavior: #​690

Renovate configuration

📅 Schedule: PR created on schedule "before 9am,after 5pm" in timezone Europe/London

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

♻️ Rebasing: Renovate will keep this PR updated whenever it falls behind the base branch.

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

@wopian wopian merged commit 5e2be09 into master Sep 27, 2018
@wopian wopian deleted the renovate/babel-eslint-10.x branch September 27, 2018 00:49
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.

2 participants