Skip to content

Commit

Permalink
Bump eslint from 5.6.1 to 5.7.0 (#964)
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 5.6.1 to 5.7.0.
<details>
<summary>Release notes</summary>

*Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).*

> ## v5.7.0
> * 6cb63fd Update: Add iife to padding-line-between-statements (fixes [#10853](https://github-redirect.dependabot.com/eslint/eslint/issues/10853)) ([#10916](https://github-redirect.dependabot.com/eslint/eslint/issues/10916)) (Kevin Partington)
> * 5fd1bda Update: no-tabs allowIndentationTabs option (fixes [#10256](https://github-redirect.dependabot.com/eslint/eslint/issues/10256)) ([#10925](https://github-redirect.dependabot.com/eslint/eslint/issues/10925)) (Kevin Partington)
> * d12be69 Fix: no-extra-bind No autofix if arg may have side effect (fixes [#10846](https://github-redirect.dependabot.com/eslint/eslint/issues/10846)) ([#10918](https://github-redirect.dependabot.com/eslint/eslint/issues/10918)) (Kevin Partington)
> * 847372f Fix: no-unused-vars false pos. with markVariableAsUsed (fixes [#10952](https://github-redirect.dependabot.com/eslint/eslint/issues/10952)) ([#10954](https://github-redirect.dependabot.com/eslint/eslint/issues/10954)) (Roy Sutton)
> * 4132de7 Chore: Simplify space-infix-ops ([#10935](https://github-redirect.dependabot.com/eslint/eslint/issues/10935)) (Bence Dányi)
> * 543edfa Fix: Fix error with one-var (fixes [#10937](https://github-redirect.dependabot.com/eslint/eslint/issues/10937)) ([#10938](https://github-redirect.dependabot.com/eslint/eslint/issues/10938)) (Justin Krup)
> * 95c4cb1 Docs: Fix typo for no-unsafe-finally ([#10945](https://github-redirect.dependabot.com/eslint/eslint/issues/10945)) (Sergio Santoro)
> * 5fe0e1a Fix: no-invalid-regexp disallows \ at end of pattern (fixes [#10861](https://github-redirect.dependabot.com/eslint/eslint/issues/10861)) ([#10920](https://github-redirect.dependabot.com/eslint/eslint/issues/10920)) (Toru Nagashima)
> * f85547a Docs: Add 'When Not To Use' section to space-infix-ops ([#10931](https://github-redirect.dependabot.com/eslint/eslint/issues/10931)) (Bence Dányi)
> * 3dccac4 Docs: Update working-with-parsers link ([#10929](https://github-redirect.dependabot.com/eslint/eslint/issues/10929)) (Azeem Bande-Ali)
> * 557a8bb Docs: Remove old note about caching, add a new one (fixes [#10739](https://github-redirect.dependabot.com/eslint/eslint/issues/10739)) ([#10913](https://github-redirect.dependabot.com/eslint/eslint/issues/10913)) (Zac)
> * fe8111a Chore: Add more test cases to space-infix-ops ([#10936](https://github-redirect.dependabot.com/eslint/eslint/issues/10936)) (Bence Dányi)
> * 066f7e0 Update: camelcase rule ignoreList added ([#10783](https://github-redirect.dependabot.com/eslint/eslint/issues/10783)) (Julien Martin)
> * 70bde69 Upgrade: table to version 5 ([#10903](https://github-redirect.dependabot.com/eslint/eslint/issues/10903)) (Rouven Weßling)
> * 2e52bca Chore: Update issue templates ([#10900](https://github-redirect.dependabot.com/eslint/eslint/issues/10900)) (Nicholas C. Zakas)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).*

> v5.7.0 - October 12, 2018
> 
> * 6cb63fd Update: Add iife to padding-line-between-statements (fixes [#10853](https://github-redirect.dependabot.com/eslint/eslint/issues/10853)) ([#10916](https://github-redirect.dependabot.com/eslint/eslint/issues/10916)) (Kevin Partington)
> * 5fd1bda Update: no-tabs allowIndentationTabs option (fixes [#10256](https://github-redirect.dependabot.com/eslint/eslint/issues/10256)) ([#10925](https://github-redirect.dependabot.com/eslint/eslint/issues/10925)) (Kevin Partington)
> * d12be69 Fix: no-extra-bind No autofix if arg may have side effect (fixes [#10846](https://github-redirect.dependabot.com/eslint/eslint/issues/10846)) ([#10918](https://github-redirect.dependabot.com/eslint/eslint/issues/10918)) (Kevin Partington)
> * 847372f Fix: no-unused-vars false pos. with markVariableAsUsed (fixes [#10952](https://github-redirect.dependabot.com/eslint/eslint/issues/10952)) ([#10954](https://github-redirect.dependabot.com/eslint/eslint/issues/10954)) (Roy Sutton)
> * 4132de7 Chore: Simplify space-infix-ops ([#10935](https://github-redirect.dependabot.com/eslint/eslint/issues/10935)) (Bence Dányi)
> * 543edfa Fix: Fix error with one-var (fixes [#10937](https://github-redirect.dependabot.com/eslint/eslint/issues/10937)) ([#10938](https://github-redirect.dependabot.com/eslint/eslint/issues/10938)) (Justin Krup)
> * 95c4cb1 Docs: Fix typo for no-unsafe-finally ([#10945](https://github-redirect.dependabot.com/eslint/eslint/issues/10945)) (Sergio Santoro)
> * 5fe0e1a Fix: no-invalid-regexp disallows \ at end of pattern (fixes [#10861](https://github-redirect.dependabot.com/eslint/eslint/issues/10861)) ([#10920](https://github-redirect.dependabot.com/eslint/eslint/issues/10920)) (Toru Nagashima)
> * f85547a Docs: Add 'When Not To Use' section to space-infix-ops ([#10931](https://github-redirect.dependabot.com/eslint/eslint/issues/10931)) (Bence Dányi)
> * 3dccac4 Docs: Update working-with-parsers link ([#10929](https://github-redirect.dependabot.com/eslint/eslint/issues/10929)) (Azeem Bande-Ali)
> * 557a8bb Docs: Remove old note about caching, add a new one (fixes [#10739](https://github-redirect.dependabot.com/eslint/eslint/issues/10739)) ([#10913](https://github-redirect.dependabot.com/eslint/eslint/issues/10913)) (Zac)
> * fe8111a Chore: Add more test cases to space-infix-ops ([#10936](https://github-redirect.dependabot.com/eslint/eslint/issues/10936)) (Bence Dányi)
> * 066f7e0 Update: camelcase rule ignoreList added ([#10783](https://github-redirect.dependabot.com/eslint/eslint/issues/10783)) (Julien Martin)
> * 70bde69 Upgrade: table to version 5 ([#10903](https://github-redirect.dependabot.com/eslint/eslint/issues/10903)) (Rouven Weßling)
> * 2e52bca Chore: Update issue templates ([#10900](https://github-redirect.dependabot.com/eslint/eslint/issues/10900)) (Nicholas C. Zakas)
</details>
<details>
<summary>Commits</summary>

- [`77bb207`](eslint/eslint@77bb207) 5.7.0
- [`aa599c4`](eslint/eslint@aa599c4) Build: changelog update for 5.7.0
- [`536611a`](eslint/eslint@536611a) Revert "Build: Use karma-chrome-launcher to run tests ([#10898](https://github-redirect.dependabot.com/eslint/eslint/issues/10898))" ([#10973](https://github-redirect.dependabot.com/eslint/eslint/issues/10973))
- [`6cb63fd`](eslint/eslint@6cb63fd) Update: Add iife to padding-line-between-statements (fixes [#10853](https://github-redirect.dependabot.com/eslint/eslint/issues/10853)) ([#10916](https://github-redirect.dependabot.com/eslint/eslint/issues/10916))
- [`5fd1bda`](eslint/eslint@5fd1bda) Update: no-tabs allowIndentationTabs option (fixes [#10256](https://github-redirect.dependabot.com/eslint/eslint/issues/10256)) ([#10925](https://github-redirect.dependabot.com/eslint/eslint/issues/10925))
- [`d12be69`](eslint/eslint@d12be69) Fix: no-extra-bind No autofix if arg may have side effect (fixes [#10846](https://github-redirect.dependabot.com/eslint/eslint/issues/10846)) ([#10](https://github-redirect.dependabot.com/eslint/eslint/issues/10)...
- [`847372f`](eslint/eslint@847372f) Fix: no-unused-vars false pos. with markVariableAsUsed (fixes [#10952](https://github-redirect.dependabot.com/eslint/eslint/issues/10952)) ([#10954](https://github-redirect.dependabot.com/eslint/eslint/issues/10954))
- [`4132de7`](eslint/eslint@4132de7) Chore: Simplify space-infix-ops ([#10935](https://github-redirect.dependabot.com/eslint/eslint/issues/10935))
- [`543edfa`](eslint/eslint@543edfa) Fix: Fix error with one-var (fixes [#10937](https://github-redirect.dependabot.com/eslint/eslint/issues/10937)) ([#10938](https://github-redirect.dependabot.com/eslint/eslint/issues/10938))
- [`95c4cb1`](eslint/eslint@95c4cb1) Docs: Fix typo for no-unsafe-finally ([#10945](https://github-redirect.dependabot.com/eslint/eslint/issues/10945))
- Additional commits viewable in [compare view](eslint/eslint@v5.6.1...v5.7.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.6.1&new-version=5.7.0)](https://dependabot.com/compatibility-score.html?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.6.1&new-version=5.7.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
  • Loading branch information
dependabot[bot] authored and lipis committed Oct 21, 2018
1 parent 81f9c1c commit ebbed0e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"browser-sync": "2.24.7",
"coffee-script": "1.12.7",
"del": "3.0.0",
"eslint": "5.6.1",
"eslint": "5.7.0",
"eslint-config-prettier": "3.1.0",
"eslint-plugin-prettier": "3.0.0",
"gulp": "3.9.1",
Expand Down
53 changes: 18 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -693,11 +693,6 @@ after@0.8.2:
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
integrity sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=

ajv-keywords@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
integrity sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=

ajv@^5.1.0:
version "5.5.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
Expand All @@ -708,16 +703,6 @@ ajv@^5.1.0:
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"

ajv@^6.0.1:
version "6.5.2"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.2.tgz#678495f9b82f7cca6be248dd92f59bff5e1f4360"
integrity sha512-hOs7GfvI6tUI1LfZddH82ky6mOMyTuY0mk7kE2pWpmhhUSkumzaTO5vbVwij39MdwPQWCV4Zv57Eo06NtL/GVA==
dependencies:
fast-deep-equal "^2.0.1"
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.4.1"
uri-js "^4.2.1"

ajv@^6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.3.tgz#71a569d189ecf4f4f321224fecb166f071dd90f9"
Expand Down Expand Up @@ -2222,10 +2207,10 @@ eslint-visitor-keys@^1.0.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==

eslint@5.6.1:
version "5.6.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.1.tgz#348134e32ccc09abb2df1bf282b3f6eed8c7b480"
integrity sha512-hgrDtGWz368b7Wqf+v1Z69O3ZebNR0+GA7PtDdbmuz4rInFVUV9uw7whjZEiWyLzCjVb5Rs5WRN1TAS6eo7AYA==
eslint@5.7.0:
version "5.7.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.7.0.tgz#55c326d6fb2ad45fcbd0ce17c3846f025d1d819c"
integrity sha512-zYCeFQahsxffGl87U2aJ7DPyH8CbWgxBC213Y8+TCanhUTf2gEvfq3EKpHmEcozTLyPmGe9LZdMAwC/CpJBM5A==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.5.3"
Expand Down Expand Up @@ -2258,12 +2243,12 @@ eslint@5.6.1:
path-is-inside "^1.0.2"
pluralize "^7.0.0"
progress "^2.0.0"
regexpp "^2.0.0"
regexpp "^2.0.1"
require-uncached "^1.0.3"
semver "^5.5.1"
strip-ansi "^4.0.0"
strip-json-comments "^2.0.1"
table "^4.0.3"
table "^5.0.2"
text-table "^0.2.0"

espree@^4.0.0:
Expand Down Expand Up @@ -4462,7 +4447,7 @@ lodash@^3.3.1:
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=

lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5:
lodash@^4.17.10, lodash@^4.17.5:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
Expand Down Expand Up @@ -5896,10 +5881,10 @@ regex-not@^1.0.0, regex-not@^1.0.2:
extend-shallow "^3.0.2"
safe-regex "^1.1.0"

regexpp@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.0.tgz#b2a7534a85ca1b033bcf5ce9ff8e56d4e0755365"
integrity sha512-g2FAVtR8Uh8GO1Nv5wpxW7VFVwHcCEr4wyA8/MHiRkO8uHoR5ntAA8Uq3P1vvMTX/BeQiRVSpDGLd+Wn5HNOTA==
regexpp@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==

regexpu-core@^4.1.3, regexpu-core@^4.2.0:
version "4.2.0"
Expand Down Expand Up @@ -6708,15 +6693,13 @@ symbol-observable@^1.1.0:
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
integrity sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==

table@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/table/-/table-4.0.3.tgz#00b5e2b602f1794b9acaf9ca908a76386a7813bc"
integrity sha512-S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==
table@^5.0.2:
version "5.1.0"
resolved "https://registry.yarnpkg.com/table/-/table-5.1.0.tgz#69a54644f6f01ad1628f8178715b408dc6bf11f7"
integrity sha512-e542in22ZLhD/fOIuXs/8yDZ9W61ltF8daM88rkRNtgTIct+vI2fTnAyu/Db2TCfEcI8i7mjZz6meLq0nW7TYg==
dependencies:
ajv "^6.0.1"
ajv-keywords "^3.0.0"
chalk "^2.1.0"
lodash "^4.17.4"
ajv "^6.5.3"
lodash "^4.17.10"
slice-ansi "1.0.0"
string-width "^2.1.1"

Expand Down Expand Up @@ -7028,7 +7011,7 @@ upath@^1.0.0:
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd"
integrity sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==

uri-js@^4.2.1, uri-js@^4.2.2:
uri-js@^4.2.2:
version "4.2.2"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
integrity sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==
Expand Down

0 comments on commit ebbed0e

Please sign in to comment.