Skip to content

Commit 3e2e669

Browse files
build(deps): bump @testing-library/jest-dom from 6.1.6 to 6.2.0 (#2221)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.6 to 6.2.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.1.6...v6.2.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b01d77 commit 3e2e669

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@shopify/react-i18n": "^7.8.0",
2424
"@svgr/webpack": "^8.1.0",
2525
"@testing-library/dom": "^9.3.3",
26-
"@testing-library/jest-dom": "^6.1.6",
26+
"@testing-library/jest-dom": "^6.2.0",
2727
"@testing-library/react": "^14.0.0",
2828
"@testing-library/user-event": "^14.5.2",
2929
"@types/file-saver": "^2.0.7",

yarn.lock

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ __metadata:
28862886
"@shopify/react-i18n": ^7.8.0
28872887
"@svgr/webpack": ^8.1.0
28882888
"@testing-library/dom": ^9.3.3
2889-
"@testing-library/jest-dom": ^6.1.6
2889+
"@testing-library/jest-dom": ^6.2.0
28902890
"@testing-library/react": ^14.0.0
28912891
"@testing-library/user-event": ^14.5.2
28922892
"@types/file-saver": ^2.0.7
@@ -4848,16 +4848,16 @@ __metadata:
48484848
languageName: node
48494849
linkType: hard
48504850

4851-
"@testing-library/jest-dom@npm:^6.1.6":
4852-
version: 6.1.6
4853-
resolution: "@testing-library/jest-dom@npm:6.1.6"
4851+
"@testing-library/jest-dom@npm:^6.2.0":
4852+
version: 6.2.0
4853+
resolution: "@testing-library/jest-dom@npm:6.2.0"
48544854
dependencies:
48554855
"@adobe/css-tools": ^4.3.2
48564856
"@babel/runtime": ^7.9.2
48574857
aria-query: ^5.0.0
48584858
chalk: ^3.0.0
48594859
css.escape: ^1.5.1
4860-
dom-accessibility-api: ^0.5.6
4860+
dom-accessibility-api: ^0.6.3
48614861
lodash: ^4.17.15
48624862
redent: ^3.0.0
48634863
peerDependencies:
@@ -4874,7 +4874,7 @@ __metadata:
48744874
optional: true
48754875
vitest:
48764876
optional: true
4877-
checksum: 8d1a80678027915228b483a116fb9e358d25e2faffcd9a2c40b371752fbd53b5cb87351215866a43dd09393e7d364c46fc43923566b00ef63bbf3576d47da940
4877+
checksum: 3d46e36b1b7c2cb3c92f64d55d458aab44ae135ac77299df14d14dcf567a286590de58b2f140011b8f7a343f0703ff88f144f27c6ae4921fd612741771d8ee2c
48784878
languageName: node
48794879
linkType: hard
48804880

@@ -8274,13 +8274,20 @@ __metadata:
82748274
languageName: node
82758275
linkType: hard
82768276

8277-
"dom-accessibility-api@npm:^0.5.6, dom-accessibility-api@npm:^0.5.9":
8277+
"dom-accessibility-api@npm:^0.5.9":
82788278
version: 0.5.13
82798279
resolution: "dom-accessibility-api@npm:0.5.13"
82808280
checksum: a5a5f14c01e466d424750aaac9225f1dc43cf16d101a1c40e01a554abce63c48084707002c39b805f2ce212273c179dd6d2258175997cd06d5f79851bf52dd40
82818281
languageName: node
82828282
linkType: hard
82838283

8284+
"dom-accessibility-api@npm:^0.6.3":
8285+
version: 0.6.3
8286+
resolution: "dom-accessibility-api@npm:0.6.3"
8287+
checksum: c325b5144bb406df23f4affecffc117dbaec9af03daad9ee6b510c5be647b14d28ef0a4ea5ca06d696d8ab40bb777e5fed98b985976fdef9d8790178fa1d573f
8288+
languageName: node
8289+
linkType: hard
8290+
82848291
"dom-converter@npm:^0.2.0":
82858292
version: 0.2.0
82868293
resolution: "dom-converter@npm:0.2.0"

0 commit comments

Comments
 (0)