Skip to content

chore(deps): update dependency prettier to ^2.8.8#7

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier
Open

chore(deps): update dependency prettier to ^2.8.8#7
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jul 1, 2021

This PR contains the following updates:

Package Change Age Confidence
prettier (source) ^2.3.1^2.8.8 age confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


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

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "on the 1st through 7th day of the month"
  • 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 branch from 5e1aeab to f7541ac Compare October 18, 2021 17:56
@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 18, 2021
@renovate renovate Bot force-pushed the renovate/prettier branch from f7541ac to c4f1098 Compare March 7, 2022 11:13
@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 branch from c4f1098 to 6d41def Compare March 26, 2022 12:31
@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 branch from 6d41def to 40f1336 Compare April 24, 2022 23:53
@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 24, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from 40f1336 to 7ad6c6f Compare June 18, 2022 15:27
@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 changed the title chore(deps): update dependency prettier to ^2.7.1 chore(deps): update dependency prettier to ^2.8.4 Mar 16, 2023
@renovate renovate Bot force-pushed the renovate/prettier branch from 7ad6c6f to 110c2f2 Compare March 16, 2023 07:06
@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 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 branch from b8c4372 to f518508 Compare May 28, 2023 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants