dependabot[bot] opened a new pull request, #32457:
URL: https://github.com/apache/superset/pull/32457

   Bumps 
[eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) 
from 7.2.0 to 10.0.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/eslint-config-prettier/releases";>eslint-config-prettier's
 releases</a>.</em></p>
   <blockquote>
   <h2>v10.0.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/299";>#299</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe";><code>e750edc</code></a>
 Thanks <a href="https://github.com/Fdawgs";><code>@​Fdawgs</code></a>! - 
chore(package): explicitly declare js module type</li>
   </ul>
   <h2>v10.0.1</h2>
   <h1>eslint-config-prettier</h1>
   <h2>10.0.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>chore: migrate to changeset for automatically releasing by <a 
href="https://github.com/JounQin";><code>@​JounQin</code></a> in <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/278";>prettier/eslint-config-prettier#278</a></li>
   <li>add support for <code>@stylistic/eslint-plugin</code> by <a 
href="https://github.com/abrahamguo";><code>@​abrahamguo</code></a> in <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/272";>prettier/eslint-config-prettier#272</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/JounQin";><code>@​JounQin</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/278";>prettier/eslint-config-prettier#278</a></li>
   <li><a href="https://github.com/abrahamguo";><code>@​abrahamguo</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/272";>prettier/eslint-config-prettier#272</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1";>https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.0.1</a></p>
   <h2>v10.0.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/272";>#272</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/5be64bef68c3a9bf7202f591f54ffec02572e46b";><code>5be64be</code></a>
 Thanks <a href="https://github.com/abrahamguo";><code>@​abrahamguo</code></a>! 
- add support for <code>@stylistic</code> formatting rules</li>
   </ul>
   </blockquote>
   </details>
   <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>
   <h2>10.0.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/299";>#299</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe";><code>e750edc</code></a>
 Thanks <a href="https://github.com/Fdawgs";><code>@​Fdawgs</code></a>! - 
chore(package): explicitly declare js module type</li>
   </ul>
   <h2>10.0.0</h2>
   <h3>Major Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/272";>#272</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/5be64bef68c3a9bf7202f591f54ffec02572e46b";><code>5be64be</code></a>
 Thanks <a href="https://github.com/abrahamguo";><code>@​abrahamguo</code></a>! 
- add support for <a 
href="https://github.com/stylistic";><code>@​stylistic</code></a> formatting 
rules</li>
   </ul>
   <h2>Versions before 10.0.0</h2>
   <h3>Version 9.1.0 (2023-12-02)</h3>
   <ul>
   <li>Added: [unicorn/template-indent], (as a [special 
rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (<a 
href="https://github.com/gurgunday";><code>@​gurgunday</code></a>)!</li>
   <li>Changed: All the [formatting rules that were deprecated in ESLint 
8.53.0][deprecated-8.53.0] are now excluded if you set the 
<code>ESLINT_CONFIG_PRETTIER_NO_DEPRECATED</code> environment variable.</li>
   </ul>
   <h3>Version 9.0.0 (2023-08-05)</h3>
   <ul>
   <li>Added: The CLI helper tool now works with eslint.config.js (flat 
config). Just like ESLint itself, the CLI tool automatically first tries 
eslint.config.js and then eslintrc, and you can force which one to use by 
setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that the 
<em>config</em> of eslint-config-prettier has always been compatible with 
eslint.config.js (flat config) – it was just the CLI tool that needed updating. 
On top of that, the docs have been updated to mention how to use both 
eslint.config.js (flat config) and eslintrc, and the tests now test both config 
systems.</li>
   <li>Changed: [unicode-bom] is no longer turned off. Prettier preserves the 
BOM if you have one, and does not add one if missing. It was wrong of 
eslint-config-prettier to disable that rule. If you get ESLint errors after 
upgrading, either add <code>&quot;unicode-bom&quot;: &quot;off&quot;</code> to 
your config to disable it again, or run ESLint with <code>--fix</code> to fix 
all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien 
(<a href="https://github.com/nstepien";><code>@​nstepien</code></a>)!</li>
   </ul>
   <h3>Version 8.10.0 (2023-08-03)</h3>
   <ul>
   <li>Added: [max-statements-per-line]. Thanks to <a 
href="https://github.com/Zamiell";><code>@​Zamiell</code></a>!</li>
   </ul>
   <h3>Version 8.9.0 (2023-07-27)</h3>
   <ul>
   <li>Added: [vue/array-element-newline]. Thanks to <a 
href="https://github.com/xcatliu";><code>@​xcatliu</code></a>!</li>
   </ul>
   <h3>Version 8.8.0 (2023-03-20)</h3>
   <ul>
   <li>Added: [<code>@​typescript-eslint/lines-around-comment</code>]. Thanks 
to <a href="https://github.com/ttionya";><code>@​ttionya</code></a>!</li>
   </ul>
   <h3>Version 8.7.0 (2023-03-06)</h3>
   <ul>
   <li>Added: [<code>@​typescript-eslint/block-spacing</code>]. Thanks to <a 
href="https://github.com/ttionya";><code>@​ttionya</code></a>!</li>
   <li>Added: [<code>@​typescript-eslint/key-spacing</code>]. Thanks to <a 
href="https://github.com/ttionya";><code>@​ttionya</code></a>!</li>
   </ul>
   <h3>Version 8.6.0 (2023-01-02)</h3>
   <ul>
   <li>Added: [vue/multiline-ternary]. Thanks to <a 
href="https://github.com/xcatliu";><code>@​xcatliu</code></a>!</li>
   </ul>
   <h3>Version 8.5.0 (2022-03-02)</h3>
   <ul>
   <li>Added: [<code>@​typescript-eslint/space-before-blocks</code>]. Thanks to 
Masafumi Koba (<a 
href="https://github.com/ybiquitous";><code>@​ybiquitous</code></a>)!</li>
   </ul>
   <h3>Version 8.4.0 (2022-02-19)</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/e2015cd918969a67a31906c9670e09752a87e122";><code>e2015cd</code></a>
 chore: release eslint-config-prettier (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/301";>#301</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/e750edc530c816e0b3ffabfab1f4e46532bccbfe";><code>e750edc</code></a>
 chore(package): explicitly declare js module type (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/299";>#299</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/b5b913df8fb9211813a734efa17b659012e9c5f0";><code>b5b913d</code></a>
 ci: bump github actions (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/300";>#300</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/9160ca2476b3bbf0937159112cc036ebdad9c1c7";><code>9160ca2</code></a>
 chore: add FUNDING.yml</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/c5170f0281a4a439acb2e31fa2136bf6dcd54de0";><code>c5170f0</code></a>
 fix: add main field</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/e814e707b19ca96737218f5d014737ca7cd939d0";><code>e814e70</code></a>
 chore: change release folders</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/9ebedc7c7dafe099237d4606839cb71bca45c04c";><code>9ebedc7</code></a>
 chore: release eslint-config-prettier (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/296";>#296</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/5be64bef68c3a9bf7202f591f54ffec02572e46b";><code>5be64be</code></a>
 feat: add support for <code>@stylistic/eslint-plugin</code> (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/272";>#272</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/5687e7de69ac132f053b4bc5474d5963aa3bf6d6";><code>5687e7d</code></a>
 chore: migrate to changeset for automatically releasing (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/278";>#278</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/4f3bbb445fe2bbf39efb5fc4404ed5159baab78d";><code>4f3bbb4</code></a>
 Remove unused eslint-disable-next-line comment</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v10.0.2";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~jounqin";>jounqin</a>, a new releaser for 
eslint-config-prettier since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-prettier&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <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 squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to