Skip to content

Commit 367c936

Browse files
build(deps): bump @testing-library/dom from 7.22.2 to 8.1.0
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.22.2 to 8.1.0. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v7.22.2...v8.1.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c7a6a4 commit 367c936

File tree

2 files changed

+26
-54
lines changed

2 files changed

+26
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
}
4545
},
4646
"dependencies": {
47-
"@testing-library/dom": "^7.22.2",
47+
"@testing-library/dom": "^8.1.0",
4848
"wait-for-expect": "^3.0.2"
4949
},
5050
"devDependencies": {

yarn.lock

Lines changed: 25 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5":
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5":
1313
version "7.14.5"
1414
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
1515
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
@@ -280,10 +280,10 @@
280280
core-js-pure "^3.0.0"
281281
regenerator-runtime "^0.13.4"
282282

283-
"@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2":
284-
version "7.11.2"
285-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
286-
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
283+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5":
284+
version "7.14.6"
285+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
286+
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
287287
dependencies:
288288
regenerator-runtime "^0.13.4"
289289

@@ -718,16 +718,6 @@
718718
source-map "^0.6.1"
719719
write-file-atomic "^3.0.0"
720720

721-
"@jest/types@^25.5.0":
722-
version "25.5.0"
723-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.5.0.tgz#4d6a4793f7b9599fc3680877b856a97dbccf2a9d"
724-
integrity sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==
725-
dependencies:
726-
"@types/istanbul-lib-coverage" "^2.0.0"
727-
"@types/istanbul-reports" "^1.1.1"
728-
"@types/yargs" "^15.0.0"
729-
chalk "^3.0.0"
730-
731721
"@jest/types@^26.6.0":
732722
version "26.6.0"
733723
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.0.tgz#2c045f231bfd79d52514cda3fbc93ef46157fa6a"
@@ -827,16 +817,19 @@
827817
dependencies:
828818
"@sinonjs/commons" "^1.7.0"
829819

830-
"@testing-library/dom@^7.22.2":
831-
version "7.22.2"
832-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.22.2.tgz#6deaa828500993cc94bdd62875c251b5b5b70d69"
833-
integrity sha512-taxURh+4Lwr//uC1Eghat95aMnTlI4G4ETosnZK0wliwHWdutLDVKIvHXAOYdXGdzrBAy1wNhSGmNBbZ72ml4g==
820+
"@testing-library/dom@^8.1.0":
821+
version "8.1.0"
822+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.1.0.tgz#f8358b1883844ea569ba76b7e94582168df5370d"
823+
integrity sha512-kmW9alndr19qd6DABzQ978zKQ+J65gU2Rzkl8hriIetPnwpesRaK4//jEQyYh8fEALmGhomD/LBQqt+o+DL95Q==
834824
dependencies:
835-
"@babel/runtime" "^7.10.3"
825+
"@babel/code-frame" "^7.10.4"
826+
"@babel/runtime" "^7.12.5"
836827
"@types/aria-query" "^4.2.0"
837828
aria-query "^4.2.2"
838-
dom-accessibility-api "^0.5.0"
839-
pretty-format "^25.5.0"
829+
chalk "^4.1.0"
830+
dom-accessibility-api "^0.5.6"
831+
lz-string "^1.4.4"
832+
pretty-format "^27.0.2"
840833

841834
"@textlint/ast-node-types@^4.2.5":
842835
version "4.4.2"
@@ -928,14 +921,6 @@
928921
dependencies:
929922
"@types/istanbul-lib-coverage" "*"
930923

931-
"@types/istanbul-reports@^1.1.1":
932-
version "1.1.1"
933-
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz#7a8cbf6a406f36c8add871625b278eaf0b0d255a"
934-
integrity sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==
935-
dependencies:
936-
"@types/istanbul-lib-coverage" "*"
937-
"@types/istanbul-lib-report" "*"
938-
939924
"@types/istanbul-reports@^3.0.0":
940925
version "3.0.1"
941926
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff"
@@ -1565,14 +1550,6 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
15651550
escape-string-regexp "^1.0.5"
15661551
supports-color "^5.3.0"
15671552

1568-
chalk@^3.0.0:
1569-
version "3.0.0"
1570-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
1571-
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
1572-
dependencies:
1573-
ansi-styles "^4.1.0"
1574-
supports-color "^7.1.0"
1575-
15761553
chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
15771554
version "4.1.1"
15781555
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
@@ -2066,10 +2043,10 @@ doctrine@^3.0.0:
20662043
dependencies:
20672044
esutils "^2.0.2"
20682045

2069-
dom-accessibility-api@^0.5.0:
2070-
version "0.5.0"
2071-
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.0.tgz#fddffd04e178796e241436c3f21be2f89c91afac"
2072-
integrity sha512-eCVf9n4Ni5UQAFc2+fqfMPHdtiX7DA0rLakXgNBZfXNJzEbNo3MQIYd+zdYpFBqAaGYVrkd8leNSLGPrG4ODmA==
2046+
dom-accessibility-api@^0.5.6:
2047+
version "0.5.6"
2048+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9"
2049+
integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==
20732050

20742051
dom-serializer@^1.0.1:
20752052
version "1.2.0"
@@ -4170,6 +4147,11 @@ lru-cache@^6.0.0:
41704147
dependencies:
41714148
yallist "^4.0.0"
41724149

4150+
lz-string@^1.4.4:
4151+
version "1.4.4"
4152+
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
4153+
integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
4154+
41734155
magic-string@^0.25.7:
41744156
version "0.25.7"
41754157
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -4753,16 +4735,6 @@ prettier@^2.3.2:
47534735
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
47544736
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
47554737

4756-
pretty-format@^25.5.0:
4757-
version "25.5.0"
4758-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.5.0.tgz#7873c1d774f682c34b8d48b6743a2bf2ac55791a"
4759-
integrity sha512-kbo/kq2LQ/A/is0PQwsEHM7Ca6//bGPPvU6UnsdDRSKTWxT/ru/xb88v4BJf6a69H+uTytOEsTusT9ksd/1iWQ==
4760-
dependencies:
4761-
"@jest/types" "^25.5.0"
4762-
ansi-regex "^5.0.0"
4763-
ansi-styles "^4.0.0"
4764-
react-is "^16.12.0"
4765-
47664738
pretty-format@^26.0.0, pretty-format@^26.6.0:
47674739
version "26.6.0"
47684740
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.0.tgz#1e1030e3c70e3ac1c568a5fd15627671ea159391"
@@ -4773,7 +4745,7 @@ pretty-format@^26.0.0, pretty-format@^26.6.0:
47734745
ansi-styles "^4.0.0"
47744746
react-is "^16.12.0"
47754747

4776-
pretty-format@^27.0.6:
4748+
pretty-format@^27.0.2, pretty-format@^27.0.6:
47774749
version "27.0.6"
47784750
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f"
47794751
integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ==

0 commit comments

Comments
 (0)