calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.62k stars 255 forks source link

chore(deps-dev): bump @testing-library/react-native from 9.1.0 to 11.5.1 #450

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @testing-library/react-native from 9.1.0 to 11.5.1.

Release notes

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

v11.5.1

What's Changed

Improvements

Fixes

New Contributors

Full Changelog: https://github.com/callstack/react-native-testing-library/compare/v11.5.0...v11.5.1

v11.5.0

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: https://github.com/callstack/react-native-testing-library/compare/v11.4.0...v11.5.0

v11.4.0

What's Changed

Features

Bug fixes

Other

New Contributors 👏

Full Changelog: https://github.com/callstack/react-native-testing-library/compare/v11.3.0...v11.4.0

... (truncated)

Commits
  • 897b7de v11.5.1
  • 4decd45 fix: force cast await to proper type (#1293)
  • 0abb4a4 chore(deps-dev): bump babel-jest from 29.4.0 to 29.4.1 (#1295)
  • 4859b84 chore(deps-dev): bump jest from 29.3.1 to 29.4.0 (#1292)
  • b6b31a2 chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 in /website (#1294)
  • 11d2fe3 chore(deps): bump pretty-format from 29.3.1 to 29.4.0 (#1290)
  • 0af7211 feat: check accessibilityLabelledBy in *ByLabelText queries (#1191)
  • 3b55d99 chore(deps-dev): bump @​types/jest from 29.2.5 to 29.2.6 (#1285)
  • 2ae4a3c chore(deps-dev): bump @​types/react from 18.0.26 to 18.0.27 (#1286)
  • c0406a9 chore(deps-dev): bump react-native from 0.71.0 to 0.71.1 (#1288)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mdjastrzebski, a new releaser for @​testing-library/react-native since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #456.