Skip to content

Update Tests (major)#457

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-tests
Open

Update Tests (major)#457
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-tests

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 9, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@testing-library/jest-native 4.0.135.4.3 age confidence
@testing-library/react-native (source) 7.2.013.3.3 age confidence
@types/jest (source) 27.5.230.0.0 age confidence
jest-environment-jsdom (source) 26.6.230.3.0 age confidence
ts-jest (source) 26.5.629.4.9 age confidence

Release Notes

testing-library/jest-native (@​testing-library/jest-native)

v5.4.3

Compare Source

v5.4.2

Compare Source

Bug Fixes

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Features

v5.3.4

Compare Source

Bug Fixes
  • change extend-expect types definition to support explicit jest globals (#​137) (c3dc5ce)

v5.3.3

Compare Source

Bug Fixes

v5.3.2

Compare Source

Bug Fixes
  • support TextInput editable={false} prop check in isEnabled/isDisabled matchers (#​135) (4f74aa4)

v5.3.1

Compare Source

Bug Fixes
  • .toBeVisible error with Pressable function style (#​134) (d65e9f2)

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features

v5.1.2

Compare Source

Bug Fixes
  • Add missing StyleProp type in TS definition file (#​123) (901bb80)

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features

v5.0.0

Compare Source

Breaking Changes

Full Changelog: testing-library/jest-native@v4.0.13...v5.0.0

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


Configuration

📅 Schedule: (in timezone Etc/UTC)

  • 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.

👻 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 dependencies Pull requests that update a dependency file npm labels Sep 9, 2023
@renovate renovate Bot force-pushed the renovate/major-tests branch from d829b74 to 4f21aa0 Compare September 13, 2023 19:40
@renovate renovate Bot force-pushed the renovate/major-tests branch from 4f21aa0 to 976b21a Compare September 22, 2023 21:52
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate Bot force-pushed the renovate/major-tests branch 2 times, most recently from 5e9f0a4 to 724e664 Compare October 31, 2023 19:15
@renovate renovate Bot force-pushed the renovate/major-tests branch 2 times, most recently from 804d47f to 75934a1 Compare November 7, 2023 01:33
@renovate renovate Bot force-pushed the renovate/major-tests branch 3 times, most recently from 3ecf93d to 19f95ec Compare November 21, 2023 11:46
@renovate renovate Bot force-pushed the renovate/major-tests branch 2 times, most recently from bb7cf0f to decba5d Compare November 29, 2023 03:27
@renovate renovate Bot force-pushed the renovate/major-tests branch 2 times, most recently from 3fa99f3 to 84be5e1 Compare December 13, 2023 01:06
@renovate renovate Bot force-pushed the renovate/major-tests branch from 84be5e1 to 7e77d14 Compare December 25, 2023 13:51
@renovate renovate Bot force-pushed the renovate/major-tests branch from 7e77d14 to d5f4b66 Compare January 4, 2024 15:27
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jan 4, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate Bot force-pushed the renovate/major-tests branch from d5f4b66 to f678f46 Compare February 8, 2024 21:57
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Feb 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate Bot force-pushed the renovate/major-tests branch from f678f46 to 4668236 Compare March 25, 2024 23:32
@renovate renovate Bot force-pushed the renovate/major-tests branch from 4668236 to d16fb1d Compare April 4, 2024 18:30
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate Bot force-pushed the renovate/major-tests branch from d16fb1d to e4bd33c Compare May 6, 2024 21:39
@renovate renovate Bot force-pushed the renovate/major-tests branch from e4bd33c to 14579be Compare May 30, 2024 12:17
@jellyfin-bot jellyfin-bot added the merge conflict Conflicts prevent merging label Jun 3, 2024
@renovate renovate Bot force-pushed the renovate/major-tests branch from 14579be to 533ad60 Compare June 3, 2024 19:02
@jellyfin-bot jellyfin-bot removed the merge conflict Conflicts prevent merging label Jun 3, 2024
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/major-tests branch from eab0359 to f4b239c Compare March 6, 2025 13:02
@jellyfin-bot jellyfin-bot added the merge conflict Conflicts prevent merging label Mar 7, 2025
@renovate renovate Bot force-pushed the renovate/major-tests branch from f4b239c to e85ab67 Compare March 7, 2025 16:35
@jellyfin-bot jellyfin-bot removed the merge conflict Conflicts prevent merging label Mar 7, 2025
@renovate renovate Bot force-pushed the renovate/major-tests branch from e85ab67 to 91a58c7 Compare March 12, 2025 17:57
@sonarqubecloud
Copy link
Copy Markdown

@jellyfin-bot jellyfin-bot added the merge conflict Conflicts prevent merging label May 22, 2025
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/major-tests branch from 91a58c7 to 09a88de Compare May 22, 2025 21:40
@jellyfin-bot jellyfin-bot removed the merge conflict Conflicts prevent merging label May 22, 2025
@renovate renovate Bot force-pushed the renovate/major-tests branch from 09a88de to 4c4bdc2 Compare May 23, 2025 20:45
@jellyfin-bot jellyfin-bot added the merge conflict Conflicts prevent merging label May 28, 2025
@renovate renovate Bot force-pushed the renovate/major-tests branch from 4c4bdc2 to 470ddc7 Compare May 28, 2025 20:30
@jellyfin-bot jellyfin-bot removed the merge conflict Conflicts prevent merging label May 28, 2025
@renovate renovate Bot force-pushed the renovate/major-tests branch 3 times, most recently from ffa371a to f859c34 Compare June 23, 2025 09:38
@renovate renovate Bot force-pushed the renovate/major-tests branch 2 times, most recently from 1b52342 to 4cb1634 Compare June 26, 2025 18:51
@renovate renovate Bot force-pushed the renovate/major-tests branch from 4cb1634 to a580b5d Compare July 10, 2025 04:16
@renovate renovate Bot force-pushed the renovate/major-tests branch 2 times, most recently from 483bbb1 to d54e144 Compare August 4, 2025 21:48
@renovate renovate Bot force-pushed the renovate/major-tests branch 3 times, most recently from c6b4c24 to 25c6cc0 Compare August 13, 2025 13:01
@renovate renovate Bot force-pushed the renovate/major-tests branch from 25c6cc0 to c27bfab Compare August 19, 2025 12:10
@jellyfin-bot jellyfin-bot added the merge conflict Conflicts prevent merging label Aug 21, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jan 8, 2026

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 npm

Projects

Development

Successfully merging this pull request may close these issues.

1 participant