Skip to content

fix(deps): update prettier#231

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

fix(deps): update prettier#231
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/prettier

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 1, 2021

This PR contains the following updates:

Package Change Age Confidence
eslint-config-prettier ^9.0.0^9.1.2 age confidence
prettier (source) ^2.4.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/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

v9.1.0

Compare Source

  • Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)!
  • Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the ESLINT_CONFIG_PRETTIER_NO_DEPRECATED environment variable.
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


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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 57493d4 to 85cd628 Compare December 4, 2021 16:56
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.5.0 chore(deps): update dependency prettier to ^2.5.1 Dec 4, 2021
@renovate renovate Bot force-pushed the renovate/prettier branch from 85cd628 to 5dacf5e Compare March 26, 2022 14:20
@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 5dacf5e to f7a0f35 Compare April 2, 2022 19:01
@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 2, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from f7a0f35 to 1c691bd Compare April 21, 2022 09:17
@renovate renovate Bot force-pushed the renovate/prettier branch 3 times, most recently from 485ceb3 to 72d3afb Compare May 17, 2022 09:56
@renovate renovate Bot force-pushed the renovate/prettier branch from 72d3afb to 18ab3fe Compare May 26, 2022 10:06
@renovate renovate Bot force-pushed the renovate/prettier branch from 18ab3fe to f52bcd5 Compare June 3, 2022 13:55
@renovate renovate Bot force-pushed the renovate/prettier branch from f52bcd5 to 92d5626 Compare June 14, 2022 12:35
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.6.2 chore(deps): update dependency prettier to ^2.7.0 Jun 14, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from 92d5626 to 7c097ed Compare June 16, 2022 07:11
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.7.0 chore(deps): update dependency prettier to ^2.7.1 Jun 16, 2022
@renovate renovate Bot force-pushed the renovate/prettier branch from 7c097ed to dfae4ac Compare September 25, 2022 11:55
@renovate renovate Bot force-pushed the renovate/prettier branch from dfae4ac to 40b931d Compare March 16, 2023 17:46
@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 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 force-pushed the renovate/prettier branch from 40b931d to bd047e9 Compare March 24, 2023 23:19
@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 bd047e9 to 785ec96 Compare May 28, 2023 12:00
@renovate renovate Bot force-pushed the renovate/prettier branch from 785ec96 to c1417de Compare September 15, 2023 08:51
@renovate renovate Bot force-pushed the renovate/prettier branch from c1417de to 12f2d55 Compare September 15, 2023 08:58
@renovate renovate Bot force-pushed the renovate/prettier branch from 12f2d55 to a7df821 Compare October 9, 2023 11:33
@renovate renovate Bot force-pushed the renovate/prettier branch 3 times, most recently from a998dae to e29f577 Compare October 24, 2023 01:56
@renovate renovate Bot changed the title chore(deps): update dependency prettier to ^2.8.8 fix(deps): update prettier Dec 2, 2023
@renovate renovate Bot force-pushed the renovate/prettier branch from e29f577 to 175c90b Compare December 2, 2023 11:15
@renovate renovate Bot force-pushed the renovate/prettier branch from 175c90b to 456c54d Compare July 18, 2025 21:15
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