Skip to content
This repository was archived by the owner on May 20, 2021. It is now read-only.

chore(deps): update dependency prettier to v2.3.0#42

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

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

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Nov 20, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier

v2.3.0

Compare Source

diff

🔗 Release Notes

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");
  }
};

v2.2.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 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.

@renovate renovate bot requested a review from mehrad-rafigh November 20, 2020 04:53
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 36d3b49 to a355cf9 Compare November 28, 2020 01:26
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.2.0 chore(deps): update dependency prettier to v2.2.1 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from a355cf9 to 9d33f9d Compare May 12, 2021 18:40
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.2.1 chore(deps): update dependency prettier to v2.3.0 May 12, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 9d33f9d to 74e5889 Compare May 17, 2021 10:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant