ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link

Bump eslint from 5.6.1 to 5.7.0 #87

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint from 5.6.1 to 5.7.0.

Release notes *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)
Changelog *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)
Commits - [`77bb207`](https://github.com/eslint/eslint/commit/77bb2071b4b9f78929bdf4b97a016fef106348e6) 5.7.0 - [`aa599c4`](https://github.com/eslint/eslint/commit/aa599c4e060e6ca5e6fa840eae0b3c716aa31fe1) Build: changelog update for 5.7.0 - [`536611a`](https://github.com/eslint/eslint/commit/536611ae7e9b752b1c0dcc0e7f5def861a88aee0) 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`](https://github.com/eslint/eslint/commit/6cb63fd06658740bfb3d0aa007f41fbb28d0ac6f) 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`](https://github.com/eslint/eslint/commit/5fd1bdab1183ba06f3b098e5d60b333c94f5ad2b) 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`](https://github.com/eslint/eslint/commit/d12be6944f4b1c889bdbdf716eb5713594204b4c) 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`](https://github.com/eslint/eslint/commit/847372f7719c294aa78b0666142789d738d2c6a8) 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`](https://github.com/eslint/eslint/commit/4132de726801a96bf11df665c7bb14c4c4901a84) Chore: Simplify space-infix-ops ([#10935](https://github-redirect.dependabot.com/eslint/eslint/issues/10935)) - [`543edfa`](https://github.com/eslint/eslint/commit/543edfa89e04ec76b2f68f4d9d11084d91af2bba) 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`](https://github.com/eslint/eslint/commit/95c4cb18872eadd552c5ddb400f5a2da8df1e992) Docs: Fix typo for no-unsafe-finally ([#10945](https://github-redirect.dependabot.com/eslint/eslint/issues/10945)) - Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v5.6.1...v5.7.0)


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.


Dependabot commands and options
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.