schretzilla / Website-3.0

Updated version of my personal website using React!
http://www.greatscottsworld.com/
0 stars 0 forks source link

chore(deps): update dependency @testing-library/react to v12 - autoclosed #182

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react 9.5.0 -> 12.1.4 age adoption passing confidence

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. ### [`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)) ### [`v11.2.5`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.5) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.4...v11.2.5) ##### Bug Fixes - **render:** add default type for Queries parameter ([#​871](https://togithub.com/testing-library/react-testing-library/issues/871)) ([5576e6f](https://togithub.com/testing-library/react-testing-library/commit/5576e6f71445fd08cb10a58b571976eb410699ec)) ### [`v11.2.4`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.4) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.3...v11.2.4) ##### Bug Fixes - **render:** Default to HTMLElement in returned container ([#​868](https://togithub.com/testing-library/react-testing-library/issues/868)) ([81c2de9](https://togithub.com/testing-library/react-testing-library/commit/81c2de90c621df4f0702db02adf0c1f31bc08cd6)) ### [`v11.2.3`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.2...v11.2.3) ##### Bug Fixes - Return type of unmount is `void` ([#​857](https://togithub.com/testing-library/react-testing-library/issues/857)) ([1389f09](https://togithub.com/testing-library/react-testing-library/commit/1389f094748991b3a900e2fcc9f4bf21df212da9)) ### [`v11.2.2`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.1...v11.2.2) ##### Bug Fixes - **dependencies:** bump dom testing library ([#​836](https://togithub.com/testing-library/react-testing-library/issues/836)) ([7fcb0f2](https://togithub.com/testing-library/react-testing-library/commit/7fcb0f2e930a34bc1a0fa3dc964cd05a74fdfefd)) ### [`v11.2.1`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.2.0...v11.2.1) ##### Bug Fixes - **types:** Allow all HTML and SVG elements in render. ([#​833](https://togithub.com/testing-library/react-testing-library/issues/833)) ([1dc33b2](https://togithub.com/testing-library/react-testing-library/commit/1dc33b23bec6d033d65674ac6e1c2dd7e9a71202)) ### [`v11.2.0`](https://togithub.com/testing-library/react-testing-library/releases/v11.2.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.1.2...v11.2.0) ##### Features - bump dom testing library ([#​831](https://togithub.com/testing-library/react-testing-library/issues/831)) ([456424f](https://togithub.com/testing-library/react-testing-library/commit/456424ff33ea8d5156e5d86c64a756c6f852d96d)) ### [`v11.1.2`](https://togithub.com/testing-library/react-testing-library/releases/v11.1.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.1.1...v11.1.2) ##### Bug Fixes - import pretty-format from [@​testing-library/dom](https://togithub.com/testing-library/dom) ([#​821](https://togithub.com/testing-library/react-testing-library/issues/821)) ([2712dc2](https://togithub.com/testing-library/react-testing-library/commit/2712dc2da46bc8af456b4759d5e4b2c971c54092)) ### [`v11.1.1`](https://togithub.com/testing-library/react-testing-library/releases/v11.1.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.1.0...v11.1.1) ##### Bug Fixes - upgrade dependencies, typescript, [@​testing-library/dom](https://togithub.com/testing-library/dom) etc ([#​816](https://togithub.com/testing-library/react-testing-library/issues/816)) ([e07e641](https://togithub.com/testing-library/react-testing-library/commit/e07e6416f25fd75df510c5d4211dc06f9f7398d7)) ### [`v11.1.0`](https://togithub.com/testing-library/react-testing-library/releases/v11.1.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.0.4...v11.1.0) ##### Features - bump [@​testing-library/dom](https://togithub.com/testing-library/dom) to v7.26.0 ([#​799](https://togithub.com/testing-library/react-testing-library/issues/799)) ([6b9a720](https://togithub.com/testing-library/react-testing-library/commit/6b9a7207adee15f9f94cfbd23903f9f54fc178ec)) ### [`v11.0.4`](https://togithub.com/testing-library/react-testing-library/releases/v11.0.4) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.0.3...v11.0.4) ##### Bug Fixes - Trigger ongot-/onlostpointercapture when calling got-/lostpointercapture ([#​786](https://togithub.com/testing-library/react-testing-library/issues/786)) ([c546a6f](https://togithub.com/testing-library/react-testing-library/commit/c546a6f4927f925bf1187e631ca0444001f067f5)) ### [`v11.0.3`](https://togithub.com/testing-library/react-testing-library/releases/v11.0.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.0.2...v11.0.3) ##### Bug Fixes - Trigger onPointerEnter/Leave when calling pointerEnter/Leave ([#​784](https://togithub.com/testing-library/react-testing-library/issues/784)) ([c7b5622](https://togithub.com/testing-library/react-testing-library/commit/c7b5622bf7fa4b5435a0b12d8deaf4f57923cf8d)) ### [`v11.0.2`](https://togithub.com/testing-library/react-testing-library/releases/v11.0.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.0.1...v11.0.2) ##### Bug Fixes - **cleanup:** remove unnecessary async/await ([#​778](https://togithub.com/testing-library/react-testing-library/issues/778)) ([220d8d4](https://togithub.com/testing-library/react-testing-library/commit/220d8d4fd1f29c64e5094a6efa46fdee7b8105de)) ### [`v11.0.1`](https://togithub.com/testing-library/react-testing-library/releases/v11.0.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v11.0.0...v11.0.1) ##### Bug Fixes - Update typings for cleanup ([#​776](https://togithub.com/testing-library/react-testing-library/issues/776)) ([9191890](https://togithub.com/testing-library/react-testing-library/commit/9191890c882314c0048206e23a1fff40561b7ee4)) ### [`v11.0.0`](https://togithub.com/testing-library/react-testing-library/releases/v11.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.9...v11.0.0) ##### Features - use act to flush instead of custom implementation ([#​768](https://togithub.com/testing-library/react-testing-library/issues/768)) ([693228c](https://togithub.com/testing-library/react-testing-library/commit/693228ce10f23e2b695730ea88dbdaa35506e00e)) ##### BREAKING CHANGES - cleanup is now synchronous and wraps the unmounting process in `act`. ### [`v10.4.9`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.9) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.8...v10.4.9) ##### Bug Fixes - Bump [@​testing-library/dom](https://togithub.com/testing-library/dom) to 7.22.3 ([#​766](https://togithub.com/testing-library/react-testing-library/issues/766)) ([276eb65](https://togithub.com/testing-library/react-testing-library/commit/276eb656feffed6e3da14b34965df889ed31b0cd)) ### [`v10.4.8`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.8) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.7...v10.4.8) ##### Bug Fixes - **fireEvent:** Make sure react dispatches focus/blur events ([#​758](https://togithub.com/testing-library/react-testing-library/issues/758)) ([9aac157](https://togithub.com/testing-library/react-testing-library/commit/9aac1570d8bccfdf4584b22196cc23a479b47aff)) ### [`v10.4.7`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.7) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.6...v10.4.7) ##### Bug Fixes - **unmount:** Flush useEffect cleanup functions syncronously ([#​746](https://togithub.com/testing-library/react-testing-library/issues/746)) ([b82773c](https://togithub.com/testing-library/react-testing-library/commit/b82773cef7fc69349a55faf3b79eabc1e4ba4eeb)) ### [`v10.4.6`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.6) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.5...v10.4.6) ##### Bug Fixes - **cleanup:** remove scheduler code from flush-microtasks ([#​744](https://togithub.com/testing-library/react-testing-library/issues/744)) ([240900c](https://togithub.com/testing-library/react-testing-library/commit/240900c3d0bf72a94d3c0dfc85a5214ef3b16f63)) ### [`v10.4.5`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.5) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.4...v10.4.5) ##### Bug Fixes - **flushMicroTasks:** fallback to no scheduler ([#​739](https://togithub.com/testing-library/react-testing-library/issues/739)) ([9e5cf59](https://togithub.com/testing-library/react-testing-library/commit/9e5cf59ceaa66b534ef95d519cacb8afc4814215)) ### [`v10.4.4`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.4) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.3...v10.4.4) ##### Bug Fixes - React next fails on build ([#​726](https://togithub.com/testing-library/react-testing-library/issues/726)) ([#​732](https://togithub.com/testing-library/react-testing-library/issues/732)) ([604d3e9](https://togithub.com/testing-library/react-testing-library/commit/604d3e96364175974fcb2d12fc7fa02b1c50d2e6)) ### [`v10.4.3`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.2...v10.4.3) ##### Bug Fixes - **cleanup:** Cleanup should flush microtask queue after unmount ([#​632](https://togithub.com/testing-library/react-testing-library/issues/632)) ([aac2e44](https://togithub.com/testing-library/react-testing-library/commit/aac2e44fc8b970deed16248913582459cf044c64)) ### [`v10.4.2`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.1...v10.4.2) ##### Bug Fixes - **cleanup:** microtask flushing now supports fake timers ([#​720](https://togithub.com/testing-library/react-testing-library/issues/720)) ([5814b29](https://togithub.com/testing-library/react-testing-library/commit/5814b29e973075a733b617f6348646fd03116647)) ### [`v10.4.1`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.4.0...v10.4.1) ##### Bug Fixes - update [@​testing-library/dom](https://togithub.com/testing-library/dom) to get a bug fix ([6558845](https://togithub.com/testing-library/react-testing-library/commit/6558845b47f2dc718073646a0c108f8258461ce1)) ### [`v10.4.0`](https://togithub.com/testing-library/react-testing-library/releases/v10.4.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.3.0...v10.4.0) ##### Features - force update of [@​testing-library/dom](https://togithub.com/testing-library/dom) ([d10a13d](https://togithub.com/testing-library/react-testing-library/commit/d10a13daeb6c776b604465eeb6f7adefbd5d56ba)) Latest DOM Testing Library release page: https://github.com/testing-library/dom-testing-library/releases/tag/v7.17.0 The big feature is fake timers working with async utils out of the box ### [`v10.3.0`](https://togithub.com/testing-library/react-testing-library/releases/v10.3.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.2.1...v10.3.0) ##### Features - update cheat sheet + added source file ([#​711](https://togithub.com/testing-library/react-testing-library/issues/711)) ([1984c91](https://togithub.com/testing-library/react-testing-library/commit/1984c91d3d78f7f741bb4a2db1fe2c6c569e5e2c)) ### [`v10.2.1`](https://togithub.com/testing-library/react-testing-library/releases/v10.2.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.2.0...v10.2.1) ##### Bug Fixes - **TS:** add type defs file for pure ([#​696](https://togithub.com/testing-library/react-testing-library/issues/696)) ([4bd4497](https://togithub.com/testing-library/react-testing-library/commit/4bd44973da83162931609e4cf686fae41bb20584)), closes [#​695](https://togithub.com/testing-library/react-testing-library/issues/695) ### [`v10.2.0`](https://togithub.com/testing-library/react-testing-library/releases/v10.2.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.1.0...v10.2.0) ##### Features - run cleanup() when test runner supports teardown() ([#​676](https://togithub.com/testing-library/react-testing-library/issues/676)) ([c91e9a9](https://togithub.com/testing-library/react-testing-library/commit/c91e9a986a41d8663822e90a9c901e4cc6f2ee7a)) ### [`v10.1.0`](https://togithub.com/testing-library/react-testing-library/releases/v10.1.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.0.6...v10.1.0) ##### Features - **TS:** move typings from DefinitelyTyped into this repo ([#​690](https://togithub.com/testing-library/react-testing-library/issues/690)) ([16f2f56](https://togithub.com/testing-library/react-testing-library/commit/16f2f564bcd00df158a4922c9bc2893d7e49d14d)), closes [#​688](https://togithub.com/testing-library/react-testing-library/issues/688) ### [`v10.0.6`](https://togithub.com/testing-library/react-testing-library/releases/v10.0.6) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.0.5...v10.0.6) ##### Bug Fixes - force update version of [@​testing-library/dom](https://togithub.com/testing-library/dom) ([#​687](https://togithub.com/testing-library/react-testing-library/issues/687)) ([c3008be](https://togithub.com/testing-library/react-testing-library/commit/c3008bec842373de24c56bc871b1d9010894aa2f)) ### [`v10.0.5`](https://togithub.com/testing-library/react-testing-library/releases/v10.0.5) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.0.4...v10.0.5) ##### Bug Fixes - **fireEvent:** automatically configure `fireEvent` to be wrapped in act ([#​685](https://togithub.com/testing-library/react-testing-library/issues/685)) ([6147830](https://togithub.com/testing-library/react-testing-library/commit/6147830b0ea61341d02f520d2a26b817996e3a4a)) ### [`v10.0.4`](https://togithub.com/testing-library/react-testing-library/releases/v10.0.4) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.0.3...v10.0.4) ##### Bug Fixes - upgrade all dependencies (and fix UMD build) ([#​653](https://togithub.com/testing-library/react-testing-library/issues/653)) ([a75fa35](https://togithub.com/testing-library/react-testing-library/commit/a75fa350399857cd889ee0b878b08a79c2101206)) ### [`v10.0.3`](https://togithub.com/testing-library/react-testing-library/releases/v10.0.3) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.0.2...v10.0.3) ##### Bug Fixes - restore this when requiring timers ([#​644](https://togithub.com/testing-library/react-testing-library/issues/644)) ([59a2de1](https://togithub.com/testing-library/react-testing-library/commit/59a2de1e689be718f0931656b518509d43f5ac29)), closes [#​614](https://togithub.com/testing-library/react-testing-library/issues/614) ### [`v10.0.2`](https://togithub.com/testing-library/react-testing-library/releases/v10.0.2) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.0.1...v10.0.2) ##### Bug Fixes - Bump types dependency ([#​625](https://togithub.com/testing-library/react-testing-library/issues/625)) ([afce94f](https://togithub.com/testing-library/react-testing-library/commit/afce94fec01d18f654d919e8e091a814afd63da1)) ### [`v10.0.1`](https://togithub.com/testing-library/react-testing-library/releases/v10.0.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v10.0.0...v10.0.1) ##### Bug Fixes - support Node >=10 ([#​611](https://togithub.com/testing-library/react-testing-library/issues/611)) ([3bc13d9](https://togithub.com/testing-library/react-testing-library/commit/3bc13d94c05df06ae4cff5bf98ac1fd0cddb4783)) ### [`v10.0.0`](https://togithub.com/testing-library/react-testing-library/releases/v10.0.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v9.5.0...v10.0.0) ##### Features - Flush microtasks in cleanup ([#​519](https://togithub.com/testing-library/react-testing-library/issues/519)) ([9fc8581](https://togithub.com/testing-library/react-testing-library/commit/9fc8581713d03972f935132b5cfab316d6b93abe)) - update `@testing-library/dom` ([435098c](https://togithub.com/testing-library/react-testing-library/commit/435098c3a05ca4e9cadc0c8f2ef50c0e1dcc2ebd)) ##### BREAKING CHANGES ##### Update DOM Testing Library The latest version of DOM Testing Library has several breaking changes you will want to [review the changelog of DOM Testing Library v7.0.0](https://togithub.com/testing-library/dom-testing-library/releases/tag/v7.0.0) to ensure you are unaffected. ##### Drop Node 8 Node 10 or greater is required. Node 8 is [out of LTS](https://nodejs.org/en/about/releases/) ([#​576](https://togithub.com/testing-library/react-testing-library/issues/576)) ([fccc2cf](https://togithub.com/testing-library/react-testing-library/commit/fccc2cf302c1af2281712baa0bdad5a2b93c3212)), closes [#​575](https://togithub.com/testing-library/react-testing-library/issues/575) ##### remove deprecated `cleanup-after-each.js` This file which did nothing but log a warning to the console ([#​598](https://togithub.com/testing-library/react-testing-library/issues/598)) ([7942f68](https://togithub.com/testing-library/react-testing-library/commit/7942f684509831afcdd4d88b191e9193fab576ff)) ```diff - import '@​testing-library/react/cleanup-after-each' + // nothing! Just remove it ``` As a general reminder, you should *NOT* need to use `cleanup` at all as this is done automatically for you (unless you're using `@testing-library/react/pure` in which case you know what you're doing... keep using `cleanup`).

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.