-
Notifications
You must be signed in to change notification settings - Fork 645
Commit f80b11d
committed
Auto merge of #2007 - rust-lang:dependabot/npm_and_yarn/prettier-1.19.1, r=Turbo87
Bump prettier from 1.13.4 to 1.19.1
Bumps [prettier](https://github.com/prettier/prettier) from 1.13.4 to 1.19.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>1.19.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1191">🔗 Changelog</a></p>
<h2>Prettier 1.19: Long awaited Vue option, TypeScript 3.7 and new JavaScript features</h2>
<p>🔗 <a href="https://prettier.io/blog/2019/11/09/1.19.0.html">Release Notes</a></p>
<h2>1.18.2</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1182">🔗 Changelog</a></p>
<h2>1.18.1</h2>
<p><a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1181">🔗 Changelog</a></p>
<h2>Prettier 1.18.0</h2>
<p>🔗 <a href="https://prettier.io/blog/2019/06/06/1.18.0.html">Release Notes</a></p>
<h2>1.17.1</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1171"><strong>Changelog</strong></a></p>
<h2>Prettier 1.17: More quotes options and support for shared configs</h2>
<p>🔗 <a href="https://prettier.io/blog/2019/04/12/1.17.0.html">Release Notes</a></p>
<h2>1.16.4</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1164"><strong>Changelog</strong></a></p>
<h2>1.16.3</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1163"><strong>Changelog</strong></a></p>
<h2>1.16.2</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1162"><strong>Changelog</strong></a></p>
<h2>1.16.1</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1161"><strong>Changelog</strong></a></p>
<h2>Prettier 1.16: HTML improvements and better CRLF handling</h2>
<p><strong><a href="https://prettier.io/blog/2019/01/20/1.16.0.html">🔗 Release Notes</a></strong></p>
<h2>1.15.3</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1153"><strong>Changelog</strong></a></p>
<h2>1.15.2</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1152"><strong>Changelog</strong></a></p>
<h2>1.15.1</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1151"><strong>Changelog</strong></a></p>
<h2>Prettier 1.15: HTML, Vue, Angular and MDX Support</h2>
<p><strong><a href="https://prettier.io/blog/2018/11/07/1.15.0.html">🔗 Release Notes</a></strong></p>
<h2>1.14.3</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md#1143"><strong>Changelog</strong></a></p>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/master/CHANGELOG.md">prettier's changelog</a>.</em></p>
<blockquote>
<h1>1.19.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/1.19.0...1.19.1">diff</a></p>
<h3>CLI</h3>
<h4>Fix <code>--stdin</code> regression in 1.19.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/6894">#6894</a> by <a href="https://github.com/lydell">@lydell</a>)</h4>
<!-- prettier-ignore -->
<pre><code>// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined
<p>// Prettier master
$ echo "test" | prettier --stdin --parser babel
test;
</code></pre></p>
<h3>TypeScript</h3>
<h4>Fix formatting of union type as arrow function return type (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/6896">#6896</a> by <a href="https://github.com/thorn0">@thorn0</a>)</h4>
<!-- prettier-ignore -->
<pre lang="jsx"><code>// Input
export const getVehicleDescriptor = async (
vehicleId: string,
): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {}
<p>// Prettier stable
export const getVehicleDescriptor = async (
vehicleId: string
): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"]
| undefined> => {};</p>
<p>// Prettier master
export const getVehicleDescriptor = async (
vehicleId: string
): Promise<
Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined
> => {};
</code></pre></p>
<h1>1.19.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/1.18.2...1.19.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2019/11/09/1.19.0.html">Release Notes</a></p>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/prettier/prettier/commit/95b8e54d1a6eeabebd81db37a4e088ea1de9197d"><code>95b8e54</code></a> Release 1.19.1</li>
<li><a href="https://github.com/prettier/prettier/commit/9b1726d3cde4ef363d3a91bb06195e89b3e29588"><code>9b1726d</code></a> Quick-fix for stdin being broken in 1.19.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/6894">#6894</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/6cba8ceb9ec5636272c59d76e75ebda22a9c6cbe"><code>6cba8ce</code></a> Fix <code>since</code> version for <code>vueIndentScriptAndStyle</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/6897">#6897</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/b091fd3b59762fed813e06489967960eb1e5a94a"><code>b091fd3</code></a> Remove out-of-date comment</li>
<li><a href="https://github.com/prettier/prettier/commit/58c6b42aa80ea8681c3b8aaaf8f891c9e4f15e51"><code>58c6b42</code></a> fix formatting of union type as arrow function return type (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/6896">#6896</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/8c3efeb9df251da800cd118ecb4ddf7b33248ff4"><code>8c3efeb</code></a> Try to fix some code blocks in 1.19.0 blog post</li>
<li><a href="https://github.com/prettier/prettier/commit/4eb3e2650a3cc4be5b13afe55fe01ce790c1634d"><code>4eb3e26</code></a> Blog post, changelog and docs for 1.19 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/6787">#6787</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/98d27c7de29891f986aa36af7b1bf0e424619f4e"><code>98d27c7</code></a> Bump Prettier dependency to 1.19.0</li>
<li><a href="https://github.com/prettier/prettier/commit/e788e8d3d5a45318862af7f719c798573ae4c5c8"><code>e788e8d</code></a> Release 1.19.0</li>
<li><a href="https://github.com/prettier/prettier/commit/057e15d50d92a3af3de97b908905ed7ec13318de"><code>057e15d</code></a> prettier 1.19.0-beta.1</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/1.13.4...1.19.1">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/~lydell">lydell</a>, a new releaser for prettier since your current version.</p>
</details>
<br />
[](https://dependabot.com/compatibility-score.html?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.13.4&new-version=1.19.1)
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)
---
**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
<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)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
</details>File tree
Expand file treeCollapse file tree
2 files changed
+4
-4
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+4
-4
lines changed+3-3Lines changed: 3 additions & 3 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 | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments