Skip to content

⬆️: Update Tools (major)#69

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-tools
Open

⬆️: Update Tools (major)#69
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-tools

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@testing-library/react-native (source) ~7.1.0~13.3.0 age confidence
@typescript-eslint/eslint-plugin (source) ~4.14.0~8.56.0 age confidence
@typescript-eslint/parser (source) ~4.14.0~8.56.0 age confidence
eslint (source) ~7.20.0~10.0.0 age confidence
eslint-config-universe (source) ~7.0.0~15.0.0 age confidence
eslint-import-resolver-typescript ~2.4.0~4.4.0 age confidence
jest-junit ~12.0.0~16.0.0 age confidence
prettier (source) ~2.2.0~3.8.0 age confidence
textlint ^11.7.6^15.0.0 age confidence
textlint-rule-no-dead-link ^4.7.0^6.0.0 age confidence
textlint-rule-preset-ja-technical-writing ^4.0.1^12.0.0 age confidence
textlint-rule-prh ^5.3.0^6.0.0 age confidence

Release Notes

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

v13.3.3

Compare Source

🐛 Bug Fixes

v13.3.2

Compare Source

🐛 Bug Fixes
  • Do not infer generic Props type from RenderHookOptions (#​1816) (919f7c6)

New Contributors

v13.3.1

Compare Source

🐛 Bug Fixes

v13.3.0

Compare Source

✨ Features
📚 Documentation

v13.2.2

Compare Source

🐛 Bug Fixes
  • React Native 0.81 support (#​1794)
  • toBeDisabled now also evaluates disabled prop when element is Text (#​1802)

v13.2.1

Compare Source

✨ Features
🐛 Bug Fixes
  • check for pointerEvents in both props and styles (#​1799) (cc1e249)
  • update ESLint plugin documentation link in warning message (#​1782) (069de18)
📚 Documentation

v13.2.0

Compare Source

✨ Features

v13.1.1

Compare Source

🐛 Bug Fixes

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
  • feat: add option to pass contentSize and layoutMeasurement when calling scrollTo by @​j-piasecki in #​1543
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:
  • feat: toHaveAccessibleName matcher by @​anishamalde in #​1509 (not yet public, will be exposed publically in v12.4.0)
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
  • Fix broken link in cont

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the deps Bump dependency version. label Apr 25, 2021
@renovate renovate bot force-pushed the renovate/major-tools branch from f4a519d to 8acedba Compare May 24, 2021 05:12
@renovate renovate bot changed the title ⬆️: Update dependency textlint-rule-preset-ja-technical-writing to v6 ⬆️: Update Tools (major) May 24, 2021
@renovate renovate bot force-pushed the renovate/major-tools branch from 8acedba to f25c75c Compare October 20, 2021 06:27
@github-actions github-actions bot added the build label Oct 20, 2021
@renovate renovate bot force-pushed the renovate/major-tools branch from f25c75c to 914c48f Compare March 7, 2022 15:44
@renovate renovate bot force-pushed the renovate/major-tools branch from 914c48f to 889dc4a Compare March 26, 2022 15:09
@renovate renovate bot force-pushed the renovate/major-tools branch from 889dc4a to 009043c Compare April 24, 2022 19:34
@renovate renovate bot force-pushed the renovate/major-tools branch from 009043c to 3847537 Compare May 15, 2022 23:22
@renovate renovate bot force-pushed the renovate/major-tools branch 2 times, most recently from 16c5bbc to 33f5d3a Compare June 23, 2022 18:35
@renovate renovate bot force-pushed the renovate/major-tools branch from 33f5d3a to e7a6c77 Compare September 25, 2022 21:39
@renovate renovate bot force-pushed the renovate/major-tools branch from e7a6c77 to 681cc51 Compare November 20, 2022 21:00
@renovate renovate bot force-pushed the renovate/major-tools branch from 681cc51 to 96fc58f Compare March 16, 2023 20:07
@renovate renovate bot force-pushed the renovate/major-tools branch 3 times, most recently from 70645d4 to 2498a14 Compare March 29, 2023 06:25
@renovate renovate bot force-pushed the renovate/major-tools branch 2 times, most recently from 3e626b9 to 2a9dad2 Compare April 17, 2023 17:56
@renovate renovate bot force-pushed the renovate/major-tools branch 2 times, most recently from 02c5295 to 74fa12b Compare June 3, 2023 01:30
@renovate renovate bot force-pushed the renovate/major-tools branch 2 times, most recently from 245daf1 to b7b2e5e Compare June 19, 2023 18:50
@renovate renovate bot force-pushed the renovate/major-tools branch 4 times, most recently from 246ab02 to d052862 Compare July 5, 2023 20:22
@renovate renovate bot force-pushed the renovate/major-tools branch 3 times, most recently from 4843b32 to 02ca570 Compare July 14, 2023 16:44
@renovate renovate bot force-pushed the renovate/major-tools branch 3 times, most recently from 5860399 to 5623136 Compare December 13, 2025 01:13
@renovate renovate bot force-pushed the renovate/major-tools branch 2 times, most recently from b6e1df0 to 8f9750e Compare December 21, 2025 14:04
@renovate renovate bot force-pushed the renovate/major-tools branch from 8f9750e to 4ad5136 Compare December 22, 2025 20:57
@renovate renovate bot force-pushed the renovate/major-tools branch 3 times, most recently from 7b7966d to c3a35c5 Compare January 5, 2026 19:05
@renovate renovate bot force-pushed the renovate/major-tools branch 3 times, most recently from 2751f73 to ccb545b Compare January 15, 2026 01:35
@renovate renovate bot force-pushed the renovate/major-tools branch 6 times, most recently from c76b510 to 0999578 Compare January 23, 2026 20:32
@renovate renovate bot force-pushed the renovate/major-tools branch 2 times, most recently from d55d8d0 to c2532bc Compare February 2, 2026 01:16
@renovate renovate bot force-pushed the renovate/major-tools branch 3 times, most recently from 15a5b35 to 4b6224b Compare February 12, 2026 17:46
@renovate renovate bot force-pushed the renovate/major-tools branch 5 times, most recently from e60def4 to a76208d Compare February 23, 2026 17:39
@renovate renovate bot force-pushed the renovate/major-tools branch from a76208d to 7aedd0c Compare February 23, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build deps Bump dependency version.

Development

Successfully merging this pull request may close these issues.

0 participants