Commit 26a1064
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: "./".</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 & S)['bar'];
type B = (T | S)['bar'];
type C = (?T)['bar'];
type D = (typeof x)['bar'];
type E = (string => void)['bar'];
<p>// Prettier 2.3.1
type A = T & S["bar"];
type B = T | S["bar"];
type C = ?T["bar"];
type D = typeof x["bar"];
type E = (string) => void["bar"];</p>
<p>// Prettier 2.3.2
type A = (T & S)["bar"];
type B = (T | S)["bar"];
type C = (?T)["bar"];
type D = (typeof x)["bar"];
type E = ((string) => void)["bar"];
</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 />
[](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 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8032 | 8032 | | |
8033 | 8033 | | |
8034 | 8034 | | |
8035 | | - | |
8036 | | - | |
8037 | | - | |
8038 | | - | |
| 8035 | + | |
| 8036 | + | |
| 8037 | + | |
| 8038 | + | |
8039 | 8039 | | |
8040 | 8040 | | |
8041 | 8041 | | |
| |||
0 commit comments