Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 2.2.0 -> 2.2.1 age adoption passing confidence

Release Notes

prettier/prettier

v2.2.1

Compare Source

diff

Fix formatting for AssignmentExpression with ClassExpression (#​9741 by @​sosukesuzuki)
// Input
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.0
module.exports = class A extends (
  B
) {
  method() {
    console.log("foo");
  }
};

// Prettier 2.2.1
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ 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 WhiteSource Renovate. View repository job log here.

@ehmicky ehmicky self-assigned this Nov 30, 2020
@ehmicky ehmicky added the type: chore work needed to keep the product and development running smoothly label Nov 30, 2020
@ehmicky ehmicky merged commit 8cd0134 into master Nov 30, 2020
@ehmicky ehmicky deleted the renovate/prettier-2.x-lockfile branch November 30, 2020 13:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

type: chore work needed to keep the product and development running smoothly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants