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

   Bumps 
[eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) 
from 7.2.0 to 10.1.8.
   <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.1.8</h2>
   <p>republish latest version</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8";>https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8</a></p>
   <h2>v10.1.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/332";>#332</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/60fef02574467d31d10ff47ecb567d378483c9d4";><code>60fef02</code></a>
 Thanks <a href="https://github.com/JounQin";><code>@​JounQin</code></a>! - 
chore: add <code>funding</code> field into <code>package.json</code></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5";>https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5</a></p>
   <h2>v10.1.4</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/328";>#328</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/94b47999e7eb13b703835729331376cef598b850";><code>94b4799</code></a>
 Thanks <a href="https://github.com/silvenon";><code>@​silvenon</code></a>! - 
fix(cli): do not crash on no rules configured</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4";>https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4</a></p>
   <h2>v10.1.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/325";>#325</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df";><code>4e95a1d</code></a>
 Thanks <a href="https://github.com/pilikan";><code>@​pilikan</code></a>! - fix: 
this package is <code>commonjs</code>, align its types correctly</li>
   </ul>
   <h3>New Contributors</h3>
   <ul>
   <li><a href="https://github.com/pilikan";><code>@​pilikan</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/325";>prettier/eslint-config-prettier#325</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3";>https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3</a></p>
   <h2>v10.1.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321";>#321</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0";><code>a8768bf</code></a>
 Thanks <a href="https://github.com/Fdawgs";><code>@​Fdawgs</code></a>! - 
chore(package): add homepage for some 3rd-party registry - see <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321";>#321</a>
 for more details</li>
   </ul>
   <h2>v10.1.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/309";>#309</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/eb56a5e09964e49045bccde3c616275eb0a0902d";><code>eb56a5e</code></a>
 Thanks <a href="https://github.com/JounQin";><code>@​JounQin</code></a>! - fix: 
separate the <code>/flat</code> entry for compatibility</p>
   <p>For flat config users, the previous 
<code>&quot;eslint-config-prettier&quot;</code> entry still works, but 
<code>&quot;eslint-config-prettier/flat&quot;</code> adds a new 
<code>name</code> property for <a 
href="https://eslint.org/blog/2024/04/eslint-config-inspector/";>config-inspector</a>,
 we just can't add it for the default entry for compatibility.</p>
   <p>See also <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/308";>prettier/eslint-config-prettier#308</a></p>
   <pre lang="ts"><code>// before
   import eslintConfigPrettier from &quot;eslint-config-prettier&quot;;
   <p>// after<br />
   import eslintConfigPrettier from &quot;eslint-config-prettier/flat&quot;;<br 
/>
   </code></pre></p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>
   <h1>eslint-config-prettier</h1>
   <h2>10.1.5</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/332";>#332</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/60fef02574467d31d10ff47ecb567d378483c9d4";><code>60fef02</code></a>
 Thanks <a href="https://github.com/JounQin";><code>@​JounQin</code></a>! - 
chore: add <code>funding</code> field into <code>package.json</code></li>
   </ul>
   <h2>10.1.4</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/328";>#328</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/94b47999e7eb13b703835729331376cef598b850";><code>94b4799</code></a>
 Thanks <a href="https://github.com/silvenon";><code>@​silvenon</code></a>! - 
fix(cli): do not crash on no rules configured</li>
   </ul>
   <h2>10.1.3</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/325";>#325</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df";><code>4e95a1d</code></a>
 Thanks <a href="https://github.com/pilikan";><code>@​pilikan</code></a>! - fix: 
this package is <code>commonjs</code>, align its types correctly</li>
   </ul>
   <h2>10.1.2</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321";>#321</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0";><code>a8768bf</code></a>
 Thanks <a href="https://github.com/Fdawgs";><code>@​Fdawgs</code></a>! - 
chore(package): add homepage for some 3rd-party registry - see <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321";>#321</a>
 for more details</li>
   </ul>
   <h2>10.1.1</h2>
   <h3>Patch Changes</h3>
   <ul>
   <li>
   <p><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/309";>#309</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/eb56a5e09964e49045bccde3c616275eb0a0902d";><code>eb56a5e</code></a>
 Thanks <a href="https://github.com/JounQin";><code>@​JounQin</code></a>! - fix: 
separate the <code>/flat</code> entry for compatibility</p>
   <p>For flat config users, the previous 
<code>&quot;eslint-config-prettier&quot;</code> entry still works, but 
<code>&quot;eslint-config-prettier/flat&quot;</code> adds a new 
<code>name</code> property for <a 
href="https://eslint.org/blog/2024/04/eslint-config-inspector/";>config-inspector</a>,
 we just can't add it for the default entry for compatibility.</p>
   <p>See also <a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/308";>prettier/eslint-config-prettier#308</a></p>
   <pre lang="ts"><code>// before
   import eslintConfigPrettier from &quot;eslint-config-prettier&quot;;
   <p>// after<br />
   import eslintConfigPrettier from &quot;eslint-config-prettier/flat&quot;;<br 
/>
   </code></pre></p>
   </li>
   </ul>
   <h2>10.1.0</h2>
   <h3>Minor Changes</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/prettier/eslint-config-prettier/pull/306";>#306</a>
 <a 
href="https://github.com/prettier/eslint-config-prettier/commit/56e2e3466391d0fdfc200e42130309c687aaab53";><code>56e2e34</code></a>
 Thanks <a href="https://github.com/JounQin";><code>@​JounQin</code></a>! - 
feat: migrate to exports field</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/9b0b0a47ec28a7a83cf65e8436a8776910379385";><code>9b0b0a4</code></a>
 fix: release a new latest version</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/4c9489339d37bf96d31e0596e64bb8d4cb4308ef";><code>4c94893</code></a>
 chore: release eslint-config-prettier (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/333";>#333</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/60fef02574467d31d10ff47ecb567d378483c9d4";><code>60fef02</code></a>
 chore: add <code>funding</code> field into <code>package.json</code> (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/332";>#332</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/f55501ffe9be65fc9a8ec7d788459fd3a9cb6095";><code>f55501f</code></a>
 chore: release eslint-config-prettier (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/329";>#329</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/50a8a22b0468e3469b7a177e6c81e843bd5cb73e";><code>50a8a22</code></a>
 chore(deps): update all dependencies (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/330";>#330</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/94b47999e7eb13b703835729331376cef598b850";><code>94b4799</code></a>
 fix(cli): do not crash on no rules configured (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/328";>#328</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/cdc4a5c7e39e7f2d5760c60ea39cecb028fb34dc";><code>cdc4a5c</code></a>
 chore: release eslint-config-prettier (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/326";>#326</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/4e95a1d50073f1a24f004239ad6e1a4ffa8476df";><code>4e95a1d</code></a>
 fix: this package is <code>commonjs</code>, align its types correctly (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/325";>#325</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/8911369cbc66f1f859e19751eaefdea687129de5";><code>8911369</code></a>
 chore: release eslint-config-prettier (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/322";>#322</a>)</li>
   <li><a 
href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0";><code>a8768bf</code></a>
 chore(package): add homepage url (<a 
href="https://redirect.github.com/prettier/eslint-config-prettier/issues/321";>#321</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v10.1.8";>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.1.8)](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