Skip to content

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

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

chore(deps): update dependency prettier to v2.8.8#138
renovate[bot] wants to merge 1 commit intomasterfrom
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 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 automerge dependencies Pull requests that update a dependency file labels May 10, 2021
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 10, 2021

Codecov Report

Patch and project coverage have no change.

Comparison is base (dd24bbc) 100.00% compared to head (c22a7cd) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #138   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines           30        30           
  Branches         1         1           
=========================================
  Hits            30        30           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 69baa82 to 2d76116 Compare May 17, 2021 04:57
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 2d76116 to 66823e5 Compare June 5, 2021 11:18
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.3.0 chore(deps): update dependency prettier to v2.3.1 Jun 5, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 66823e5 to e3da402 Compare June 7, 2021 07:30
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.3.1 chore(deps): update dependency prettier to v2.3.2 Jun 26, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from e3da402 to 7ea78dc Compare June 26, 2021 09:48
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 7ea78dc to 4d693f2 Compare October 18, 2021 18:37
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.3.2 chore(deps): update dependency prettier to v2.4.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 4d693f2 to 3c9f723 Compare March 7, 2022 13:27
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.4.1 chore(deps): update dependency prettier to v2.5.1 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.5.1 chore(deps): update dependency prettier to v2.6.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 3c9f723 to 7af197e Compare March 26, 2022 13:41
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.6.1 chore(deps): update dependency prettier to v2.6.2 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 7af197e to ade0a72 Compare April 25, 2022 01:25
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from ade0a72 to 4c249c1 Compare June 18, 2022 13:22
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.6.2 chore(deps): update dependency prettier to v2.7.1 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 4c249c1 to 79e696f Compare September 25, 2022 15:17
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.7.1 chore(deps): update dependency prettier to v2.8.6 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 79e696f to fb1da2d Compare March 23, 2023 19:32
@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 fb1da2d to 81d41f8 Compare March 24, 2023 08:47
@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 81d41f8 to c22a7cd Compare May 28, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant