Skip to content

chore(deps-dev): bump @testing-library/react-native from 13.3.3 to 14.0.1 - #95

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-library/react-native-14.0.1
Open

chore(deps-dev): bump @testing-library/react-native from 13.3.3 to 14.0.1#95
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/testing-library/react-native-14.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps @testing-library/react-native from 13.3.3 to 14.0.1.

Release notes

Sourced from @​testing-library/react-native's releases.

v14.0.1

14.0.1 (2026-06-23)

🐛 Bug Fixes

  • cleanup of waitFor timers when an error occurs during onTimeout printout (#1918) (366c147)
  • user-event: include selection in TextInput change event (#1919) (e819f77)

📚 Documentation

New Contributors

Full Changelog: callstack/react-native-testing-library@v14.0.0...v14.0.1

v14.0.0

14.0.0 (2026-06-05)

Migration guide

See the Migration to 14.x guide for step-by-step upgrade instructions, codemods, and before/after examples.

Breaking changes

  • Dropped support for React 18. React 19.0.0 or newer is now required.
  • Raised the minimum supported React Native version to 0.78.
  • Raised the minimum supported Node.js version to ^22.13.0 || >=24.
  • Replaced the deprecated React Test Renderer with Test Renderer.
  • Added a peer dependency on Test Renderer 1.x. Install the Test Renderer compatibility line that matches your React 19 minor version.
  • Made the core rendering and event APIs async by default:
    • render() now returns Promise<RenderResult>.
    • renderHook() now returns Promise<RenderHookResult>.
    • fireEvent() and its helpers now return Promise<void>.
    • act() now always returns a Promise and should always be awaited.
  • Removed the renderAsync, renderHookAsync, and fireEventAsync APIs. Use render, renderHook, and fireEvent instead.
  • Removed the update alias. Use rerender instead.
  • Removed the getQueriesForElement alias. Use within instead.
  • Removed UNSAFE_root. Use container for the pseudo-element container or root for the first rendered host element.
  • Removed legacy UNSAFE_* queries:
    • UNSAFE_getAllByType
    • UNSAFE_getByType
    • UNSAFE_getAllByProps
    • UNSAFE_getByProps

... (truncated)

Changelog

Sourced from @​testing-library/react-native's changelog.

Changelog

All notable changes to React Native Testing Library will be documented in this file, starting with v14.

14.1.0

Features

  • Added fireEvent.layout() to simulate the layout engine measuring an element, invoking the onLayout handler with a synthetic layout event.
  • Added userEvent.accessibilityAction() to dispatch a named accessibility action to an element, invoking its onAccessibilityAction handler.
  • Added userEvent.pullToRefresh() to simulate the pull-to-refresh gesture on a host ScrollView element, invoking the onRefresh handler of its refreshControl prop.

14.0.0

Migration guide

See the Migration to 14.x guide for step-by-step upgrade instructions, codemods, and before/after examples.

Breaking changes

  • Dropped support for React 18. React 19.0.0 or newer is now required.
  • Raised the minimum supported React Native version to 0.78.
  • Raised the minimum supported Node.js version to ^22.13.0 || >=24.
  • Replaced the deprecated React Test Renderer with Test Renderer.
  • Added a peer dependency on Test Renderer 1.x. Install the Test Renderer compatibility line that matches your React 19 minor version.
  • Made the core rendering and event APIs async by default:
    • render() now returns Promise<RenderResult>.
    • renderHook() now returns Promise<RenderHookResult>.
    • fireEvent() and its helpers now return Promise<void>.
    • act() now always returns a Promise and should always be awaited.
  • Removed the renderAsync, renderHookAsync, and fireEventAsync APIs. Use render, renderHook, and fireEvent instead.
  • Removed the update alias. Use rerender instead.
  • Removed the getQueriesForElement alias. Use within instead.
  • Removed UNSAFE_root. Use container for the pseudo-element container or root for the first rendered host element.
  • Removed legacy UNSAFE_* queries:
    • UNSAFE_getAllByType
    • UNSAFE_getByType
    • UNSAFE_getAllByProps
    • UNSAFE_getByProps
  • Removed the concurrentRoot render and configuration option. Concurrent rendering is always enabled in v14.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 8, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/testing-library/react-native-14.0.1 branch 2 times, most recently from 0c53edf to 08b1049 Compare August 10, 2026 01:19

Copy link
Copy Markdown
Owner

Not merging this one. apps/mobile/CLAUDE.md documents an explicit pin:

Keep the whole jest* stack on 29 — and @testing-library/react-native on 13, since v14 swaps the react-test-renderer peer for the new test-renderer package that the jest-expo preset does not wire up.

Confirmed by CI: bumping to v14 breaks ~21 test files across apps/mobile because v14 made render()/renderHook()/fireEvent() return Promises instead of sync values (a documented breaking change in v14.0.0), and the current jest-expo@57 preset isn't wired for the new async API. This isn't a quick fix-forward — it needs a project-level decision (either a coordinated migration of all the affected tests, or waiting for jest-expo to catch up), not an automated dependency bump.

Recommend closing this PR or adding an ignore rule in .github/dependabot.yml for @testing-library/react-native to stop it from recurring.


Generated by Claude Code

Bumps [@testing-library/react-native](https://github.com/callstack/react-native-testing-library) from 13.3.3 to 14.0.1.
- [Release notes](https://github.com/callstack/react-native-testing-library/releases)
- [Changelog](https://github.com/callstack/react-native-testing-library/blob/main/CHANGELOG.md)
- [Commits](callstack/react-native-testing-library@v13.3.3...v14.0.1)

---
updated-dependencies:
- dependency-name: "@testing-library/react-native"
  dependency-version: 14.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/testing-library/react-native-14.0.1 branch from 08b1049 to 7babf4a Compare August 17, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant