Skip to content

Commit

Permalink
Update dependency @testing-library/react to v14 (#27)
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/react](https://github.com/testing-library/react-testing-library)
| [`^13.4.0` ->
`^14.0.0`](https://renovatebot.com/diffs/npm/@testing-library%2freact/13.4.0/14.2.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2freact/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@testing-library%2freact/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@testing-library%2freact/13.4.0/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@testing-library%2freact/13.4.0/14.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v14.2.2`](https://github.com/testing-library/react-testing-library/compare/v14.2.1...3da62fd9741ca74bcd0d2bc668ba76a2d8f3751f)

[Compare
Source](https://github.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2)

###
[`v14.2.1`](https://github.com/testing-library/react-testing-library/releases/tag/v14.2.1)

[Compare
Source](https://github.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1)

##### Bug Fixes

- Update types to support all possible react component return values
([#&#8203;1272](https://github.com/testing-library/react-testing-library/issues/1272))
([55e79c2](https://github.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9))

###
[`v14.2.0`](https://github.com/testing-library/react-testing-library/releases/tag/v14.2.0)

[Compare
Source](https://github.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0)

##### Features

- add `reactStrictMode` option to enable strict mode render
([#&#8203;1241](https://github.com/testing-library/react-testing-library/issues/1241))
([0880eba](https://github.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959))

###
[`v14.1.2`](https://github.com/testing-library/react-testing-library/releases/tag/v14.1.2)

[Compare
Source](https://github.com/testing-library/react-testing-library/compare/v14.1.1...v14.1.2)

##### Bug Fixes

- revert missing hooks warnings
([#&#8203;1255](https://github.com/testing-library/react-testing-library/issues/1255))
([1c67477](https://github.com/testing-library/react-testing-library/commit/1c67477443244e52c3ae57db49e1a6e8226e0c0d))

###
[`v14.1.1`](https://github.com/testing-library/react-testing-library/releases/tag/v14.1.1)

[Compare
Source](https://github.com/testing-library/react-testing-library/compare/v14.1.0...v14.1.1)

##### Bug Fixes

- log globals warning only once
([#&#8203;1252](https://github.com/testing-library/react-testing-library/issues/1252))
([fd52a59](https://github.com/testing-library/react-testing-library/commit/fd52a593a7987a14d3cf5c94f112795a1630725d)),
closes
[#&#8203;1249](https://github.com/testing-library/react-testing-library/issues/1249)

###
[`v14.1.0`](https://github.com/testing-library/react-testing-library/releases/tag/v14.1.0)

[Compare
Source](https://github.com/testing-library/react-testing-library/compare/v14.0.0...v14.1.0)

##### Features

- add warnings when globals are missing
([#&#8203;1244](https://github.com/testing-library/react-testing-library/issues/1244))
([d80319f](https://github.com/testing-library/react-testing-library/commit/d80319f5695d0ddbd93f7d63ca1cb71450663ba6))

###
[`v14.0.0`](https://github.com/testing-library/react-testing-library/releases/tag/v14.0.0)

[Compare
Source](https://github.com/testing-library/react-testing-library/compare/v13.4.0...v14.0.0)

##### Bug Fixes

- Prevent "missing act" warning for queued microtasks
([#&#8203;1137](https://github.com/testing-library/react-testing-library/issues/1137))
([f78839b](https://github.com/testing-library/react-testing-library/commit/f78839bf4147a777a823e33a429bcf5de9562f9e))

##### Features

- Bump `@testing-library/dom` to 9.0.0
([#&#8203;1177](https://github.com/testing-library/react-testing-library/issues/1177))
([6653c23](https://github.com/testing-library/react-testing-library/commit/6653c239c0acbafd204326c8951cde8206d39898))
- Drop support for Node.js 12.x
([#&#8203;1169](https://github.com/testing-library/react-testing-library/issues/1169))
([9b7a1e2](https://github.com/testing-library/react-testing-library/commit/9b7a1e2bea5bf20ba9728f98eb7c68cdb80b7fdd))

##### BREAKING CHANGES

- See
https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0
-   Minimum supported Node.js version is now 14.x

</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.

---

- [x] <!-- 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/realbrodiwhite/royalgames-client).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
realbrodiwhite committed Mar 22, 2024
2 parents d4b7444 + 004d126 commit 2b45354
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@reduxjs/toolkit": "^2.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"animejs": "^3.2.1",
"axios": "^1.6.8",
Expand Down

0 comments on commit 2b45354

Please sign in to comment.