Skip to content

Commit

Permalink
build: update devdependency eslint to ~5.6.0 (#41)
Browse files Browse the repository at this point in the history
<p>This Pull Request updates devDependency <code>eslint</code> (<a href="https://eslint.org">homepage</a>, <a href="https://renovatebot.com/gh/eslint/eslint">source</a>) from <code>~5.5.0</code> to <code>~5.6.0</code></p>
<p><strong>Note</strong>: This PR was created on a configured schedule ("before 9am,after 5pm" in timezone <code>Europe/London</code>) and will not receive updates outside those times.</p>
<p><details><br />
<summary>Release Notes</summary></p>
<h3 id="v560httpsgithubcomeslinteslintreleasesv560"><a href="https://renovatebot.com/gh/eslint/eslint/releases/v5.6.0"><code>v5.6.0</code></a></h3>
<p><a href="https://renovatebot.com/gh/eslint/eslint/compare/v5.5.0…v5.6.0">Compare Source</a></p>
<ul>
<li><a href="https://renovatebot.com/gh/eslint/eslint/commit/c5b688e"><code>c5b688e</code></a> Update: Added generators option to func-names (fixes <a href="https://renovatebot.com/gh/eslint/eslint/issues/9511">#&#8203;9511</a>) (<a href="https://renovatebot.com/gh/eslint/eslint/issues/10697">#&#8203;10697</a>) (Oscar Barrett)</li>
<li><a href="https://renovatebot.com/gh/eslint/eslint/commit/7da36d5"><code>7da36d5</code></a> Fix: respect generator function expressions in no-constant-condition (<a href="https://renovatebot.com/gh/eslint/eslint/issues/10827">#&#8203;10827</a>) (Julian Rosse)</li>
<li><a href="https://renovatebot.com/gh/eslint/eslint/commit/0a65844"><code>0a65844</code></a> Chore: quote enable avoidEscape option in eslint-config-eslint (<a href="https://renovatebot.com/gh/eslint/eslint/issues/10626">#&#8203;10626</a>) (薛定谔的猫)</li>
<li><a href="https://renovatebot.com/gh/eslint/eslint/commit/32f41bd"><code>32f41bd</code></a> Chore: Add configuration wrapper markdown for the bug report template (<a href="https://renovatebot.com/gh/eslint/eslint/issues/10669">#&#8203;10669</a>) (Iulian Onofrei)</li>
</ul>
<hr />
<p></details></p>
<hr />
<p>This PR has been generated by <a href="https://renovatebot.com">Renovate Bot</a>.</p>
  • Loading branch information
renovate[bot] authored and wopian committed Sep 16, 2018
1 parent e7298b7 commit 9dbbe65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@
},
"devDependencies": {
"conventional-changelog-angular-all-2": "~5.0.1",
"eslint": "~5.5.0",
"eslint": "~5.6.0",
"eslint-find-rules": "~3.3.0",
"jest": "~23.6.0",
"lerna": "~3.4.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2081,9 +2081,9 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@~5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.5.0.tgz#8557fcceab5141a8197da9ffd9904f89f64425c6"
eslint@~5.6.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.0.tgz#b6f7806041af01f71b3f1895cbb20971ea4b6223"
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.5.3"
Expand Down

0 comments on commit 9dbbe65

Please sign in to comment.