Skip to content

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

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

chore(deps): update dependency prettier to v2.8.8#263
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/prettier-2.x

Conversation

@renovate

@renovate renovate Bot commented Dec 4, 2021

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

@vercel

vercel Bot commented Dec 4, 2021

Copy link
Copy Markdown

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/webeleon/next-js-starter-project/ZwjVPMhC4AeHZpsnKTBAzVQU3hUZ
✅ Preview: https://next-js-starter-project-git-renovate-prettier-2x-webeleon.vercel.app

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from c4d0817 to 07f7d0f Compare March 26, 2022 13:44
@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 07f7d0f to 6bc9d30 Compare April 25, 2022 00:57
@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
@vercel

vercel Bot commented Apr 25, 2022

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-js-starter-project ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2023 10:30am

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 6bc9d30 to 4a8e28e Compare June 18, 2022 15:00
@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 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 4a8e28e to 820431b Compare March 23, 2023 19:57
@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 820431b to 3315f46 Compare March 24, 2023 09:25
@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 3315f46 to dc03b8a Compare May 28, 2023 10:29
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