Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @testing-library/react from 11.2.7 to 14.2.0 #543

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/react": "^14.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/babel__preset-env": "^7.9.6",
"@types/classnames": "^2.3.1",
Expand Down
147 changes: 134 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6013,7 +6013,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^7.11.0, @testing-library/dom@npm:^7.28.1, @testing-library/dom@npm:^7.29.6":
"@testing-library/dom@npm:^7.11.0, @testing-library/dom@npm:^7.29.6":
version: 7.31.2
resolution: "@testing-library/dom@npm:7.31.2"
dependencies:
Expand All @@ -6029,6 +6029,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0":
version: 9.3.4
resolution: "@testing-library/dom@npm:9.3.4"
dependencies:
"@babel/code-frame": "npm:^7.10.4"
"@babel/runtime": "npm:^7.12.5"
"@types/aria-query": "npm:^5.0.1"
aria-query: "npm:5.1.3"
chalk: "npm:^4.1.0"
dom-accessibility-api: "npm:^0.5.9"
lz-string: "npm:^1.5.0"
pretty-format: "npm:^27.0.2"
checksum: 147da340e8199d7f98f3a4ad8aa22ed55b914b83957efa5eb22bfea021a979ebe5a5182afa9c1e5b7a5f99a7f6744a5a4d9325ae46ec3b33b5a15aed8750d794
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^5.17.0":
version: 5.17.0
resolution: "@testing-library/jest-dom@npm:5.17.0"
Expand Down Expand Up @@ -6068,16 +6084,17 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:^11.2.7":
version: 11.2.7
resolution: "@testing-library/react@npm:11.2.7"
"@testing-library/react@npm:^14.2.0":
version: 14.2.0
resolution: "@testing-library/react@npm:14.2.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^7.28.1"
"@testing-library/dom": "npm:^9.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
react: "*"
react-dom: "*"
checksum: 5c97aa5fb28a867d674e292e9e556b0890385e729972f8e0c3386001903e5975f6798632a038558750101fc1ff20d5faf7a0fb4d382ee3afe28d0118e9bd2f36
react: ^18.0.0
react-dom: ^18.0.0
checksum: dfb6c7eee892a20eeb251094358f37ce88cd3473e12462ceac7e609b1fb365faed21e285ce6c5783abccb3ba19a62c45c61f1eb306812cf9171c473cc5aaca56
languageName: node
linkType: hard

Expand Down Expand Up @@ -6181,6 +6198,13 @@ __metadata:
languageName: node
linkType: hard

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

"@types/async@npm:^3.2.5":
version: 3.2.5
resolution: "@types/async@npm:3.2.5"
Expand Down Expand Up @@ -6764,6 +6788,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.2.18
resolution: "@types/react-dom@npm:18.2.18"
dependencies:
"@types/react": "npm:*"
checksum: 74dba11a1b8156f3a763f3fca1fb4ec1dcd349153279b8bf79210024a69f994bf2cf0728198c047f8130c5318420ea56281b0a4ef84c8ae943cd9a0cac705220
languageName: node
linkType: hard

"@types/react-resize-detector@npm:^4.2.0":
version: 4.2.0
resolution: "@types/react-resize-detector@npm:4.2.0"
Expand Down Expand Up @@ -8053,6 +8086,15 @@ __metadata:
languageName: node
linkType: hard

"aria-query@npm:5.1.3":
version: 5.1.3
resolution: "aria-query@npm:5.1.3"
dependencies:
deep-equal: "npm:^2.0.5"
checksum: edcbc8044c4663d6f88f785e983e6784f98cb62b4ba1e9dd8d61b725d0203e4cfca38d676aee984c31f354103461102a3d583aa4fbe4fd0a89b679744f4e5faf
languageName: node
linkType: hard

"aria-query@npm:^4.2.2":
version: 4.2.2
resolution: "aria-query@npm:4.2.2"
Expand Down Expand Up @@ -10946,6 +10988,32 @@ __metadata:
languageName: node
linkType: hard

"deep-equal@npm:^2.0.5":
version: 2.2.3
resolution: "deep-equal@npm:2.2.3"
dependencies:
array-buffer-byte-length: "npm:^1.0.0"
call-bind: "npm:^1.0.5"
es-get-iterator: "npm:^1.1.3"
get-intrinsic: "npm:^1.2.2"
is-arguments: "npm:^1.1.1"
is-array-buffer: "npm:^3.0.2"
is-date-object: "npm:^1.0.5"
is-regex: "npm:^1.1.4"
is-shared-array-buffer: "npm:^1.0.2"
isarray: "npm:^2.0.5"
object-is: "npm:^1.1.5"
object-keys: "npm:^1.1.1"
object.assign: "npm:^4.1.4"
regexp.prototype.flags: "npm:^1.5.1"
side-channel: "npm:^1.0.4"
which-boxed-primitive: "npm:^1.0.2"
which-collection: "npm:^1.0.1"
which-typed-array: "npm:^1.1.13"
checksum: a48244f90fa989f63ff5ef0cc6de1e4916b48ea0220a9c89a378561960814794a5800c600254482a2c8fd2e49d6c2e196131dc983976adb024c94a42dfe4949f
languageName: node
linkType: hard

"deep-extend@npm:^0.6.0":
version: 0.6.0
resolution: "deep-extend@npm:0.6.0"
Expand Down Expand Up @@ -11554,6 +11622,13 @@ __metadata:
languageName: node
linkType: hard

"dom-accessibility-api@npm:^0.5.9":
version: 0.5.16
resolution: "dom-accessibility-api@npm:0.5.16"
checksum: b2c2eda4fae568977cdac27a9f0c001edf4f95a6a6191dfa611e3721db2478d1badc01db5bb4fa8a848aeee13e442a6c2a4386d65ec65a1436f24715a2f8d053
languageName: node
linkType: hard

