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 to version 7.0.0 πŸš€ #3

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

babel-eslint just published its new version 7.0.0.

State Update πŸš€
Dependency babel-eslint
New version 7.0.0
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of babel-eslint.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


GitHub Release

v7.0.0

FYI #88

We're looking for more contributors maintainers, I don't have as much time to work on babel-eslint since babel needs a lot of help as well).

Changelog

  • Drop node < 4 (#358)
  • Remove the lodash.assign dependency (#393)
  • Remove eslint 2 logic (#361)
    • Remove logic for accounting for async/await before eslint supported it (#350)

ESLint v3.6.0 supports async/await (you don't need always need babel-eslint)

http://eslint.org/blog/2016/09/eslint-v3.6.0-released#support-for-es2017

{
    "parserOptions": {
        "ecmaVersion": 2017,
        "sourceType": "module"
    }
}

The new version differs by 22 commits .

  • f82b121 7.0.0
  • 42efe3c updates
  • 1823b5e remove eslint 2 logic (#361)
  • 4cf9ac1 Remove the lodash.assign dependency (#393)
  • 9346a60 chore(package): update babylon to version 6.11.2 (#391)
  • 0f18b50 chore(package): update espree to version 3.3.1 (#394)
  • 7688627 chore(package): update eslint to version 3.6.0 (#392)
  • c91b1d0 update test line number [skip ci]
  • 24855a4 eslint-plugin-flow-vars -> eslint-plugin-flowtype (#374) [skip ci]
  • 43d6bad add deps for npm 2
  • 326d181 typo
  • b7eec91 Merge pull request #354 from babel/eslint-config-babel
  • 7cae53b lint on ci
  • ac4060d why..
  • 3fb2cc0 use .js

There are 22 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚑ greenkeeper upgrade

@coveralls
Copy link

coveralls commented Sep 27, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 8cc4233 on greenkeeper-babel-eslint-7.0.0 into 7ca1ed2 on master.

@skratchdot skratchdot closed this Oct 6, 2016
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.

None yet

3 participants