Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update dependency prettier to v2.8.8 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 20, 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Mar 20, 2023

⚠️ No Changeset found

Latest commit: 21efb40

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@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 4 times, most recently from 7d76be7 to 01f30ab Compare March 21, 2023 21:45
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.8.6 chore(deps): update dependency prettier to v2.8.6 - autoclosed Mar 21, 2023
@renovate renovate bot closed this Mar 21, 2023
@renovate renovate bot deleted the renovate/prettier-2.x branch March 21, 2023 21:54
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.8.6 - autoclosed chore(deps): update dependency prettier to v2.8.6 Mar 24, 2023
@renovate renovate bot reopened this Mar 24, 2023
@renovate renovate bot restored the renovate/prettier-2.x branch March 24, 2023 11:28
@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 3 times, most recently from 567bb26 to d9b58e3 Compare March 28, 2023 23:45
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 346435e to 39e9fde Compare April 3, 2023 03:51
@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 2 times, most recently from 152074b to 41aa07a Compare July 28, 2023 00:42
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from daf986a to eb2c25c Compare September 11, 2023 07:38
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.8.8 Update dependency prettier to v2.8.8 Sep 11, 2023
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.

None yet

0 participants