Skip to content

Commit f687f7f

Browse files
⬆️ Update dependency @testing-library/dom to ^10.2.0 (#5078)
[![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) | [`^10.1.0` -> `^10.2.0`](https://renovatebot.com/diffs/npm/@testing-library%2fdom/10.1.0/10.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fdom/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2fdom/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2fdom/10.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2fdom/10.1.0/10.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>testing-library/dom-testing-library (@&#8203;testing-library/dom)</summary> ### [`v10.2.0`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v10.2.0) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v10.1.0...v10.2.0) ##### Features - Support anonymous custom elements when pretty printing DOM ([#&#8203;1319](https://togithub.com/testing-library/dom-testing-library/issues/1319)) ([0a8ad65](https://togithub.com/testing-library/dom-testing-library/commit/0a8ad65723efe47493d387c38f31082c7846d824)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 673b79e commit f687f7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"typecheck": "tsc --noEmit"
99
},
1010
"dependencies": {
11-
"@testing-library/dom": "^10.1.0",
11+
"@testing-library/dom": "^10.2.0",
1212
"@testing-library/react": "^16.0.0",
1313
"@testing-library/user-event": "^14.5.2",
1414
"express": "^4.19.2",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ __metadata:
27622762
"@babel/preset-react": "npm:^7.24.7"
27632763
"@babel/preset-typescript": "npm:^7.24.7"
27642764
"@jest/globals": "npm:^29.7.0"
2765-
"@testing-library/dom": "npm:^10.1.0"
2765+
"@testing-library/dom": "npm:^10.2.0"
27662766
"@testing-library/react": "npm:^16.0.0"
27672767
"@testing-library/user-event": "npm:^14.5.2"
27682768
"@types/express": "npm:^4.17.21"
@@ -4729,9 +4729,9 @@ __metadata:
47294729
languageName: node
47304730
linkType: hard
47314731

4732-
"@testing-library/dom@npm:^10.1.0":
4733-
version: 10.1.0
4734-
resolution: "@testing-library/dom@npm:10.1.0"
4732+
"@testing-library/dom@npm:^10.2.0":
4733+
version: 10.2.0
4734+
resolution: "@testing-library/dom@npm:10.2.0"
47354735
dependencies:
47364736
"@babel/code-frame": "npm:^7.10.4"
47374737
"@babel/runtime": "npm:^7.12.5"
@@ -4741,7 +4741,7 @@ __metadata:
47414741
dom-accessibility-api: "npm:^0.5.9"
47424742
lz-string: "npm:^1.5.0"
47434743
pretty-format: "npm:^27.0.2"
4744-
checksum: 10c0/81f0e0a510d24e458c3af17777960ed678fb4fe464903ef8ec9ed816c9794fc69a673ea94f87b9e054b181383c51814605451dbf4fd9df93d0d8f24b4859990d
4744+
checksum: 10c0/de582dfbeb632436547a0ca5851b5a714a4a17f8e96ab3dc4fb4e454eef52c912b648b7cb6e9fdf477f3eeef97e698f3250f0ce50846f39d04677a44169209f2
47454745
languageName: node
47464746
linkType: hard
47474747

0 commit comments

Comments
 (0)