testing-library/react-testing-library
### [`v13.1.0`](https://togithub.com/testing-library/react-testing-library/releases/v13.1.0)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.0.1...v13.1.0)
##### Features
- Add `renderHook` ([#991](https://togithub.com/testing-library/react-testing-library/issues/991)) ([9535eff](https://togithub.com/testing-library/react-testing-library/commit/9535eff82ada685c410b3b25ef3e2313ea3a86aa))
### [`v13.0.1`](https://togithub.com/testing-library/react-testing-library/releases/v13.0.1)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.0.0...v13.0.1)
##### Bug Fixes
- Specify a non-\* version for [@types/react-dom](https://togithub.com/types/react-dom) ([#1040](https://togithub.com/testing-library/react-testing-library/issues/1040)) ([2a889e8](https://togithub.com/testing-library/react-testing-library/commit/2a889e80658ce93882c5ba253ea65f5542ece2d0))
### [`v13.0.0`](https://togithub.com/testing-library/react-testing-library/releases/v13.0.0)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.5...v13.0.0)
##### Features
- Add support for React 18 ([#1031](https://togithub.com/testing-library/react-testing-library/issues/1031)) ([ccd8a0d](https://togithub.com/testing-library/react-testing-library/commit/ccd8a0d97dd9da0a420f2cf012a24d414d1646ed))
##### BREAKING CHANGES
- Drop support for React 17 and earlier. We'll use the new [`createRoot` API](https://togithub.com/reactwg/react-18/discussions/5) by default which comes with a set of [changes while also enabling support for concurrent features](https://togithub.com/reactwg/react-18/discussions/4).
To opt-out of this change you can use `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.
### [`v12.1.5`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.5)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.4...v12.1.5)
##### Bug Fixes
- Only supports React < 18 ([#1041](https://togithub.com/testing-library/react-testing-library/issues/1041)) ([9e2b5db](https://togithub.com/testing-library/react-testing-library/commit/9e2b5dbb4632799ae38f1341cb79ef35d1bd6652))
### [`v12.1.4`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.4)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.3...v12.1.4)
##### Bug Fixes
- Match runtime type of baseElement in TypeScript types ([#1023](https://togithub.com/testing-library/react-testing-library/issues/1023)) ([96ed8da](https://togithub.com/testing-library/react-testing-library/commit/96ed8dafa5d02add2168a3da65d1cc0ffe6d6d1f))
### [`v12.1.3`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.3)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.2...v12.1.3)
##### Bug Fixes
- Add `@types/react-dom` as a direct dependency ([#1001](https://togithub.com/testing-library/react-testing-library/issues/1001)) ([149d9a9](https://togithub.com/testing-library/react-testing-library/commit/149d9a9af3addeb6c49696867b05b87afe0d0b3c))
### [`v12.1.2`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.2)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.1...v12.1.2)
##### Bug Fixes
- **render:** Don't reject wrapper types based on statics ([#973](https://togithub.com/testing-library/react-testing-library/issues/973)) ([7f53b56](https://togithub.com/testing-library/react-testing-library/commit/7f53b5673f64ff72a54c19b0685f901cfec96b03))
### [`v12.1.1`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.1)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.0...v12.1.1)
##### Bug Fixes
- **TS:** make wrapper allow a simple function comp ([#966](https://togithub.com/testing-library/react-testing-library/issues/966)) ([cde904c](https://togithub.com/testing-library/react-testing-library/commit/cde904cd161782090d7ab7256bcb9b13e771d0ea))
### [`v12.1.0`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.0)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.0.0...v12.1.0)
##### Features
- improve JSDocs for RenderOptions ([#909](https://togithub.com/testing-library/react-testing-library/issues/909)) ([fbacb0d](https://togithub.com/testing-library/react-testing-library/commit/fbacb0da993518c2975efee17604e99a3180664f))
### [`v12.0.0`](https://togithub.com/testing-library/react-testing-library/releases/v12.0.0)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.7...v12.0.0)
##### Bug Fixes
- Bump testing-library/dom to v8 alpha ([#923](https://togithub.com/testing-library/react-testing-library/issues/923)) ([770246e](https://togithub.com/testing-library/react-testing-library/commit/770246e5cf15593bee96de5ce8b43305826c0893))
- Update [@testing-library/dom](https://togithub.com/testing-library/dom) ([#931](https://togithub.com/testing-library/react-testing-library/issues/931)) ([05c7421](https://togithub.com/testing-library/react-testing-library/commit/05c74219cc19a46b0aa81a81db93121387bd4f8c))
##### Features
- Bump [@testing-library/dom](https://togithub.com/testing-library/dom) ([6e6bf85](https://togithub.com/testing-library/react-testing-library/commit/6e6bf85301feed5d6bfa498d6d7f58a0bdef4520))
- Drop support for node 10 ([#930](https://togithub.com/testing-library/react-testing-library/issues/930)) ([42dad78](https://togithub.com/testing-library/react-testing-library/commit/42dad789af193cdb11701db3fdb970f8ec0ffc83))
##### BREAKING CHANGES
- Bump `@testing-library/dom` to 8.0.0. Please check out the [`@testing-library/dom@8.0.0` release page](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.0.0) for a detailed list of breaking changes.
- node 10 is no longer supported. It reached its end-of-life on 30.04.2021.
### [`v11.2.7`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.7)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.6...v11.2.7)
##### Bug Fixes
- Guard against `process` not being defined ([#911](https://togithub.com/testing-library/react-testing-library/issues/911)) ([8a1c8e9](https://togithub.com/testing-library/react-testing-library/commit/8a1c8e9396aa7f4843b54e31e2c95404ab8ad940))
### [`v11.2.6`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.6)
[Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.5...v11.2.6)
##### Bug Fixes
- **types:** exclude tsconfig from types folder in publish flow ([#893](https://togithub.com/testing-library/react-testing-library/issues/893)) ([58150b9](https://togithub.com/testing-library/react-testing-library/commit/58150b9efdd5515ad88e2d3373d926ee89093278))
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
11.2.5
->13.1.0
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
testing-library/react-testing-library
### [`v13.1.0`](https://togithub.com/testing-library/react-testing-library/releases/v13.1.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.0.1...v13.1.0) ##### Features - Add `renderHook` ([#991](https://togithub.com/testing-library/react-testing-library/issues/991)) ([9535eff](https://togithub.com/testing-library/react-testing-library/commit/9535eff82ada685c410b3b25ef3e2313ea3a86aa)) ### [`v13.0.1`](https://togithub.com/testing-library/react-testing-library/releases/v13.0.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v13.0.0...v13.0.1) ##### Bug Fixes - Specify a non-\* version for [@types/react-dom](https://togithub.com/types/react-dom) ([#1040](https://togithub.com/testing-library/react-testing-library/issues/1040)) ([2a889e8](https://togithub.com/testing-library/react-testing-library/commit/2a889e80658ce93882c5ba253ea65f5542ece2d0)) ### [`v13.0.0`](https://togithub.com/testing-library/react-testing-library/releases/v13.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.5...v13.0.0) ##### Features - Add support for React 18 ([#1031](https://togithub.com/testing-library/react-testing-library/issues/1031)) ([ccd8a0d](https://togithub.com/testing-library/react-testing-library/commit/ccd8a0d97dd9da0a420f2cf012a24d414d1646ed)) ##### BREAKING CHANGES - Drop support for React 17 and earlier. We'll use the new [`createRoot` API](https://togithub.com/reactwg/react-18/discussions/5) by default which comes with a set of [changes while also enabling support for concurrent features](https://togithub.com/reactwg/react-18/discussions/4). To opt-out of this change you can use `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings. ### [`v12.1.5`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.5) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.4...v12.1.5) ##### Bug Fixes - Only supports React < 18 ([#1041](https://togithub.com/testing-library/react-testing-library/issues/1041)) ([9e2b5db](https://togithub.com/testing-library/react-testing-library/commit/9e2b5dbb4632799ae38f1341cb79ef35d1bd6652)) ### [`v12.1.4`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.4) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.3...v12.1.4) ##### Bug Fixes - Match runtime type of baseElement in TypeScript types ([#1023](https://togithub.com/testing-library/react-testing-library/issues/1023)) ([96ed8da](https://togithub.com/testing-library/react-testing-library/commit/96ed8dafa5d02add2168a3da65d1cc0ffe6d6d1f)) ### [`v12.1.3`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.2...v12.1.3) ##### Bug Fixes - Add `@types/react-dom` as a direct dependency ([#1001](https://togithub.com/testing-library/react-testing-library/issues/1001)) ([149d9a9](https://togithub.com/testing-library/react-testing-library/commit/149d9a9af3addeb6c49696867b05b87afe0d0b3c)) ### [`v12.1.2`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.1...v12.1.2) ##### Bug Fixes - **render:** Don't reject wrapper types based on statics ([#973](https://togithub.com/testing-library/react-testing-library/issues/973)) ([7f53b56](https://togithub.com/testing-library/react-testing-library/commit/7f53b5673f64ff72a54c19b0685f901cfec96b03)) ### [`v12.1.1`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.1.0...v12.1.1) ##### Bug Fixes - **TS:** make wrapper allow a simple function comp ([#966](https://togithub.com/testing-library/react-testing-library/issues/966)) ([cde904c](https://togithub.com/testing-library/react-testing-library/commit/cde904cd161782090d7ab7256bcb9b13e771d0ea)) ### [`v12.1.0`](https://togithub.com/testing-library/react-testing-library/releases/v12.1.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v12.0.0...v12.1.0) ##### Features - improve JSDocs for RenderOptions ([#909](https://togithub.com/testing-library/react-testing-library/issues/909)) ([fbacb0d](https://togithub.com/testing-library/react-testing-library/commit/fbacb0da993518c2975efee17604e99a3180664f)) ### [`v12.0.0`](https://togithub.com/testing-library/react-testing-library/releases/v12.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.7...v12.0.0) ##### Bug Fixes - Bump testing-library/dom to v8 alpha ([#923](https://togithub.com/testing-library/react-testing-library/issues/923)) ([770246e](https://togithub.com/testing-library/react-testing-library/commit/770246e5cf15593bee96de5ce8b43305826c0893)) - Update [@testing-library/dom](https://togithub.com/testing-library/dom) ([#931](https://togithub.com/testing-library/react-testing-library/issues/931)) ([05c7421](https://togithub.com/testing-library/react-testing-library/commit/05c74219cc19a46b0aa81a81db93121387bd4f8c)) ##### Features - Bump [@testing-library/dom](https://togithub.com/testing-library/dom) ([6e6bf85](https://togithub.com/testing-library/react-testing-library/commit/6e6bf85301feed5d6bfa498d6d7f58a0bdef4520)) - Drop support for node 10 ([#930](https://togithub.com/testing-library/react-testing-library/issues/930)) ([42dad78](https://togithub.com/testing-library/react-testing-library/commit/42dad789af193cdb11701db3fdb970f8ec0ffc83)) ##### BREAKING CHANGES - Bump `@testing-library/dom` to 8.0.0. Please check out the [`@testing-library/dom@8.0.0` release page](https://togithub.com/testing-library/dom-testing-library/releases/tag/v8.0.0) for a detailed list of breaking changes. - node 10 is no longer supported. It reached its end-of-life on 30.04.2021. ### [`v11.2.7`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.7) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.6...v11.2.7) ##### Bug Fixes - Guard against `process` not being defined ([#911](https://togithub.com/testing-library/react-testing-library/issues/911)) ([8a1c8e9](https://togithub.com/testing-library/react-testing-library/commit/8a1c8e9396aa7f4843b54e31e2c95404ab8ad940)) ### [`v11.2.6`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.6) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.5...v11.2.6) ##### Bug Fixes - **types:** exclude tsconfig from types folder in publish flow ([#893](https://togithub.com/testing-library/react-testing-library/issues/893)) ([58150b9](https://togithub.com/testing-library/react-testing-library/commit/58150b9efdd5515ad88e2d3373d926ee89093278))