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 9.0.0 to 10.0.0 #425

Merged
merged 1 commit into from Sep 26, 2018

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Sep 26, 2018

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

10.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}

@Leonya Leonya merged commit e33de43 into master Sep 26, 2018
@Leonya Leonya deleted the babel-eslint-10.0.0-380.0.1 branch September 26, 2018 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants