Skip to content

Commit

Permalink
⬆️ Update dependency @testing-library/dom to v10 (#4881)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@testing-library/dom](https://togithub.com/testing-library/dom-testing-library)
| [`^9.3.4` ->
`^10.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/9.3.4/10.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fdom/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fdom/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fdom/9.3.4/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fdom/9.3.4/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>testing-library/dom-testing-library
(@&#8203;testing-library/dom)</summary>

###
[`v10.0.0`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v10.0.0)

[Compare
Source](https://togithub.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0)

##### Bug Fixes

- use defineProperty on the error object instead of setting the message
directly
([#&#8203;1268](https://togithub.com/testing-library/dom-testing-library/issues/1268))
([3580f25](https://togithub.com/testing-library/dom-testing-library/commit/3580f25bd765cedb70889b2cf716085023d8c314)),
closes
[#&#8203;1259](https://togithub.com/testing-library/dom-testing-library/issues/1259)

##### Features

- Drop support for Node.js 14.x and Node.js 16.x and add support for
Node 20.x
([#&#8203;1255](https://togithub.com/testing-library/dom-testing-library/issues/1255))
([452097b](https://togithub.com/testing-library/dom-testing-library/commit/452097b35a207341f5328b997dfc901461a4e9d9))
- upgrade aria-query to 5.3.0
([#&#8203;1241](https://togithub.com/testing-library/dom-testing-library/issues/1241))
([2c57055](https://togithub.com/testing-library/dom-testing-library/commit/2c570553d8f31b008451398152a9bd30bce362b3)),
closes
[#&#8203;1240](https://togithub.com/testing-library/dom-testing-library/issues/1240)

##### BREAKING CHANGES

-   Minimum supported Node.js version is 18.0
- New version of `aria-query` changes various roles. Check out the
changed tests in
[`2c57055`](https://togithub.com/testing-library/dom-testing-library/commit/2c57055)
to get an overview about what changed.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 37a5e43 commit 5098aeb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@testing-library/dom": "^9.3.4",
"@testing-library/dom": "^10.0.0",
"@testing-library/react": "^14.3.0",
"@testing-library/user-event": "^14.5.2",
"express": "^4.19.2",
Expand Down
31 changes: 28 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@ __metadata:
"@babel/preset-react": "npm:^7.24.1"
"@babel/preset-typescript": "npm:^7.24.1"
"@jest/globals": "npm:^29.7.0"
"@testing-library/dom": "npm:^9.3.4"
"@testing-library/dom": "npm:^10.0.0"
"@testing-library/react": "npm:^14.3.0"
"@testing-library/user-event": "npm:^14.5.2"
"@types/express": "npm:^4.17.21"
Expand Down Expand Up @@ -4674,7 +4674,23 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.4":
"@testing-library/dom@npm:^10.0.0":
version: 10.0.0
resolution: "@testing-library/dom@npm:10.0.0"
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.3.0"
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: 10c0/2d12d2a6018a6f1d15e91834180bc068932c699ff1fcbfb80aa21aba519a4f5329c861dfa852e06ee5615bcb92ef2a0f0e755e32684ea3dada63bc34248382ab
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0":
version: 9.3.4
resolution: "@testing-library/dom@npm:9.3.4"
dependencies:
Expand Down Expand Up @@ -6261,6 +6277,15 @@ __metadata:
languageName: node
linkType: hard

"aria-query@npm:5.3.0":
version: 5.3.0
resolution: "aria-query@npm:5.3.0"
dependencies:
dequal: "npm:^2.0.3"
checksum: 10c0/2bff0d4eba5852a9dd578ecf47eaef0e82cc52569b48469b0aac2db5145db0b17b7a58d9e01237706d1e14b7a1b0ac9b78e9c97027ad97679dd8f91b85da1469
languageName: node
linkType: hard

"array-buffer-byte-length@npm:^1.0.0, array-buffer-byte-length@npm:^1.0.1":
version: 1.0.1
resolution: "array-buffer-byte-length@npm:1.0.1"
Expand Down Expand Up @@ -8311,7 +8336,7 @@ __metadata:
languageName: node
linkType: hard

"dequal@npm:^2.0.0, dequal@npm:^2.0.2":
"dequal@npm:^2.0.0, dequal@npm:^2.0.2, dequal@npm:^2.0.3":
version: 2.0.3
resolution: "dequal@npm:2.0.3"
checksum: 10c0/f98860cdf58b64991ae10205137c0e97d384c3a4edc7f807603887b7c4b850af1224a33d88012009f150861cbee4fa2d322c4cc04b9313bee312e47f6ecaa888
Expand Down

0 comments on commit 5098aeb

Please sign in to comment.