Skip to content

Commit

Permalink
build(deps-dev): bump @testing-library/dom from 9.3.1 to 10.4.0 (#1394)
Browse files Browse the repository at this point in the history
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.1 to 10.4.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@v9.3.1...v10.4.0)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent b46d398 commit b779324
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
Expand Down
44 changes: 30 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1668,35 +1668,35 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^8.0.0":
version: 8.20.0
resolution: "@testing-library/dom@npm:8.20.0"
"@testing-library/dom@npm:^10.4.0":
version: 10.4.0
resolution: "@testing-library/dom@npm:10.4.0"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/runtime": ^7.12.5
"@types/aria-query": ^5.0.1
aria-query: ^5.0.0
aria-query: 5.3.0
chalk: ^4.1.0
dom-accessibility-api: ^0.5.9
lz-string: ^1.4.4
lz-string: ^1.5.0
pretty-format: ^27.0.2
checksum: 1e599129a2fe91959ce80900a0a4897232b89e2a8e22c1f5950c36d39c97629ea86b4986b60b173b5525a05de33fde1e35836ea597b03de78cc51b122835c6f0
checksum: bb128b90be0c8cd78c5f5e67aa45f53de614cc048a2b50b230e736ec710805ac6c73375af354b83c74d710b3928d52b83a273a4cb89de4eb3efe49e91e706837
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.3.1":
version: 9.3.1
resolution: "@testing-library/dom@npm:9.3.1"
"@testing-library/dom@npm:^8.0.0":
version: 8.20.0
resolution: "@testing-library/dom@npm:8.20.0"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/runtime": ^7.12.5
"@types/aria-query": ^5.0.1
aria-query: 5.1.3
aria-query: ^5.0.0
chalk: ^4.1.0
dom-accessibility-api: ^0.5.9
lz-string: ^1.5.0
lz-string: ^1.4.4
pretty-format: ^27.0.2
checksum: 8ee3136451644e39990edea93709c38cf1e8ce5306f3c66273ca00935963faa51ca74e8d92b02eb442ccb842cfa28ca62833e393e075eb269cf9bef6f5600663
checksum: 1e599129a2fe91959ce80900a0a4897232b89e2a8e22c1f5950c36d39c97629ea86b4986b60b173b5525a05de33fde1e35836ea597b03de78cc51b122835c6f0
languageName: node
linkType: hard

Expand Down Expand Up @@ -3305,7 +3305,16 @@ __metadata:
languageName: node
linkType: hard

"aria-query@npm:5.1.3, aria-query@npm:^5.0.0":
"aria-query@npm:5.3.0":
version: 5.3.0
resolution: "aria-query@npm:5.3.0"
dependencies:
dequal: ^2.0.3
checksum: 305bd73c76756117b59aba121d08f413c7ff5e80fa1b98e217a3443fcddb9a232ee790e24e432b59ae7625aebcf4c47cb01c2cac872994f0b426f5bdfcd96ba9
languageName: node
linkType: hard

"aria-query@npm:^5.0.0":
version: 5.1.3
resolution: "aria-query@npm:5.1.3"
dependencies:
Expand Down Expand Up @@ -4433,7 +4442,7 @@ __metadata:
"@patternfly/react-table": ^5.3.4
"@patternfly/react-topology": ^5.4.0
"@reduxjs/toolkit": ^1.9.3
"@testing-library/dom": ^9.3.1
"@testing-library/dom": ^10.4.0
"@testing-library/jest-dom": ^6.5.0
"@testing-library/react": ^12.1.5
"@testing-library/user-event": ^14.5.2
Expand Down Expand Up @@ -5394,6 +5403,13 @@ __metadata:
languageName: node
linkType: hard

"dequal@npm:^2.0.3":
version: 2.0.3
resolution: "dequal@npm:2.0.3"
checksum: 8679b850e1a3d0ebbc46ee780d5df7b478c23f335887464023a631d1b9af051ad4a6595a44220f9ff8ff95a8ddccf019b5ad778a976fd7bbf77383d36f412f90
languageName: node
linkType: hard

"destroy@npm:1.2.0":
version: 1.2.0
resolution: "destroy@npm:1.2.0"
Expand Down

0 comments on commit b779324

Please sign in to comment.