Skip to content

chore(deps): update dependency prettier to ^1.19.1 (master) #2307

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
Nov 13, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2019

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies minor ^1.18.2 -> ^1.19.1

Release Notes

prettier/prettier

v1.19.1

Compare Source

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
> => {};

v1.19.0

Compare Source

diff

🔗 Release Notes


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the renovate label Nov 9, 2019
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch from 08c8c7a to 88b0694 Compare November 9, 2019 11:01
hiroppy
hiroppy previously approved these changes Nov 9, 2019
@codecov
Copy link

codecov bot commented Nov 9, 2019

Codecov Report

Merging #2307 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2307   +/-   ##
=======================================
  Coverage   93.92%   93.92%           
=======================================
  Files          34       34           
  Lines        1284     1284           
  Branches      366      366           
=======================================
  Hits         1206     1206           
  Misses         77       77           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a391b18...dfc175b. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency prettier to ^1.19.0 (master) chore(deps): update dependency prettier to ^1.19.1 (master) Nov 9, 2019
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch from 88b0694 to dfc175b Compare November 9, 2019 12:41
@alexander-akait
Copy link
Member

@hiroppy @Loonride feel free to feedback

@alexander-akait alexander-akait merged commit 7cb22cc into master Nov 13, 2019
@alexander-akait alexander-akait deleted the renovate/master-all-minor-dependencies branch November 13, 2019 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants