Skip to content

Commit 91c6b6a

Browse files
chore(deps): update dependency @testing-library/react-native to v12.0.1 (#2377)
[![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-native](https://callstack.github.io/react-native-testing-library) ([source](https://togithub.com/callstack/react-native-testing-library)) | [`12.0.0` -> `12.0.1`](https://renovatebot.com/diffs/npm/@testing-library%2freact-native/12.0.0/12.0.1) | [![age](https://badges.renovateapi.com/packages/npm/@testing-library%2freact-native/12.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@testing-library%2freact-native/12.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@testing-library%2freact-native/12.0.1/compatibility-slim/12.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@testing-library%2freact-native/12.0.1/confidence-slim/12.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>callstack/react-native-testing-library</summary> ### [`v12.0.1`](https://togithub.com/callstack/react-native-testing-library/releases/tag/v12.0.1) [Compare Source](https://togithub.com/callstack/react-native-testing-library/compare/v12.0.0...v12.0.1) #### What's Changed ##### Bugfixes - Flush all pending microtasks and updates before returning from waitFor by [@&#8203;jsnajdr](https://togithub.com/jsnajdr) in [https://github.com/callstack/react-native-testing-library/pull/1366](https://togithub.com/callstack/react-native-testing-library/pull/1366) - Render host component name detection tree inside act to avoid timer leaks by [@&#8203;jsnajdr](https://togithub.com/jsnajdr) in [https://github.com/callstack/react-native-testing-library/pull/1371](https://togithub.com/callstack/react-native-testing-library/pull/1371) #### New Contributors 👏 - [@&#8203;jsnajdr](https://togithub.com/jsnajdr) made their first contributions in [https://github.com/callstack/react-native-testing-library/pull/1366](https://togithub.com/callstack/react-native-testing-library/pull/1366), [https://github.com/callstack/react-native-testing-library/pull/1371](https://togithub.com/callstack/react-native-testing-library/pull/1371) **Full Changelog**: callstack/react-native-testing-library@v12.0.0...v12.0.1 </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. --- - [ ] <!-- 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://app.renovatebot.com/dashboard#github/dooboolab/react-native-iap). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNC4yIiwidXBkYXRlZEluVmVyIjoiMzUuMTQuMiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 42230d3 commit 91c6b6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@react-native-community/eslint-config": "3.2.0",
8383
"@release-it/conventional-changelog": "5.1.1",
8484
"@testing-library/jest-native": "5.4.2",
85-
"@testing-library/react-native": "12.0.0",
85+
"@testing-library/react-native": "12.0.1",
8686
"@types/jest": "29.5.0",
8787
"@types/react": "*",
8888
"@types/react-native": "*",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2815,9 +2815,9 @@ __metadata:
28152815
languageName: node
28162816
linkType: hard
28172817

2818-
"@testing-library/react-native@npm:12.0.0":
2819-
version: 12.0.0
2820-
resolution: "@testing-library/react-native@npm:12.0.0"
2818+
"@testing-library/react-native@npm:12.0.1":
2819+
version: 12.0.1
2820+
resolution: "@testing-library/react-native@npm:12.0.1"
28212821
dependencies:
28222822
pretty-format: ^29.0.0
28232823
peerDependencies:
@@ -2828,7 +2828,7 @@ __metadata:
28282828
peerDependenciesMeta:
28292829
jest:
28302830
optional: true
2831-
checksum: f3f565dfe7cfc527fc5a34b3290274cc1829f548b3ad68d2fca17cf826f49ae62d8f676b33f1489975c8da92da4028a851693173ac04b5dfc72242f23847b861
2831+
checksum: 0a8ff194875fa921eab62eaad68b0eef31d3540543d60fb72d1d1ecf044769567fc3c809ad20f842c9305d6c32c05610e2b0d51483af034da734b26e646a5255
28322832
languageName: node
28332833
linkType: hard
28342834

@@ -12117,7 +12117,7 @@ __metadata:
1211712117
"@react-native-community/eslint-config": 3.2.0
1211812118
"@release-it/conventional-changelog": 5.1.1
1211912119
"@testing-library/jest-native": 5.4.2
12120-
"@testing-library/react-native": 12.0.0
12120+
"@testing-library/react-native": 12.0.1
1212112121
"@types/jest": 29.5.0
1212212122
"@types/react": "*"
1212312123
"@types/react-native": "*"

0 commit comments

Comments
 (0)