Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Update babel-eslint to version 7.1.0 πŸš€ #7

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

State Update πŸš€
Dependency babel-eslint
New version 7.1.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.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 28 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]
  • 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]

There are 28 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 Oct 26, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 0bd375e on greenkeeper-babel-eslint-7.1.0 into 6647ed9 on master.

@denysdovhan denysdovhan deleted the greenkeeper-babel-eslint-7.1.0 branch December 28, 2016 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants