Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/react-native (source) 9.1.0 -> 13.2.0 age adoption passing confidence

Release Notes

callstack/react-native-testing-library (@​testing-library/react-native)

v13.2.0

Compare Source

✨ Features

v13.1.1

Compare Source

v13.1.0

Compare Source

✨ Features
📚 Documentation

v13.0.1

Compare Source

🐛 Bug Fixes
📚 Documentation

v13.0.0

Compare Source

Migration guide

Important Changes
  • Enabled concurrent rendering by default
  • Automatically extend Jest matchers, you no longer need to import @testing-library/react-native/extend-expect. Importing @testing-library/react-native will be enough.
  • Removed host component name auto-detection. Your tests should run faster.
Removed
  • *ByA11yState queries have been removed use *ByRole queries or toHaveAccessibilityState matcher instead
  • *ByA11yValue queries have been removed use *ByRole queries or toHaveAccessibleValue matcher instead
  • Removed support for React 16 & 17. Supports React 18 and 19.
  • Removed debug.shallow method
  • Removed @testing-library/react-native Jest preset (useful for React 17). Just use regular react-native Jest preset.
Other changes (should have no visible effects):
  • new implementation of flushMicrotaskQueue
  • slightly different way to calculate a11y labels
  • uses React's implementation of act instead of React Test Renderer's

v12.9.0

Compare Source

This version officially supports React Native 0.77 & Expo 52.

✨ Features
📚 Documentation

v12.8.1

Compare Source

🐛 Bug Fixes

v12.8.0

Compare Source

✨ Features
📚 Documentation

v12.7.2: (2024-09-12)

Compare Source

What's Changed

Features
Bug 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
Other

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
Other

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

v12.6.0: (2024-08-16)

Compare Source

What's changed

Features

v12.5.3: (2024-08-09)

Compare Source

What's Changed

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.5.2...v12.5.3

v12.5.2

Compare Source

Bug Fixes

v12.5.1

Compare Source

Bug Fixes
  • immediate setState in useEffect for unstable_validateStringsRenderedWithinText (#​1612) (76de7d2)

v12.5.0

Compare Source

Features
Bug Fixes

New Contributors

v12.4.5

Compare Source

RNTL 12.4.5 (2024-03-28)

Bugfixes
Other

Full Changelog: callstack/react-native-testing-library@v12.4.4...v12.4.5

v12.4.4

Compare Source

RNTL 12.4.4 (2024-03-18)

Bug Fixes

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.4.3...v12.4.4

v12.4.3

Compare Source

Other

Full Changelog: callstack/react-native-testing-library@v12.4.2...v12.4.3

v12.4.2

Compare Source

What's Changed

Improvements
Other

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.4.1...v12.4.2

v12.4.1

Compare Source

What's Changed

New things
Fixes
Other

Full Changelog: callstack/react-native-testing-library@v12.4.0...v12.4.1

v12.4.0

Compare Source

What's Changed

Features

Contributors for this feature 👏👏👏

Full Changelog: callstack/react-native-testing-library@v12.3.3...v12.4.0

v12.3.3

Compare Source

What's Changed

Features:
Fixes
Other improvements & chores

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.3.2...v12.3.3

v12.3.2

Compare Source

What's Changed

Improvements:

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.3.1...v12.3.2

v12.3.1

Compare Source

What's Changed

Features

Fixes

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.3.0...v12.3.1

v12.3.0

Compare Source

Features

Note: Jest matchers are work in progress and haven't yet been officially released. You can track progress of this initiative in #​1468.

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.2.2...v12.3.0

v12.2.2

Compare Source

What's Changed

Fixes

Full Changelog: callstack/react-native-testing-library@v12.2.1...v12.2.2

v12.2.1

Compare Source

What's Changed

Improvements

Under the hood

Full Changelog: callstack/react-native-testing-library@v12.2.0...v12.2.1

v12.2.0

Compare Source

What's Changed

Features

Full Changelog: callstack/react-native-testing-library@v12.1.3...v12.2.0

v12.1.3

Compare Source

Fixes

Improvements

Refactors, Docs, Chores, etc

New Contributors 👏

Full Changelog: callstack/react-native-testing-library@v12.1.2...v12.1.3

v12.1.2

Compare Source

What's Changed

Fixes

Docs, Chores, etc

New Contributors

Full Changelog: callstack/react-native-testing-library@v12.1.1...v12.1.2

v12.1.1

Compare Source

What's Changed

Fixes

Full Changelog: callstack/react-native-testing-library@v12.1.0...v12.1.1

v12.1.0

Compare Source

What's Changed

Improvements
Bugfixes

New Contributors

Chores, docs, deps, etc

Full Changelog: callstack/react-native-testing-library@v12.0.1...v12.1.0

v12.0.1

Compare Source

What's Changed

Bugfixes

New Contributors 👏

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

v12.0.0

Compare Source

What's Changed

We have prepared v12 migration guide.

Breaking changes
  1. All queries exclude elements hidden from accessibility by default
  2. *ByRole queries now return only accessibility elements
  3. *ByText, *ByDisplayValue, *ByPlaceholderText queries now return host elements
  4. container API has been renamed to UNSAFE_root, added safe root API
Full Changelog

v11.5.4

Compare Source

What's Changed

Bug fixes

Full Changelog: callstack/react-native-testing-library@v11.5.3...v11.5.4

v11.5.3

Compare Source

What's Changed

Bugfixes

Full Changelog: callstack/react-native-testing-library@v11.5.2...v11.5.3

v11.5.2

[Compare Source](https://redirect.github.com/c


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 69ef6e7 to fc039f7 Compare July 26, 2024 10:50
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from fc039f7 to 32fe272 Compare August 9, 2024 15:12
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 32fe272 to 5f202f2 Compare August 16, 2024 16:01
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 5f202f2 to b81dda1 Compare August 28, 2024 11:11
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from b81dda1 to 4f43aa9 Compare September 12, 2024 11:43
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch 2 times, most recently from 75db743 to ea1efa3 Compare October 31, 2024 08:29
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from ea1efa3 to eb47cfb Compare November 27, 2024 11:23
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from eb47cfb to 3177ebd Compare January 3, 2025 13:55
@renovate renovate bot changed the title chore(deps): update dependency @testing-library/react-native to v12 chore(deps): update dependency @testing-library/react-native to v13 Jan 3, 2025
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 3177ebd to 23f3412 Compare January 14, 2025 13:19
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 23f3412 to 73bec2e Compare February 27, 2025 14:45
@renovate renovate bot force-pushed the renovate/major-testing-library-monorepo branch from 73bec2e to 5f07aa2 Compare March 5, 2025 18:22
@renovate renovate bot changed the title chore(deps): update dependency @testing-library/react-native to v13 chore(deps): update dependency @testing-library/react-native to v13 - autoclosed Mar 27, 2025
@renovate renovate bot closed this Mar 27, 2025
@renovate renovate bot deleted the renovate/major-testing-library-monorepo branch March 27, 2025 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant