dooboolab-community / dooboo-native-ts

Complete boilerplate for react-native app. Contains, typescript, react-hook, context-api, ts-jest, localization, navigation and etc.
https://medium.com/dooboolab/announcing-dooboo-cli-v3-5c9fceeb2ac4
MIT License
81 stars 27 forks source link

Update @testing-library/react-native to the latest version 🚀 #121

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency @testing-library/react-native was updated from 4.2.0 to 5.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: testing-library-bot License: MIT

Release Notes for v5.0.0

5.0.0 (2019-11-05)

Bug Fixes

  • change filter prop to selector for queries (#76) (2097cc7)
  • correct typings for debug options (#77) (c9344ab)

BREAKING CHANGES

  • The filter option has been renamed to selector to maintain compatibility with the rest of the Testing Library API.
Commits

The new version differs by 4 commits.

  • 2097cc7 fix: change filter prop to selector for queries (#76)
  • c9344ab fix: correct typings for debug options (#77)
  • 6a2ba84 docs: add ajsmth as a contributor (#75)
  • 540e6ad #72 feat(a11y): update valid accessibility roles (#74)

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 4 years ago

Codecov Report

Merging #121 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   86.39%   86.39%           
=======================================
  Files          12       12           
  Lines         147      147           
  Branches       14       14           
=======================================
  Hits          127      127           
  Misses         10       10           
  Partials       10       10