Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 1.17.1 -> 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

v1.18.2

Compare Source

diff

  • TypeScript: only add trailing commas in tuples for --trailing-comma=all (#​6199 by @​duailibe)

    In Prettier 1.18 we added trailing commas in tuples when --trailing-comma=all, but it was also adding for --trailing-comma=es5.

v1.18.1

Compare Source

diff

  • TypeScript: Add trailing comma in tsx, only for arrow function (#​6190 by @​sosukesuzuki)

    Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it.

    // Input
    interface Interface1<T> {
      one: "one";
    }
    function function1<T>() {
      return "one";
    }
    
    // Output (Prettier 1.18.0)
    interface Interface1<T,> {
      one: "one";
    }
    function function1<T,>() {
      return "one";
    }
    
    // Output (Prettier 1.18.1)
    interface Interface1<T> {
      one: "one";
    }
    function function1<T>() {
      return "one";
    }
  • Config: Match dotfiles in config overrides (#​6194 by @​duailibe)

    When using overrides in the config file, Prettier was not matching dotfiles (files that start with .). This was fixed in 1.18.1

v1.18.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 dev-dependency-renovate/prettier-1.x branch 2 times, most recently from 311dfef to 7ff88a2 Compare October 1, 2019 07:47
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from 7ff88a2 to b782ced Compare October 8, 2019 07:41
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from b782ced to 52ec95a Compare October 18, 2019 23:53
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from ccf3f59 to d076184 Compare November 2, 2019 02:33
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from d076184 to ee4bf0f Compare November 2, 2019 21:40
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.18.2 chore(deps): update dependency prettier to v1.19.0 Nov 9, 2019
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from 846a535 to 690d585 Compare November 9, 2019 12:32
@renovate renovate bot changed the title chore(deps): update dependency prettier to v1.19.0 chore(deps): update dependency prettier to v1.19.1 Nov 9, 2019
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from d53378b to ae447bb Compare November 18, 2019 04:44
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from ae447bb to 4a034e4 Compare November 27, 2019 07:36
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from fd706d0 to bc73d0c Compare December 21, 2019 10:45
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from eef36bd to c464e45 Compare February 8, 2021 15:07
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from 009440b to 7f96511 Compare March 24, 2021 10:48
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from cbc180b to 1dcc865 Compare April 15, 2021 04:40
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 3 times, most recently from 3f91fc2 to ac217f8 Compare May 15, 2021 18:49
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from ac217f8 to 686af84 Compare May 21, 2021 22:28
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 8 times, most recently from 2d1efe1 to 0d37c77 Compare January 17, 2023 04:00
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 3 times, most recently from 78cf69a to 4898825 Compare January 31, 2023 05:40
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from cb54916 to b7d2feb Compare May 28, 2023 13:54
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from 6d4f925 to ffe678c Compare June 29, 2023 21:11
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from ffe678c to 2601651 Compare July 20, 2023 23:08
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from 3e68c59 to 764af13 Compare July 30, 2023 00:43
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 4 times, most recently from 4563a65 to 7fb2d2e Compare August 19, 2023 03:28
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from 7fb2d2e to 8add2c2 Compare October 23, 2023 09:59
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from 8add2c2 to c7b1fbb Compare November 2, 2023 03:46
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from c7b1fbb to 4fbbaa1 Compare December 14, 2023 22:32
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch 2 times, most recently from 2dbfcf6 to f58f69f Compare June 20, 2024 13:01
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from f58f69f to 89f64bf Compare July 13, 2024 22:30
@renovate renovate bot force-pushed the dev-dependency-renovate/prettier-1.x branch from 89f64bf to a796c98 Compare July 20, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants