Skip to content

Update dependency prettier to v2.8.8#65

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 10, 2021

This PR contains the following updates:

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

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: 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 0d14267 to caa4675 Compare June 5, 2021 11:33
@renovate renovate Bot changed the title Update dependency prettier to v2.3.0 Update dependency prettier to v2.3.1 Jun 5, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from caa4675 to 0217add Compare June 17, 2021 15:54
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 0217add to 5c94c39 Compare June 26, 2021 09:21
@renovate renovate Bot changed the title Update dependency prettier to v2.3.1 Update dependency prettier to v2.3.2 Jun 26, 2021
@renovate renovate Bot changed the title Update dependency prettier to v2.3.2 Update dependency prettier to v2.4.0 Sep 9, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from ca42a35 to 78569b9 Compare September 16, 2021 08:14
@renovate renovate Bot changed the title Update dependency prettier to v2.4.0 Update dependency prettier to v2.4.1 Sep 16, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 78569b9 to fd47d56 Compare November 16, 2021 09:07
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from fd47d56 to f0cd423 Compare November 25, 2021 14:43
@renovate renovate Bot changed the title Update dependency prettier to v2.4.1 Update dependency prettier to v2.5.0 Nov 25, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from f0cd423 to 215f505 Compare December 4, 2021 17:43
@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 force-pushed the renovate/prettier-2.x branch from 215f505 to 461edd6 Compare December 22, 2021 08:41
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 461edd6 to 87540e2 Compare February 21, 2022 01:44
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 87540e2 to 56aaf5c Compare March 16, 2022 06:20
@renovate renovate Bot changed the title Update dependency prettier to v2.5.1 Update dependency prettier to v2.6.0 Mar 16, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 56aaf5c to 992f3e2 Compare March 25, 2022 05:42
@renovate renovate Bot changed the title Update dependency prettier to v2.6.0 Update dependency prettier to v2.6.1 Mar 25, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 992f3e2 to 8084808 Compare March 29, 2022 17:26
@renovate renovate Bot changed the title Update dependency prettier to v2.6.1 Update dependency prettier to v2.6.2 Apr 2, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 8084808 to 023d8ab Compare April 2, 2022 19:24
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 023d8ab to 18d98b1 Compare April 26, 2022 21:46
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 18d98b1 to 87498f6 Compare June 14, 2022 14:22
@renovate renovate Bot changed the title Update dependency prettier to v2.6.2 Update dependency prettier to v2.7.0 Jun 14, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from cf42c9b to 257728d Compare June 16, 2022 12:17
@renovate renovate Bot changed the title Update dependency prettier to v2.7.0 Update dependency prettier to v2.7.1 Jun 16, 2022
@renovate renovate Bot changed the title Update dependency prettier to v2.8.5 Update dependency prettier to v2.8.6 Mar 21, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 62f2b5b to 0389898 Compare March 21, 2023 10:32
@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 0389898 to 55ca18a Compare March 24, 2023 10:36
@renovate renovate Bot changed the title Update dependency prettier to v2.8.7 Update dependency prettier to v2.8.8 Apr 23, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 55ca18a to 390fa4b Compare April 23, 2023 08:34
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 390fa4b to a1674f1 Compare April 30, 2023 13:56
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 4 times, most recently from 0f4a684 to 353b7fa Compare January 17, 2024 09:22
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 722b594 to 5813cee Compare April 26, 2024 19:15
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 5813cee to 6a36609 Compare January 6, 2025 08:09
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 853641c to 19f8123 Compare April 18, 2025 11:14
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 19f8123 to b279a18 Compare June 2, 2025 10:32
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 42ffbe8 to 7a3838c Compare August 13, 2025 16:04
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 7a3838c to 008ad4a Compare September 25, 2025 19:07
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 008ad4a to 5b52066 Compare October 21, 2025 10:05
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 5b52066 to e950a01 Compare November 10, 2025 18:44
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e950a01 to 086140b Compare November 18, 2025 22:59
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 086140b to e521430 Compare December 3, 2025 19:37
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e521430 to e4d017d Compare December 31, 2025 16:52
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from e4d017d to 33205fe Compare January 8, 2026 18:07
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 33205fe to af162e3 Compare January 23, 2026 20:33
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from af162e3 to a985a62 Compare February 12, 2026 14:51
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from a985a62 to 68a1019 Compare March 5, 2026 20:12
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