-
Notifications
You must be signed in to change notification settings - Fork 648
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r? @sgrif (rust_highfive has picked a reviewer for you, use r? to override) |
Bumps [prettier](https://github.com/prettier/prettier) from 1.13.4 to 1.19.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](prettier/prettier@1.13.4...1.19.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
857b366
to
0d23332
Compare
@bors r+ |
📌 Commit 0d23332 has been approved by |
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 "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>
☀️ Test successful - checks-travis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps prettier from 1.13.4 to 1.19.1.
Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
95b8e54
Release 1.19.19b1726d
Quick-fix for stdin being broken in 1.19.0 (#6894)6cba8ce
Fixsince
version forvueIndentScriptAndStyle
(#6897)b091fd3
Remove out-of-date comment58c6b42
fix formatting of union type as arrow function return type (#6896)8c3efeb
Try to fix some code blocks in 1.19.0 blog post4eb3e26
Blog post, changelog and docs for 1.19 (#6787)98d27c7
Bump Prettier dependency to 1.19.0e788e8d
Release 1.19.0057e15d
prettier 1.19.0-beta.1Maintainer changes
This version was pushed to npm by lydell, a new releaser for prettier since your current version.
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 readmeAdditionally, you can set the following in the
.dependabot/config.yml
file in this repo: