Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 2.8.6 -> 2.8.8 age adoption passing 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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from 09cf502 to 0bd502e Compare March 31, 2023 14:42
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 0bd502e to 4f304c9 Compare April 11, 2023 08:24
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 2c322b3 to 0def490 Compare April 23, 2023 10:17
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.8.7 chore(deps): update dependency prettier to v2.8.8 Apr 23, 2023
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from e16b607 to dc8d39d Compare July 18, 2023 06:12
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from 7dba133 to b1708ba Compare January 19, 2024 02:54
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from b1708ba to 0e5eb82 Compare January 19, 2024 02:57
@wing328 wing328 merged commit 3ebabf7 into master Jan 19, 2024
3 checks passed
@wing328 wing328 deleted the renovate/prettier-2.x branch January 19, 2024 04:06
Copy link

🎉 This PR is included in version 2.8.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant