Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 1.18.2 -> 1.19.1 age adoption passing 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 - "* * * * 0,6" (UTC), 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.

@algobot
Copy link

algobot commented Jan 23, 2021

Deploy preview for algolia-community ready!

Built with commit c4b19dd

https://deploy-preview-315--algolia-community.netlify.app

@renovate renovate bot force-pushed the renovate/prettier-1.x branch from c4b19dd to 1da09c1 Compare September 25, 2022 22:19
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from 1da09c1 to c55b871 Compare November 20, 2022 18:55
@renovate renovate bot force-pushed the renovate/prettier-1.x branch from c55b871 to ec9fd6a Compare March 16, 2023 11:15
@renovate renovate bot changed the title fix(deps): update dependency prettier to v1.19.1 fix(deps): update dependency prettier to v1.19.1 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/prettier-1.x branch December 8, 2024 18:33
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.

1 participant