Skip to content

Update dependency prettier to v2.8.8#775

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Sep 9, 2021

This PR contains the following updates:

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


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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 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 added the renovate label Sep 9, 2021
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 888d77d to f75b676 Compare September 16, 2021 08:22
@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 2 times, most recently from 014b3e9 to 807143a Compare September 28, 2021 19:38
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from c8394c8 to 2fefa02 Compare October 13, 2021 03:13
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 4 times, most recently from 726a022 to d9e802a Compare October 21, 2021 05:41
@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 d9e802a to afe2cee Compare November 25, 2021 14:54
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from afe2cee to 7bd266f Compare December 4, 2021 17:03
@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 7bd266f to add5f72 Compare March 26, 2022 14:49
@renovate renovate Bot changed the title Update dependency prettier to v2.6.1 Update dependency prettier to v2.6.2 Apr 25, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from add5f72 to b7b9b9a Compare April 25, 2022 01:12
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from b7b9b9a to e263c36 Compare June 18, 2022 22:05
@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 e263c36 to 8935f5a Compare December 12, 2022 06:40
@renovate renovate Bot changed the title Update dependency prettier to v2.7.1 Update dependency prettier to v2.8.1 Dec 12, 2022
@renovate renovate Bot changed the title Update dependency prettier to v2.8.1 Update dependency prettier to v2.8.4 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 8935f5a to b5a6b4f Compare March 16, 2023 11:23
@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 b5a6b4f to 2fcaf03 Compare March 23, 2023 17:11
@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 2fcaf03 to 36e7381 Compare March 24, 2023 09:08
@renovate renovate Bot changed the title Update dependency prettier to v2.8.7 Update dependency prettier to v2.8.8 May 28, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 36e7381 to f88a81c Compare May 28, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants