Skip to content

chore(deps): update dependency prettier to v1.19.1#66

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-1.x
Open

chore(deps): update dependency prettier to v1.19.1#66
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-1.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 11, 2019

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 1.18.21.19.1 age confidence

Release Notes

prettier/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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/prettier-1.x branch from 1392b56 to 9e9bfd8 Compare February 16, 2020 18:02
@renovate renovate bot changed the title Update dependency prettier to v1.19.1 chore(deps): update dependency prettier to v1.19.1 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from 9e9bfd8 to 7a7441b Compare November 20, 2022 13:53
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from 7a7441b to b12c2e5 Compare August 10, 2025 13:00
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from b12c2e5 to d6b3193 Compare November 10, 2025 15:55
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from d6b3193 to 336ca3d Compare November 19, 2025 00:31
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.

0 participants