Skip to content

Bump prettier from 1.13.4 to 1.19.1 #2007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 19, 2019

Bumps prettier from 1.13.4 to 1.19.1.

Release notes

Sourced from prettier's releases.

1.19.1

🔗 Changelog

Prettier 1.19: Long awaited Vue option, TypeScript 3.7 and new JavaScript features

🔗 Release Notes

1.18.2

🔗 Changelog

1.18.1

🔗 Changelog

Prettier 1.18.0

🔗 Release Notes

1.17.1

🔗 Changelog

Prettier 1.17: More quotes options and support for shared configs

🔗 Release Notes

1.16.4

🔗 Changelog

1.16.3

🔗 Changelog

1.16.2

🔗 Changelog

1.16.1

🔗 Changelog

Prettier 1.16: HTML improvements and better CRLF handling

🔗 Release Notes

1.15.3

🔗 Changelog

1.15.2

🔗 Changelog

1.15.1

🔗 Changelog

Prettier 1.15: HTML, Vue, Angular and MDX Support

🔗 Release Notes

1.14.3

🔗 Changelog

... (truncated)
Changelog

Sourced from prettier's changelog.

1.19.1

diff

CLI

Fix --stdin regression in 1.19.0 (#6894 by @​lydell)

// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined

// Prettier master $ echo "test" | prettier --stdin --parser babel test;

TypeScript

Fix formatting of union type as arrow function return type (#6896 by @​thorn0)

// Input
export const getVehicleDescriptor = async (
  vehicleId: string,
): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {}
// Prettier stable
export const getVehicleDescriptor = async (
vehicleId: string
): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"]
| undefined> => {};
// Prettier master
export const getVehicleDescriptor = async (
vehicleId: string
): Promise<
Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined
> => {};

1.19.0

diff

🔗 Release Notes

... (truncated)
Commits
Maintainer changes

This version was pushed to npm by lydell, a new releaser for prettier since your current version.


Dependabot compatibility score

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.


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.

Dependabot commands and options

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)

@rust-highfive
Copy link

r? @sgrif

(rust_highfive has picked a reviewer for you, use r? to override)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from 857b366 to 0d23332 Compare December 19, 2019 23:20
@Turbo87
Copy link
Member

Turbo87 commented Dec 20, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 20, 2019

📌 Commit 0d23332 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 20, 2019

⌛ Testing commit 0d23332 with merge f80b11d...

bors added a commit that referenced this pull request Dec 20, 2019
….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 &quot;test&quot; | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined
<p>// Prettier master
$ echo &quot;test&quot; | 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&lt;Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined&gt; =&gt; {}
<p>// Prettier stable
export const getVehicleDescriptor = async (
vehicleId: string
): Promise&lt;| Collections.Parts.PrintedCircuitBoardAssembly[&quot;attributes&quot;]
| undefined&gt; =&gt; {};</p>
<p>// Prettier master
export const getVehicleDescriptor = async (
vehicleId: string
): Promise&lt;
Collections.Parts.PrintedCircuitBoardAssembly[&quot;attributes&quot;] | undefined
&gt; =&gt; {};
</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 />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=1.13.4&new-version=1.19.1)](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>
@bors
Copy link
Contributor

bors commented Dec 20, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing f80b11d to master...

@bors bors merged commit 0d23332 into master Dec 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/prettier-1.19.1 branch December 20, 2019 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants