dependabot[bot] opened a new pull request, #32956: URL: https://github.com/apache/superset/pull/32956
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 10.1.1. <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.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>"eslint-config-prettier"</code> entry still works, but <code>"eslint-config-prettier/flat"</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 "eslint-config-prettier"; <p>// after import eslintConfigPrettier from "eslint-config-prettier/flat"; </code></pre></p> </li> </ul> <h2>v10.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> <h2>v10.0.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/294">#294</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/8dbbd6d70b8a56cdfa4ea4e185d3699d5729b38e"><code>8dbbd6d</code></a> Thanks <a href="https://github.com/FloEdelmann"><code>@FloEdelmann</code></a>! - feat: add name to config</p> </li> <li> <p><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/280">#280</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/cba57377e4c86d20d17042d6999eabc754fddc03"><code>cba5737</code></a> Thanks <a href="https://github.com/zanminkian"><code>@zanminkian</code></a>! - feat: add declaration file</p> </li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/zanminkian"><code>@zanminkian</code></a> made their first contribution in <a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/280">prettier/eslint-config-prettier#280</a></li> <li><a href="https://github.com/FloEdelmann"><code>@FloEdelmann</code></a> made their first contribution in <a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/294">prettier/eslint-config-prettier#294</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3">https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3</a></p> <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> <!-- 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> <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>"eslint-config-prettier"</code> entry still works, but <code>"eslint-config-prettier/flat"</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 "eslint-config-prettier"; <p>// after import eslintConfigPrettier from "eslint-config-prettier/flat"; </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> <h2>10.0.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/294">#294</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/8dbbd6d70b8a56cdfa4ea4e185d3699d5729b38e"><code>8dbbd6d</code></a> Thanks <a href="https://github.com/FloEdelmann"><code>@FloEdelmann</code></a>! - feat: add name to config</p> </li> <li> <p><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/280">#280</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/cba57377e4c86d20d17042d6999eabc754fddc03"><code>cba5737</code></a> Thanks <a href="https://github.com/zanminkian"><code>@zanminkian</code></a>! - feat: add declaration file</p> </li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/f12309bbca9fb051b53fcece9a8491a1222235c8"><code>f12309b</code></a> chore: release eslint-config-prettier (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/310">#310</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/79cf6796bf9de35eb8965333145ca6e989045580"><code>79cf679</code></a> chore: use flat entry for flat config verification</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/eb56a5e09964e49045bccde3c616275eb0a0902d"><code>eb56a5e</code></a> fix: separate the <code>/flat</code> entry for compatibility (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/309">#309</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/2c6f80e67f391db7650e5ba32c7a5562d2029664"><code>2c6f80e</code></a> chore: release eslint-config-prettier (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/307">#307</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/56e2e3466391d0fdfc200e42130309c687aaab53"><code>56e2e34</code></a> feat: migrate to exports field (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/306">#306</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/c27e7855ee4c12f99d28c7d98c5883c4a04b3267"><code>c27e785</code></a> chore: release eslint-config-prettier (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/304">#304</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/c5d78532b73951313188ab0feb83224e78a9c6e7"><code>c5d7853</code></a> chore: add missing <code>@stylistic/eslint-plugin-plus</code></li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/1837a4d1e5bc4ca26e81b1d2f6df96801e01795f"><code>1837a4d</code></a> ci: testing, migrate to yarn v4 (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/305">#305</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/8dbbd6d70b8a56cdfa4ea4e185d3699d5729b38e"><code>8dbbd6d</code></a> feat: add name to config (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/294">#294</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/cba57377e4c86d20d17042d6999eabc754fddc03"><code>cba5737</code></a> feat: add declaration file (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/280">#280</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v10.1.1">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 /> [](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]
