Update dependency @testing-library/react-native to v14#383
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency @testing-library/react-native to v14#383renovate[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 3, 2025 20:22
5de8f1e to
39cebf5
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 26, 2025 17:18
39cebf5 to
97b584b
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
July 28, 2025 22:09
97b584b to
1af687b
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
August 7, 2025 11:46
1af687b to
0b26211
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
3 times, most recently
from
August 25, 2025 11:14
df64049 to
3b83e51
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
2 times, most recently
from
August 31, 2025 10:11
4c0bf7c to
4ad1c05
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
September 25, 2025 19:33
4ad1c05 to
afbbf85
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
October 21, 2025 16:59
afbbf85 to
08b1826
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
December 31, 2025 16:35
08b1826 to
4c00211
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
January 8, 2026 17:20
4c00211 to
64a5672
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
January 23, 2026 20:22
64a5672 to
0c959e1
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
March 13, 2026 17:54
0c959e1 to
b7ce15a
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
April 1, 2026 20:19
b7ce15a to
2fb11cc
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
May 12, 2026 11:01
2fb11cc to
105c9a4
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 1, 2026 19:22
105c9a4 to
01b886a
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 5, 2026 18:34
01b886a to
6dc2378
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
June 23, 2026 13:12
6dc2378 to
b256e4e
Compare
renovate
Bot
force-pushed
the
renovate/major-testing-library-monorepo
branch
from
July 12, 2026 16:51
b256e4e to
16c0007
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:
12.6.0→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:
v13.3.3Compare Source
🐛 Bug Fixes
cleanupAsync(#1817) (c419a70)toHaveStyles(#1819) (9d89ea9)v13.3.2Compare Source
🐛 Bug Fixes
New Contributors
v13.3.1Compare Source
🐛 Bug Fixes
v13.3.0Compare Source
✨ Features
renderAsync) (#1788) (79d230a)renderHookAsync(#1805) (196680b)📚 Documentation
v13.2.2Compare Source
🐛 Bug Fixes
v13.2.1Compare Source
✨ Features
🐛 Bug Fixes
pointerEventsin both props and styles (#1799) (cc1e249)📚 Documentation
v13.2.0Compare Source
✨ Features
react-test-rendererversion (#1755) (2e5238a)v13.1.1Compare Source
🐛 Bug Fixes
v13.1.0Compare Source
✨ Features
testOnlyevents (#1741) (c47220b)📚 Documentation
v13.0.1Compare Source
🐛 Bug Fixes
concurrentRootoption in render hook (#1734) (9efe13e)📚 Documentation
v13.0.0Compare Source
Migration guide
Important Changes
@testing-library/react-native/extend-expect. Importing@testing-library/react-nativewill be enough.Removed
*ByA11yStatequeries have been removed use*ByRolequeries ortoHaveAccessibilityStatematcher instead*ByA11yValuequeries have been removed use*ByRolequeries ortoHaveAccessibleValuematcher insteaddebug.shallowmethod@testing-library/react-nativeJest preset (useful for React 17). Just use regularreact-nativeJest preset.Other changes (should have no visible effects):
flushMicrotaskQueueactinstead of React Test Renderer'sv12.9.0Compare Source
This version officially supports React Native 0.77 & Expo 52.
✨ Features
type(): addskipBluroption (#1704) (1973cbc)📚 Documentation
v12.8.1Compare Source
🐛 Bug Fixes
pressevents' order (#1696) (5de8790)v12.8.0Compare Source
✨ Features
📚 Documentation
v12.7.2: (2024-09-12)Compare Source
What's Changed
Features
Imagewithaltprop as label by @mdjastrzebski in #1665Bug Fixes
Other
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.6.1...v12.7.1
v12.7.1: (2024-09-12)Compare Source
What's Changed
Features
Imagewithaltprop as label by @mdjastrzebski in #1665Other
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.6.1...v12.7.1
v12.7.0: (2024-09-12)Compare Source
What's Changed
Features
Imagewithaltprop as label by @mdjastrzebski in #1665Other
New Contributors
Full Changelog: callstack/react-native-testing-library@v12.6.1...v12.7.0
v12.6.1: (2024-08-28)Compare Source
What's Changed
Full Changelog: callstack/react-native-testing-library@v12.6.0...v12.6.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.