"dom-converter@npm:^0.2.0":
version: 0.2.0
resolution: "dom-converter@npm:0.2.0"
Expand Down Expand Up @@ -12073,6 +12148,23 @@ __metadata:
languageName: node
linkType: hard

"es-get-iterator@npm:^1.1.3":
version: 1.1.3
resolution: "es-get-iterator@npm:1.1.3"
dependencies:
call-bind: "npm:^1.0.2"
get-intrinsic: "npm:^1.1.3"
has-symbols: "npm:^1.0.3"
is-arguments: "npm:^1.1.1"
is-map: "npm:^2.0.2"
is-set: "npm:^2.0.2"
is-string: "npm:^1.0.7"
isarray: "npm:^2.0.5"
stop-iteration-iterator: "npm:^1.0.0"
checksum: ebd11effa79851ea75d7f079405f9d0dc185559fd65d986c6afea59a0ff2d46c2ed8675f19f03dce7429d7f6c14ff9aede8d121fbab78d75cfda6a263030bac0
languageName: node
linkType: hard

"es-iterator-helpers@npm:^1.0.12, es-iterator-helpers@npm:^1.0.15":
version: 1.0.15
resolution: "es-iterator-helpers@npm:1.0.15"
Expand Down Expand Up @@ -15190,6 +15282,17 @@ __metadata:
languageName: node
linkType: hard

"internal-slot@npm:^1.0.4":
version: 1.0.6
resolution: "internal-slot@npm:1.0.6"
dependencies:
get-intrinsic: "npm:^1.2.2"
hasown: "npm:^2.0.0"
side-channel: "npm:^1.0.4"
checksum: aa37cafc8ffbf513a340de58f40d5017b4949d99722d7e4f0e24b182455bdd258000d4bb1d7b4adcf9f8979b97049b99fe9defa9db8e18a78071d2637ac143fb
languageName: node
linkType: hard

"internal-slot@npm:^1.0.5":
version: 1.0.5
resolution: "internal-slot@npm:1.0.5"
Expand Down Expand Up @@ -15255,7 +15358,7 @@ __metadata:
languageName: node
linkType: hard

"is-arguments@npm:^1.0.4":
"is-arguments@npm:^1.0.4, is-arguments@npm:^1.1.1":
version: 1.1.1
resolution: "is-arguments@npm:1.1.1"
dependencies:
Expand Down Expand Up @@ -15508,7 +15611,7 @@ __metadata:
languageName: node
linkType: hard

"is-map@npm:^2.0.1":
"is-map@npm:^2.0.1, is-map@npm:^2.0.2":
version: 2.0.2
resolution: "is-map@npm:2.0.2"
checksum: 119ff9137a37fd131a72fab3f4ab8c9d6a24b0a1ee26b4eff14dc625900d8675a97785eea5f4174265e2006ed076cc24e89f6e57ebd080a48338d914ec9168a5
Expand Down Expand Up @@ -15656,7 +15759,7 @@ __metadata:
languageName: node
linkType: hard

"is-set@npm:^2.0.1":
"is-set@npm:^2.0.1, is-set@npm:^2.0.2":
version: 2.0.2
resolution: "is-set@npm:2.0.2"
checksum: 5f8bd1880df8c0004ce694e315e6e1e47a3452014be792880bb274a3b2cdb952fdb60789636ca6e084c7947ca8b7ae03ccaf54c93a7fcfed228af810559e5432
Expand Down Expand Up @@ -17701,6 +17804,15 @@ __metadata:
languageName: node
linkType: hard

"lz-string@npm:^1.5.0":
version: 1.5.0
resolution: "lz-string@npm:1.5.0"
bin:
lz-string: bin/bin.js
checksum: 36128e4de34791838abe979b19927c26e67201ca5acf00880377af7d765b38d1c60847e01c5ec61b1a260c48029084ab3893a3925fd6e48a04011364b089991b
languageName: node
linkType: hard

"madge@npm:^6.1.0":
version: 6.1.0
resolution: "madge@npm:6.1.0"
Expand Down Expand Up @@ -21229,7 +21341,7 @@ __metadata:
languageName: node
linkType: hard

"pretty-format@npm:^27.0.0, pretty-format@npm:^27.5.1":
"pretty-format@npm:^27.0.0, pretty-format@npm:^27.0.2, pretty-format@npm:^27.5.1":
version: 27.5.1
resolution: "pretty-format@npm:27.5.1"
dependencies:
Expand Down Expand Up @@ -22923,7 +23035,7 @@ __metadata:
"@commitlint/cli": "npm:^18.5.0"
"@commitlint/config-conventional": "npm:^18.5.0"
"@testing-library/jest-dom": "npm:^5.17.0"
"@testing-library/react": "npm:^11.2.7"
"@testing-library/react": "npm:^14.2.0"
"@testing-library/react-hooks": "npm:^8.0.1"
"@types/babel__preset-env": "npm:^7.9.6"
"@types/classnames": "npm:^2.3.1"
Expand Down Expand Up @@ -24166,6 +24278,15 @@ __metadata:
languageName: node
linkType: hard

"stop-iteration-iterator@npm:^1.0.0":
version: 1.0.0
resolution: "stop-iteration-iterator@npm:1.0.0"
dependencies:
internal-slot: "npm:^1.0.4"
checksum: c4158d6188aac510d9e92925b58709207bd94699e9c31186a040c80932a687f84a51356b5895e6dc72710aad83addb9411c22171832c9ae0e6e11b7d61b0dfb9
languageName: node
linkType: hard

"store2@npm:^2.14.2":
version: 2.14.2
resolution: "store2@npm:2.14.2"
Expand Down
Loading