Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Update babel-eslint to the latest version 🚀 (#85)
Browse files Browse the repository at this point in the history
## The devDependency [babel-eslint](https://github.com/babel/babel-eslint) was updated from `10.0.1` to `10.0.2`.
This version 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.

---

<details>
<summary>Release Notes for v10.0.2</summary>

<blockquote>
<p>Fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456827875" data-permission-text="Issue title is private" data-url="babel/babel-eslint#772" data-hovercard-type="issue" data-hovercard-url="/babel/babel-eslint/issues/772/hovercard" href="https://urls.greenkeeper.io/babel/babel-eslint/issues/772">#772</a></p>
</blockquote>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 2 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/48f6d78721ff37a8b4752d731d7d595adef8a469"><code>48f6d78</code></a> <code>10.0.2</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/0241b48a47c30e21a6c47b63433ad2e4b3745f3c"><code>0241b48</code></a> <code>removed unused file reference (#773)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/babel/babel-eslint/compare/4cf0a21a4b12e64ce4012bbfcc62d0d969053f8b...48f6d78721ff37a8b4752d731d7d595adef8a469">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 kodiakhq[bot] committed Jul 26, 2019
1 parent 86692bb commit d3261a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/preset-flow": "7.0.0",
"@testing-library/react": "8.0.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-eslint": "10.0.2",
"babel-jest": "24.8.0",
"babel-plugin-styled-components": "1.10.0",
"babel-plugin-transform-dynamic-import": "2.1.0",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,19 @@ babel-core@7.0.0-bridge.0:
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==

babel-eslint@10.0.1, babel-eslint@^10.0.1:
babel-eslint@10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"
"@babel/traverse" "^7.0.0"
"@babel/types" "^7.0.0"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"

babel-eslint@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==
Expand Down

1 comment on commit d3261a5

@vercel
Copy link

@vercel vercel bot commented on d3261a5 Jul 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.