Skip to content

🤖📦 Update dependency prettier to v1.19.1#4

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

🤖📦 Update dependency prettier to v1.19.1#4
renovate[bot] wants to merge 1 commit intolatestfrom
renovate/prettier-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Nov 10, 2019

Mend Renovate

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

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 - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title 🤖📦 Update dependency prettier to v1.19.1 🤖📦 Update dependency prettier to v1.19.1 Nov 14, 2019
@renovate renovate bot changed the title 🤖📦 Update dependency prettier to v1.19.1 🤖📦 Update dependency prettier to v1.19.1 Dec 11, 2019
@renovate renovate bot changed the title 🤖📦 Update dependency prettier to v1.19.1 🤖📦 Update dependency prettier to v1.19.1 Jan 10, 2020
@renovate renovate bot changed the title 🤖📦 Update dependency prettier to v1.19.1 🤖📦 Update dependency prettier to v1.19.1 Feb 8, 2020
@renovate renovate bot changed the title 🤖📦 Update dependency prettier to v1.19.1 🤖📦 Update dependency prettier to v1.19.1 Mar 10, 2020
@renovate renovate bot changed the title 🤖📦 Update dependency prettier to v1.19.1 🤖📦 Update dependency prettier to v1.19.1 Aug 27, 2020
@renovate renovate bot changed the title 🤖📦 Update dependency prettier to v1.19.1 🤖📦 Update dependency prettier to v1.19.1 Nov 28, 2020
@renovate
Copy link
Copy Markdown
Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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