chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 #73

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-prettier-3.0.2 into main 2023-08-16 07:34:55 +00:00
argoyle commented 2023-08-16 06:52:56 +00:00 (Migrated from gitlab.com)

Bumps prettier from 3.0.1 to 3.0.2.

Release notes

Sourced from prettier's releases.

3.0.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.0.2

diff

Break after = of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (#15204 by @​seiyab)

// Input
const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

// Prettier 3.0.1 const { section, rubric, authors, tags } = await utils.upsertCommonData( mainData, );

// Prettier 3.0.2 const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData);

Do not add trailing comma for grouped scss comments (#15217 by @​auvred)

/* Input */
$foo: (
	'property': (),
	// comment 1
	// comment 2
)

/* Prettier 3.0.1 */ $foo: ( "property": (), // comment 1 // comment 2, );

/* Prettier 3.0.2 */ $foo: ( "property": (), // comment 1 // comment 2 );

Print declare and export keywords for nested namespace (#15249 by @​sosukesuzuki)

... (truncated)

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.0.1 to 3.0.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.0.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#302">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.0.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.0.1...3.0.2">diff</a></p> <h4>Break after <code>=</code> of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (<a href="https://github.com/prettier/prettier/pull/15204">#15204</a> by <a href="https://github.com/seiyab"><code>@​seiyab</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="js"><code>// Input const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData); <p>// Prettier 3.0.1 const { section, rubric, authors, tags } = await utils.upsertCommonData( mainData, );</p> <p>// Prettier 3.0.2 const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData); </code></pre></p> <h4>Do not add trailing comma for grouped scss comments (<a href="https://github.com/prettier/prettier/pull/15217">#15217</a> by <a href="https://github.com/auvred"><code>@​auvred</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="scss"><code>/* Input */ $foo: ( 'property': (), // comment 1 // comment 2 ) <p>/* Prettier 3.0.1 */ $foo: ( &quot;property&quot;: (), // comment 1 // comment 2, );</p> <p>/* Prettier 3.0.2 */ $foo: ( &quot;property&quot;: (), // comment 1 // comment 2 ); </code></pre></p> <h4>Print <code>declare</code> and <code>export</code> keywords for nested namespace (<a href="https://github.com/prettier/prettier/pull/15249">#15249</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/157e42accdcff98a6a4e92a0de2fbd3eee9fcd4f"><code>157e42a</code></a> Release 3.0.2</li> <li><a href="https://github.com/prettier/prettier/commit/1b0c756bd69c5897dc828f63c697283f447f20a3"><code>1b0c756</code></a> Print <code>declare</code> and <code>export</code> keywords for nested namespace (<a href="https://github.com/prettier/prettier/issues/15249">#15249</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/b4082cb6471c07766bfb2d6865cbe61fd495bda5"><code>b4082cb</code></a> chore(deps): update babel to v7.22.10 (<a href="https://github.com/prettier/prettier/issues/15236">#15236</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/91e850b2bdeb24c27d64163c35ccc36be102196d"><code>91e850b</code></a> chore(deps): update dependency camelcase to v8 (<a href="https://github.com/prettier/prettier/issues/15245">#15245</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f24132eda3e6af2b907cbf65d949561cb13bcf53"><code>f24132e</code></a> Make chalk/assert shim a Proxy (<a href="https://github.com/prettier/prettier/issues/15234">#15234</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e22a5516f5b2c44e6d68be4c0a7ba0b32c1b9f86"><code>e22a551</code></a> chore(deps): update dependency <code>@​babel/parser</code> to v7.22.10 (<a href="https://github.com/prettier/prettier/issues/15237">#15237</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/fbe46aa74a7b3f68f635fe3d55da193d9223de4d"><code>fbe46aa</code></a> chore(deps): update dependency <code>@​angular/compiler</code> to v16.2.0 (<a href="https://github.com/prettier/prettier/issues/15240">#15240</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/7ecdbf7bc4f86f574c79bca24e5e74ef5ebe8853"><code>7ecdbf7</code></a> chore(deps): update typescript-eslint to v6.3.0 (<a href="https://github.com/prettier/prettier/issues/15244">#15244</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/fb557803935f5ce059d5292e96f23304147b76b3"><code>fb55780</code></a> chore(deps): update dependency eslint to v8.47.0 (<a href="https://github.com/prettier/prettier/issues/15242">#15242</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/fde937d7b4cae43470a3c3e234d0105de7d77de3"><code>fde937d</code></a> chore(deps): update dependency hermes-parser to v0.15.1 (<a href="https://github.com/prettier/prettier/issues/15239">#15239</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.0.1...3.0.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 2023-08-16 07:34:55 +00:00
Sign in to join this conversation.