Skip to content

Commit

Permalink
pkg: Update @testing-library/react to v16 (#3086)
Browse files Browse the repository at this point in the history
* pkg: Update `@testing-library/react` to v16

* fix: Need to include @testing-library/dom for testing-library upgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Tucker <me@ntucker.me>
  • Loading branch information
renovate[bot] and ntucker committed Jun 12, 2024
1 parent 6e8ff58 commit b1c1a2d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@js-temporal/polyfill": "^0.4.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@testing-library/react": "15.0.7",
"@testing-library/react": "16.0.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/react-native": "12.5.1",
"@types/jest": "29.5.12",
Expand Down
3 changes: 2 additions & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.17.0",
"@testing-library/react": "^15.0.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^16.0.0",
"@testing-library/react-native": "^12.0.1"
},
"peerDependencies": {
Expand Down
41 changes: 22 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3333,7 +3333,8 @@ __metadata:
"@anansi/browserslist-config": "npm:^1.4.2"
"@babel/runtime": "npm:^7.17.0"
"@data-client/react": "workspace:*"
"@testing-library/react": "npm:^15.0.0"
"@testing-library/dom": "npm:^10.1.0"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/react-native": "npm:^12.0.1"
"@types/jest": "npm:^29.5.0"
"@types/node": "npm:^20.0.0"
Expand Down Expand Up @@ -6322,9 +6323,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^10.0.0":
version: 10.0.0
resolution: "@testing-library/dom@npm:10.0.0"
"@testing-library/dom@npm:^10.1.0":
version: 10.1.0
resolution: "@testing-library/dom@npm:10.1.0"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
Expand All @@ -6334,7 +6335,7 @@ __metadata:
dom-accessibility-api: "npm:^0.5.9"
lz-string: "npm:^1.5.0"
pretty-format: "npm:^27.0.2"
checksum: 10c0/2d12d2a6018a6f1d15e91834180bc068932c699ff1fcbfb80aa21aba519a4f5329c861dfa852e06ee5615bcb92ef2a0f0e755e32684ea3dada63bc34248382ab
checksum: 10c0/81f0e0a510d24e458c3af17777960ed678fb4fe464903ef8ec9ed816c9794fc69a673ea94f87b9e054b181383c51814605451dbf4fd9df93d0d8f24b4859990d
languageName: node
linkType: hard

Expand Down Expand Up @@ -6379,21 +6380,23 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:15.0.7, @testing-library/react@npm:^15.0.0":
version: 15.0.7
resolution: "@testing-library/react@npm:15.0.7"
"@testing-library/react@npm:16.0.0, @testing-library/react@npm:^16.0.0":
version: 16.0.0
resolution: "@testing-library/react@npm:16.0.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^10.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
"@testing-library/dom": ^10.0.0
"@types/react": ^18.0.0
"@types/react-dom": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/ac8ee8968e81949ecb35f7ee34741c2c043f73dd7fee2247d56f6de6a30de4742af94f25264356863974e54387485b46c9448ecf3f6ca41cf4339011c369f2d4
"@types/react-dom":
optional: true
checksum: 10c0/297f97bf4722dad05f11d9cafd47d387dbdb096fea4b79b876c7466460f0f2e345b55b81b3e37fc81ed8185c528cb53dd8455ca1b6b019b229edf6c796f11c9f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6480,9 +6483,9 @@ __metadata:
linkType: hard

"@types/aria-query@npm:^5.0.1":
version: 5.0.1
resolution: "@types/aria-query@npm:5.0.1"
checksum: 10c0/bc9e40ce37bd3a1654948778c7829bd55aea1bc5f2cd06fcf6cd650b07bb388995799e9aab6e2d93a6cf55dcba3b85c155f7ba93adefcc7c2e152fc6057061b5
version: 5.0.4
resolution: "@types/aria-query@npm:5.0.4"
checksum: 10c0/dc667bc6a3acc7bba2bccf8c23d56cb1f2f4defaa704cfef595437107efaa972d3b3db9ec1d66bc2711bfc35086821edd32c302bffab36f2e79b97f312069f08
languageName: node
linkType: hard

Expand Down Expand Up @@ -7293,7 +7296,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:*, @types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.0.11, @types/react-dom@npm:^18.2.7":
"@types/react-dom@npm:*, @types/react-dom@npm:^18.0.11, @types/react-dom@npm:^18.2.7":
version: 18.3.0
resolution: "@types/react-dom@npm:18.3.0"
dependencies:
Expand Down Expand Up @@ -12762,9 +12765,9 @@ __metadata:
linkType: hard

"dom-accessibility-api@npm:^0.5.9":
version: 0.5.13
resolution: "dom-accessibility-api@npm:0.5.13"
checksum: 10c0/ddb4d6189673c8e012d0d1dfea7d4e6ab7ed1b999ec752b239cfaccffe0d8df8985208d7761039748b25adac948440a2af32998024744edcb6befcbfbccf54d6
version: 0.5.16
resolution: "dom-accessibility-api@npm:0.5.16"
checksum: 10c0/b2c2eda4fae568977cdac27a9f0c001edf4f95a6a6191dfa611e3721db2478d1badc01db5bb4fa8a848aeee13e442a6c2a4386d65ec65a1436f24715a2f8d053
languageName: node
linkType: hard

Expand Down Expand Up @@ -26386,7 +26389,7 @@ __metadata:
"@js-temporal/polyfill": "npm:^0.4.4"
"@react-navigation/native": "npm:^6.0.13"
"@react-navigation/native-stack": "npm:^6.9.1"
"@testing-library/react": "npm:15.0.7"
"@testing-library/react": "npm:16.0.0"
"@testing-library/react-hooks": "npm:8.0.1"
"@testing-library/react-native": "npm:12.5.1"
"@types/jest": "npm:29.5.12"
Expand Down

0 comments on commit b1c1a2d

Please sign in to comment.