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

   Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.5.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/prettier/releases";>prettier's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.5.2</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#352";>Changelog</a></p>
   <h2>3.5.1</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#351";>Changelog</a></p>
   <h2>3.5.0</h2>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.4.2...3.5.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2025/02/09/3.5.0";>Release note</a></p>
   <h2>3.4.2</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#342";>Changelog</a></p>
   <h2>3.4.1</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#341";>Changelog</a></p>
   <h2>3.4.0</h2>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.3.3...3.4.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2024/11/26/3.4.0.html";>Release 
note</a></p>
   <h2>3.3.3</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#333";>Changelog</a></p>
   <h2>3.3.2</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#332";>Changelog</a></p>
   <h2>3.3.1</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#331";>Changelog</a></p>
   <h2>3.3.0</h2>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.2.5...3.3.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2024/06/01/3.3.0.html";>Release 
note</a></p>
   <h2>3.2.5</h2>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#325";>Changelog</a></p>
   <h2>3.2.4</h2>
   <ul>
   <li>Fix <code>.eslintrc.json</code> format <a 
href="https://redirect.github.com/prettier/prettier/issues/15947";>#15947</a></li>
   </ul>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324";>Changelog</a></p>
   <h2>3.2.3</h2>
   <ul>
   <li>Format <code>tsconfig.json</code> file with <code>jsonc</code> parser <a 
href="https://redirect.github.com/prettier/prettier/issues/15927";>#15927</a></li>
   </ul>
   <p>🔗 <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323";>Changelog</a></p>
   <h2>3.2.2</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md";>prettier's 
changelog</a>.</em></p>
   <blockquote>
   <h1>3.5.2</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.5.1...3.5.2";>diff</a></p>
   <h4>Remove <code>module-sync</code> condition (<a 
href="https://redirect.github.com/prettier/prettier/pull/17156";>#17156</a> by 
<a href="https://github.com/fisker";><code>@​fisker</code></a>)</h4>
   <p>In Prettier 3.5.0, <a 
href="https://prettier.io/blog/2025/02/09/3.5.0#use-esm-entrypoint-for-requireesm-16958-by-tats-u";>we
 added <code>module-sync</code> condition to <code>package.json</code></a>, so 
that <code>require(&quot;prettier&quot;)</code> can use ESM version, but turns 
out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. 
To solve this problem, we decide simply remove the <code>module-sync</code> 
condition, so <code>require(&quot;prettier&quot;)</code> will still use the 
CommonJS version, we'll revisit until <code>require(ESM)</code> feature is more 
stable.</p>
   <h1>3.5.1</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.5.0...3.5.1";>diff</a></p>
   <h4>Fix CLI crash when cache for old version exists (<a 
href="https://redirect.github.com/prettier/prettier/pull/17100";>#17100</a> by 
<a href="https://github.com/sosukesuzuki";><code>@​sosukesuzuki</code></a>)</h4>
   <p>Prettier 3.5 uses a different cache format than previous versions, 
Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed 
the problem.</p>
   <h4>Support dockercompose and github-actions-workflow in VSCode (<a 
href="https://redirect.github.com/prettier/prettier/pull/17101";>#17101</a> by 
<a href="https://github.com/remcohaszing";><code>@​remcohaszing</code></a>)</h4>
   <p>Prettier now supports the <code>dockercompose</code> and 
<code>github-actions-workflow</code> languages in Visual Studio Code.</p>
   <h1>3.5.0</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.4.2...3.5.0";>diff</a></p>
   <p>🔗 <a href="https://prettier.io/blog/2025/02/09/3.5.0.html";>Release 
Notes</a></p>
   <h1>3.4.2</h1>
   <p><a 
href="https://github.com/prettier/prettier/compare/3.4.1...3.4.2";>diff</a></p>
   <h4>Treat U+30A0 &amp; U+30FB in Katakana Block as CJK (<a 
href="https://redirect.github.com/prettier/prettier/pull/16796";>#16796</a> by 
<a href="https://github.com/tats-u";><code>@​tats-u</code></a>)</h4>
   <p>Prettier doesn't treat U+30A0 &amp; U+30FB as Japanese. U+30FB is 
commonly used in Japanese to represent the delimitation of first and last names 
of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C 
language &amp; C++ &amp; Go &amp; Rust” in Japanese.</p>
   <!-- raw HTML omitted -->
   <pre lang="md"><code>&lt;!-- Input (--prose-wrap=never) --&gt;
   <p>C言<br />
   語<br />
   ・<br />
   C++<br />
   ・<br />
   Go<br />
   ・<br />
   Rust</p>
   <p>&lt;!-- Prettier 3.4.1 --&gt;<br />
   C言語・ C++ ・ Go ・ Rust</p>
   <p>&lt;/tr&gt;&lt;/table&gt;<br />
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/prettier/prettier/commit/399f427f8848ffa3d7b47b00f43925e2f6cd6edc";><code>399f427</code></a>
 Release 3.5.2</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/bf5aab8f2d584bd5a41e37386eb3a236ff131e35";><code>bf5aab8</code></a>
 Revert &quot;Use ESM entrypoint for <code>require(ESM)</code>&quot; (<a 
href="https://redirect.github.com/prettier/prettier/issues/17156";>#17156</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/c98acabc343727351026d8c1870661ddfd81cbf3";><code>c98acab</code></a>
 Replace <code>execa</code> with <code>nano-spawn</code> in release script (<a 
href="https://redirect.github.com/prettier/prettier/issues/17129";>#17129</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/4460a4e55da3a1c9b6ad6b38c9f797e70d8fe551";><code>4460a4e</code></a>
 chore(deps): update eslint related dependencies (<a 
href="https://redirect.github.com/prettier/prettier/issues/17162";>#17162</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/f0707f559655324a4dac5e6b26301e93f0367fdf";><code>f0707f5</code></a>
 chore(deps): update eslint related dependencies (major) (<a 
href="https://redirect.github.com/prettier/prettier/issues/17163";>#17163</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/e2624b64040d8c80716bd2f206f8169432e39841";><code>e2624b6</code></a>
 Enforce dependency version be pinned in all packages (<a 
href="https://redirect.github.com/prettier/prettier/issues/17161";>#17161</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/1cee47ab2b4e6d83e67772fbc117be4ce22f0423";><code>1cee47a</code></a>
 chore(deps): update dependency react-markdown to v10 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17160";>#17160</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/7ce2a35ef77f9ebd04eec5cf3f6b71cac1a6d440";><code>7ce2a35</code></a>
 chore(deps): update dependency postcss to v8.5.3 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17158";>#17158</a>)</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/1fe7969e566cf8dbc03ac2f0faa8fc80738a54c9";><code>1fe7969</code></a>
 chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17";>#17</a>...</li>
   <li><a 
href="https://github.com/prettier/prettier/commit/8eb0630b12f3733bf4d0627f3dd500df895942af";><code>8eb0630</code></a>
 chore(deps): update dependency knip to v5.44.4 (<a 
href="https://redirect.github.com/prettier/prettier/issues/17153";>#17153</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/prettier/prettier/compare/2.8.8...3.5.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.8&new-version=3.5.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