Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.1 to 3.2.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.2.2</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322">Changelog</a></p>
</blockquote>
</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.2.2</h1>
<p><a href="https://github.com/prettier/prettier/compare/3.2.1...3.2.2">diff</a></p>
<h4>Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (<a href="https://github.com/prettier/prettier/pull/15896">#15896</a> by <a href="https://github.com/eelco"><code>@eelco</code></a>)</h4>
<p>For example this code would crash before:</p>
<!-- raw HTML omitted -->
<pre lang="jsx"><code><style {...spread}>{`.{}`}</style>
</code></pre>
<h4>Fix formatting error on optional call expression and member chain (<a href="https://github.com/prettier/prettier/pull/15920">#15920</a> by <a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="jsx"><code>// Input
a(() => {}, c?.d());
<p>// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')</p>
<p>// Prettier 3.2.2
a(() => {}, c?.d());
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/prettier/prettier/commit/5f2c6df4629b1474be5002ff3c6f8ad4a666b70f"><code>5f2c6df</code></a> Release 3.2.2</li>
<li><a href="https://github.com/prettier/prettier/commit/cb8004f3f1141635e2a4993ab87d55fbe3b64fb7"><code>cb8004f</code></a> Fix formatting error on optional call expression and member chain (<a href="https://github.com/prettier/prettier/issues/15920">#15920</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/0bfcb2d5a544a09c94a7d6ca637f05271fa270ce"><code>0bfcb2d</code></a> Fix css embed in JSX when using (only) a spread attribute (<a href="https://github.com/prettier/prettier/issues/15896">#15896</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/12ab54898ca2a59826714c3027b8ce037cabdd6d"><code>12ab548</code></a> Add <code>prettier-plugin-gherkin</code> to the community plugins list (<a href="https://github.com/prettier/prettier/issues/15919">#15919</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/4ce96dd530613b99bb4a682ec93f719f3d4109f5"><code>4ce96dd</code></a> Fix typo (<a href="https://github.com/prettier/prettier/issues/15917">#15917</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/08f37968632dc2e72789160704c3f36268bf3c1c"><code>08f3796</code></a> Run <code>yarn</code></li>
<li><a href="https://github.com/prettier/prettier/commit/11aea0df1a9708c0c22f6a93b2662c1413f8d783"><code>11aea0d</code></a> Clean changelog_unreleased</li>
<li><a href="https://github.com/prettier/prettier/commit/75e66b8c444ec2a251f72917dbe5b58c4a210051"><code>75e66b8</code></a> Git blame ignore 3.2.1</li>
<li><a href="https://github.com/prettier/prettier/commit/5811ad00705488365e0d0baf50c92965edddf58e"><code>5811ad0</code></a> Bump Prettier dependency to 3.2.1</li>
<li>See full diff in <a href="https://github.com/prettier/prettier/compare/3.2.1...3.2.2">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps prettier from 3.2.1 to 3.2.2.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
5f2c6dfRelease 3.2.2cb8004fFix formatting error on optional call expression and member chain (#15920)0bfcb2dFix css embed in JSX when using (only) a spread attribute (#15896)12ab548Addprettier-plugin-gherkinto the community plugins list (#15919)4ce96ddFix typo (#15917)08f3796Runyarn11aea0dClean changelog_unreleased75e66b8Git blame ignore 3.2.15811ad0Bump Prettier dependency to 3.2.1Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 2 commits
9fe15516- 1 commit from branchmasterab0e5708- Build(deps-dev): bump prettier from 3.2.1 to 3.2.2Compare with previous version