chore(deps-dev): bump prettier from 3.1.1 to 3.2.1 #80

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-prettier-3.2.1 into main 2024-01-13 16:32:48 +00:00
argoyle commented 2024-01-13 06:52:55 +00:00 (Migrated from gitlab.com)

Bumps prettier from 3.1.1 to 3.2.1.

Release notes

Sourced from prettier's releases.

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.2.1

diff

Fix formatting error on member chain (#15915 by @​sosukesuzuki)

// Input
test().test2().test2(thing?.something);

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

// Prettier 3.2.1 test().test2().test2(thing?.something);

3.2.0

diff

🔗 Release Notes

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.1.1 to 3.2.1. <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.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321">Changelog</a></p> <h2>3.2.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release note</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.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.2.0...3.2.1">diff</a></p> <h4>Fix formatting error on member chain (<a href="https://github.com/prettier/prettier/pull/15915">#15915</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input test().test2().test2(thing?.something); <p>// Prettier 3.2.0 TypeError: Cannot read properties of undefined (reading 'type')</p> <p>// Prettier 3.2.1 test().test2().test2(thing?.something);</p> <p></code></pre></p> <h1>3.2.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/01/12/3.2.0.html">Release Notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/48ad20859bad01bf70ebc27051939c2329c52b18"><code>48ad208</code></a> Release 3.2.1</li> <li><a href="https://github.com/prettier/prettier/commit/7e862bbc41a73aa5af349015bbf893a00b132482"><code>7e862bb</code></a> Fix formatting error on member chain (<a href="https://github.com/prettier/prettier/issues/15915">#15915</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/12f91dd1a9bbcd0a93f9f5bf91bf99f1af5f4bb9"><code>12f91dd</code></a> Use <code>ISOString</code> for <code>getFormattedDate</code> (<a href="https://github.com/prettier/prettier/issues/15914">#15914</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/0d9aa7b6afa1411142f3bfd930d14969af486559"><code>0d9aa7b</code></a> Fix release notes URL in CHANGELOG.md (<a href="https://github.com/prettier/prettier/issues/15913">#15913</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/1890d55900d8816ad838eb7d29b737268de29493"><code>1890d55</code></a> 3.2 blog post (<a href="https://github.com/prettier/prettier/issues/15892">#15892</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/9219c130ce72dc6a73f0145c72986d5e6ead1394"><code>9219c13</code></a> Fix clean changelog step</li> <li><a href="https://github.com/prettier/prettier/commit/fb08124a019bbcf9a5667256be8cb7f48ffc8772"><code>fb08124</code></a> Remove needless call</li> <li><a href="https://github.com/prettier/prettier/commit/5a170bad92250126e19cf2186e06695684556c1a"><code>5a170ba</code></a> Run <code>yarn</code></li> <li><a href="https://github.com/prettier/prettier/commit/c52f4418461c76708e81886d69affbc7bfccd2d0"><code>c52f441</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/9bb952d651b186fd7bbe3dd39521bea42f0003c5"><code>9bb952d</code></a> Clean changelog_unreleased</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.1.1...3.2.1">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-13 16:32:49 +00:00
Sign in to join this conversation.