Skip to content

chore(deps): update dependency prettier to v2.8.8#87

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier-2.x
Open

chore(deps): update dependency prettier to v2.8.8#87
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 1, 2022

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 2.5.02.8.8 age confidence

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>

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 of the month, every 3 months (* * 1 */3 *)
  • 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-2.x branch from 050ed53 to e1a79b0 Compare January 24, 2022 13:10
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e1a79b0 to fa7cfb2 Compare March 26, 2022 15:19
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from fa7cfb2 to ebb52c8 Compare April 24, 2022 18:15
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.5.1 chore(deps): update dependency prettier to v2.6.2 May 15, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 6e4acbf to 29df136 Compare May 16, 2022 09:27
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 29df136 to 427ce48 Compare June 14, 2022 06:53
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.6.2 chore(deps): update dependency prettier to v2.7.0 Jun 14, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 427ce48 to 3022083 Compare June 16, 2022 06:58
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.7.0 chore(deps): update dependency prettier to v2.7.1 Jun 16, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 3022083 to b9c4479 Compare March 17, 2023 02:11
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.7.1 chore(deps): update dependency prettier to v2.8.4 Mar 17, 2023
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.4 chore(deps): update dependency prettier to v2.8.6 Mar 23, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from b9c4479 to c582bf0 Compare March 23, 2023 19:44
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.6 chore(deps): update dependency prettier to v2.8.7 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from c582bf0 to 4cd7b60 Compare March 24, 2023 10:56
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.7 chore(deps): update dependency prettier to v2.8.8 May 28, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 4cd7b60 to dee860b Compare May 28, 2023 11:25
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from b831c10 to 0d985f3 Compare November 7, 2023 20:38
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 0d985f3 to 13991b0 Compare November 14, 2023 20:48
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 13991b0 to 9881c4f Compare August 10, 2025 14:23
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 9881c4f to 9994bb7 Compare September 25, 2025 21:16
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 9994bb7 to 374eaf5 Compare November 18, 2025 12:32
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.

0 participants