Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

chore(deps): update dependency prettier to ^2.5.1 #175

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) ^2.2.1 -> ^2.5.1 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

prettier/prettier

v2.5.1

Compare Source

diff

Improve formatting for empty tuple types (#​11884 by @​sosukesuzuki)
// Input
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;

// Prettier 2.5.0
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [

]
  ? Foo3
  : Foo4;

// Prettier 2.5.0 (tailingCommma = all)
// Invalid TypeScript code
type Foo = Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends [
  ,
]
  ? Foo3
  : Foo4;

// Prettier 2.5.1
type Foo =
  Foooooooooooooooooooooooooooooooooooooooooooooooooooooooooo extends []
    ? Foo3
    : Foo4;
Fix compatibility with Jest inline snapshot test (#​11892 by @​fisker)

A internal change in [email protected] accidentally breaks the Jest inline snapshot test.

Support Glimmer's named blocks (#​11899 by @​duailibe)

Prettier already supported this feature, but it converted empty named blocks to self-closing, which is not supported by the Glimmer compiler.

See: Glimmer's named blocks.

// Input
<Component>
  <:named></:named>
</Component>

// Prettier 2.5.0
<Component>
  <:named />
</Component>

// Prettier 2.5.1
<Component>
  <:named></:named>
</Component>

v2.5.0

Compare Source

diff

🔗 Release Notes

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@&#8203;forward "library" as btn-*;

// Prettier 2.4.0
@&#8203;forward "library" as btn- *;

// Prettier 2.4.1
@&#8203;forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes

v2.3.2

Compare Source

diff

Fix failure on dir with trailing slash (#​11000 by @​fisker)
$ ls
1.js  1.unknown

v2.3.1

Compare Source

$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".

v2.3.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/prettier branch 6 times, most recently from 7ac3076 to 1424db1 Compare June 5, 2021 11:44
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.3.0 chore(deps): update dependency prettier to ^2.3.1 Jun 5, 2021
@renovate renovate bot force-pushed the renovate/prettier branch from 1424db1 to bbbbf83 Compare June 8, 2021 01:02
@renovate renovate bot force-pushed the renovate/prettier branch from bbbbf83 to eadcde9 Compare June 18, 2021 21:44
@renovate renovate bot force-pushed the renovate/prettier branch from eadcde9 to 1b2a718 Compare June 26, 2021 09:13
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.3.1 chore(deps): update dependency prettier to ^2.3.2 Jun 26, 2021
@renovate renovate bot force-pushed the renovate/prettier branch 3 times, most recently from 633adfc to e7ef77e Compare July 7, 2021 19:39
@renovate renovate bot force-pushed the renovate/prettier branch 6 times, most recently from edd2eb2 to 10882c5 Compare August 4, 2021 19:20
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from ebb96e1 to 7b44a3d Compare September 7, 2021 08:47
@renovate renovate bot force-pushed the renovate/prettier branch from 7b44a3d to 7aa345d Compare September 9, 2021 10:15
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.3.2 chore(deps): update dependency prettier to ^2.4.0 Sep 9, 2021
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from 38769b3 to 88de359 Compare September 16, 2021 08:48
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.4.0 chore(deps): update dependency prettier to ^2.4.1 Sep 16, 2021
@renovate renovate bot force-pushed the renovate/prettier branch 3 times, most recently from a79ef5c to bb69695 Compare October 5, 2021 23:13
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from c917850 to ffdd7b7 Compare November 1, 2021 09:32
@renovate renovate bot force-pushed the renovate/prettier branch from ffdd7b7 to fca1008 Compare November 25, 2021 15:51
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.4.1 chore(deps): update dependency prettier to ^2.5.0 Nov 25, 2021
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from 34ff04d to 4b8ffc4 Compare December 4, 2021 16:45
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.5.0 chore(deps): update dependency prettier to ^2.5.1 Dec 4, 2021
@renovate renovate bot force-pushed the renovate/prettier branch from 4b8ffc4 to 2526517 Compare December 7, 2021 13:11
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from 5c68b2f to d343090 Compare January 4, 2022 23:50
@renovate renovate bot force-pushed the renovate/prettier branch from d343090 to d2018b4 Compare February 1, 2022 11:40
@renovate renovate bot force-pushed the renovate/prettier branch from d2018b4 to 64f74d6 Compare March 1, 2022 12:58
@renovate renovate bot force-pushed the renovate/prettier branch from 64f74d6 to efc2e8e Compare March 7, 2022 20:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant