Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f627fe2

Browse files
chore(deps): update dependency @testing-library/jest-dom to v6
1 parent a13f7ae commit f627fe2

File tree

4 files changed

+36
-42
lines changed

4 files changed

+36
-42
lines changed

‎ts-react-router-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.16.5",
6+
"@testing-library/jest-dom": "^6.4.0",
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
99
"@types/jest": "^27.5.2",

‎ts-react-router-v5/yarn.lock

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adobe/css-tools@^4.0.1":
6-
version "4.0.1"
7-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
8-
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
5+
"@adobe/css-tools@^4.3.2":
6+
version "4.3.3"
7+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
8+
integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
99

1010
"@ampproject/remapping@^2.1.0":
1111
version "2.2.0"
@@ -1726,18 +1726,17 @@
17261726
lz-string "^1.4.4"
17271727
pretty-format "^27.0.2"
17281728

1729-
"@testing-library/jest-dom@^5.16.5":
1730-
version "5.16.5"
1731-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz#3912846af19a29b2dbf32a6ae9c31ef52580074e"
1732-
integrity sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==
1729+
"@testing-library/jest-dom@^6.4.0":
1730+
version "6.4.0"
1731+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.0.tgz#e7391967af57273effdaa181fc291be0ecc155bd"
1732+
integrity sha512-GgGT3OR8qhIjk2SBMy51AYDWoMnAyR/cwjZO4SttuBmIQ9wWy9QmVOeaSbgT5Bm0J6qLBaf4+dsJWfisvafoaA==
17331733
dependencies:
1734-
"@adobe/css-tools" "^4.0.1"
1734+
"@adobe/css-tools" "^4.3.2"
17351735
"@babel/runtime" "^7.9.2"
1736-
"@types/testing-library__jest-dom" "^5.9.1"
17371736
aria-query "^5.0.0"
17381737
chalk "^3.0.0"
17391738
css.escape "^1.5.1"
1740-
dom-accessibility-api "^0.5.6"
1739+
dom-accessibility-api "^0.6.3"
17411740
lodash "^4.17.15"
17421741
redent "^3.0.0"
17431742

@@ -1931,7 +1930,7 @@
19311930
dependencies:
19321931
"@types/istanbul-lib-report" "*"
19331932

1934-
"@types/jest@*", "@types/jest@^27.5.2":
1933+
"@types/jest@^27.5.2":
19351934
version "27.5.2"
19361935
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
19371936
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
@@ -2078,13 +2077,6 @@
20782077
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
20792078
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
20802079

2081-
"@types/testing-library__jest-dom@^5.9.1":
2082-
version "5.14.3"
2083-
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.3.tgz#ee6c7ffe9f8595882ee7bda8af33ae7b8789ef17"
2084-
integrity sha512-oKZe+Mf4ioWlMuzVBaXQ9WDnEm1+umLx0InILg+yvZVBBDmzV5KfZyLrCvadtWcx8+916jLmHafcmqqffl+iIw==
2085-
dependencies:
2086-
"@types/jest" "*"
2087-
20882080
"@types/trusted-types@^2.0.2":
20892081
version "2.0.2"
20902082
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
@@ -3657,11 +3649,16 @@ doctrine@^3.0.0:
36573649
dependencies:
36583650
esutils "^2.0.2"
36593651

3660-
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
3652+
dom-accessibility-api@^0.5.9:
36613653
version "0.5.14"
36623654
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56"
36633655
integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==
36643656

3657+
dom-accessibility-api@^0.6.3:
3658+
version "0.6.3"
3659+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
3660+
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
3661+
36653662
dom-converter@^0.2.0:
36663663
version "0.2.0"
36673664
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

‎ts-react-router-v6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.16.5",
6+
"@testing-library/jest-dom": "^6.4.0",
77
"@testing-library/react": "^13.4.0",
88
"@testing-library/user-event": "^13.5.0",
99
"@types/jest": "^27.5.2",

‎ts-react-router-v6/yarn.lock

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@adobe/css-tools@^4.0.1":
6-
version "4.0.1"
7-
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
8-
integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
5+
"@adobe/css-tools@^4.3.2":
6+
version "4.3.3"
7+
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3.tgz#90749bde8b89cd41764224f5aac29cd4138f75ff"
8+
integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==
99

1010
"@ampproject/remapping@^2.1.0":
1111
version "2.2.0"
@@ -1731,18 +1731,17 @@
17311731
lz-string "^1.4.4"
17321732
pretty-format "^27.0.2"
17331733

1734-
"@testing-library/jest-dom@^5.16.5":
1735-
version "5.16.5"
1736-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz#3912846af19a29b2dbf32a6ae9c31ef52580074e"
1737-
integrity sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==
1734+
"@testing-library/jest-dom@^6.4.0":
1735+
version "6.4.0"
1736+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.4.0.tgz#e7391967af57273effdaa181fc291be0ecc155bd"
1737+
integrity sha512-GgGT3OR8qhIjk2SBMy51AYDWoMnAyR/cwjZO4SttuBmIQ9wWy9QmVOeaSbgT5Bm0J6qLBaf4+dsJWfisvafoaA==
17381738
dependencies:
1739-
"@adobe/css-tools" "^4.0.1"
1739+
"@adobe/css-tools" "^4.3.2"
17401740
"@babel/runtime" "^7.9.2"
1741-
"@types/testing-library__jest-dom" "^5.9.1"
17421741
aria-query "^5.0.0"
17431742
chalk "^3.0.0"
17441743
css.escape "^1.5.1"
1745-
dom-accessibility-api "^0.5.6"
1744+
dom-accessibility-api "^0.6.3"
17461745
lodash "^4.17.15"
17471746
redent "^3.0.0"
17481747

@@ -1931,7 +1930,7 @@
19311930
dependencies:
19321931
"@types/istanbul-lib-report" "*"
19331932

1934-
"@types/jest@*", "@types/jest@^27.5.2":
1933+
"@types/jest@^27.5.2":
19351934
version "27.5.2"
19361935
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
19371936
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
@@ -2061,13 +2060,6 @@
20612060
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
20622061
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
20632062

2064-
"@types/testing-library__jest-dom@^5.9.1":
2065-
version "5.14.3"
2066-
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.3.tgz#ee6c7ffe9f8595882ee7bda8af33ae7b8789ef17"
2067-
integrity sha512-oKZe+Mf4ioWlMuzVBaXQ9WDnEm1+umLx0InILg+yvZVBBDmzV5KfZyLrCvadtWcx8+916jLmHafcmqqffl+iIw==
2068-
dependencies:
2069-
"@types/jest" "*"
2070-
20712063
"@types/trusted-types@^2.0.2":
20722064
version "2.0.2"
20732065
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
@@ -3640,11 +3632,16 @@ doctrine@^3.0.0:
36403632
dependencies:
36413633
esutils "^2.0.2"
36423634

3643-
dom-accessibility-api@^0.5.6, dom-accessibility-api@^0.5.9:
3635+
dom-accessibility-api@^0.5.9:
36443636
version "0.5.14"
36453637
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.14.tgz#56082f71b1dc7aac69d83c4285eef39c15d93f56"
36463638
integrity sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==
36473639

3640+
dom-accessibility-api@^0.6.3:
3641+
version "0.6.3"
3642+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
3643+
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
3644+
36483645
dom-converter@^0.2.0:
36493646
version "0.2.0"
36503647
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /