Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Update dependency prettier to v2.2.1 #68

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 27, 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.

@codecov-io
Copy link

codecov-io commented Nov 27, 2020

Codecov Report

Merging #68 (5fd8432) into master (a001d63) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   83.49%   83.49%           
=======================================
  Files          24       24           
  Lines        1145     1145           
  Branches      225      225           
=======================================
  Hits          956      956           
  Misses        162      162           
  Partials       27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f79c2f...1bcd713. Read the comment docs.

@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 5758249 to 5fd8432 Compare December 11, 2020 18:00
@renovate renovate bot changed the title Update dependency prettier to v2.2.0 Update dependency prettier to v2.2.1 Dec 11, 2020
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 5fd8432 to 1bcd713 Compare January 22, 2021 20:59
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.

2 participants