chore(deps-dev): bump prettier from 3.2.1 to 3.2.2 #81

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-prettier-3.2.2 into main 2024-01-14 17:57:37 +00:00
argoyle commented 2024-01-14 06:52:41 +00:00 (Migrated from gitlab.com)

Bumps prettier from 3.2.1 to 3.2.2.

Release notes

Sourced from prettier's releases.

3.2.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.2.2

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>

Fix formatting error on optional call expression and member chain (#15920 by @​sosukesuzuki)

// Input
a(() => {}, c?.d());

// Prettier 3.2.1 TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2 a(() => {}, c?.d());

Commits


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>&lt;style {...spread}&gt;{`.{}`}&lt;/style&gt; </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(() =&gt; {}, c?.d()); <p>// Prettier 3.2.1 TypeError: Cannot read properties of undefined (reading 'type')</p> <p>// Prettier 3.2.2 a(() =&gt; {}, 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>
argoyle (Migrated from gitlab.com) merged commit into main 2024-01-14 17:57:37 +00:00
Sign in to join this conversation.