Skip to content

Update dependency prettier to v2.8.8#24

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

Update dependency prettier to v2.8.8#24
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Nov 25, 2021

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 2.4.12.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>

v2.5.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 6c3bb7d to e716a2d Compare December 4, 2021 15:46
@renovate renovate Bot changed the title Update dependency prettier to v2.5.0 Update dependency prettier to v2.5.1 Dec 4, 2021
@renovate renovate Bot changed the title Update dependency prettier to v2.5.1 Update dependency prettier to v2.6.1 Mar 26, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e716a2d to e27fbf6 Compare March 26, 2022 14:45
@renovate renovate Bot changed the title Update dependency prettier to v2.6.1 Update dependency prettier to v2.6.2 Apr 24, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e27fbf6 to 2472d42 Compare April 24, 2022 21:38
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 2472d42 to 77e3a3e Compare June 18, 2022 16:33
@renovate renovate Bot changed the title Update dependency prettier to v2.6.2 Update dependency prettier to v2.7.1 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 77e3a3e to d2f5246 Compare September 25, 2022 13:14
@renovate renovate Bot changed the title Update dependency prettier to v2.7.1 Update dependency prettier to v2.8.4 Mar 17, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from d2f5246 to 95a4714 Compare March 17, 2023 06:08
@renovate renovate Bot changed the title Update dependency prettier to v2.8.4 Update dependency prettier to v2.8.6 Mar 23, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 95a4714 to 3ee1040 Compare March 23, 2023 22:00
@renovate renovate Bot changed the title Update dependency prettier to v2.8.6 Update dependency prettier to v2.8.7 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 3ee1040 to e99caec Compare March 24, 2023 08:45
@renovate renovate Bot changed the title Update dependency prettier to v2.8.7 Update dependency prettier to v2.8.8 Jun 1, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e99caec to cb264d0 Compare June 1, 2023 18:08
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from cb264d0 to 6b58389 Compare August 10, 2025 13:13
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 6b58389 to 54c9e35 Compare March 5, 2026 19:17
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