testing-library/react-testing-library
### [`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.
Configuration
📅 Schedule: 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.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
11.2.7
->12.1.4
Release Notes
testing-library/react-testing-library
### [`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.Configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.