build: bump eslint from 4.18.2 to 4.19.0 #1137

Merged
dependabot-preview[bot] merged 1 commit from dependabot/npm_and_yarn/eslint-4.19.0 into master 2018-03-21 15:05:37 +01:00
dependabot-preview[bot] commented 2018-03-19 11:34:57 +01:00 (Migrated from github.com)

Bumps eslint from 4.18.2 to 4.19.0.

Release notes

Sourced from eslint's releases.

v4.19.0

  • 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫)
  • 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima)
  • 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis)
  • 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule description (#10084) (Stephen Edgar)
  • 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith)
  • e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz)
  • 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt)
  • 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz)
  • 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz)
  • 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto)
Changelog

Sourced from eslint's changelog.

v4.19.0 - March 16, 2018

  • 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994) (薛定谔的猫)
  • 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062) (Toru Nagashima)
  • 935f4e4 Docs: Clarify default ignoring of node_modules (#10092) (Matijs Brinkhuis)
  • 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule description (#10084) (Stephen Edgar)
  • 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073) (Josh Smith)
  • e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065) (Teddy Katz)
  • 66a1e9a Docs: fix possible typo (#10060) (Vse Mozhet Byt)
  • 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10054) (Teddy Katz)
  • 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055) (Teddy Katz)
  • 2a4c838 Docs: Update ECMAScript versions in FAQ (#10047) (alberto)
Commits
  • 4f595e8 4.19.0
  • 16fc59e Build: changelog update for 4.19.0
  • 55a1593 Update: consecutive option for one-var (fixes #4680) (#9994)
  • 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062)
  • 935f4e4 Docs: Clarify default ignoring of node_modules (#10092)
  • 72ed3db Docs: Wrap Buffer() in backticks in no-buffer-constructor rule descriptio...
  • 3aded2f Docs: Fix lodash typos, make spacing consistent (#10073)
  • e33bb64 Chore: enable no-param-reassign on ESLint codebase (#10065)
  • 66a1e9a Docs: fix possible typo (#10060)
  • 2e68be6 Update: give a node at least the indentation of its parent (fixes #9995) (#10...
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.

Bumps [eslint](https://github.com/eslint/eslint) from 4.18.2 to 4.19.0. <details> <summary>Release notes</summary> *Sourced from eslint's [releases](https://github.com/eslint/eslint/releases).* > ## v4.19.0 > * 55a1593 Update: consecutive option for one-var (fixes [#4680](https://github.com/eslint/eslint/issues/4680)) ([#9994](https://github.com/eslint/eslint/issues/9994)) (薛定谔的猫) > * 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes [#9893](https://github.com/eslint/eslint/issues/9893)) ([#10062](https://github.com/eslint/eslint/issues/10062)) (Toru Nagashima) > * 935f4e4 Docs: Clarify default ignoring of node_modules ([#10092](https://github.com/eslint/eslint/issues/10092)) (Matijs Brinkhuis) > * 72ed3db Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule description ([#10084](https://github.com/eslint/eslint/issues/10084)) (Stephen Edgar) > * 3aded2f Docs: Fix lodash typos, make spacing consistent ([#10073](https://github.com/eslint/eslint/issues/10073)) (Josh Smith) > * e33bb64 Chore: enable no-param-reassign on ESLint codebase ([#10065](https://github.com/eslint/eslint/issues/10065)) (Teddy Katz) > * 66a1e9a Docs: fix possible typo ([#10060](https://github.com/eslint/eslint/issues/10060)) (Vse Mozhet Byt) > * 2e68be6 Update: give a node at least the indentation of its parent (fixes [#9995](https://github.com/eslint/eslint/issues/9995)) ([#10054](https://github.com/eslint/eslint/issues/10054)) (Teddy Katz) > * 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes [#9878](https://github.com/eslint/eslint/issues/9878)) ([#10055](https://github.com/eslint/eslint/issues/10055)) (Teddy Katz) > * 2a4c838 Docs: Update ECMAScript versions in FAQ ([#10047](https://github.com/eslint/eslint/issues/10047)) (alberto) </details> <details> <summary>Changelog</summary> *Sourced from eslint's [changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).* > v4.19.0 - March 16, 2018 > > * 55a1593 Update: consecutive option for one-var (fixes [#4680](https://github.com/eslint/eslint/issues/4680)) ([#9994](https://github.com/eslint/eslint/issues/9994)) (薛定谔的猫) > * 8d3814e Fix: false positive about ES2018 RegExp enhancements (fixes [#9893](https://github.com/eslint/eslint/issues/9893)) ([#10062](https://github.com/eslint/eslint/issues/10062)) (Toru Nagashima) > * 935f4e4 Docs: Clarify default ignoring of node_modules ([#10092](https://github.com/eslint/eslint/issues/10092)) (Matijs Brinkhuis) > * 72ed3db Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule description ([#10084](https://github.com/eslint/eslint/issues/10084)) (Stephen Edgar) > * 3aded2f Docs: Fix lodash typos, make spacing consistent ([#10073](https://github.com/eslint/eslint/issues/10073)) (Josh Smith) > * e33bb64 Chore: enable no-param-reassign on ESLint codebase ([#10065](https://github.com/eslint/eslint/issues/10065)) (Teddy Katz) > * 66a1e9a Docs: fix possible typo ([#10060](https://github.com/eslint/eslint/issues/10060)) (Vse Mozhet Byt) > * 2e68be6 Update: give a node at least the indentation of its parent (fixes [#9995](https://github.com/eslint/eslint/issues/9995)) ([#10054](https://github.com/eslint/eslint/issues/10054)) (Teddy Katz) > * 72ca5b3 Update: Correctly indent JSXText with trailing linebreaks (fixes [#9878](https://github.com/eslint/eslint/issues/9878)) ([#10055](https://github.com/eslint/eslint/issues/10055)) (Teddy Katz) > * 2a4c838 Docs: Update ECMAScript versions in FAQ ([#10047](https://github.com/eslint/eslint/issues/10047)) (alberto) </details> <details> <summary>Commits</summary> - [`4f595e8`](https://github.com/eslint/eslint/commit/4f595e8a7cc1fefae866d2cf0e758515d6098e3c) 4.19.0 - [`16fc59e`](https://github.com/eslint/eslint/commit/16fc59e95140aeb7d7cda732aca7921a12b046c1) Build: changelog update for 4.19.0 - [`55a1593`](https://github.com/eslint/eslint/commit/55a15936346def8ddc0c5023431df20bec798fb2) Update: consecutive option for one-var (fixes [#4680](https://github.com/eslint/eslint/issues/4680)) ([#9994](https://github.com/eslint/eslint/issues/9994)) - [`8d3814e`](https://github.com/eslint/eslint/commit/8d3814e4ae823e58f40539047bb35bcaf5c76660) Fix: false positive about ES2018 RegExp enhancements (fixes [#9893](https://github.com/eslint/eslint/issues/9893)) ([#10062](https://github.com/eslint/eslint/issues/10062)) - [`935f4e4`](https://github.com/eslint/eslint/commit/935f4e460d83c39f107118c4c4dbb7f6b58684b1) Docs: Clarify default ignoring of node_modules ([#10092](https://github.com/eslint/eslint/issues/10092)) - [`72ed3db`](https://github.com/eslint/eslint/commit/72ed3dbcdda8ec1387e75676c3166fec71337a69) Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule descriptio... - [`3aded2f`](https://github.com/eslint/eslint/commit/3aded2f984a6bc972a3f2198fddcf4a323d7a201) Docs: Fix lodash typos, make spacing consistent ([#10073](https://github.com/eslint/eslint/issues/10073)) - [`e33bb64`](https://github.com/eslint/eslint/commit/e33bb64601b1dffe1b8bc8b2a5142121c8b56523) Chore: enable no-param-reassign on ESLint codebase ([#10065](https://github.com/eslint/eslint/issues/10065)) - [`66a1e9a`](https://github.com/eslint/eslint/commit/66a1e9aa85c37c1d4430ad633d8354930c818796) Docs: fix possible typo ([#10060](https://github.com/eslint/eslint/issues/10060)) - [`2e68be6`](https://github.com/eslint/eslint/commit/2e68be643178eeb86f2b9f66bc1670b624cb09f2) Update: give a node at least the indentation of its parent (fixes [#9995](https://github.com/eslint/eslint/issues/9995)) (#10... - Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v4.18.2...v4.19.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=4.18.2&new-version=4.19.0)](https://dependabot.com/compatibility-score.html?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=4.18.2&new-version=4.19.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`. If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#1137
No description provided.