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.1.0 🚀 #487

Merged
merged 1 commit into from
Oct 27, 2016

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

babel-eslint just published its new version 7.1.0.

State Update 🚀
Dependency babel-eslint
New version 7.1.0
Type dependency

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

🚀 New Feature

  • Adding support to lint dynamicImport (#413) @kesne

Babylon support was added in https://github.com/babel/babylon/releases/tag/v6.12.0

import(`./section-modules/${link.dataset.entryModule}.js`)
.then(module => {
  module.loadPageInto(main);
})

The new version differs by 6 commits .

  • 931d8a9 7.1.0
  • 41b9542 [import()] Adding support to lint dynamic imports (#413)
  • 88e39ad Now using template strings (#410)
  • 11ac658 Update test for eslint 3.8 (#412)
  • 61b4b05 Update eslint-config-babel to version 2.0.1 🚀 (#408)
  • b10676b docs: Update built-in support notes in README (#398) [skip ci]

See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@codecov-io
Copy link

Current coverage is 88.21% (diff: 100%)

Merging #487 into master will not change coverage

@@             master       #487   diff @@
==========================================
  Files           170        170          
  Lines          1825       1825          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1610       1610          
  Misses          215        215          
  Partials          0          0          

Powered by Codecov. Last update d98139e...d9465da

@zacharygolba zacharygolba merged commit 748b26b into master Oct 27, 2016
@zacharygolba zacharygolba deleted the greenkeeper-babel-eslint-7.1.0 branch October 27, 2016 17:39
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.

3 participants