From 23758a8fbf8052633c371193fa2954208b1bfac3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Jul 2020 10:28:20 -0700
Subject: [PATCH] Bump pretty-format from 26.0.1 to 26.1.0 in /desktop (#1378)
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 26.0.1 to 26.1.0.
Release notes
Sourced from pretty-format's releases.
26.1.0
Features
[jest-mock] Export Mock, MockInstance, SpyInstance types (#10138)
[jest-config] Support config files exporting (async) functions (#10001)
[jest-cli, jest-core] Add --selectProjects CLI argument to filter test suites by project name (#8612)
[jest-cli, jest-init] Add coverageProvider to jest --init prompts (#10044)
Fixes
[jest-console] getConsoleOutput to receive global stack trace config and use it to format stack trace (#10081)
[jest-jasmine2] Stop adding : after an error that has no message (#9990)
[jest-diff] Control no diff message color with commonColor in diff options (#9997)
[jest-snapshot] Fix TypeScript compilation (#10008)
Chore & Maintenance
[docs] Correct confusing filename in enableAutomock example (#10055)
[jest-core] 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 (#10000)
[jest-core, jest-reporters, jest-test-result, jest-types] Cleanup displayName type (#10049)
[jest-runtime] Jest-internal sandbox escape hatch (#9907)
[jest-fake-timers] Update now param type to support Date in addition to number. (#10169)
[docs] Add param to setSystemTime docs and remove preceding period from it and getRealSystemTime (#10169)
[jest-snapshot, jest-util] Replace make-dir with fs.mkdir (#10136)
Performance
[jest-core, jest-transform, jest-haste-map] Improve Jest startup time and test runtime, particularly when running with coverage, by caching micromatch and avoiding recreating RegExp instances (#10131)
Changelog
Sourced from pretty-format's changelog.
26.1.0
Features
[jest-mock] Export Mock, MockInstance, SpyInstance types (#10138)
[jest-config] Support config files exporting (async) functions (#10001)
[jest-cli, jest-core] Add --selectProjects CLI argument to filter test suites by project name (#8612)
[jest-cli, jest-init] Add coverageProvider to jest --init prompts (#10044)
Fixes
[jest-console] getConsoleOutput to receive global stack trace config and use it to format stack trace (#10081)
[jest-jasmine2] Stop adding : after an error that has no message (#9990)
[jest-diff] Control no diff message color with commonColor in diff options (#9997)
[jest-snapshot] Fix TypeScript compilation (#10008)
Chore & Maintenance
[docs] Correct confusing filename in enableAutomock example (#10055)
[jest-core] 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉 (#10000)
[jest-core, jest-reporters, jest-test-result, jest-types] Cleanup displayName type (#10049)
[jest-runtime] Jest-internal sandbox escape hatch (#9907)
[jest-fake-timers] Update now param type to support Date in addition to number. (#10169)
[docs] Add param to setSystemTime docs and remove preceding period from it and getRealSystemTime (#10169)
[jest-snapshot, jest-util] Replace make-dir with fs.mkdir (#10136)
[docs] Added parcel-bundler documentation inside readme.md file
Performance
[jest-core, jest-transform, jest-haste-map] Improve Jest startup time and test runtime, particularly when running with coverage, by caching micromatch and avoiding recreating RegExp instances (#10131)
Commits
[](https://help.github.com/articles/configuring-automated-security-fixes)
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/1378
Reviewed By: nikoant
Differential Revision: D22504856
Pulled By: passy
fbshipit-source-id: e66678f3653bfc6c718dc1ac1d793cd2cdb4a901
---
desktop/app/package.json | 2 +-
desktop/package.json | 2 +-
desktop/yarn.lock | 24 ++----------------------
3 files changed, 4 insertions(+), 24 deletions(-)
diff --git a/desktop/app/package.json b/desktop/app/package.json
index 2a79f78c1..73a8c8a6f 100644
--- a/desktop/app/package.json
+++ b/desktop/app/package.json
@@ -72,7 +72,7 @@
"flipper-test-utils": "0.50.0",
"metro": "^0.59.0",
"mock-fs": "^4.12.0",
- "pretty-format": "^25.4.0",
+ "pretty-format": "^26.1.0",
"react-refresh": "^0.8.1",
"redux-mock-store": "^1.0.1",
"ts-jest": "^26.0.0"
diff --git a/desktop/package.json b/desktop/package.json
index ef139fa89..37ea2f6d2 100644
--- a/desktop/package.json
+++ b/desktop/package.json
@@ -198,7 +198,7 @@
"p-map": "^4.0.0",
"pkg": "^4.4.1",
"prettier": "^2.0.0",
- "pretty-format": "^26.0.0",
+ "pretty-format": "^26.1.0",
"promisify-child-process": "^4.1.0",
"react-async": "^10.0.0",
"react-refresh": "^0.8.1",
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index fab1d0a75..9b1855e55 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -1658,17 +1658,7 @@
"@types/yargs" "^15.0.0"
chalk "^3.0.0"
-"@jest/types@^26.0.1":
- version "26.0.1"
- resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.0.1.tgz#b78333fbd113fa7aec8d39de24f88de8686dac67"
- integrity sha512-IbtjvqI9+eS1qFnOIEL7ggWmT+iK/U+Vde9cGWtYb/b6XgKb3X44ZAe/z9YZzoAAZ/E92m0DqrilF934IGNnQA==
- dependencies:
- "@types/istanbul-lib-coverage" "^2.0.0"
- "@types/istanbul-reports" "^1.1.1"
- "@types/yargs" "^15.0.0"
- chalk "^4.0.0"
-
-"@jest/types@^26.1.0":
+"@jest/types@^26.0.1", "@jest/types@^26.1.0":
version "26.1.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.1.0.tgz#f8afaaaeeb23b5cad49dd1f7779689941dcb6057"
integrity sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ==
@@ -9922,7 +9912,7 @@ pretty-format@^24.9.0:
ansi-styles "^3.2.0"
react-is "^16.8.4"
-pretty-format@^25.1.0, pretty-format@^25.2.1, pretty-format@^25.4.0, pretty-format@^25.5.0:
+pretty-format@^25.1.0, pretty-format@^25.2.1, pretty-format@^25.5.0:
version "25.5.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
@@ -9932,16 +9922,6 @@ pretty-format@^25.1.0, pretty-format@^25.2.1, pretty-format@^25.4.0, pretty-form
ansi-styles "^4.0.0"
react-is "^16.12.0"
-pretty-format@^26.0.0:
- version "26.0.1"
- resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.0.1.tgz#a4fe54fe428ad2fd3413ca6bbd1ec8c2e277e197"
- integrity sha512-SWxz6MbupT3ZSlL0Po4WF/KujhQaVehijR2blyRDCzk9e45EaYMVhMBn49fnRuHxtkSpXTes1GxNpVmH86Bxfw==
- dependencies:
- "@jest/types" "^26.0.1"
- ansi-regex "^5.0.0"
- ansi-styles "^4.0.0"
- react-is "^16.12.0"
-
pretty-format@^26.1.0:
version "26.1.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.1.0.tgz#272b9cd1f1a924ab5d443dc224899d7a65cb96ec"