Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tests (major) #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Tests (major) #457

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@testing-library/jest-native 4.0.13 -> 5.4.3 age adoption passing confidence
@testing-library/react-native (source) 7.2.0 -> 12.5.1 age adoption passing confidence
@types/jest (source) 27.5.2 -> 29.5.12 age adoption passing 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)

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

What's Changed

Fixes
Other

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

v11.5.1

Compare Source

What's Changed

Improvements
Fixes

New Contributors

Full Changelog: callstack/react-native-testing-library@v11.5.0...v11.5.1

v11.5.0

Compare Source

Features

Bug fixes

  • *ByText is now able to match text across nested Text components by @​mdjastrzebski in #​1222
    • If your tests relied on undocumented behavior of *ByText queries only matching non-nested text content, then you might need to update them, e.g. by using { exact: false } query option.

Other

Full Changelog: callstack/react-native-testing-library@v11.4.0...v11.5.0

v11.4.0

Compare Source

What's Changed

Features
Bug fixes
Other

New Contributors 👏

Full Changelog: callstack/react-native-testing-library@v11.3.0...v11.4.0

v11.3.0

Compare Source

What's Changed

Features
Fixes
Other

New Contributors 👏

Full Changelog: callstack/react-native-testing-library@v11.2.0...v11.3.0

v11.2.0

Compare Source

What's Changed

New Features
Chores

New Contributors 👏🏻

Full Changelog: callstack/react-native-testing-library@v11.1.0...v11.2.0

v11.1.0

Compare Source

What's Changed


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.

👻 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file npm labels Sep 9, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 22, 2023

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
Copy link

sonarcloud 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

Copy link

sonarcloud 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

Copy link

sonarcloud 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

@jellyfin-bot jellyfin-bot added the merge conflict Conflicts prevent merging label Jun 3, 2024
@jellyfin-bot jellyfin-bot removed the merge conflict Conflicts prevent merging label Jun 3, 2024
Copy link

sonarcloud 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

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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant