Skip to content

Commit

Permalink
Update babel-eslint to the latest version 🚀 (#77)
Browse files Browse the repository at this point in the history

## Version **9.0.0** of **babel-eslint** was just published.

<table>
  <tr>
    <th align=left>
      Dependency
    </th>
    <td>
      <a target=_blank href=https://github.com/babel/babel-eslint>babel-eslint</a>
    </td>
  </tr>
  <tr>
      <th align=left>
       Current Version
      </th>
      <td>
        8.2.6
      </td>
    </tr>
  <tr>
    <th align=left>
      Type
    </th>
    <td>
      devDependency
    </td>
  </tr>
</table>



The version **9.0.0** is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of babel-eslint.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


---


<details>
<summary>Commits</summary>
<p>The new version differs by 15 commits ahead by 15, behind by 2.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/6aa8b6f02ff83cfb14eae2432f226f113929a50f"><code>6aa8b6f</code></a> <code>9.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/c7ee9aecd5c7129507bfe633f75f2575ec378d57"><code>c7ee9ae</code></a> <code>Bump to babel@7.0.0 🎉 (#676)</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/3ece54953f40c891055484a98380f7fe249cb899"><code>3ece549</code></a> <code>Docs: Make the default parserOptions more explicit (#673)</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/0b3695163f7ecc76c80597e1c95f5c41ae7d903f"><code>0b36951</code></a> <code>Add logical assignment plugin (#674)</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/5856ff5e71bebb5015ba9e3417fc2100942cfdcb"><code>5856ff5</code></a> <code>Bump some devDeps</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/45938d9a280186ea0eb9571e5797a13fb624b375"><code>45938d9</code></a> <code>build(deps): upgrade @babel/* to 7.0.0-rc.2 (#668)</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/bc9787530b95d6b1cd6e68f076f9f961b38cbfff"><code>bc97875</code></a> <code>9.0.0-beta.3</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/74c5d62cef5ec846de9d718897c61deacc702db4"><code>74c5d62</code></a> <code>update lock</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/6a45632af9f91abf8c56521a63619c90fba2d7a1"><code>6a45632</code></a> <code>chore - fixing eslint-scope to a safe version; resolves #656. (#657)</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/e0119e088764efb9def4ce94b34825a0ecd287e6"><code>e0119e0</code></a> <code>9.0.0-beta.2</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/198964bda08e2adf2abcf207c2d5bdc350824ae7"><code>198964b</code></a> <code>Merge pull request #645 from rubennorte/support-new-flow-syntax-in-scope-analysis</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/9b06e1fdaf7972d87c49af4ff977b1204916c80b"><code>9b06e1f</code></a> <code>Added failing test for variables used in type parameters</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/8948d8312662609cb7ef141664f59cd3fc929a22"><code>8948d83</code></a> <code>Upgrade Babel to v7.0.0-beta.52 (#650)</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/4882b2906619545f24c215ed57cd4997ca8e7b92"><code>4882b29</code></a> <code>9.0.0-beta.1</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/15e8d6f5a9db9192a771137d960117f6b79f6315"><code>15e8d6f</code></a> <code>Breaking: Upgraded Babel to 7.0.0-beta.51 (#642)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/babel/babel-eslint/compare/b9067fa4a643c003810d7f7735393961e0ec5bbc...6aa8b6f02ff83cfb14eae2432f226f113929a50f">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
  • Loading branch information
greenkeeper[bot] authored and redonkulus committed Sep 27, 2018
1 parent 1972679 commit bf20cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"query-string": "^5.0.0"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"babel-eslint": "^9.0.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
Expand Down

0 comments on commit bf20cf5

Please sign in to comment.