From 9f8b6e149a3a4fa423190cc703dcf5946e8bbf8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 04:15:50 -0700 Subject: [PATCH] Bump eslint-plugin-prettier from 3.1.4 to 3.3.1 in /desktop (#2163) Summary: Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.3.1.
Changelog

Sourced from eslint-plugin-prettier's changelog.

v3.3.1 (2021-01-04)

v3.3.0 (2020-12-13)

v3.2.0 (2020-12-03)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-prettier&package-manager=npm_and_yarn&previous-version=3.1.4&new-version=3.3.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/2163 Reviewed By: nikoant Differential Revision: D27589253 Pulled By: mweststrate fbshipit-source-id: 448d7e0f75338e964ea54187425f37c4e9a26809 --- desktop/doctor/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/desktop/doctor/package.json b/desktop/doctor/package.json index 79d80f70a..9d48e0c97 100644 --- a/desktop/doctor/package.json +++ b/desktop/doctor/package.json @@ -14,7 +14,7 @@ "eslint-plugin-babel": "^5.3.1", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jsx-a11y": "^6.3.1", - "eslint-plugin-prettier": "^3.1.1", + "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.23.1", "jest": "^26.6.3", "prettier": "^2.2.1", diff --git a/desktop/package.json b/desktop/package.json index f1f9bc03b..0bdf496a2 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -144,7 +144,7 @@ "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettier": "^3.1.2", + "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.23.1", "eslint-plugin-react-hooks": "^4.0.4", "expand-tilde": "^2.0.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index a9c0a2ff1..6374866bf 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -6132,10 +6132,10 @@ eslint-plugin-node@^11.1.0: resolve "^1.10.1" semver "^6.1.0" -eslint-plugin-prettier@^3.1.1, eslint-plugin-prettier@^3.1.2: - version "3.1.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.4.tgz#168ab43154e2ea57db992a2cd097c828171f75c2" - integrity sha512-jZDa8z76klRqo+TdGDTFJSavwbnWK2ZpqGKNZ+VvweMW516pDUMmQ2koXvxEE4JhzNvTv+radye/bWGBmA6jmg== +eslint-plugin-prettier@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7" + integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== dependencies: prettier-linter-helpers "^1.0.0"