Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0 #135

Merged
argoyle merged 2 commits from dependabot-npm_and_yarn-eslint-config-prettier-8.3.0 into master 2021-12-13 20:27:12 +00:00
argoyle commented 2021-11-23 04:52:24 +00:00 (Migrated from gitlab.com)

Bumps eslint-config-prettier from 6.15.0 to 8.3.0.

Changelog

Sourced from eslint-config-prettier's changelog.

Version 8.3.0 (2021-04-24)

  • Added: Support for [@​babel/eslint-plugin]. Thanks to Chip Zhang (@​ChipZhang) for the heads-up! ([eslint-plugin-babel] is still supported, too.)

Version 8.2.0 (2021-04-13)

  • Added: [flowtype/quotes]. Thanks to Martin Zlámal (@​mrtnzlml)!

Version 8.1.0 (2021-02-24)

  • Added: [flowtype/object-type-curly-spacing].
  • Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade.

Version 8.0.0 (2021-02-21)

  • Changed: All configs have been merged into one!

    To upgrade, change:

    {
      "extends": [
        "some-other-config-you-use",
        "prettier",
        "prettier/@typescript-eslint",
        "prettier/babel",
        "prettier/flowtype",
        "prettier/react",
        "prettier/standard",
        "prettier/unicorn",
        "prettier/vue"
      ]
    }
    

    Into:

    {
      "extends": [
        "some-other-config-you-use",
        "prettier"
      ]
    }
    

    The "prettier" config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!

    So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (@​lydell) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (@​thorn0) for pointing this out!

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p> <blockquote> <h3>Version 8.3.0 (2021-04-24)</h3> <ul> <li>Added: Support for [<code>@​babel/eslint-plugin</code>]. Thanks to Chip Zhang (<a href="https://github.com/ChipZhang"><code>@​ChipZhang</code></a>) for the heads-up! ([eslint-plugin-babel] is still supported, too.)</li> </ul> <h3>Version 8.2.0 (2021-04-13)</h3> <ul> <li>Added: [flowtype/quotes]. Thanks to Martin Zlámal (<a href="https://github.com/mrtnzlml"><code>@​mrtnzlml</code></a>)!</li> </ul> <h3>Version 8.1.0 (2021-02-24)</h3> <ul> <li>Added: [flowtype/object-type-curly-spacing].</li> <li>Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade.</li> </ul> <h3>Version 8.0.0 (2021-02-21)</h3> <ul> <li> <p>Changed: All configs have been merged into one!</p> <p>To upgrade, change:</p> <pre lang="json"><code>{ &quot;extends&quot;: [ &quot;some-other-config-you-use&quot;, &quot;prettier&quot;, &quot;prettier/@typescript-eslint&quot;, &quot;prettier/babel&quot;, &quot;prettier/flowtype&quot;, &quot;prettier/react&quot;, &quot;prettier/standard&quot;, &quot;prettier/unicorn&quot;, &quot;prettier/vue&quot; ] } </code></pre> <p>Into:</p> <!-- raw HTML omitted --> <pre lang="json"><code>{ &quot;extends&quot;: [ &quot;some-other-config-you-use&quot;, &quot;prettier&quot; ] } </code></pre> <p>The <code>&quot;prettier&quot;</code> config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!</p> <p>So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (<a href="https://github.com/lydell"><code>@​lydell</code></a>) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (<a href="https://github.com/thorn0"><code>@​thorn0</code></a>) for pointing this out!</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/6537dd961a7b612d6104017234024f241c2b7591"><code>6537dd9</code></a> eslint-config-prettier v8.3.0</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/79db534f6afc0be1c9b1a6c7c3fdf825cbe52827"><code>79db534</code></a> Add <code>@​babel/eslint-plugin</code> (<a href="https://github.com/prettier/eslint-config-prettier/issues/187">#187</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/8954ede730b26df60fede2074d726a3c45d7a95f"><code>8954ede</code></a> Update npm packages</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/56213e4f454fbe6c187d15b52a2c91df8b414b3c"><code>56213e4</code></a> eslint-config-prettier v8.2.0</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/d977acefb78dae2944c4508f3b32b4f75d10cecd"><code>d977ace</code></a> Update npm packages</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/6df206ed4ae2c1550ef6f108181a92ec88e4700e"><code>6df206e</code></a> Add new rule <code>flowtype/quotes</code> (<a href="https://github.com/prettier/eslint-config-prettier/issues/184">#184</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/87405b6765964e87bc56f87dce35fcd96d12d3d5"><code>87405b6</code></a> Clarify what to add to .eslintrc in readme (<a href="https://github.com/prettier/eslint-config-prettier/issues/183">#183</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/96efee3dc6d37f9a89d6facb04359a73409cb1e6"><code>96efee3</code></a> Bump y18n from 3.2.1 to 3.2.2 (<a href="https://github.com/prettier/eslint-config-prettier/issues/182">#182</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/d6c429724a7f66786f7c44c216ce70d44ef413a6"><code>d6c4297</code></a> eslint-config-prettier v8.1.0</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/4e00e6d04f2f9b1e37be741e291f2ed7c60fafd9"><code>4e00e6d</code></a> Add dummy legacy configs</li> <li>Additional commits viewable in <a href="https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v8.3.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-11-23 05:35:54 +00:00 (Migrated from gitlab.com)

$dependabot recreate

$dependabot recreate
argoyle commented 2021-11-23 05:36:02 +00:00 (Migrated from gitlab.com)

⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️

:warning: `dependabot` is recreating merge request. All changes will be overwritten! :warning:
argoyle commented 2021-11-23 05:41:08 +00:00 (Migrated from gitlab.com)

added 9 commits

  • 5db8c690...46f54543 - 8 commits from branch master
  • b7ad2cde - Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0

Compare with previous version

added 9 commits <ul><li>5db8c690...46f54543 - 8 commits from branch <code>master</code></li><li>b7ad2cde - Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/86/diffs?diff_id=283161240&start_sha=5db8c690bdc12dec31704c3c3f6989d865a58b42)
argoyle commented 2021-11-23 05:51:49 +00:00 (Migrated from gitlab.com)

dependabot successfuly recreated merge request!

:white_check_mark: `dependabot` successfuly recreated merge request!
argoyle commented 2021-11-23 05:51:50 +00:00 (Migrated from gitlab.com)

added 1 commit

  • be6cdb67 - Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0

Compare with previous version

added 1 commit <ul><li>be6cdb67 - Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/86/diffs?diff_id=283164172&start_sha=b7ad2cde70359215b7afe3a9305dd9b4a029c6f9)
argoyle commented 2021-12-13 19:51:59 +00:00 (Migrated from gitlab.com)

added 56 commits

  • be6cdb67...5853adad - 54 commits from branch master
  • 6029fea1 - Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0
  • 34e4f510 - fix: eslint config

Compare with previous version

added 56 commits <ul><li>be6cdb67...5853adad - 54 commits from branch <code>master</code></li><li>6029fea1 - Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.0</li><li>34e4f510 - fix: eslint config</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/86/diffs?diff_id=295312038&start_sha=be6cdb67e3e19635d7911937a284e7365b955a31)
argoyle commented 2021-12-13 20:26:55 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
argoyle commented 2021-12-13 20:27:12 +00:00 (Migrated from gitlab.com)

mentioned in commit bde8e04efa

mentioned in commit bde8e04efa8475aa394130d6c23d72a88cdcd724
argoyle (Migrated from gitlab.com) merged commit bde8e04efa into master 2021-12-13 20:27:12 +00:00
Sign in to join this conversation.