chore(deps): update dependency @testing-library/react-native to v14 - #559
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @testing-library/react-native to v14#559renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 13, 2026 03:26
fdf763f to
0b3b1b1
Compare
Coverage reportCaution Coverage does not meet threshold
Test suite run failedFailed tests: 0/4. Failed suites: 1/2.Report generated by 🧪jest coverage report action from f0644d7 |
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 13, 2026 14:42
0b3b1b1 to
6f89dc0
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 21, 2026 05:00
6f89dc0 to
6a3968d
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 23, 2026 16:01
6a3968d to
f59c8f2
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
July 17, 2026 23:49
f59c8f2 to
0523b74
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
3 times, most recently
from
July 30, 2026 16:33
c1dfcb2 to
c1fa1d3
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
August 11, 2026 22:45
c1fa1d3 to
aba1b82
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
August 14, 2026 22:43
aba1b82 to
f0644d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
13.3.3→14.0.1Release Notes
callstack/react-native-testing-library (@testing-library/react-native)
v14.0.1Compare Source
🐛 Bug Fixes
selectionin TextInputchangeevent (#1919) (e819f77)📚 Documentation
New Contributors
Full Changelog: callstack/react-native-testing-library@v14.0.0...v14.0.1
v14.0.0Compare Source
Migration guide
See the Migration to 14.x guide for
step-by-step upgrade instructions, codemods, and before/after examples.
Breaking changes
^22.13.0 || >=24.Test Renderer.
that matches your React 19 minor version.
render()now returnsPromise<RenderResult>.renderHook()now returnsPromise<RenderHookResult>.fireEvent()and its helpers now returnPromise<void>.act()now always returns a Promise and should always be awaited.renderAsync,renderHookAsync, andfireEventAsyncAPIs. Userender,renderHook, andfireEventinstead.updatealias. Usererenderinstead.getQueriesForElementalias. Usewithininstead.UNSAFE_root. Usecontainerfor the pseudo-element container orrootforthe first rendered host element.
UNSAFE_*queries:UNSAFE_getAllByTypeUNSAFE_getByTypeUNSAFE_getAllByPropsUNSAFE_getByPropsconcurrentRootrender and configuration option. Concurrent rendering isalways enabled in v14.
createNodeMockrender option, which is not supported by the new Test Rendererintegration.
unstable_validateStringsRenderedWithinTextrender option. Text stringvalidation is now always enabled.
Notable changes
containerAPI as a safe pseudo-element container, aligned with ReactTesting Library semantics.
components are no longer visible through the test tree.
TestInstancefrom Test Renderer instead ofReactTestInstancefrom React Test Renderer.as
display: 'none', so visibility queries and matchers behave closer to runtime behavior.fireEvent.press()andfireEvent.scroll()now pass default synthetic native event objectsto handlers and deep-merge any event props supplied by the test.
TextInputplaceholder handling, child accessible name concatenation, and strictergetByRole(..., { name })matching.configure,render,renderHook, anduserEvent.setupnow warn when unknown options arepassed, helping catch stale or misspelled options during migration.
<Text>components now throw, matchingReact Native runtime behavior.
Test Renderer versions
Install the Test Renderer version that matches your React 19 minor version:
19.2test-renderer@1.219.1test-renderer@1.119.0test-renderer@1.0Older Test Renderer lines may not support newer React 19 features in tests. Newer Test
Renderer lines can produce peer dependency warnings, or an install error with
npm. See theTest Renderer React 19 compatibility lines
for the latest recommendations.
Codemods
Two codemods are available to automate the most common v14 upgrade work:
rntl-v14-update-depsupdates dependencies by removing React Test Renderer packages,adding Test Renderer, and updating React Native Testing Library.
rntl-v14-async-functionsupdates test code for asyncrender,renderHook,fireEvent,act,rerender, andunmountusage.Full changelog
See the full GitHub comparison:
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.