From 2d2b214fb728b064b6f3bde75ea9c2b65abd0dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 02:11:30 -0800 Subject: [PATCH] Bump pretty-format from 27.4.6 to 27.5.0 in /desktop (#3414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [pretty-format](https://github.com/facebook/jest/tree/HEAD/packages/pretty-format) from 27.4.6 to 27.5.0.
Release notes

Sourced from pretty-format's releases.

v27.5.0

Features

Fixes

Chore & Maintenance

Performance

New Contributors

Full Changelog: https://github.com/facebook/jest/compare/v27.4.7...v27.5.0

v27.4.7

Fixes

Full Changelog: https://github.com/facebook/jest/compare/v27.4.6...v27.4.7

Changelog

Sourced from pretty-format's changelog.

27.5.0

Features

Fixes

Chore & Maintenance

Performance

27.4.7

Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pretty-format&package-manager=npm_and_yarn&previous-version=27.4.6&new-version=27.5.0)](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/3414 Reviewed By: passy Differential Revision: D34050380 Pulled By: mweststrate fbshipit-source-id: 8bec23a26e9a0b63c3ddb4fe28672ef42b973a57 --- desktop/app/package.json | 2 +- desktop/flipper-ui-browser/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 99481c1f5..f8597c697 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -20,7 +20,7 @@ "fs-extra": "^10.0.0", "invariant": "^2.2.2", "metro-runtime": "^0.66.2", - "pretty-format": "^27.4.6" + "pretty-format": "^27.5.0" }, "optionalDependencies": {}, "devDependencies": { diff --git a/desktop/flipper-ui-browser/package.json b/desktop/flipper-ui-browser/package.json index f066c99e5..1721458a4 100644 --- a/desktop/flipper-ui-browser/package.json +++ b/desktop/flipper-ui-browser/package.json @@ -16,7 +16,7 @@ "flipper-common": "0.0.0", "flipper-ui-core": "0.0.0", "metro-runtime": "^0.66.2", - "pretty-format": "^27.4.6", + "pretty-format": "^27.5.0", "react-refresh": "^0.10.0", "socket.io-client": "^4.4.1" }, diff --git a/desktop/package.json b/desktop/package.json index 226c09b88..eba7c6bf7 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -97,7 +97,7 @@ "less": "^4.1.2", "patch-package": "^6.4.7", "prettier": "^2.5.1", - "pretty-format": "^27.4.6", + "pretty-format": "^27.5.0", "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 9ef493e6e..69cd35c98 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -9907,10 +9907,10 @@ pretty-format@^26.0.0, pretty-format@^26.6.2: ansi-styles "^4.0.0" react-is "^17.0.1" -pretty-format@^27.0.2, pretty-format@^27.4.6: - version "27.4.6" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.4.6.tgz#1b784d2f53c68db31797b2348fa39b49e31846b7" - integrity sha512-NblstegA1y/RJW2VyML+3LlpFjzx62cUrtBIKIWDXEDkjNeleA7Od7nrzcs/VLQvAeV4CgSYhrN39DRN88Qi/g== +pretty-format@^27.0.2, pretty-format@^27.5.0: + version "27.5.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.0.tgz#71e1af7a4b587d259fa4668dcd3e94af077767cb" + integrity sha512-xEi6BRPZ+J1AIS4BAtFC/+rh5jXlXObGZjx5+OSpM95vR/PGla78bFVHMy5GdZjP9wk3AHAMHROXq/r69zXltw== dependencies: ansi-regex "^5.0.1" ansi-styles "^5.0.0"