Skip to content

Update dependency prettier to v2.8.8#645

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

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

Conversation

@renovate

@renovate renovate Bot commented Mar 29, 2022

Copy link
Copy Markdown
Contributor

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
    • "every weekend"
  • 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.

@sluukkonen sluukkonen force-pushed the renovate/prettier-2.x branch from 46a14ba to d4e4e29 Compare March 29, 2022 19:19
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 14 times, most recently from 6b4806c to 9ceaed6 Compare April 2, 2022 18:39
@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 10 times, most recently from 0dcd596 to bfcb782 Compare April 11, 2022 21:49
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 4 times, most recently from 43dfe1a to fe559c6 Compare April 19, 2022 00:12
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 6 times, most recently from 195a297 to 9040d99 Compare May 9, 2022 22:11
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 13 times, most recently from 3b685b4 to 266c3cd Compare May 17, 2022 18:56
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 9 times, most recently from 0dbf3b4 to 41b3380 Compare May 25, 2022 16:01
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 41b3380 to 52b521b Compare May 27, 2022 14:20
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