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

chore(deps): update dependency prettier to ^2.4.1 #336

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2020

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@​forward "library" as btn-*;

// Prettier 2.4.0
@​forward "library" as btn- *;

// Prettier 2.4.1
@​forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

v2.4.0

Compare Source

diff

🔗 Release Notes

v2.3.2

Compare Source

diff

Fix failure on dir with trailing slash (#​11000 by @​fisker)
$ ls
1.js  1.unknown

v2.3.1

Compare Source

$ prettier . -l
1.js
$ prettier ./ -l
[error] No supported files were found in the directory: "./".

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: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled due to failing status checks.

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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/prettier branch from 8dd0332 to 3e337e1 Compare February 8, 2021 13:55
@renovate renovate bot force-pushed the renovate/prettier branch 3 times, most recently from 8e16daa to c8c9dec Compare March 1, 2021 13:50
@renovate renovate bot force-pushed the renovate/prettier branch from c8c9dec to 4ed1a73 Compare March 16, 2021 17:47
@renovate renovate bot force-pushed the renovate/prettier branch 4 times, most recently from ddf9c2f to 84e7c02 Compare April 2, 2021 05:08
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from 1c90771 to c61f13a Compare April 19, 2021 14:41
@renovate renovate bot force-pushed the renovate/prettier branch 3 times, most recently from 234c84a to c8def3a Compare May 8, 2021 05:02
@renovate renovate bot force-pushed the renovate/prettier branch from c8def3a to 0f6cb14 Compare May 10, 2021 00:27
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.2.1 chore(deps): update dependency prettier to ^2.3.0 May 10, 2021
@renovate renovate bot force-pushed the renovate/prettier branch from 0f6cb14 to 0da3e06 Compare May 25, 2021 00:26
@renovate renovate bot force-pushed the renovate/prettier branch 9 times, most recently from d20dbcd to e44de76 Compare June 5, 2021 12:34
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.3.0 chore(deps): update dependency prettier to ^2.3.1 Jun 5, 2021
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from 31f1846 to 2934989 Compare June 8, 2021 01:15
@renovate renovate bot force-pushed the renovate/prettier branch from 2934989 to 409091a Compare June 26, 2021 09:38
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.3.1 chore(deps): update dependency prettier to ^2.3.2 Jun 26, 2021
@renovate renovate bot force-pushed the renovate/prettier branch from 409091a to d78e163 Compare October 18, 2021 23:02
@renovate renovate bot changed the title chore(deps): update dependency prettier to ^2.3.2 chore(deps): update dependency prettier to ^2.4.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/prettier branch 11 times, most recently from c3f9f76 to 30622bd Compare November 1, 2021 12:26
@renovate renovate bot force-pushed the renovate/prettier branch 2 times, most recently from da2b92b to 850bd13 Compare November 11, 2021 17:49
@renovate renovate bot force-pushed the renovate/prettier branch from 850bd13 to ad0e577 Compare November 23, 2021 02:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant