Skip to content

chore(deps): update dependency prettier to >=2.8.8#793

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

chore(deps): update dependency prettier to >=2.8.8#793
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jun 26, 2021

This PR contains the following updates:

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

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: (UTC)

  • 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 renovate/prettier-2.x branch from 6046a9a to 6722412 Compare October 20, 2021 05:09
@renovate renovate Bot changed the title chore(deps): update dependency prettier to >=2.3.2 chore(deps): update dependency prettier to >=2.4.1 Oct 20, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 6722412 to edfb6d8 Compare March 7, 2022 15:38
@renovate renovate Bot changed the title chore(deps): update dependency prettier to >=2.4.1 chore(deps): update dependency prettier to >=2.5.1 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from edfb6d8 to 2f5c388 Compare March 26, 2022 12:04
@renovate renovate Bot changed the title chore(deps): update dependency prettier to >=2.5.1 chore(deps): update dependency prettier to >=2.6.1 Mar 26, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 2f5c388 to 205cb3f Compare April 25, 2022 00:06
@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 25, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 205cb3f to 157ad7c Compare June 18, 2022 19:38
@renovate renovate Bot changed the title chore(deps): update dependency prettier to >=2.6.2 chore(deps): update dependency prettier to >=2.7.1 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 157ad7c to ab98d1b Compare September 25, 2022 22:23
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from ab98d1b to c266e47 Compare November 20, 2022 11:09
@renovate renovate Bot changed the title chore(deps): update dependency prettier to >=2.7.1 chore(deps): update dependency prettier to >=2.8.4 Mar 17, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from c266e47 to b2200cc Compare March 17, 2023 01:50
@renovate renovate Bot changed the title chore(deps): update dependency prettier to >=2.8.4 chore(deps): update dependency prettier to >=2.8.7 Mar 24, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from b2200cc to f5765d2 Compare March 24, 2023 19:44
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from f5765d2 to 29408b1 Compare May 28, 2023 12:06
@renovate renovate Bot changed the title chore(deps): update dependency prettier to >=2.8.7 chore(deps): update dependency prettier to >=2.8.8 May 28, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 29408b1 to cac262b Compare August 10, 2025 14:39
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from cac262b to f215e00 Compare October 21, 2025 14:48
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from f215e00 to fec7bc0 Compare December 3, 2025 18:14
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from f407963 to 3559774 Compare January 23, 2026 17:48
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 3559774 to 705d8ad Compare April 1, 2026 17:14
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 705d8ad to 7f21087 Compare April 29, 2026 15:59
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