This repository was archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 385
Commit 0f90906
authored
Bump prettier from 2.5.1 to 2.8.4 (#14)
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to
2.8.4.
<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.4</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#284">Changelog</a></p>
<h2>2.8.3</h2>
<p>Support Angular 15.1</p>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#283">Changelog</a></p>
<h2>2.8.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#282">Changelog</a></p>
<h2>2.8.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#281">Changelog</a></p>
<h2>2.8.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/2.7.1...2.8.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/11/23/2.8.0.html">Release
note</a></p>
<h2>2.7.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#271">Changelog</a></p>
<h2>2.7.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/2.7.0...2.7.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/06/14/2.7.0.html">Release
note</a></p>
<h2>2.6.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#262">Changelog</a></p>
<h2>2.6.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#261">Changelog</a></p>
<h2>2.6.0</h2>
<p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.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>2.8.4</h1>
<p><a
href="https://github.com/prettier/prettier/compare/2.8.3...2.8.4">diff</a></p>
<h4>Fix leading comments in mapped types with <code>readonly</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/13427">#13427</a>
by <a href="https://github.com/thorn0"><code>@thorn0</code></a>, <a
href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="tsx"><code>// Input
type Type = {
// comment
readonly [key in Foo];
};
<p>// Prettier 2.8.3
type Type = {
readonly // comment
[key in Foo];
};</p>
<p>// Prettier 2.8.4
type Type = {
// comment
readonly [key in Foo];
};
</code></pre></p>
<h4>Group params in opening block statements (<a
href="https://redirect.github.com/prettier/prettier/pull/14067">#14067</a>
by <a
href="https://github.com/jamescdavis"><code>@jamescdavis</code></a>)</h4>
<p>This is a follow-up to <a
href="https://redirect.github.com/prettier/prettier/issues/13930">#13930</a>
to establish wrapping consistency between opening block statements and
else blocks by
grouping params in opening blocks. This causes params to break to a new
line together and not be split across lines
unless the length of params exceeds the print width. This also updates
the else block wrapping to behave exactly the
same as opening blocks.</p>
<!-- raw HTML omitted -->
<pre lang="hbs"><code>{{! Input }}
{{#block param param param param param param param param param param as
|blockParam|}}
Hello
{{else block param param param param param param param param param param
as |blockParam|}}
There
{{/block}}
<p>{{! Prettier 2.8.3 }}
{{#block
param
param
param
param
param
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/prettier/commit/e681edb67c2435812af6d753fce43f8a9ca4b819"><code>e681edb</code></a>
Release 2.8.4</li>
<li><a
href="https://github.com/prettier/prettier/commit/6bb24b2c5a0d6a4b511c1499705257bed60ffb35"><code>6bb24b2</code></a>
Fix leading comments in mapped types with <code>readonly</code>
(Cherry-pick <a
href="https://redirect.github.com/prettier/prettier/issues/13427">#13427</a>)
(<a
href="https://redirect.github.com/prettier/prettier/issues/1">#1</a>...</li>
<li><a
href="https://github.com/prettier/prettier/commit/399f2fae4037168adf5aa34ee1e32312758b4a68"><code>399f2fa</code></a>
Add changelog for <a
href="https://redirect.github.com/prettier/prettier/issues/14206">#14206</a>
(<a
href="https://redirect.github.com/prettier/prettier/issues/14311">#14311</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/9842b29ca3d9f9f6d27403d939f6d878e3228164"><code>9842b29</code></a>
Recognize <code>@Satisfies</code> in Closure-style type casts (<a
href="https://redirect.github.com/prettier/prettier/issues/14262">#14262</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/bc18fa439708fd16a359f83d903bffae6ff8b5aa"><code>bc18fa4</code></a>
Fix incorrect removal of parentheses when using an <code>infer</code>
with a constraint ...</li>
<li><a
href="https://github.com/prettier/prettier/commit/f602be5a478a5bcdca870b31936dc873ecae1120"><code>f602be5</code></a>
Update <code>embeddedLanguageFormatting</code> option documentation (<a
href="https://redirect.github.com/prettier/prettier/issues/14048">#14048</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/37fb53acf33a20379a93bfecea8242c03ce0a4fc"><code>37fb53a</code></a>
[handlebars] group params in opening block statements (<a
href="https://redirect.github.com/prettier/prettier/issues/14067">#14067</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/310a5b1ba51ad6a3115670058d53a7ecb1dcd25c"><code>310a5b1</code></a>
Handlebars: Improve HTML void element check (<a
href="https://redirect.github.com/prettier/prettier/issues/14110">#14110</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/62195dd1f2c6b076789f0ea0ac7056e03744a22a"><code>62195dd</code></a>
Add .sl to the list of silentlyIgnoredDirs (<a
href="https://redirect.github.com/prettier/prettier/issues/14206">#14206</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/bf406f772802d702d38bda6a961db0a93529c95b"><code>bf406f7</code></a>
Clean changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/2.5.1...2.8.4">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~prettier-bot">prettier-bot</a>, a new
releaser for prettier since your current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 20a1702 commit 0f90906Copy full SHA for 0f90906
File tree
Expand file treeCollapse file tree
2 files changed
+11
-8
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+11
-8
lines changed+10-7Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
0 commit comments