Build(deps-dev): bump prettier from 2.8.0 to 2.8.1 #800

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-prettier-2.8.1 into master 2022-12-08 09:18:58 +00:00
argoyle commented 2022-12-08 04:42:21 +00:00 (Migrated from gitlab.com)

Bumps prettier from 2.8.0 to 2.8.1.

Release notes

Sourced from prettier's releases.

2.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

2.8.1

diff

Fix SCSS map in arguments (#9184 by @​agamkrbit)

// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints );

// Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints );

Support auto accessors syntax (#13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
</tr></table> 

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.0 to 2.8.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>2.8.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#281">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>2.8.1</h1> <p><a href="https://github.com/prettier/prettier/compare/2.8.0...2.8.1">diff</a></p> <h4>Fix SCSS map in arguments (<a href="https://github.com/prettier/prettier/pull/9184">#9184</a> by <a href="https://github.com/agamkrbit"><code>@​agamkrbit</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="scss"><code>// Input $display-breakpoints: map-deep-merge( ( &quot;print-only&quot;: &quot;only print&quot;, &quot;screen-only&quot;: &quot;only screen&quot;, &quot;xs-only&quot;: &quot;only screen and (max-width: #{map-get($grid-breakpoints, &quot;sm&quot;)-1})&quot;, ), $display-breakpoints ); <p>// Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( &quot;print-only&quot;: &quot;only print&quot;, &quot;screen-only&quot;: &quot;only screen&quot;, &quot;xs-only&quot;: &quot;only screen and (max-width: #{map-get($grid-breakpoints, &quot; sm &quot;)-1})&quot;, ), $display-breakpoints );</p> <p>// Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( &quot;print-only&quot;: &quot;only print&quot;, &quot;screen-only&quot;: &quot;only screen&quot;, &quot;xs-only&quot;: &quot;only screen and (max-width: #{map-get($grid-breakpoints, &quot;sm&quot;)-1})&quot;, ), $display-breakpoints ); </code></pre></p> <h4>Support auto accessors syntax (<a href="https://github.com/prettier/prettier/pull/13919">#13919</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p>Support for <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes">Auto Accessors Syntax</a> landed in TypeScript 4.9.</p> <p>(Doesn't work well with <code>babel-ts</code> parser)</p> <!-- raw HTML omitted --> <pre lang="tsx"><code>class Foo { accessor foo: number = 3; &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/cd1df1a184b3a521c3bcd0804918cbbf642795b5"><code>cd1df1a</code></a> Release 2.8.1</li> <li><a href="https://github.com/prettier/prettier/commit/5541a63d765f9c2fb3abeaf751107a93e598a044"><code>5541a63</code></a> Remove version validation</li> <li><a href="https://github.com/prettier/prettier/commit/1cf760a18408ea09344ebd54ded1aaff1353a81b"><code>1cf760a</code></a> Support decorator auto accessors syntax (<a href="https://github.com/prettier/prettier/issues/13919">#13919</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/aa342098209be467e0fa2ffe8898243bcb7eaa0c"><code>aa34209</code></a> test: format instantiation expr in logical expr (<a href="https://github.com/prettier/prettier/issues/13897">#13897</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/957b4f20e8e971facf3169e4d51a9aba7dc52237"><code>957b4f2</code></a> Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 in /website (<a href="https://github.com/prettier/prettier/issues/13933">#13933</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e4240aeaf03807fdc95284ab1a2900915b53136f"><code>e4240ae</code></a> Add tests for keyword class property (<a href="https://github.com/prettier/prettier/issues/13927">#13927</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/655a161d0f96dbacb8de6921b840643369e98fcc"><code>655a161</code></a> Add tests for multiple comments (<a href="https://github.com/prettier/prettier/issues/13890">#13890</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/4a1e32a9de54f197abfaf46814114940390dca5e"><code>4a1e32a</code></a> Fixed scss function arguments on different lines in maps <a href="https://github.com/prettier/prettier/issues/9128">#9128</a> (<a href="https://github.com/prettier/prettier/issues/9184">#9184</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/38806fe666e519c7db27c612684c30080c5202b3"><code>38806fe</code></a> Migrate from probot/no-response to lee-dohm/no-response (<a href="https://github.com/prettier/prettier/issues/13891">#13891</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/a60bee2e2d4ce3bb9cb97bb22b65fb206f5ec85e"><code>a60bee2</code></a> Add '--single-attribute-per-line' option to Playground (<a href="https://github.com/prettier/prettier/issues/13587">#13587</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.8.0...2.8.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 rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2022-12-08 08:10:38 +00:00 (Migrated from gitlab.com)

added 2 commits

  • f1682e6d - 1 commit from branch master
  • 3fa17121 - Build(deps-dev): bump prettier from 2.8.0 to 2.8.1

Compare with previous version

added 2 commits <ul><li>f1682e6d - 1 commit from branch <code>master</code></li><li>3fa17121 - Build(deps-dev): bump prettier from 2.8.0 to 2.8.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/751/diffs?diff_id=552316602&start_sha=fda979296b5c612275b7a5abe91a4fe3365c6484)
argoyle commented 2022-12-08 08:21:25 +00:00 (Migrated from gitlab.com)

added 2 commits

  • dac991e4 - 1 commit from branch master
  • ad6389c2 - Build(deps-dev): bump prettier from 2.8.0 to 2.8.1

Compare with previous version

added 2 commits <ul><li>dac991e4 - 1 commit from branch <code>master</code></li><li>ad6389c2 - Build(deps-dev): bump prettier from 2.8.0 to 2.8.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/751/diffs?diff_id=552326554&start_sha=3fa1712182188b55e5bcd48512e3af4409e6aa96)
argoyle commented 2022-12-08 08:37:11 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 3dad762a - 1 commit from branch master
  • 6dd39cc0 - Build(deps-dev): bump prettier from 2.8.0 to 2.8.1

Compare with previous version

added 2 commits <ul><li>3dad762a - 1 commit from branch <code>master</code></li><li>6dd39cc0 - Build(deps-dev): bump prettier from 2.8.0 to 2.8.1</li></ul> [Compare with previous version](/unboundsoftware/dancefinder/dancefinder-app/-/merge_requests/751/diffs?diff_id=552341778&start_sha=ad6389c2bb4597d5ed4e5253cd9f3bd9b7859530)
argoyle (Migrated from gitlab.com) merged commit into master 2022-12-08 09:18:58 +00:00
Sign in to join this conversation.