Skip to content

chore(deps): update dependency prettier to ^2.8.8#225

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier
Open

chore(deps): update dependency prettier to ^2.8.8#225
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 1, 2021

This PR contains the following updates:

Package Change Age Confidence
prettier (source) ^2.2.1^2.8.8 age confidence

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


Release Notes

prettier/prettier (prettier)

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

v2.6.2

Compare Source

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js

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 Prettier@​v2.5.0 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: (in timezone America/Los_Angeles)

  • Branch creation
    • "on the 1st through 7th day of the month"
  • 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 branch 6 times, most recently from 7f828a7 to 41e38db Compare June 5, 2021 12:02
@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 41e38db to e7d131d Compare June 8, 2021 01:39
@renovate renovate Bot force-pushed the renovate/prettier branch from e7d131d to c1cabf3 Compare June 26, 2021 10:11
@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 4 times, most recently from adea1c6 to cc4daa4 Compare July 7, 2021 18:31
@renovate renovate Bot force-pushed the renovate/prettier branch 5 times, most recently from f87b03e to ae428e8 Compare August 4, 2021 18:30
@renovate renovate Bot force-pushed the renovate/prettier branch 2 times, most recently from 3cac9b6 to 63f55b5 Compare September 7, 2021 10:49
@renovate renovate Bot force-pushed the renovate/prettier branch from 63f55b5 to 6967528 Compare September 9, 2021 10:07
@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 from 6967528 to a4ca66c Compare September 16, 2021 08:57
@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 2 times, most recently from 9ff0f99 to f9927f0 Compare October 1, 2021 09:00
@renovate renovate Bot force-pushed the renovate/prettier branch 2 times, most recently from 42c6dc8 to 93eeb99 Compare January 4, 2022 20:44
@renovate renovate Bot force-pushed the renovate/prettier branch 2 times, most recently from d0076f6 to 8d289fd Compare February 1, 2022 10:52
@renovate renovate Bot force-pushed the renovate/prettier branch 3 times, most recently from cbcc659 to 97ce6e9 Compare March 7, 2022 23:18
@renovate renovate Bot force-pushed the renovate/prettier branch from 97ce6e9 to 0b898e9 Compare March 16, 2022 06:26
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.5.1 chore(deps): update dependency prettier to ^2.6.0 Mar 16, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from 0b898e9 to cba2aa4 Compare March 25, 2022 05:30
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.6.0 chore(deps): update dependency prettier to ^2.6.1 Mar 25, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from cba2aa4 to 8c187d3 Compare April 1, 2022 15:16
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.6.1 chore(deps): update dependency prettier to ^2.6.2 Apr 2, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from 8c187d3 to f567cc5 Compare April 2, 2022 17:43
@renovate renovate Bot force-pushed the renovate/prettier branch 2 times, most recently from b803a30 to ab932f0 Compare May 1, 2022 12:22
@renovate renovate Bot force-pushed the renovate/prettier branch 4 times, most recently from a040c3c to 54c8542 Compare June 8, 2022 01:37
@renovate renovate Bot force-pushed the renovate/prettier branch from 54c8542 to f1f6133 Compare June 14, 2022 13:33
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.6.2 chore(deps): update dependency prettier to ^2.7.0 Jun 14, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from f1f6133 to f91af16 Compare June 16, 2022 11:42
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.7.0 chore(deps): update dependency prettier to ^2.7.1 Jun 16, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from f91af16 to 200b797 Compare June 19, 2022 03:29
@renovate renovate Bot force-pushed the renovate/prettier branch from 200b797 to f20b5f8 Compare July 1, 2022 15:56
@renovate renovate Bot force-pushed the renovate/prettier branch from f20b5f8 to c01ad93 Compare August 5, 2022 01:29
@renovate renovate Bot force-pushed the renovate/prettier branch 2 times, most recently from 8008786 to 2321787 Compare September 1, 2022 13:20
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