Skip to content

Commit 26a1064

Browse files
Merge #165
165: Bump prettier from 2.3.0 to 2.3.2 r=bidoubiwa a=dependabot[bot] Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.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>2.3.2</h2> <p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#232">changelog</a></p> <h2>v2.3.1</h2> <p><a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#231">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.3.2</h1> <p><a href="https://github.com/prettier/prettier/compare/2.3.1...2.3.2">diff</a></p> <h4>Fix failure on dir with trailing slash (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11000">#11000</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="console"><code>$ ls 1.js 1.unknown <h1>Prettier 2.3.1</h1> <p>$ prettier . -l 1.js $ prettier ./ -l [error] No supported files were found in the directory: &quot;./&quot;.</p> <h1>Prettier 2.3.2</h1> <p>$ prettier ./ -l 1.js </code></pre></p> <h4>Fix handling of parenthesis with Flow's {Optional}IndexedAccess (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11051">#11051</a> by <a href="https://github.com/gkz"><code>@​gkz</code></a>)</h4> <p>Add parens when required.</p> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input type A = (T &amp; S)['bar']; type B = (T | S)['bar']; type C = (?T)['bar']; type D = (typeof x)['bar']; type E = (string =&gt; void)['bar']; <p>// Prettier 2.3.1 type A = T &amp; S[&quot;bar&quot;]; type B = T | S[&quot;bar&quot;]; type C = ?T[&quot;bar&quot;]; type D = typeof x[&quot;bar&quot;]; type E = (string) =&gt; void[&quot;bar&quot;];</p> <p>// Prettier 2.3.2 type A = (T &amp; S)[&quot;bar&quot;]; type B = (T | S)[&quot;bar&quot;]; type C = (?T)[&quot;bar&quot;]; type D = (typeof x)[&quot;bar&quot;]; type E = ((string) =&gt; void)[&quot;bar&quot;]; </code></pre></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/9a8b579d368db99394ab9da114cc37ba772fc887"><code>9a8b579</code></a> Release 2.3.2</li> <li><a href="https://github.com/prettier/prettier/commit/2faf01b8b433d6935d981d29d86d2e33708666cb"><code>2faf01b</code></a> Add changelog-for-patch script (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11052">#11052</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/9a61bf3a4abc57bb8d350fb07a8f12ccd9f195ac"><code>9a61bf3</code></a> Build(deps): Bump <code>@​angular/compiler</code> from 12.0.4 to 12.0.5 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11092">#11092</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/0b5a795b85087c0f1c3b8b47b383a4714dcde0db"><code>0b5a795</code></a> Build(deps): Bump flow-parser from 0.152.0 to 0.153.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11095">#11095</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/40329ce346eff81c06cdf967d808f9670d6104d3"><code>40329ce</code></a> Build(deps): Bump typescript from 4.3.2 to 4.3.4 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11093">#11093</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/31d9c5079369e9c5dfbcf04c437d5dfa3120861f"><code>31d9c50</code></a> Build(deps-dev): Bump snapshot-diff from 0.8.1 to 0.9.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11091">#11091</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ca6f2d4cc900b13e96880e44681d64e9150b2195"><code>ca6f2d4</code></a> Build(deps-dev): Bump <code>@​babel/core</code> from 7.14.5 to 7.14.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11097">#11097</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/fc46f1b9f327c1d6cfdfee25f3dca67e43d9af45"><code>fc46f1b</code></a> Build(deps-dev): Bump eslint from 7.28.0 to 7.29.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11096">#11096</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/bb57a270695e830f741cb11745b98f9aae0e82e8"><code>bb57a27</code></a> Build(deps-dev): Bump webpack from 5.38.1 to 5.39.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11087">#11087</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/0c79b9978eaab8da37f7d979952566be2d679060"><code>0c79b99</code></a> Build(deps): Bump globby from 11.0.3 to 11.0.4 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11094">#11094</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.3.0...2.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.3.0&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 7fbf728 + f3b6452 commit 26a1064

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-promise": "^4.3.1",
3030
"eslint-plugin-standard": "^5.0.0",
3131
"eslint-plugin-vue": "^7.9.0",
32-
"prettier": "^2.3.0",
32+
"prettier": "^2.3.2",
3333
"vue": "^2.6.14",
3434
"vue-template-compiler": "^2.6.14"
3535
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8032,10 +8032,10 @@ prettier@^1.18.2:
80328032
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
80338033
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
80348034

8035-
prettier@^2.3.0:
8036-
version "2.3.0"
8037-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
8038-
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
8035+
prettier@^2.3.2:
8036+
version "2.3.2"
8037+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
8038+
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
80398039

80408040
pretty-error@^2.0.2:
80418041
version "2.1.2"

0 commit comments

Comments
 (0)