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

chore(deps): update dependency prettier to v2.4.1 #153

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

Conversation

renovate[bot]
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.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: 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/prettier-2.x branch 6 times, most recently from 92a0935 to f95304a Compare November 28, 2020 01:20
@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 2 times, most recently from 11fc616 to 1a17317 Compare December 6, 2020 10:37
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from adfb491 to 83a79d1 Compare December 12, 2020 04:28
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 2a13416 to 10cca0b Compare December 20, 2020 04:12
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 4 times, most recently from 5767825 to 2acf09c Compare January 8, 2021 12:08
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from 6f56aee to 3246874 Compare January 22, 2021 01:20
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 2b909d5 to 9dc3f6c Compare February 4, 2021 08:05
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 4 times, most recently from 0d37421 to ae23eaa Compare February 19, 2021 19:54
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from ae23eaa to ca4b2cc Compare February 21, 2021 11:42
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from ca4b2cc to fe1c411 Compare March 1, 2021 01:07
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from fe1c411 to e707cb4 Compare March 10, 2021 16:02
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.3.0 chore(deps): update dependency prettier to v2.3.1 Jun 5, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 80e0c82 to 05abec8 Compare June 6, 2021 03:04
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from ca96302 to af8e07c Compare June 26, 2021 09:17
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.3.1 chore(deps): update dependency prettier to v2.3.2 Jun 26, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 5adb9d4 to 16926b0 Compare July 8, 2021 01:01
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from 85e1b3e to 491f229 Compare July 23, 2021 00:56
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 491f229 to e5c6482 Compare August 1, 2021 02:33
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 4 times, most recently from 1d10c23 to 1026c50 Compare August 16, 2021 04:04
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 4cfea81 to 3dd4227 Compare August 26, 2021 03:33
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 3dd4227 to d765271 Compare September 9, 2021 10:25
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.3.2 chore(deps): update dependency prettier to v2.4.0 Sep 9, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from 35efc0f to 812bd23 Compare September 16, 2021 08:17
@renovate renovate bot changed the title chore(deps): update dependency prettier to v2.4.0 chore(deps): update dependency prettier to v2.4.1 Sep 16, 2021
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 812bd23 to 5774d01 Compare September 18, 2021 09:49
@renovate renovate bot force-pushed the renovate/prettier-2.x branch 4 times, most recently from b26e5cb to 4b96fc9 Compare October 21, 2021 09:52
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 4b96fc9 to 5c7931a Compare October 22, 2021 14:28
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