Skip to content

Commit

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

## Version **3.0.0** of **eslint-config-prettier** was just published.

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



The version **3.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 eslint-config-prettier.

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 5 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/prettier/eslint-config-prettier/commit/c97f0d4a93606633188b7a322770e46efbd40689"><code>c97f0d4</code></a> <code>eslint-config-prettier v3.0.0</code></li>
<li><a href="https://urls.greenkeeper.io/prettier/eslint-config-prettier/commit/54b2c47c5dab294b67f93f81391828ddb785c38c"><code>54b2c47</code></a> <code>Replace ava with jest</code></li>
<li><a href="https://urls.greenkeeper.io/prettier/eslint-config-prettier/commit/56379bc1ca4835151654943637a560a11a11a28a"><code>56379bc</code></a> <code>Replace yarn.lock with package-lock.json</code></li>
<li><a href="https://urls.greenkeeper.io/prettier/eslint-config-prettier/commit/12d1b8c29dfb7ee1b596ab435c6d261a7aa11349"><code>12d1b8c</code></a> <code>Update dependencies</code></li>
<li><a href="https://urls.greenkeeper.io/prettier/eslint-config-prettier/commit/545a31dc7bab41eb55083e22c2fe98edbc629f0b"><code>545a31d</code></a> <code>Drop Node.js 4</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/prettier/eslint-config-prettier/compare/9f427798963dd5e0e6d5c1f14de6e383a4567a5d...c97f0d4a93606633188b7a322770e46efbd40689">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 nfantone committed Aug 14, 2018
1 parent d47bd59 commit 649a62e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"chai-json-schema": "^1.5.0",
"dirty-chai": "^2.0.1",
"eslint": "^5.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.1.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -687,11 +687,11 @@ [email protected], escape-string-regexp@^1.0.2, escape-string-regexp@^1
version "1.0.5"
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

eslint-config-prettier@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-2.9.0.tgz#5ecd65174d486c22dff389fe036febf502d468a3"
eslint-config-prettier@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.0.1.tgz#479214f64c1a4b344040924bfb97543db334b7b1"
dependencies:
get-stdin "^5.0.1"
get-stdin "^6.0.0"

eslint-plugin-prettier@^2.6.0:
version "2.6.0"
Expand Down Expand Up @@ -981,9 +981,9 @@ get-func-name@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"

get-stdin@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"

get-stream@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 649a62e

Please sign in to comment.