Skip to content

Comments

Update dependency prettier to v2.2.1 - autoclosed#241

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

Update dependency prettier to v2.2.1 - autoclosed#241
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Contributor

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

v2.2.0

Compare Source

diff

🔗 Release Notes


Renovate 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 force-pushed the renovate/prettier-2.x branch from 0bcf606 to 8703fd7 Compare November 28, 2020 01:39
@renovate renovate bot changed the title Update dependency prettier to v2.2.0 Update dependency prettier to v2.2.1 Nov 28, 2020
@renovate renovate bot changed the title Update dependency prettier to v2.2.1 Update dependency prettier to v2.2.1 - autoclosed Mar 28, 2021
@renovate renovate bot closed this Mar 28, 2021
@renovate renovate bot deleted the renovate/prettier-2.x branch March 28, 2021 07:06
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.

1 participant