Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prettier/eslint-config-prettier
base: v3.1.0
Choose a base ref
...
head repository: prettier/eslint-config-prettier
compare: v3.2.0
Choose a head ref
  • 13 commits
  • 11 files changed
  • 2 contributors

Commits on Nov 8, 2018

  1. Bump prettier from 1.14.3 to 1.15.1 (#58)

    Bumps [prettier](https://github.com/prettier/prettier) from 1.14.3 to 1.15.1.
    <details>
    <summary>Release notes</summary>
    
    *Sourced from [prettier's releases](https://github.com/prettier/prettier/releases).*
    
    > ## 1.15.1
    > 🔗 [**Changelog**](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1151)
    > 
    > ## Prettier 1.15: HTML, Vue, Angular and MDX Support
    > **[🔗 Release Notes](https://prettier.io/blog/2018/11/07/1.15.0.html)**
    </details>
    <details>
    <summary>Changelog</summary>
    
    *Sourced from [prettier's changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md).*
    
    > # 1.15.1
    > 
    > [diff](prettier/prettier@1.15.0...1.15.1)
    > 
    > - Markdown: do not keep increasing backslashes for dollar sign ([#5358](https://github-redirect.dependabot.com/prettier/prettier/pull/5358))
    > 
    > # 1.15.0
    > 
    > [diff](prettier/prettier@1.14.3...1.15.0)
    > 
    > 🔗 [Release Notes](https://prettier.io/blog/2018/11/07/1.15.0.html)
    </details>
    <details>
    <summary>Commits</summary>
    
    - [`b11391d`](prettier/prettier@b11391d) Release 1.15.1
    - [`8cedb9d`](prettier/prettier@8cedb9d) fix(markdown): do not keep increasing backslashes for dollar sign ([#5358](https://github-redirect.dependabot.com/prettier/prettier/issues/5358))
    - [`e036251`](prettier/prettier@e036251) Update rationale for the 1.15 changes ([#5332](https://github-redirect.dependabot.com/prettier/prettier/issues/5332))
    - [`514b6d3`](prettier/prettier@514b6d3) Bump Prettier dependency to 1.15.0
    - [`fa40f2d`](prettier/prettier@fa40f2d) docs(blog): 1.15 release ([#5296](https://github-redirect.dependabot.com/prettier/prettier/issues/5296))
    - [`4559a77`](prettier/prettier@4559a77) Release 1.15.0
    - [`e882452`](prettier/prettier@e882452) Bump @babel/parser ([#5356](https://github-redirect.dependabot.com/prettier/prettier/issues/5356))
    - [`40ac851`](prettier/prettier@40ac851) fix(html-in-js): do not break empty content ([#5355](https://github-redirect.dependabot.com/prettier/prettier/issues/5355))
    - [`a4e8aaf`](prettier/prettier@a4e8aaf) fix(jsx): do not move trailing char to the next line as leading char ([#5354](https://github-redirect.dependabot.com/prettier/prettier/issues/5354))
    - [`f9bce75`](prettier/prettier@f9bce75) Update language support docs ([#5178](https://github-redirect.dependabot.com/prettier/prettier/issues/5178))
    - Additional commits viewable in [compare view](prettier/prettier@1.14.3...1.15.1)
    </details>
    <br />
    
    [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.14.3&new-version=1.15.1)](https://dependabot.com/compatibility-score.html?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.14.3&new-version=1.15.1)
    
    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`.
    
    ---
    
    **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
    
    You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
    
    <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>
    dependabot[bot] authored and lipis committed Nov 8, 2018
    Copy the full SHA
    d409a3b View commit details
    Browse the repository at this point in the history
  2. Bump eslint from 5.6.0 to 5.8.0 (#59)

    Bumps [eslint](https://github.com/eslint/eslint) from 5.6.0 to 5.8.0.
    <details>
    <summary>Release notes</summary>
    
    *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).*
    
    > ## v5.8.0
    > * 9152417 Fix: deprecation warning in RuleTester using Node v11 ([#11009](https://github-redirect.dependabot.com/eslint/eslint/issues/11009)) (Teddy Katz)
    > * e349a03 Docs: Update issue templates to ask for PRs ([#11012](https://github-redirect.dependabot.com/eslint/eslint/issues/11012)) (Nicholas C. Zakas)
    > * 3d88b38 Chore: avoid using legacy report API in no-irregular-whitespace ([#11013](https://github-redirect.dependabot.com/eslint/eslint/issues/11013)) (Teddy Katz)
    > * 5a31a92 Build: compile espree's deps to ES5 when generating site (fixes [#11014](https://github-redirect.dependabot.com/eslint/eslint/issues/11014)) ([#11015](https://github-redirect.dependabot.com/eslint/eslint/issues/11015)) (Teddy Katz)
    > * 3943635 Update: Create Linter.version API (fixes [#9271](https://github-redirect.dependabot.com/eslint/eslint/issues/9271)) ([#11010](https://github-redirect.dependabot.com/eslint/eslint/issues/11010)) (Nicholas C. Zakas)
    > * a940cf4 Docs: Mention version for config glob patterns (fixes [#8793](https://github-redirect.dependabot.com/eslint/eslint/issues/8793)) (Nicholas C. Zakas)
    > * 6e1c530 Build: run tests on Node 11 ([#11008](https://github-redirect.dependabot.com/eslint/eslint/issues/11008)) (Teddy Katz)
    > * 58ff359 Docs: add instructions for npm 2FA (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10992](https://github-redirect.dependabot.com/eslint/eslint/issues/10992)) (Teddy Katz)
    > * 2f87bb3 Upgrade: eslint-release@1.0.0 (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10991](https://github-redirect.dependabot.com/eslint/eslint/issues/10991)) (Teddy Katz)
    > * 57ef0fd Fix: prefer-const when using destructuring assign (fixes [#8308](https://github-redirect.dependabot.com/eslint/eslint/issues/8308)) ([#10924](https://github-redirect.dependabot.com/eslint/eslint/issues/10924)) (Nicholas C. Zakas)
    > * 577cbf1 Chore: Add typescript-specific edge case tests to space-infix-ops ([#10986](https://github-redirect.dependabot.com/eslint/eslint/issues/10986)) (Bence Dányi)
    > * d45b184 Chore: Using deconstruction assignment for shelljs ([#10974](https://github-redirect.dependabot.com/eslint/eslint/issues/10974)) (ZYSzys)
    > 
    > ## 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)
    > 
    > ## v5.6.1
    > * 9b26bdb Fix: avoid exponential require-atomic-updates traversal (fixes [#10893](https://github-redirect.dependabot.com/eslint/eslint/issues/10893)) ([#10894](https://github-redirect.dependabot.com/eslint/eslint/issues/10894)) (Teddy Katz)
    > * 9432b10 Fix: make separateRequires work in consecutive mode (fixes [#10784](https://github-redirect.dependabot.com/eslint/eslint/issues/10784)) ([#10886](https://github-redirect.dependabot.com/eslint/eslint/issues/10886)) (Pig Fang)
    > * e51868d Upgrade: debug@4 (fixes [#10854](https://github-redirect.dependabot.com/eslint/eslint/issues/10854)) ([#10887](https://github-redirect.dependabot.com/eslint/eslint/issues/10887)) (薛定谔的猫)
    > * d3f3994 Docs: add information about reporting security issues ([#10889](https://github-redirect.dependabot.com/eslint/eslint/issues/10889)) (Teddy Katz)
    > * cc458f4 Build: fix failing tests on master ([#10890](https://github-redirect.dependabot.com/eslint/eslint/issues/10890)) (Teddy Katz)
    > * a6ebfd3 Docs: clarify defaultAssignment option, fix no-unneeded-ternary examples ([#10874](https://github-redirect.dependabot.com/eslint/eslint/issues/10874)) (CoffeeTableEspresso)
    > * 9d52541 Fix: Remove duplicate error message on crash (fixes [#8964](https://github-redirect.dependabot.com/eslint/eslint/issues/8964)) ([#10865](https://github-redirect.dependabot.com/eslint/eslint/issues/10865)) (Nicholas C. Zakas)
    > * 4eb9a49 Docs: Update quotes.md ([#10862](https://github-redirect.dependabot.com/eslint/eslint/issues/10862)) (The Jared Wilcurt)
    > * 9159e9b Docs: Update complexity.md ([#10867](https://github-redirect.dependabot.com/eslint/eslint/issues/10867)) (Szymon Przybylski)
    > * 14f4e46 Docs: Use Linter instead of linter in Nodejs API page ([#10864](https://github-redirect.dependabot.com/eslint/eslint/issues/10864)) (Nicholas C. Zakas)
    > * b3e3cb1 Chore: Update debug log name to match filename ([#10863](https://github-redirect.dependabot.com/eslint/eslint/issues/10863)) (Nicholas C. Zakas)
    </details>
    <details>
    <summary>Changelog</summary>
    
    *Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).*
    
    > v5.8.0 - October 26, 2018
    > 
    > * 9152417 Fix: deprecation warning in RuleTester using Node v11 ([#11009](https://github-redirect.dependabot.com/eslint/eslint/issues/11009)) (Teddy Katz)
    > * e349a03 Docs: Update issue templates to ask for PRs ([#11012](https://github-redirect.dependabot.com/eslint/eslint/issues/11012)) (Nicholas C. Zakas)
    > * 3d88b38 Chore: avoid using legacy report API in no-irregular-whitespace ([#11013](https://github-redirect.dependabot.com/eslint/eslint/issues/11013)) (Teddy Katz)
    > * 5a31a92 Build: compile espree's deps to ES5 when generating site (fixes [#11014](https://github-redirect.dependabot.com/eslint/eslint/issues/11014)) ([#11015](https://github-redirect.dependabot.com/eslint/eslint/issues/11015)) (Teddy Katz)
    > * 3943635 Update: Create Linter.version API (fixes [#9271](https://github-redirect.dependabot.com/eslint/eslint/issues/9271)) ([#11010](https://github-redirect.dependabot.com/eslint/eslint/issues/11010)) (Nicholas C. Zakas)
    > * a940cf4 Docs: Mention version for config glob patterns (fixes [#8793](https://github-redirect.dependabot.com/eslint/eslint/issues/8793)) (Nicholas C. Zakas)
    > * 6e1c530 Build: run tests on Node 11 ([#11008](https://github-redirect.dependabot.com/eslint/eslint/issues/11008)) (Teddy Katz)
    > * 58ff359 Docs: add instructions for npm 2FA (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10992](https://github-redirect.dependabot.com/eslint/eslint/issues/10992)) (Teddy Katz)
    > * 2f87bb3 Upgrade: eslint-release@1.0.0 (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10991](https://github-redirect.dependabot.com/eslint/eslint/issues/10991)) (Teddy Katz)
    > * 57ef0fd Fix: prefer-const when using destructuring assign (fixes [#8308](https://github-redirect.dependabot.com/eslint/eslint/issues/8308)) ([#10924](https://github-redirect.dependabot.com/eslint/eslint/issues/10924)) (Nicholas C. Zakas)
    > * 577cbf1 Chore: Add typescript-specific edge case tests to space-infix-ops ([#10986](https://github-redirect.dependabot.com/eslint/eslint/issues/10986)) (Bence Dányi)
    > * d45b184 Chore: Using deconstruction assignment for shelljs ([#10974](https://github-redirect.dependabot.com/eslint/eslint/issues/10974)) (ZYSzys)
    > 
    > 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)
    > 
    > v5.6.1 - September 28, 2018
    > 
    > * 9b26bdb Fix: avoid exponential require-atomic-updates traversal (fixes [#10893](https://github-redirect.dependabot.com/eslint/eslint/issues/10893)) ([#10894](https://github-redirect.dependabot.com/eslint/eslint/issues/10894)) (Teddy Katz)
    > * 9432b10 Fix: make separateRequires work in consecutive mode (fixes [#10784](https://github-redirect.dependabot.com/eslint/eslint/issues/10784)) ([#10886](https://github-redirect.dependabot.com/eslint/eslint/issues/10886)) (Pig Fang)
    > * e51868d Upgrade: debug@4 (fixes [#10854](https://github-redirect.dependabot.com/eslint/eslint/issues/10854)) ([#10887](https://github-redirect.dependabot.com/eslint/eslint/issues/10887)) (薛定谔的猫)
    > * d3f3994 Docs: add information about reporting security issues ([#10889](https://github-redirect.dependabot.com/eslint/eslint/issues/10889)) (Teddy Katz)
    > * cc458f4 Build: fix failing tests on master ([#10890](https://github-redirect.dependabot.com/eslint/eslint/issues/10890)) (Teddy Katz)
    > * a6ebfd3 Docs: clarify defaultAssignment option, fix no-unneeded-ternary examples ([#10874](https://github-redirect.dependabot.com/eslint/eslint/issues/10874)) (CoffeeTableEspresso)
    > * 9d52541 Fix: Remove duplicate error message on crash (fixes [#8964](https://github-redirect.dependabot.com/eslint/eslint/issues/8964)) ([#10865](https://github-redirect.dependabot.com/eslint/eslint/issues/10865)) (Nicholas C. Zakas)
    > * 4eb9a49 Docs: Update quotes.md ([#10862](https://github-redirect.dependabot.com/eslint/eslint/issues/10862)) (The Jared Wilcurt)
    > * 9159e9b Docs: Update complexity.md ([#10867](https://github-redirect.dependabot.com/eslint/eslint/issues/10867)) (Szymon Przybylski)
    > * 14f4e46 Docs: Use Linter instead of linter in Nodejs API page ([#10864](https://github-redirect.dependabot.com/eslint/eslint/issues/10864)) (Nicholas C. Zakas)
    > * b3e3cb1 Chore: Update debug log name to match filename ([#10863](https://github-redirect.dependabot.com/eslint/eslint/issues/10863)) (Nicholas C. Zakas)
    </details>
    <details>
    <summary>Commits</summary>
    
    - [`9771442`](eslint/eslint@9771442) 5.8.0
    - [`cef05cc`](eslint/eslint@cef05cc) Build: changelog update for 5.8.0
    - [`9152417`](eslint/eslint@9152417) Fix: deprecation warning in RuleTester using Node v11 ([#11009](https://github-redirect.dependabot.com/eslint/eslint/issues/11009))
    - [`e349a03`](eslint/eslint@e349a03) Docs: Update issue templates to ask for PRs ([#11012](https://github-redirect.dependabot.com/eslint/eslint/issues/11012))
    - [`3d88b38`](eslint/eslint@3d88b38) Chore: avoid using legacy report API in no-irregular-whitespace ([#11013](https://github-redirect.dependabot.com/eslint/eslint/issues/11013))
    - [`5a31a92`](eslint/eslint@5a31a92) Build: compile espree's deps to ES5 when generating site (fixes [#11014](https://github-redirect.dependabot.com/eslint/eslint/issues/11014)) ([#11015](https://github-redirect.dependabot.com/eslint/eslint/issues/11015))
    - [`3943635`](eslint/eslint@3943635) Update: Create Linter.version API (fixes [#9271](https://github-redirect.dependabot.com/eslint/eslint/issues/9271)) ([#11010](https://github-redirect.dependabot.com/eslint/eslint/issues/11010))
    - [`a940cf4`](eslint/eslint@a940cf4) Docs: Mention version for config glob patterns (fixes [#8793](https://github-redirect.dependabot.com/eslint/eslint/issues/8793))
    - [`6e1c530`](eslint/eslint@6e1c530) Build: run tests on Node 11 ([#11008](https://github-redirect.dependabot.com/eslint/eslint/issues/11008))
    - [`58ff359`](eslint/eslint@58ff359) Docs: add instructions for npm 2FA (refs [#10631](https://github-redirect.dependabot.com/eslint/eslint/issues/10631)) ([#10992](https://github-redirect.dependabot.com/eslint/eslint/issues/10992))
    - Additional commits viewable in [compare view](eslint/eslint@v5.6.0...v5.8.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.0&new-version=5.8.0)](https://dependabot.com/compatibility-score.html?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.6.0&new-version=5.8.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`.
    
    ---
    
    **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
    
    You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
    
    <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>
    dependabot[bot] authored and lipis committed Nov 8, 2018
    Copy the full SHA
    a240928 View commit details
    Browse the repository at this point in the history
  3. Bump babel-eslint from 9.0.0 to 10.0.1 (#60)

    Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 9.0.0 to 10.0.1.
    <details>
    <summary>Release notes</summary>
    
    *Sourced from [babel-eslint's releases](https://github.com/babel/babel-eslint/releases).*
    
    > # v10.0.1
    > 
    > - Reverting https://github-redirect.dependabot.com/babel/babel-eslint/pull/584
    > 
    > The `TypeAlias` "conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change.
    > 
    > # v10.0.0
    > 
    > Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different.
    > 
    > - Bugfix for `TypeAlias`: https://github-redirect.dependabot.com/babel/babel-eslint/pull/584
    > 
    > ```js
    > /* [**flow**](https://github.com/flow) */
    > type Node<T> = { head: T; tail: Node<T> }
    > 
    > // or 
    > 
    > type File = {chunks: Array<Chunk>}
    > type Chunk = {file: File}
    > ```
    > 
    > - Update to test against ESLint 5, add a peerDependency: https://github-redirect.dependabot.com/babel/babel-eslint/pull/689
    > - Drop monkeypatching behavior: https://github-redirect.dependabot.com/babel/babel-eslint/pull/690
    </details>
    <details>
    <summary>Commits</summary>
    
    - [`4cf0a21`](babel/babel-eslint@4cf0a21) 10.0.1
    - [`98c1f13`](babel/babel-eslint@98c1f13) Revert [#584](https://github-redirect.dependabot.com/babel/babel-eslint/issues/584) ([#697](https://github-redirect.dependabot.com/babel/babel-eslint/issues/697))
    - [`8f78e28`](babel/babel-eslint@8f78e28) 10.0.0
    - [`717fba7`](babel/babel-eslint@717fba7) test value should be switched
    - [`020d012`](babel/babel-eslint@020d012) Treat type alias declarationlike function declaration ([#584](https://github-redirect.dependabot.com/babel/babel-eslint/issues/584))
    - [`b400cb1`](babel/babel-eslint@b400cb1) Test eslint5, update peerDep ([#690](https://github-redirect.dependabot.com/babel/babel-eslint/issues/690))
    - [`c333bd6`](babel/babel-eslint@c333bd6) Drop old monkeypatching behavior ([#689](https://github-redirect.dependabot.com/babel/babel-eslint/issues/689))
    - See full diff in [compare view](babel/babel-eslint@v9.0.0...v10.0.1)
    </details>
    <br />
    
    [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=babel-eslint&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=10.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=babel-eslint&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=10.0.1)
    
    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`.
    
    ---
    
    **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
    
    You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
    
    <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>
    dependabot[bot] authored and lipis committed Nov 8, 2018
    Copy the full SHA
    25e622d View commit details
    Browse the repository at this point in the history
  4. Bump eslint-config-google from 0.10.0 to 0.11.0 (#62)

    Bumps [eslint-config-google](https://github.com/google/eslint-config-google) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/google/eslint-config-google/releases)
    - [Commits](google/eslint-config-google@0.10.0...0.11.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and lipis committed Nov 8, 2018
    Copy the full SHA
    0ccf052 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a62f091 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Update dependencies

    lydell committed Nov 10, 2018
    Copy the full SHA
    807a189 View commit details
    Browse the repository at this point in the history
  2. Work around an npm bug for Node.js 6

    Fixes #57.
    lydell committed Nov 10, 2018
    Copy the full SHA
    9b6bb18 View commit details
    Browse the repository at this point in the history
  3. Document no-sequences gotcha

    lydell committed Nov 10, 2018
    Copy the full SHA
    2c60901 View commit details
    Browse the repository at this point in the history
  4. Add table of contents

    lydell committed Nov 10, 2018
    Copy the full SHA
    e47404c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    351d791 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8036d25 View commit details
    Browse the repository at this point in the history
  7. Fix missing words in README.md

    lydell committed Nov 10, 2018
    Copy the full SHA
    34d1fbd View commit details
    Browse the repository at this point in the history
  8. eslint-config-prettier v3.2.0

    lydell committed Nov 10, 2018
    Copy the full SHA
    aad5bd9 View commit details
    Browse the repository at this point in the history