From 27938a7e96421a2ffa09266dd6b88fa3d177e5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 03:36:19 -0700 Subject: [PATCH] Bump @testing-library/dom from 8.2.0 to 8.6.0 in /desktop (#2914) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.2.0 to 8.6.0.
Release notes

Sourced from @​testing-library/dom's releases.

v8.6.0

8.6.0 (2021-09-22)

Features

v8.5.0

8.5.0 (2021-09-11)

Features

v8.4.0

8.4.0 (2021-09-11)

Bug Fixes

Features

v8.3.0

8.3.0 (2021-09-07)

Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/dom&package-manager=npm_and_yarn&previous-version=8.2.0&new-version=8.6.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/2914 Reviewed By: mweststrate Differential Revision: D31240098 Pulled By: passy fbshipit-source-id: 76368d85ca2f28dc0dacb779373ae3beecff146a --- desktop/app/package.json | 2 +- desktop/package.json | 2 +- desktop/yarn.lock | 16 +++++++++++++++- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 31a9c6a2f..a6d6bede5 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -83,7 +83,7 @@ "7zip-bin-mac": "^1.0.1" }, "devDependencies": { - "@testing-library/dom": "^8.2.0", + "@testing-library/dom": "^8.6.0", "@testing-library/react": "^12.1.1", "@types/lodash.memoize": "^4.1.6", "@types/split2": "^3.2.1", diff --git a/desktop/package.json b/desktop/package.json index 177805b3f..60a8e4a41 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -71,7 +71,7 @@ "@babel/code-frame": "^7.14.5", "@babel/eslint-parser": "^7.15.7", "@jest-runner/electron": "^3.0.1", - "@testing-library/dom": "^8.2.0", + "@testing-library/dom": "^8.6.0", "@testing-library/react": "^12.1.1", "@types/adobe__node-fetch-retry": "^1.0.1", "@types/algoliasearch": "^4.0.0", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 7df317753..733598481 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2459,7 +2459,7 @@ resolved "https://registry.yarnpkg.com/@tanishiking/aho-corasick/-/aho-corasick-0.0.1.tgz#013180c33d4d8432fbd83d7db51f5d5f79f944e1" integrity sha512-70Fy5dKDfoaKq9CaWVaSvheCmQ/M7BxNAlQJfL1qUqX5/cyUZpQvK8nGkGSAUtHs7yokOOlOR6+WlIr6GVJrjw== -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.2.0": +"@testing-library/dom@^8.0.0": version "8.2.0" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.2.0.tgz#ac46a1b9d7c81f0d341ae38fb5424b64c27d151e" integrity sha512-U8cTWENQPHO3QHvxBdfltJ+wC78ytMdg69ASvIdkGdQ/XRg4M9H2vvM3mHddxl+w/fM6NNqzGMwpQoh82v9VIA== @@ -2473,6 +2473,20 @@ lz-string "^1.4.4" pretty-format "^27.0.2" +"@testing-library/dom@^8.6.0": + version "8.7.1" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.7.1.tgz#c17b1e90e682c7945b2d88ce2f078e522c775ce3" + integrity sha512-nMqxP8qPHgYAiIPMVb6zko5DInPJ/LdILgrkWB5HBJhBCIU5avso8pU9IafnXVGLRq+LDtbvo0LuVbjEo27BgQ== + dependencies: + "@babel/code-frame" "^7.10.4" + "@babel/runtime" "^7.12.5" + "@types/aria-query" "^4.2.0" + aria-query "^4.2.2" + chalk "^4.1.0" + dom-accessibility-api "^0.5.6" + lz-string "^1.4.4" + pretty-format "^27.0.2" + "@testing-library/react@*", "@testing-library/react@^12.1.1": version "12.1.1" resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.1.tgz#e693943aa48d0190099acdc3928a751d73bcf7d5"