Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 25, 2023

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 2.8.62.8.8 age confidence

Release Notes

prettier/prettier (prettier)

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @​decorator()
  get foo () {}
  
  @​decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @​decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @​decorator()
  get foo() {}

  @​decorator()
  set foo(value) {}
}

Configuration

📅 Schedule: 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Feb 25, 2023

Deploying daim with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1a64fc4
Status: ✅  Deploy successful!
Preview URL: https://1eddeaf3.daim.pages.dev
Branch Preview URL: https://renovate-prettier-2-x.daim.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/prettier-2.x branch from dacaf69 to 390e569 Compare February 25, 2023 03:15
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 25, 2023

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
daim Error Error Dec 3, 2025 2:43pm

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 25, 2023

Deployment failed with the following error:

There is no GitHub account connected to this Vercel account.

@renovate renovate bot force-pushed the renovate/prettier-2.x branch 25 times, most recently from 12748e4 to 5e5fe67 Compare March 18, 2023 06:29
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 7 times, most recently from 3862e5a to a8ca226 Compare March 20, 2023 06:27
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.8.4 chore(deps): update dependency prettier to v2.8.5 Mar 20, 2023
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 8 times, most recently from 147e7f4 to c2c068e Compare March 21, 2023 07:20
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.8.5 chore(deps): update dependency prettier to v2.8.6 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 18694ad to aed7640 Compare March 21, 2023 11:21
@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 aed7640 to 472c55e Compare March 24, 2023 10:45
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 8 times, most recently from 9506aab to dc5cf64 Compare April 10, 2023 10:14
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