Skip to content

Commit

Permalink
fix(deps): update dependency @testing-library/user-event to v14.5.1 (#…
Browse files Browse the repository at this point in the history
…9455)

[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v14.5.1`](https://togithub.com/testing-library/user-event/releases/tag/v14.5.1)

[Compare
Source](https://togithub.com/testing-library/user-event/compare/v14.5.0...v14.5.1)

##### Bug Fixes

- incorrect default import from
[@&#8203;testing-library/dom](https://togithub.com/testing-library/dom)
([#&#8203;1162](https://togithub.com/testing-library/user-event/issues/1162))
([d7483f0](https://togithub.com/testing-library/user-event/commit/d7483f049a1ec2ebf1ca1e2c1f4367849fca5997))

###
[`v14.5.0`](https://togithub.com/testing-library/user-event/releases/tag/v14.5.0)

[Compare
Source](https://togithub.com/testing-library/user-event/compare/v14.4.3...v14.5.0)

##### Bug Fixes

- **exports:** add a named export for userEvent
([4019cee](https://togithub.com/testing-library/user-event/commit/4019ceeabad2538da3f69c63bab79be731b99f3f)),
closes
[#&#8203;1146](https://togithub.com/testing-library/user-event/issues/1146)

##### Features

- **types:** Add additional type exports for UserEvent & Options
([#&#8203;1112](https://togithub.com/testing-library/user-event/issues/1112))
([da00e8d](https://togithub.com/testing-library/user-event/commit/da00e8d610f10ec29d9f06ca62fa8899c53d4fd1))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 2c095f2 commit 359e30b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@playwright/test": "1.37.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.1",
"@tsd/typescript": "5.1.6",
"@types/babel__generator": "7.6.5",
"@types/fs-extra": "11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.1",
"@types/pascalcase": "1.0.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@redwoodjs/web": "6.0.7",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@testing-library/user-event": "14.5.1",
"@types/aws-lambda": "8.10.119",
"@types/babel-core": "6.25.8",
"@types/jest": "29.5.4",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8719,7 +8719,7 @@ __metadata:
"@testing-library/dom": 9.3.3
"@testing-library/jest-dom": 5.16.5
"@testing-library/react": 14.0.0
"@testing-library/user-event": 14.4.3
"@testing-library/user-event": 14.5.1
"@types/pascalcase": 1.0.1
"@types/react": 18.2.14
"@types/react-dom": 18.2.6
Expand Down Expand Up @@ -9187,7 +9187,7 @@ __metadata:
"@redwoodjs/web": 6.0.7
"@testing-library/jest-dom": 5.16.5
"@testing-library/react": 14.0.0
"@testing-library/user-event": 14.4.3
"@testing-library/user-event": 14.5.1
"@types/aws-lambda": 8.10.119
"@types/babel-core": 6.25.8
"@types/jest": 29.5.4
Expand Down Expand Up @@ -10970,12 +10970,12 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/user-event@npm:14.4.3":
version: 14.4.3
resolution: "@testing-library/user-event@npm:14.4.3"
"@testing-library/user-event@npm:14.5.1":
version: 14.5.1
resolution: "@testing-library/user-event@npm:14.5.1"
peerDependencies:
"@testing-library/dom": ">=7.21.4"
checksum: 28e1e4ed2fdaa9486e203c6789386be228e305abd3fa41f38c828af415fd4a4e80f4de88de0e502ff11c4b4926f221b874a2a45bcc8170d30714e12dad2c1bd0
checksum: 1e00d6ead23377885b906db6e46e259161a0efb4138f7527481d7435f3c8f65cb7e3eab2900e2ac1886fa6dd03416e773a3a60dea87a9a2086a7127dee315f6f
languageName: node
linkType: hard

Expand Down Expand Up @@ -31465,7 +31465,7 @@ __metadata:
"@playwright/test": 1.37.1
"@testing-library/jest-dom": 5.16.5
"@testing-library/react": 14.0.0
"@testing-library/user-event": 14.4.3
"@testing-library/user-event": 14.5.1
"@tsd/typescript": 5.1.6
"@types/babel__generator": 7.6.5
"@types/fs-extra": 11.0.1
Expand Down

0 comments on commit 359e30b

Please sign in to comment.