From 5d910f662adda05d6b1ef2b7ae5ce83f1c5f3dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 06:28:03 -0700 Subject: [PATCH] Bump prettier from 2.3.2 to 2.4.1 in /desktop (#2892) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1.
Release notes

Sourced from prettier's releases.

2.4.1

{emoji:1f517} Changelog

2.4.0

diff

Release note

Changelog

Sourced from prettier's changelog.

2.4.1

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.

2.4.0

diff

{emoji:1f517} Release Notes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.3.2&new-version=2.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/2892 Reviewed By: mweststrate Differential Revision: D31150434 Pulled By: passy fbshipit-source-id: 9babc0c91c931330dad615e74598cc29a713dbf4 --- desktop/babel-transformer/package.json | 2 +- desktop/doctor/package.json | 2 +- desktop/eslint-plugin-flipper/package.json | 2 +- desktop/package.json | 2 +- desktop/pkg-lib/package.json | 2 +- desktop/pkg/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/desktop/babel-transformer/package.json b/desktop/babel-transformer/package.json index 53a9b77f3..8f636cd93 100644 --- a/desktop/babel-transformer/package.json +++ b/desktop/babel-transformer/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@types/jest": "26.0.24", "jest": "^26.6.3", - "prettier": "^2.3.2", + "prettier": "^2.4.1", "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 32c3e16e9..772c25822 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -17,7 +17,7 @@ "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.25.1", "jest": "^26.6.3", - "prettier": "^2.3.2", + "prettier": "^2.4.1", "ts-jest": "^26.5.6", "tslint-config-prettier": "^1.18.0", "typescript": "^4.4.2" diff --git a/desktop/eslint-plugin-flipper/package.json b/desktop/eslint-plugin-flipper/package.json index 4da843fb3..f7aa97801 100644 --- a/desktop/eslint-plugin-flipper/package.json +++ b/desktop/eslint-plugin-flipper/package.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^4.30.0", "flipper-test-utils": "0.0.0", "jest": "^26.6.3", - "prettier": "^2.3.2", + "prettier": "^2.4.1", "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", diff --git a/desktop/package.json b/desktop/package.json index 1959ee550..5dc822071 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -173,7 +173,7 @@ "p-filter": "^2.1.0", "p-map": "^4.0.0", "patch-package": "^6.4.7", - "prettier": "^2.3.2", + "prettier": "^2.4.1", "pretty-format": "^27.1.0", "promisify-child-process": "^4.1.0", "react-async": "^10.0.0", diff --git a/desktop/pkg-lib/package.json b/desktop/pkg-lib/package.json index cdf328456..297bb33dd 100644 --- a/desktop/pkg-lib/package.json +++ b/desktop/pkg-lib/package.json @@ -25,7 +25,7 @@ "globby": "^12.0.2", "jest": "^26.6.3", "mock-fs": "^5.0.0", - "prettier": "^2.3.2", + "prettier": "^2.4.1", "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", diff --git a/desktop/pkg/package.json b/desktop/pkg/package.json index 16782d8ff..808d89edd 100644 --- a/desktop/pkg/package.json +++ b/desktop/pkg/package.json @@ -36,7 +36,7 @@ "flipper-test-utils": "0.0.0", "globby": "^11.0.0", "jest": "^26.6.3", - "prettier": "^2.3.2", + "prettier": "^2.4.1", "rimraf": "^3.0.2", "ts-jest": "^26.5.6", "ts-node": "^9.1.1", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 875625b6f..f79fbe79a 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -10832,10 +10832,10 @@ prettier@^1.14.2: resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== -prettier@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d" - integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ== +prettier@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c" + integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA== pretty-format@^25.5.0: version "25.5.0"